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-narrow.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-narrow.svg')
-rw-r--r-- | src/_icons/viewport-narrow.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/viewport-narrow.svg b/src/_icons/viewport-narrow.svg new file mode 100644 index 00000000..0401736f --- /dev/null +++ b/src/_icons/viewport-narrow.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M3 12h7l-3 -3m0 6l3 -3"></path> + <path d="M21 12h-7l3 -3m0 6l-3 -3"></path> + <path d="M9 6v-3h6v3"></path> + <path d="M9 18v3h6v-3"></path> +</svg> |