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:
10
src/_icons/grip-horizontal.svg
Normal file
10
src/_icons/grip-horizontal.svg
Normal 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>
|
10
src/_icons/grip-vertical.svg
Normal file
10
src/_icons/grip-vertical.svg
Normal 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>
|
Reference in New Issue
Block a user