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 | |
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')
-rw-r--r-- | src/_icons/history.svg | 1 | ||||
-rw-r--r-- | src/_icons/viewport-narrow.svg | 8 | ||||
-rw-r--r-- | src/_icons/viewport-wide.svg | 8 |
3 files changed, 16 insertions, 1 deletions
diff --git a/src/_icons/history.svg b/src/_icons/history.svg index 029129e5..13e42377 100644 --- a/src/_icons/history.svg +++ b/src/_icons/history.svg @@ -1,7 +1,6 @@ --- --- <svg> - <circle cx="12" cy="12" r="9" opacity=".1" /> <polyline points="12 8 12 12 14 14" /> <path d="M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5" /> </svg> 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> 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> |