aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-06-06 20:32:26 +0200
committercodecalm <codecalm@gmail.com>2020-06-06 20:32:26 +0200
commitddb87bca343122a0d4d1c2664d84f4f07d4fc1a1 (patch)
tree5ac411205243aedf122ff955dbab501496199f1b
parentMerge remote-tracking branch 'origin/master' (diff)
downloadtabler-icons-ddb87bca343122a0d4d1c2664d84f4f07d4fc1a1.tar.xz
1 new icon: `ball-tennis`
Fixed icons: `ball-bowling`, `ball-volleyball`, `medical-cross`
-rw-r--r--src/_icons/ball-bowling.svg6
-rw-r--r--src/_icons/ball-tennis.svg8
-rw-r--r--src/_icons/ball-volleyball.svg2
-rw-r--r--src/_icons/medical-cross.svg2
4 files changed, 13 insertions, 5 deletions
diff --git a/src/_icons/ball-bowling.svg b/src/_icons/ball-bowling.svg
index 37e5a25..33718d6 100644
--- a/src/_icons/ball-bowling.svg
+++ b/src/_icons/ball-bowling.svg
@@ -2,7 +2,7 @@
---
<svg>
<circle cx="12" cy="12" r="9" />
- <polyline points="11 9 11 9.01"></polyline>
- <polyline points="15 8 15 8.01"></polyline>
- <polyline points="14 12 14 12.01"></polyline>
+ <line x1="11" y1="9" x2="11" y2="9.01" />
+ <line x1="15" y1="8" x2="15" y2="8.01" />
+ <line x1="14" y1="12" x2="14" y2="12.01" />
</svg>
diff --git a/src/_icons/ball-tennis.svg b/src/_icons/ball-tennis.svg
new file mode 100644
index 0000000..d85ae52
--- /dev/null
+++ b/src/_icons/ball-tennis.svg
@@ -0,0 +1,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>
diff --git a/src/_icons/ball-volleyball.svg b/src/_icons/ball-volleyball.svg
index 5d31395..181484a 100644
--- a/src/_icons/ball-volleyball.svg
+++ b/src/_icons/ball-volleyball.svg
@@ -3,6 +3,6 @@
<svg>
<circle cx="12" cy="12" r="9" />
{% for i in (0..2) %}
- <path d="M12 12a8 8 0 00 8 4M7.5 13.5a12 12 0 00 8.5 6.5" transform="rotate({{ i | times: 120 }} 12 12)"></path>
+ <path d="M12 12a8 8 0 0 0 8 4M7.5 13.5a12 12 0 0 0 8.5 6.5"{% if i > 0 %} transform="rotate({{ i | times: 120 }} 12 12)"{% endif %} />
{% endfor %}
</svg>
diff --git a/src/_icons/medical-cross.svg b/src/_icons/medical-cross.svg
index 56aa886..c7c49c4 100644
--- a/src/_icons/medical-cross.svg
+++ b/src/_icons/medical-cross.svg
@@ -1,5 +1,5 @@
---
---
<svg>
- <path d="M11 1a1 1 0 011 1v4.535l3.928-2.267a1 1 0 011.366.366l1 1.732a1 1 0 01-.366 1.366L14.001 10l3.927 2.269a1 1 0 01.366 1.366l-1 1.732a1 1 0 01-1.366.366L12 13.464V18a1 1 0 01-1 1H9a1 1 0 01-1-1v-4.536l-3.928 2.268a1 1 0 01-1.366-.366l-1-1.732a1 1 0 01.366-1.366L5.999 10 2.072 7.732a1 1 0 01-.366-1.366l1-1.732a1 1 0 011.366-.366L8 6.535V2a1 1 0 011-1h2z" transform="translate(2,2)" />
+ <path d="M11 1a1 1 0 0 1 1 1v4.535l3.928-2.267a1 1 0 0 1 1.366.36 6l1 1.732a1 1 0 0 1 -.366 1.366L14.001 10l3.927 2.269a1 1 0 0 1 .366 1.366l-1 1.732a1 1 0 0 1 -1.366.36 6L12 13.464V18a1 1 0 0 1 -1 1H9a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1-1.732a1 1 0 0 1 .366 -1.366L5.999 10 2.072 7.732a1 1 0 0 1 -.366 -1.366l1-1.732a1 1 0 0 1 1.366 -.366L8 6.535V2a1 1 0 0 1 1 -1h2z" transform="translate(2,2)" />
</svg>