mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add grip icons
This commit is contained in:
parent
b15b4a7535
commit
5c5b5a2a79
18
icons/grip-horizontal.svg
Normal file
18
icons/grip-horizontal.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<circle cx="12" cy="9" r="1" />
|
||||
<circle cx="19" cy="9" r="1" />
|
||||
<circle cx="5" cy="9" r="1" />
|
||||
<circle cx="12" cy="15" r="1" />
|
||||
<circle cx="19" cy="15" r="1" />
|
||||
<circle cx="5" cy="15" r="1" />
|
||||
</svg>
|
After Width: | Height: | Size: 413 B |
18
icons/grip-vertical.svg
Normal file
18
icons/grip-vertical.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<circle cx="9" cy="12" r="1" />
|
||||
<circle cx="9" cy="5" r="1" />
|
||||
<circle cx="9" cy="19" r="1" />
|
||||
<circle cx="15" cy="12" r="1" />
|
||||
<circle cx="15" cy="5" r="1" />
|
||||
<circle cx="15" cy="19" r="1" />
|
||||
</svg>
|
After Width: | Height: | Size: 414 B |
Loading…
Reference in New Issue
Block a user