aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2021-12-26 23:58:11 +0100
committercodecalm <codecalm@gmail.com>2021-12-26 23:58:11 +0100
commit19e5ef046e04874cfeea628a50841be7513c076f (patch)
tree99a9e7b341e4c8d09476a3b1b9d5a09e6cbed157
parenticons preview fix (diff)
downloadtabler-icons-19e5ef046e04874cfeea628a50841be7513c076f.tar.xz
18 new icons: `badge`, `badges`, `bible`, `book-2`, `candle`, `contrast-2`, `curling`, `grid-pattern`, `helmet`, `ice-skating`, `lollipop`, `medal-2`, `miliraty-award`, `military-rank`, `polygon`, `roller-skating`, `shoe`, `toilet-paper`
Fixed icons: `ball-baseball`
-rw-r--r--src/_icons/badge.svg5
-rw-r--r--src/_icons/badges.svg6
-rw-r--r--src/_icons/ball-baseball.svg6
-rw-r--r--src/_icons/bible.svg8
-rw-r--r--src/_icons/book-2.svg7
-rw-r--r--src/_icons/candle.svg6
-rw-r--r--src/_icons/contrast-2.svg8
-rw-r--r--src/_icons/curling.svg8
-rw-r--r--src/_icons/grid-pattern.svg9
-rw-r--r--src/_icons/helmet.svg7
-rw-r--r--src/_icons/ice-skating.svg9
-rw-r--r--src/_icons/lollipop.svg10
-rw-r--r--src/_icons/medal-2.svg9
-rw-r--r--src/_icons/miliraty-award.svg7
-rw-r--r--src/_icons/military-rank.svg8
-rw-r--r--src/_icons/polygon.svg12
-rw-r--r--src/_icons/roller-skating.svg8
-rw-r--r--src/_icons/shoe.svg8
-rw-r--r--src/_icons/toilet-paper.svg9
19 files changed, 150 insertions, 0 deletions
diff --git a/src/_icons/badge.svg b/src/_icons/badge.svg
new file mode 100644
index 00000000..1bcd3a62
--- /dev/null
+++ b/src/_icons/badge.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M17 17v-13l-5 3l-5 -3v13l5 3z" />
+</svg>
diff --git a/src/_icons/badges.svg b/src/_icons/badges.svg
new file mode 100644
index 00000000..d2ec3be5
--- /dev/null
+++ b/src/_icons/badges.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M17 17v-4l-5 3l-5 -3v4l5 3z" />
+ <path d="M17 8v-4l-5 3l-5 -3v4l5 3z" />
+</svg>
diff --git a/src/_icons/ball-baseball.svg b/src/_icons/ball-baseball.svg
index 913895b5..6f14d4de 100644
--- a/src/_icons/ball-baseball.svg
+++ b/src/_icons/ball-baseball.svg
@@ -6,4 +6,10 @@ version: "1.48"
<path d="M5.636 18.364a9 9 0 1 0 12.728 -12.728a9 9 0 0 0 -12.728 12.728z" />
<path d="M12.495 3.02a9 9 0 0 1 -9.475 9.475" />
<path d="M20.98 11.505a9 9 0 0 0 -9.475 9.475" />
+ <path d="M9 9l2 2" />
+ <path d="M13 13l2 2" />
+ <path d="M11 7l2 1" />
+ <path d="M7 11l1 2" />
+ <path d="M16 11l1 2" />
+ <path d="M11 16l2 1" />
</svg>
diff --git a/src/_icons/bible.svg b/src/_icons/bible.svg
new file mode 100644
index 00000000..e836e36f
--- /dev/null
+++ b/src/_icons/bible.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z" />
+ <path d="M19 16h-12a2 2 0 0 0 -2 2" />
+ <path d="M12 7v6" />
+ <path d="M10 9h4" />
+</svg>
diff --git a/src/_icons/book-2.svg b/src/_icons/book-2.svg
new file mode 100644
index 00000000..69fa0a72
--- /dev/null
+++ b/src/_icons/book-2.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z" />
+ <path d="M19 16h-12a2 2 0 0 0 -2 2" />
+ <path d="M9 8h6" />
+</svg>
diff --git a/src/_icons/candle.svg b/src/_icons/candle.svg
new file mode 100644
index 00000000..16b52a60
--- /dev/null
+++ b/src/_icons/candle.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M9 21h6v-9a1 1 0 0 0 -1 -1h-4a1 1 0 0 0 -1 1v9z" />
+ <path d="M12 3l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z" />
+</svg>
diff --git a/src/_icons/contrast-2.svg b/src/_icons/contrast-2.svg
new file mode 100644
index 00000000..32cf888d
--- /dev/null
+++ b/src/_icons/contrast-2.svg
@@ -0,0 +1,8 @@
+---
+tags: [edit, paint, photo]
+category: Photography
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M4 18h2a6 6 0 0 0 6 -6a6 6 0 0 1 6 -6h2" />
+</svg>
diff --git a/src/_icons/curling.svg b/src/_icons/curling.svg
new file mode 100644
index 00000000..783e5ad6
--- /dev/null
+++ b/src/_icons/curling.svg
@@ -0,0 +1,8 @@
+---
+category: Sport
+---
+<svg>
+ <rect x="4" y="9" width="16" height="10" rx="4" />
+ <path d="M4 14h16" />
+ <path d="M8 5h6a2 2 0 0 1 2 2v2" />
+</svg>
diff --git a/src/_icons/grid-pattern.svg b/src/_icons/grid-pattern.svg
new file mode 100644
index 00000000..1cd9b633
--- /dev/null
+++ b/src/_icons/grid-pattern.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="2" />
+ <path d="M10 8v8" />
+ <path d="M14 8v8" />
+ <path d="M8 10h8" />
+ <path d="M8 14h8" />
+</svg>
diff --git a/src/_icons/helmet.svg b/src/_icons/helmet.svg
new file mode 100644
index 00000000..1a7f400d
--- /dev/null
+++ b/src/_icons/helmet.svg
@@ -0,0 +1,7 @@
+---
+category: Sport
+---
+<svg>
+ <path d="M12 4a9 9 0 0 1 5.656 16h-11.312a9 9 0 0 1 5.656 -16z" />
+ <path d="M20 9h-8.8a1 1 0 0 0 -.968 1.246c.507 2 1.596 3.418 3.268 4.254c2 1 4.333 1.5 7 1.5" />
+</svg>
diff --git a/src/_icons/ice-skating.svg b/src/_icons/ice-skating.svg
new file mode 100644
index 00000000..ac6677e1
--- /dev/null
+++ b/src/_icons/ice-skating.svg
@@ -0,0 +1,9 @@
+---
+category: Sport
+---
+<svg>
+ <path d="M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -.995 -1.1l.8 -8a1 1 0 0 1 .995 -.9z" />
+ <path d="M3 19h17a1 1 0 0 0 1 -1" />
+ <path d="M9 15v4" />
+ <path d="M15 15v4" />
+</svg>
diff --git a/src/_icons/lollipop.svg b/src/_icons/lollipop.svg
new file mode 100644
index 00000000..4018a2e7
--- /dev/null
+++ b/src/_icons/lollipop.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <circle cx="14" cy="10" r="7" />
+ <path d="M21 10a3.5 3.5 0 0 0 -7 0" />
+ <path d="M14 10a3.5 3.5 0 0 1 -7 0" />
+ <path d="M14 17a3.5 3.5 0 0 0 0 -7" />
+ <path d="M14 3a3.5 3.5 0 0 0 0 7" />
+ <path d="M3 21l6 -6" />
+</svg>
diff --git a/src/_icons/medal-2.svg b/src/_icons/medal-2.svg
new file mode 100644
index 00000000..bfa38877
--- /dev/null
+++ b/src/_icons/medal-2.svg
@@ -0,0 +1,9 @@
+---
+tags: [decorate, uniform]
+---
+<svg>
+ <path d="M9 3h6l3 7l-6 2l-6 -2z" />
+ <path d="M12 12l-3 -9" />
+ <path d="M15 11l-3 -8" />
+ <path d="M12 19.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z" />
+</svg>
diff --git a/src/_icons/miliraty-award.svg b/src/_icons/miliraty-award.svg
new file mode 100644
index 00000000..3f9690a5
--- /dev/null
+++ b/src/_icons/miliraty-award.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <circle cx="12" cy="13" r="4" />
+ <path d="M9 10l-1 -2h-5l2.48 5.788a2 2 0 0 0 1.84 1.212h1.18" />
+ <path d="M15 10l1 -2h5l-2.48 5.788a2 2 0 0 1 -1.84 1.212h-1.18" />
+</svg>
diff --git a/src/_icons/military-rank.svg b/src/_icons/military-rank.svg
new file mode 100644
index 00000000..d8c5769a
--- /dev/null
+++ b/src/_icons/military-rank.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M17 7v13h-10v-13l5 -3z" />
+ <path d="M10 13l2 -1l2 1" />
+ <path d="M10 17l2 -1l2 1" />
+ <path d="M10 9l2 -1l2 1" />
+</svg>
diff --git a/src/_icons/polygon.svg b/src/_icons/polygon.svg
new file mode 100644
index 00000000..5ca75195
--- /dev/null
+++ b/src/_icons/polygon.svg
@@ -0,0 +1,12 @@
+---
+---
+<svg>
+ <circle cx="12" cy="5" r="2" />
+ <circle cx="19" cy="8" r="2" />
+ <circle cx="5" cy="11" r="2" />
+ <circle cx="15" cy="19" r="2" />
+ <path d="M6.5 9.5l3.5 -3" />
+ <path d="M14 5.5l3 1.5" />
+ <path d="M18.5 10l-2.5 7" />
+ <path d="M13.5 17.5l-7 -5" />
+</svg>
diff --git a/src/_icons/roller-skating.svg b/src/_icons/roller-skating.svg
new file mode 100644
index 00000000..8448ca51
--- /dev/null
+++ b/src/_icons/roller-skating.svg
@@ -0,0 +1,8 @@
+---
+category: Sport
+---
+<svg>
+ <path d="M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -.995 -1.1l.8 -8a1 1 0 0 1 .995 -.9z" />
+ <circle cx="8" cy="17" r="2" />
+ <circle cx="16" cy="17" r="2" />
+</svg>
diff --git a/src/_icons/shoe.svg b/src/_icons/shoe.svg
new file mode 100644
index 00000000..1fa31022
--- /dev/null
+++ b/src/_icons/shoe.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M4 6h5.426a1 1 0 0 1 .863 .496l1.064 1.823a3 3 0 0 0 1.896 1.407l4.677 1.114a4 4 0 0 1 3.074 3.89v2.27a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1z" />
+ <path d="M14 13l1 -2" />
+ <path d="M8 18v-1a4 4 0 0 0 -4 -4h-1" />
+ <path d="M10 12l1.5 -3" />
+</svg>
diff --git a/src/_icons/toilet-paper.svg b/src/_icons/toilet-paper.svg
new file mode 100644
index 00000000..6ed50ab4
--- /dev/null
+++ b/src/_icons/toilet-paper.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <ellipse cx="6" cy="10" rx="3" ry="7" />
+ <path d="M21 10c0 -3.866 -1.343 -7 -3 -7" />
+ <path d="M6 3h12" />
+ <path d="M21 10v10l-3 -1l-3 2l-3 -3l-3 2v-10" />
+ <path d="M6 10h.01" />
+</svg>