1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-28 16:20:07 +02:00

2 new icons: viewport-narrow, viewport-wide

Fixed icons: `history`
This commit is contained in:
codecalm
2020-05-31 22:03:28 +02:00
parent 4bb9f3195f
commit b79c8467be
3 changed files with 16 additions and 1 deletions

View File

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

View File

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

View File

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