1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-30 01:00:14 +02:00

3 new icons: aspect-ratio, rectangle-vertical, rectangle

This commit is contained in:
codecalm
2020-09-26 19:30:27 +02:00
parent 0142b8eb4e
commit 88b73342d0
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
---
<svg>
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="M7 12v-3h3" />
<path d="M17 12v3h-3" />
</svg>

View File

@@ -0,0 +1,6 @@
---
category: Shapes
---
<svg>
<rect x="5" y="3" width="14" height="18" rx="2" />
</svg>

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

@@ -0,0 +1,6 @@
---
category: Shapes
---
<svg>
<rect x="3" y="5" width="18" height="14" rx="2" />
</svg>