1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-09 05:40:42 +02:00

2 new icons: terminal-2, umbrella

Fixed icons: `viewport-narrow`, `viewport-wide`
This commit is contained in:
codecalm
2020-05-31 22:13:37 +02:00
parent b79c8467be
commit 50579e7783
4 changed files with 22 additions and 8 deletions

View File

@@ -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>

6
src/_icons/umbrella.svg Normal file
View File

@@ -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>

View File

@@ -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>

View File

@@ -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>