From 402c6cdb745787722b9b57e0cc92bea45c47acaf Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 2 Sep 2020 14:10:24 +0200 Subject: `heart-broken` icon --- src/_icons/battery-charging.svg | 2 +- src/_icons/biohazard.svg | 6 ++++++ src/_icons/electric-scooter.svg | 9 --------- src/_icons/heart-broken.svg | 7 +++++++ src/_icons/heart.svg | 2 +- src/_icons/moped.svg | 9 +++++++++ src/_icons/peace.svg | 8 ++++++++ src/_icons/pray.svg | 6 ++++++ src/_icons/scooter.svg | 4 ++-- 9 files changed, 40 insertions(+), 13 deletions(-) create mode 100644 src/_icons/biohazard.svg delete mode 100644 src/_icons/electric-scooter.svg create mode 100644 src/_icons/heart-broken.svg create mode 100644 src/_icons/moped.svg create mode 100644 src/_icons/peace.svg create mode 100644 src/_icons/pray.svg (limited to 'src/_icons') 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] - + 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 @@ +--- +--- + + + + 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 ---- - - - - - 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] +--- + + + + 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] --- - + 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 +--- + + + + + 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 @@ +--- +--- + + + + + + 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 @@ +--- +--- + + + + 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 --- - - + + -- cgit v1.2.1