diff options
author | codecalm <codecalm@gmail.com> | 2020-05-31 22:03:28 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-05-31 22:03:28 +0200 |
commit | b79c8467beb8d92b90b73e933dd7a2c88d13c8c7 (patch) | |
tree | 035f7f684f957aab8afa9beb0a8d0040b63f8b1a /src/_icons/viewport-wide.svg | |
parent | 4 new icons: `bus`, `firetruck`, `forklift`, `tir` (diff) | |
download | tabler-icons-b79c8467beb8d92b90b73e933dd7a2c88d13c8c7.tar.xz |
2 new icons: `viewport-narrow`, `viewport-wide`
Fixed icons: `history`
Diffstat (limited to 'src/_icons/viewport-wide.svg')
-rw-r--r-- | src/_icons/viewport-wide.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/viewport-wide.svg b/src/_icons/viewport-wide.svg new file mode 100644 index 00000000..8d2f2fd9 --- /dev/null +++ b/src/_icons/viewport-wide.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M10 12h-7l3 -3m0 6l-3 -3"></path> + <path d="M14 12h7l-3 -3m0 6l3 -3"></path> + <path d="M3 6v-3h18v3"></path> + <path d="M3 18v3h18v-3"></path> +</svg> |