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/terminal-2.svg | |
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/terminal-2.svg')
-rw-r--r-- | src/_icons/terminal-2.svg | 8 |
1 files changed, 8 insertions, 0 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> |