aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-07-16 08:35:20 +0200
committercodecalm <codecalm@gmail.com>2022-07-16 08:35:20 +0200
commit54858d5f61fa8276f27d9cd518c6d9f6218d4475 (patch)
tree6d3b7f0a73919cc96d4cb133dba74bc8b7d695ad
parentRelease 1.75.0 (diff)
downloadtabler-icons-54858d5f61fa8276f27d9cd518c6d9f6218d4475.tar.xz
18 new icons: `a-b-2`, `brand-fortnite`, `brand-pepsi`, `brand-toyota`, `masks-theater`, `microwave-off`, `pointer`, `rating-12-plus`, `rating-14-plus`, `rating-16-plus`, `rating-18-plus`, `rating-21-plus`, `seo`, `shirt-sport`, `snowman`, `uf-off`, `ufo`, `zeppelin`
Fixed icons: `brand-deno`, `carrot`
-rw-r--r--src/_icons/a-b-2.svg9
-rw-r--r--src/_icons/brand-deno.svg2
-rw-r--r--src/_icons/brand-fortnite.svg6
-rw-r--r--src/_icons/brand-pepsi.svg8
-rw-r--r--src/_icons/brand-toyota.svg8
-rw-r--r--src/_icons/carrot.svg2
-rw-r--r--src/_icons/masks-theater.svg12
-rw-r--r--src/_icons/microwave-off.svg11
-rw-r--r--src/_icons/pointer.svg6
-rw-r--r--src/_icons/rating-12-plus.svg9
-rw-r--r--src/_icons/rating-14-plus.svg9
-rw-r--r--src/_icons/rating-16-plus.svg10
-rw-r--r--src/_icons/rating-18-plus.svg10
-rw-r--r--src/_icons/rating-21-plus.svg9
-rw-r--r--src/_icons/seo.svg8
-rw-r--r--src/_icons/shirt-sport.svg6
-rw-r--r--src/_icons/snowman.svg9
-rw-r--r--src/_icons/uf-off.svg12
-rw-r--r--src/_icons/ufo.svg11
-rw-r--r--src/_icons/zeppelin.svg7
20 files changed, 162 insertions, 2 deletions
diff --git a/src/_icons/a-b-2.svg b/src/_icons/a-b-2.svg
new file mode 100644
index 00000000..07854fe5
--- /dev/null
+++ b/src/_icons/a-b-2.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <path d="M16 21h3c.81 0 1.48 -.67 1.48 -1.48l.02 -.02c0 -.82 -.69 -1.5 -1.5 -1.5h-3v3z" />
+ <path d="M16 15h2.5c.84 -.01 1.5 .66 1.5 1.5s-.66 1.5 -1.5 1.5h-2.5v-3z" />
+ <path d="M4 9v-4c0 -1.036 .895 -2 2 -2s2 .964 2 2v4" />
+ <path d="M2.99 11.98a9 9 0 0 0 9 9m9 -9a9 9 0 0 0 -9 -9" />
+ <path d="M8 7h-4" />
+</svg>
diff --git a/src/_icons/brand-deno.svg b/src/_icons/brand-deno.svg
index b4415988..d825b662 100644
--- a/src/_icons/brand-deno.svg
+++ b/src/_icons/brand-deno.svg
@@ -4,6 +4,6 @@ version: "1.75"
---
<svg>
<circle cx="12" cy="12" r="9" />
- <path d="M13.5 21l-1.5 -6c-2.649 -.088 -5 -1.624 -5 -3.5c0 -1.933 2.239 -3.5 5 -3.5s4 1 5 3c.024 .048 .69 2.215 2 6.5" />
+ <path d="M13.47 20.882l-1.47 -5.882c-2.649 -.088 -5 -1.624 -5 -3.5c0 -1.933 2.239 -3.5 5 -3.5s4 1 5 3c.024 .048 .69 2.215 2 6.5" />
<path d="M12 11h.01" />
</svg>
diff --git a/src/_icons/brand-fortnite.svg b/src/_icons/brand-fortnite.svg
new file mode 100644
index 00000000..62583d17
--- /dev/null
+++ b/src/_icons/brand-fortnite.svg
@@ -0,0 +1,6 @@
+---
+category: Brand
+---
+<svg>
+ <path d="M8 3h7.5l-.5 4h-3v3h3v3.5h-3v6.5l-4 1z" />
+</svg>
diff --git a/src/_icons/brand-pepsi.svg b/src/_icons/brand-pepsi.svg
new file mode 100644
index 00000000..77e575ea
--- /dev/null
+++ b/src/_icons/brand-pepsi.svg
@@ -0,0 +1,8 @@
+---
+category: Brand
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M4 16c5.713 -2.973 11 -3.5 13.449 -11.162" />
+ <path d="M5 17.5c5.118 -2.859 15 0 14 -11" />
+</svg>
diff --git a/src/_icons/brand-toyota.svg b/src/_icons/brand-toyota.svg
new file mode 100644
index 00000000..7f629c48
--- /dev/null
+++ b/src/_icons/brand-toyota.svg
@@ -0,0 +1,8 @@
+---
+category: Brand
+---
+<svg>
+ <ellipse cx="12" cy="12" rx="10" ry="7" />
+ <path d="M9 12c0 3.866 1.343 7 3 7s3 -3.134 3 -7s-1.343 -7 -3 -7s-3 3.134 -3 7z" />
+ <path d="M6.415 6.191c-.888 .503 -1.415 1.13 -1.415 1.809c0 1.657 3.134 3 7 3s7 -1.343 7 -3c0 -.678 -.525 -1.304 -1.41 -1.806" />
+</svg>
diff --git a/src/_icons/carrot.svg b/src/_icons/carrot.svg
index 89f89a3e..4dca5887 100644
--- a/src/_icons/carrot.svg
+++ b/src/_icons/carrot.svg
@@ -1,5 +1,5 @@
---
-category: food
+category: Food
version: "1.72"
---
<svg>
diff --git a/src/_icons/masks-theater.svg b/src/_icons/masks-theater.svg
new file mode 100644
index 00000000..2ea80565
--- /dev/null
+++ b/src/_icons/masks-theater.svg
@@ -0,0 +1,12 @@
+---
+---
+<svg>
+ <path d="M13.192 9h6.616a2 2 0 0 1 1.992 2.183l-.567 6.182a4 4 0 0 1 -3.983 3.635h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 1.992 -2.183z" />
+ <path d="M15 13h.01" />
+ <path d="M18 13h.01" />
+ <path d="M15 16.5c1 .667 2 .667 3 0" />
+ <path d="M8.632 15.982a4.037 4.037 0 0 1 -.382 .018h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 1.992 -2.183h6.616a2 2 0 0 1 2 2" />
+ <path d="M6 8h.01" />
+ <path d="M9 8h.01" />
+ <path d="M6 12c.764 -.51 1.528 -.63 2.291 -.36" />
+</svg>
diff --git a/src/_icons/microwave-off.svg b/src/_icons/microwave-off.svg
new file mode 100644
index 00000000..edb66bcf
--- /dev/null
+++ b/src/_icons/microwave-off.svg
@@ -0,0 +1,11 @@
+---
+---
+<svg>
+ <path d="M18 18h-14a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h2m4 0h10a1 1 0 0 1 1 1v10" />
+ <path d="M15 6v5m0 4v3" />
+ <path d="M18 12h.01" />
+ <path d="M18 9h.01" />
+ <path d="M6.5 10.5c1 -.667 1.5 -.667 2.5 0c.636 .265 1.272 .665 1.907 .428" />
+ <path d="M6.5 13.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0" />
+ <path d="M3 3l18 18" />
+</svg>
diff --git a/src/_icons/pointer.svg b/src/_icons/pointer.svg
new file mode 100644
index 00000000..1f3505dc
--- /dev/null
+++ b/src/_icons/pointer.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M6 6l4.153 11.793a0.365 .365 0 0 0 .331 .207a0.366 .366 0 0 0 .332 -.207l2.184 -4.793l4.787 -1.994a0.355 .355 0 0 0 .213 -.323a0.355 .355 0 0 0 -.213 -.323l-11.787 -4.36z" />
+ <path d="M13.5 13.5l4.5 4.5" />
+</svg>
diff --git a/src/_icons/rating-12-plus.svg b/src/_icons/rating-12-plus.svg
new file mode 100644
index 00000000..0de61ed3
--- /dev/null
+++ b/src/_icons/rating-12-plus.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M7 15v-6" />
+ <path d="M15.5 12h3" />
+ <path d="M17 10.5v3" />
+ <path d="M10 10.5a1.5 1.5 0 0 1 3 0c0 .443 -.313 .989 -.612 1.393l-2.388 3.107h3" />
+</svg>
diff --git a/src/_icons/rating-14-plus.svg b/src/_icons/rating-14-plus.svg
new file mode 100644
index 00000000..1ed848d2
--- /dev/null
+++ b/src/_icons/rating-14-plus.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M7 15v-6" />
+ <path d="M15.5 12h3" />
+ <path d="M17 10.5v3" />
+ <path d="M12.5 15v-6m-2.5 0v4h3" />
+</svg>
diff --git a/src/_icons/rating-16-plus.svg b/src/_icons/rating-16-plus.svg
new file mode 100644
index 00000000..f1e959f3
--- /dev/null
+++ b/src/_icons/rating-16-plus.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <circle cx="11.5" cy="13.5" r="1.5" />
+ <path d="M7 15v-6" />
+ <path d="M15.5 12h3" />
+ <path d="M17 10.5v3" />
+ <path d="M10 13.5v-3a1.5 1.5 0 0 1 1.5 -1.5h1" />
+</svg>
diff --git a/src/_icons/rating-18-plus.svg b/src/_icons/rating-18-plus.svg
new file mode 100644
index 00000000..2aecee47
--- /dev/null
+++ b/src/_icons/rating-18-plus.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <circle cx="11.5" cy="10.5" r="1.5" />
+ <circle cx="11.5" cy="13.5" r="1.5" />
+ <path d="M7 15v-6" />
+ <path d="M15.5 12h3" />
+ <path d="M17 10.5v3" />
+</svg>
diff --git a/src/_icons/rating-21-plus.svg b/src/_icons/rating-21-plus.svg
new file mode 100644
index 00000000..b049c5a7
--- /dev/null
+++ b/src/_icons/rating-21-plus.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M13 15v-6" />
+ <path d="M15.5 12h3" />
+ <path d="M17 10.5v3" />
+ <path d="M7 10.5a1.5 1.5 0 0 1 3 0c0 .443 -.313 .989 -.612 1.393l-2.388 3.107h3" />
+</svg>
diff --git a/src/_icons/seo.svg b/src/_icons/seo.svg
new file mode 100644
index 00000000..431c03b7
--- /dev/null
+++ b/src/_icons/seo.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" />
+ <path d="M14 16h-4v-8h4" />
+ <path d="M11 12h2" />
+ <rect x="17" y="8" width="4" height="8" rx="1" />
+</svg>
diff --git a/src/_icons/shirt-sport.svg b/src/_icons/shirt-sport.svg
new file mode 100644
index 00000000..4969e5c1
--- /dev/null
+++ b/src/_icons/shirt-sport.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M15 4l6 2v5h-3v8a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l6 -2a3 3 0 0 0 6 0" />
+ <path d="M10.5 11h2.5l-1.5 5" />
+</svg>
diff --git a/src/_icons/snowman.svg b/src/_icons/snowman.svg
new file mode 100644
index 00000000..e0730462
--- /dev/null
+++ b/src/_icons/snowman.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <path d="M12 3a4 4 0 0 1 2.906 6.75a6 6 0 1 1 -5.81 0a4 4 0 0 1 2.904 -6.75z" />
+ <path d="M17.5 11.5l2.5 -1.5" />
+ <path d="M6.5 11.5l-2.5 -1.5" />
+ <path d="M12 13h.01" />
+ <path d="M12 16h.01" />
+</svg>
diff --git a/src/_icons/uf-off.svg b/src/_icons/uf-off.svg
new file mode 100644
index 00000000..4afd6485
--- /dev/null
+++ b/src/_icons/uf-off.svg
@@ -0,0 +1,12 @@
+---
+---
+<svg>
+ <path d="M16.95 9.01c3.02 .739 5.05 2.123 5.05 3.714c0 1.08 -.931 2.063 -2.468 2.814m-3.001 1c-1.36 .295 -2.9 .462 -4.531 .462c-5.52 0 -10 -1.909 -10 -4.276c0 -1.59 2.04 -2.985 5.07 -3.724" />
+ <path d="M14.69 10.686c1.388 -.355 2.31 -.976 2.31 -1.686v-.035c0 -2.742 -2.239 -4.965 -5 -4.965c-1.125 0 -2.164 .37 -3 .992m-1.707 2.297a4.925 4.925 0 0 0 -.293 1.676v.035c0 .961 1.696 1.764 3.956 1.956" />
+ <path d="M15 17l2 3" />
+ <path d="M8.5 17l-1.5 3" />
+ <path d="M12 14h.01" />
+ <path d="M7 13h.01" />
+ <path d="M17 13h.01" />
+ <path d="M3 3l18 18" />
+</svg>
diff --git a/src/_icons/ufo.svg b/src/_icons/ufo.svg
new file mode 100644
index 00000000..e3ea5d18
--- /dev/null
+++ b/src/_icons/ufo.svg
@@ -0,0 +1,11 @@
+---
+---
+<svg>
+ <path d="M16.95 9.01c3.02 .739 5.05 2.123 5.05 3.714c0 2.367 -4.48 4.276 -10 4.276s-10 -1.909 -10 -4.276c0 -1.59 2.04 -2.985 5.07 -3.724" />
+ <path d="M7 9c0 1.105 2.239 2 5 2s5 -.895 5 -2v-.035c0 -2.742 -2.239 -4.965 -5 -4.965s-5 2.223 -5 4.965v.035" />
+ <path d="M15 17l2 3" />
+ <path d="M8.5 17l-1.5 3" />
+ <path d="M12 14h.01" />
+ <path d="M7 13h.01" />
+ <path d="M17 13h.01" />
+</svg>
diff --git a/src/_icons/zeppelin.svg b/src/_icons/zeppelin.svg
new file mode 100644
index 00000000..fd9a978b
--- /dev/null
+++ b/src/_icons/zeppelin.svg
@@ -0,0 +1,7 @@
+---
+category: Vehicles
+---
+<svg>
+ <path d="M13.5 4c4.694 0 8.5 2.686 8.5 6s-3.806 6 -8.5 6c-2.13 0 -4.584 -.926 -7.364 -2.777l-2.136 1.777v-3.33a46.07 46.07 0 0 1 -2 -1.67a46.07 46.07 0 0 1 2 -1.67v-3.33l2.135 1.778c2.78 -1.852 5.235 -2.778 7.365 -2.778z" />
+ <path d="M10 15.5v4.5h6v-4" />
+</svg>