mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-31 09:32:04 +02:00
13 new icons: arrows-cross
, arrows-shuffle-2
, arrows-shuffle
, c-sharp
, layout-sidebar-left-collapse
, layout-sidebar-left-expand
, layout-sidebar-right-collapse
, layout-sidebar-right-expand
, playlist-add
, playlist-x
, robot
, usb
, vinyl
closes: #191, #190, #189, #186, #184
This commit is contained in:
9
src/_icons/arrows-cross.svg
Normal file
9
src/_icons/arrows-cross.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M16 4h4v4" />
|
||||
<path d="M15 9l5 -5" />
|
||||
<path d="M4 20l5 -5" />
|
||||
<path d="M16 20h4v-4" />
|
||||
<path d="M4 4l16 16" />
|
||||
</svg>
|
8
src/_icons/arrows-shuffle-2.svg
Normal file
8
src/_icons/arrows-shuffle-2.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 4l3 3l-3 3" />
|
||||
<path d="M18 20l3 -3l-3 -3" />
|
||||
<path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" />
|
||||
<path d="M3 17h3a5 5 0 0 0 5 -5a5 5 0 0 1 5 -5h5" />
|
||||
</svg>
|
8
src/_icons/arrows-shuffle.svg
Normal file
8
src/_icons/arrows-shuffle.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 4l3 3l-3 3" />
|
||||
<path d="M18 20l3 -3l-3 -3" />
|
||||
<path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" />
|
||||
<path d="M21 7h-5a4.978 4.978 0 0 0 -2.998 .998m-4.002 8.003c-.836 .627 -1.875 .999 -3 .999h-3" />
|
||||
</svg>
|
9
src/_icons/c-sharp.svg
Normal file
9
src/_icons/c-sharp.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M10 9a3 3 0 0 0 -3 -3h-.5a3.5 3.5 0 0 0 -3.5 3.5v5a3.5 3.5 0 0 0 3.5 3.5h.5a3 3 0 0 0 3 -3" />
|
||||
<path d="M16 7l-1 10" />
|
||||
<path d="M20 7l-1 10" />
|
||||
<path d="M14 10h7.5" />
|
||||
<path d="M21 14h-7.5" />
|
||||
</svg>
|
7
src/_icons/layout-sidebar-left-collapse.svg
Normal file
7
src/_icons/layout-sidebar-left-collapse.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<rect x="4" y="4" width="16" height="16" rx="2" />
|
||||
<path d="M9 4v16" />
|
||||
<path d="M15 10l-2 2l2 2" />
|
||||
</svg>
|
7
src/_icons/layout-sidebar-left-expand.svg
Normal file
7
src/_icons/layout-sidebar-left-expand.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<rect x="4" y="4" width="16" height="16" rx="2" />
|
||||
<path d="M9 4v16" />
|
||||
<path d="M14 10l2 2l-2 2" />
|
||||
</svg>
|
7
src/_icons/layout-sidebar-right-collapse.svg
Normal file
7
src/_icons/layout-sidebar-right-collapse.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<rect x="4" y="4" width="16" height="16" rx="2" />
|
||||
<path d="M15 4v16" />
|
||||
<path d="M9 10l2 2l-2 2" />
|
||||
</svg>
|
7
src/_icons/layout-sidebar-right-expand.svg
Normal file
7
src/_icons/layout-sidebar-right-expand.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<rect x="4" y="4" width="16" height="16" rx="2" />
|
||||
<path d="M15 4v16" />
|
||||
<path d="M10 10l-2 2l2 2" />
|
||||
</svg>
|
9
src/_icons/playlist-add.svg
Normal file
9
src/_icons/playlist-add.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M19 8h-14" />
|
||||
<path d="M5 12h9" />
|
||||
<path d="M11 16h-6" />
|
||||
<path d="M15 16h6" />
|
||||
<path d="M18 13v6" />
|
||||
</svg>
|
9
src/_icons/playlist-x.svg
Normal file
9
src/_icons/playlist-x.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M19 8h-14" />
|
||||
<path d="M5 12h7" />
|
||||
<path d="M12 16h-7" />
|
||||
<path d="M16 14l4 4" />
|
||||
<path d="M20 14l-4 4" />
|
||||
</svg>
|
10
src/_icons/robot.svg
Normal file
10
src/_icons/robot.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M7 7h10a2 2 0 0 1 2 2v1l1 1v3l-1 1v3a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-3l-1 -1v-3l1 -1v-1a2 2 0 0 1 2 -2z" />
|
||||
<path d="M10 16h4" />
|
||||
<circle cx="8.5" cy="11.5" r="1" />
|
||||
<circle cx="15.5" cy="11.5" r="1" />
|
||||
<path d="M9 7l-1 -4" />
|
||||
<path d="M15 7l1 -4" />
|
||||
</svg>
|
11
src/_icons/usb.svg
Normal file
11
src/_icons/usb.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="19" r="2" />
|
||||
<path d="M12 17v-11" />
|
||||
<path d="M7 10v3l5 3" />
|
||||
<path d="M12 14.5l5 -2v-2.5" />
|
||||
<path d="M16 10h2v-2h-2z" />
|
||||
<circle cx="7" cy="9" r="1" />
|
||||
<path d="M10 5.5h4l-2 -2.5z" />
|
||||
</svg>
|
8
src/_icons/vinyl.svg
Normal file
8
src/_icons/vinyl.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M16.004 3.937A9 9 0 1 0 21 12"/>
|
||||
<circle cx="12" cy="12" r="1"/>
|
||||
<circle cx="20" cy="4" r="1"/>
|
||||
<path d="M20 4l-3.5 10-2.5 2"/>
|
||||
</svg>
|
Reference in New Issue
Block a user