mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-01 09:54:02 +02:00
3 new icons: ball
, basket
, color-picker
This commit is contained in:
9
src/_icons/ball.svg
Normal file
9
src/_icons/ball.svg
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<circle cx="12" cy="12" r="9" />
|
||||||
|
<polyline points="5.65 5.65 18.35 18.35"></polyline>
|
||||||
|
<polyline points="5.65 18.35 18.35 5.65"></polyline>
|
||||||
|
<path d="M12 3a9 9 0 00 9 9"></path>
|
||||||
|
<path d="M3 12a9 9 0 01 9 9"></path>
|
||||||
|
</svg>
|
7
src/_icons/basket.svg
Normal file
7
src/_icons/basket.svg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<polyline points="7 10 12 4 17 10"></polyline>
|
||||||
|
<path d="M21 10l-2 8a2 2.5 0 0 1 -2 2h-10a2 2.5 0 0 1 -2 -2l-2 -8Z" />
|
||||||
|
<circle cx="12" cy="15" r="2"></circle>
|
||||||
|
</svg>
|
6
src/_icons/color-picker.svg
Normal file
6
src/_icons/color-picker.svg
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
<svg>
|
||||||
|
<polyline points="11 7 17 13"></polyline>
|
||||||
|
<path d="M5 19v-4l9.7 -9.7a1 1 0 01 1.4 0l2.6 2.6a1 1 0 01 0 1.4l-9.7 9.7h-4"></path>
|
||||||
|
</svg>
|
@@ -88,6 +88,7 @@ layout: default
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% comment %}
|
||||||
<div class="mb">
|
<div class="mb">
|
||||||
<div class="icons-list icons-list-borders">
|
<div class="icons-list icons-list-borders">
|
||||||
{% for icon in icons %}
|
{% for icon in icons %}
|
||||||
@@ -109,6 +110,7 @@ layout: default
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user