aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-02 14:10:24 +0200
committercodecalm <codecalm@gmail.com>2020-09-02 14:10:24 +0200
commit402c6cdb745787722b9b57e0cc92bea45c47acaf (patch)
treeae157cef86f7ab73818e6be4bc6bec4ba5368260
parent`radioactive` icon (diff)
downloadtabler-icons-402c6cdb745787722b9b57e0cc92bea45c47acaf.tar.xz
`heart-broken` icon
-rw-r--r--src/_icons/battery-charging.svg2
-rw-r--r--src/_icons/biohazard.svg6
-rw-r--r--src/_icons/electric-scooter.svg9
-rw-r--r--src/_icons/heart-broken.svg7
-rw-r--r--src/_icons/heart.svg2
-rw-r--r--src/_icons/moped.svg9
-rw-r--r--src/_icons/peace.svg8
-rw-r--r--src/_icons/pray.svg6
-rw-r--r--src/_icons/scooter.svg4
9 files changed, 40 insertions, 13 deletions
diff --git a/src/_icons/battery-charging.svg b/src/_icons/battery-charging.svg
index a1a304b..167718f 100644
--- a/src/_icons/battery-charging.svg
+++ b/src/_icons/battery-charging.svg
@@ -4,5 +4,5 @@ tags: [charge, energy, power, electricity]
<svg>
<path d="M16 7h1a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-2" />
<path d="M8 7H6a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1" />
- <polyline points="12 8 10 12 13 12 11 16" />
+ <path d="M12 8l-2 4h3l-2 4" />
</svg>
diff --git a/src/_icons/biohazard.svg b/src/_icons/biohazard.svg
new file mode 100644
index 0000000..bba8754
--- /dev/null
+++ b/src/_icons/biohazard.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="2" />
+ <path d="M11.939 14 c0.03 0.173 0.048 0.351 0.056 0.533 l 0.005 0.217 a4.75 4.75 0 0 1 -4.533 4.745 l -0.217 0.005 m -4.75 -4.75 a4.75 4.75 0 0 1 7.737 -3.693 m 6.513 8.443 a4.75 4.75 0 0 1 -4.69 -5.503 l -0.06 0.003 m 1.764 -2.944 a4.75 4.75 0 0 1 7.731 3.477 l 0.005 0.217 m -11.195 -3.813 a4.75 4.75 0 0 1 -1.828 -7.624 l 0.164 -0.172 m 6.718 0 a4.75 4.75 0 0 1 -1.665 7.798" />
+</svg>
diff --git a/src/_icons/electric-scooter.svg b/src/_icons/electric-scooter.svg
deleted file mode 100644
index 1ffc3e8..0000000
--- a/src/_icons/electric-scooter.svg
+++ /dev/null
@@ -1,9 +0,0 @@
----
-tags: [vehicle, drive, driver, engine, motor, journey, trip]
-category: Vehicles
----
-<svg>
- <circle cx="18" cy="17" r="2" />
- <circle cx="6" cy="17" r="2" />
- <path d="M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1" />
-</svg>
diff --git a/src/_icons/heart-broken.svg b/src/_icons/heart-broken.svg
new file mode 100644
index 0000000..25c584d
--- /dev/null
+++ b/src/_icons/heart-broken.svg
@@ -0,0 +1,7 @@
+---
+tags: [love, emotion, like, favorite, relationship]
+---
+<svg>
+ <path d="M19.5 13.572 l-7.5 7.428 l-7.5 -7.428a5 5 0 1 1 7.5 -6.566 a5 5 0 1 1 7.5 6.572" />
+ <path d="M12 7l-2 4l4 3l-2 4v3" />
+</svg>
diff --git a/src/_icons/heart.svg b/src/_icons/heart.svg
index 24c8a9e..125d8f1 100644
--- a/src/_icons/heart.svg
+++ b/src/_icons/heart.svg
@@ -2,5 +2,5 @@
tags: [love, emotion, like, favorite, relationship]
---
<svg>
- <path d="M12 20l-7 -7a4 4 0 0 1 6.5 -6a.9 .9 0 0 0 1 0a4 4 0 0 1 6.5 6l-7 7" />
+ <path d="M19.5 13.572 l -7.5 7.428 l -7.5 -7.428 m 0 0 a5 5 0 1 1 7.5 -6.566 a5 5 0 1 1 7.5 6.572" />
</svg>
diff --git a/src/_icons/moped.svg b/src/_icons/moped.svg
new file mode 100644
index 0000000..2078f16
--- /dev/null
+++ b/src/_icons/moped.svg
@@ -0,0 +1,9 @@
+---
+tags: [vehicle, drive, driver, engine, motor, journey, trip]
+category: Vehicles
+---
+<svg>
+ <circle cx="18" cy="17" r="2" />
+ <path d="M5 16v1a2 2 0 0 0 4 0v-5h-3a3 3 0 0 0 -3 3v1h10a6 6 0 0 1 5 -4v-5a2 2 0 0 0 -2 -2h-1" />
+ <line x1="6" y1="9" x2="9" y2="9" />
+</svg>
diff --git a/src/_icons/peace.svg b/src/_icons/peace.svg
new file mode 100644
index 0000000..914efa9
--- /dev/null
+++ b/src/_icons/peace.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <line x1="12" y1="3" x2="12" y2="21" />
+ <line x1="12" y1="12" x2="18.3" y2="18.3" />
+ <line x1="12" y1="12" x2="5.7" y2="18.3" />
+</svg>
diff --git a/src/_icons/pray.svg b/src/_icons/pray.svg
new file mode 100644
index 0000000..9e43996
--- /dev/null
+++ b/src/_icons/pray.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <circle cx="12" cy="5" r="1" />
+ <path d="M7 20h8l-4 -4v-7l4 3l2 -2" />
+</svg>
diff --git a/src/_icons/scooter.svg b/src/_icons/scooter.svg
index 2078f16..1ffc3e8 100644
--- a/src/_icons/scooter.svg
+++ b/src/_icons/scooter.svg
@@ -4,6 +4,6 @@ category: Vehicles
---
<svg>
<circle cx="18" cy="17" r="2" />
- <path d="M5 16v1a2 2 0 0 0 4 0v-5h-3a3 3 0 0 0 -3 3v1h10a6 6 0 0 1 5 -4v-5a2 2 0 0 0 -2 -2h-1" />
- <line x1="6" y1="9" x2="9" y2="9" />
+ <circle cx="6" cy="17" r="2" />
+ <path d="M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1" />
</svg>