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:
7
src/_icons/aspect-ratio.svg
Normal file
7
src/_icons/aspect-ratio.svg
Normal 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>
|
6
src/_icons/rectangle-vertical.svg
Normal file
6
src/_icons/rectangle-vertical.svg
Normal 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
6
src/_icons/rectangle.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Shapes
|
||||
---
|
||||
<svg>
|
||||
<rect x="3" y="5" width="18" height="14" rx="2" />
|
||||
</svg>
|
Reference in New Issue
Block a user