aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/ball-tennis.svg
blob: d85ae52ce60c5093536b04add2273ca101b9b4cb (plain)
1
2
3
4
5
6
7
8
---
---
<svg>
  <circle cx="12" cy="12" r="9" />
  {% for i in (0..1) %}
  <path d="M6 5.3a9 9 0 0 1 0 13.4"{% if i > 0 %} transform="rotate({{ i | times: 180 }} 12 12)"{% endif %} />
  {% endfor %}
</svg>