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

2 new icons: grip-horizontal, grip-vertical

This commit is contained in:
codecalm
2020-06-01 00:20:40 +02:00
parent 413e71c909
commit 90b9bcc976
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
---
<svg>
<circle cx="5" cy="9" r="1" />
<circle cx="5" cy="15" r="1" />
<circle cx="12" cy="9" r="1" />
<circle cx="12" cy="15" r="1" />
<circle cx="19" cy="9" r="1" />
<circle cx="19" cy="15" r="1" />
</svg>

View File

@@ -0,0 +1,10 @@
---
---
<svg>
<circle cx="9" cy="5" r="1" />
<circle cx="9" cy="12" r="1" />
<circle cx="9" cy="19" r="1" />
<circle cx="15" cy="5" r="1" />
<circle cx="15" cy="12" r="1" />
<circle cx="15" cy="19" r="1" />
</svg>