diff options
author | codecalm <codecalm@gmail.com> | 2020-05-31 22:13:37 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-05-31 22:13:37 +0200 |
commit | 50579e778394f0844d305370696ead783998fb52 (patch) | |
tree | 68b7a1aa0e5c75ab8af7bd39c5d0c402299c2f25 /src/_icons | |
parent | 2 new icons: `viewport-narrow`, `viewport-wide` (diff) | |
download | tabler-icons-50579e778394f0844d305370696ead783998fb52.tar.xz |
2 new icons: `terminal-2`, `umbrella`
Fixed icons: `viewport-narrow`, `viewport-wide`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/terminal-2.svg | 8 | ||||
-rw-r--r-- | src/_icons/umbrella.svg | 6 | ||||
-rw-r--r-- | src/_icons/viewport-narrow.svg | 8 | ||||
-rw-r--r-- | src/_icons/viewport-wide.svg | 8 |
4 files changed, 22 insertions, 8 deletions
diff --git a/src/_icons/terminal-2.svg b/src/_icons/terminal-2.svg new file mode 100644 index 00000000..2a777791 --- /dev/null +++ b/src/_icons/terminal-2.svg @@ -0,0 +1,8 @@ +--- +tags: [console, command, git, command line, command prompt] +--- +<svg> + <path d="M8 9l3 3l-3 3" /> + <line x1="13" y1="15" x2="16" y2="15" /> + <rect x="3" y="4" width="18" height="16" rx="2" /> +</svg> diff --git a/src/_icons/umbrella.svg b/src/_icons/umbrella.svg new file mode 100644 index 00000000..66fbf417 --- /dev/null +++ b/src/_icons/umbrella.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M4 12a8 8 0 0 1 16 0Z" /> + <path d="M12 12v6a2 2 0 0 0 4 0" /> +</svg> diff --git a/src/_icons/viewport-narrow.svg b/src/_icons/viewport-narrow.svg index 0401736f..e41a210c 100644 --- a/src/_icons/viewport-narrow.svg +++ b/src/_icons/viewport-narrow.svg @@ -1,8 +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> + <path d="M3 12h7l-3 -3m0 6l3 -3" /> + <path d="M21 12h-7l3 -3m0 6l-3 -3" /> + <path d="M9 6v-3h6v3" /> + <path d="M9 18v3h6v-3" /> </svg> diff --git a/src/_icons/viewport-wide.svg b/src/_icons/viewport-wide.svg index 8d2f2fd9..f888e9f4 100644 --- a/src/_icons/viewport-wide.svg +++ b/src/_icons/viewport-wide.svg @@ -1,8 +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> + <path d="M10 12h-7l3 -3m0 6l-3 -3" /> + <path d="M14 12h7l-3 -3m0 6l3 -3" /> + <path d="M3 6v-3h18v3" /> + <path d="M3 18v3h18v-3" /> </svg> |