mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-11 00:24:00 +02:00
Fixed icons: ball-tennis
, snowflake
This commit is contained in:
@@ -3,7 +3,6 @@ category: Sport
|
|||||||
---
|
---
|
||||||
<svg>
|
<svg>
|
||||||
<circle cx="12" cy="12" r="9" />
|
<circle cx="12" cy="12" r="9" />
|
||||||
{% for i in (0..1) %}
|
<path d="M6 5.3a9 9 0 0 1 0 13.4"/>
|
||||||
<path d="M6 5.3a9 9 0 0 1 0 13.4"{% if i > 0 %} transform="rotate({{ i | times: 180 }} 12 12)"{% endif %} />
|
<path d="M18 5.3a9 9 0 0 0 0 13.4" />
|
||||||
{% endfor %}
|
|
||||||
</svg>
|
</svg>
|
||||||
|
@@ -2,7 +2,10 @@
|
|||||||
category: Weather
|
category: Weather
|
||||||
---
|
---
|
||||||
<svg>
|
<svg>
|
||||||
{% for i in (0..5) %}
|
<path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" />
|
||||||
<path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72"{% if i > 0 %} transform="rotate({{ i | times: 60 }} 12 12)"{% endif %} />
|
<path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(60 12 12)" />
|
||||||
{% endfor %}
|
<path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(120 12 12)" />
|
||||||
|
<path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(180 12 12)" />
|
||||||
|
<path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(240 12 12)" />
|
||||||
|
<path d="M10 4l2 1l2 -1m-2 -2v6.5l3 1.72" transform="rotate(300 12 12)" />
|
||||||
</svg>
|
</svg>
|
||||||
|
Reference in New Issue
Block a user