From e37c0003ed9b0eaf8f979638f197655372fcd5c1 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 18 Apr 2021 15:15:21 +0200 Subject: food-related icons #122 --- src/_icons/candy.svg | 8 ++++++++ src/_icons/coffee.svg | 10 ++++++++++ src/_icons/lemon.svg | 10 ++++++++++ src/_icons/meat.svg | 9 +++++++++ src/_icons/mushroom.svg | 6 ++++++ src/_icons/pepper.svg | 7 +++++++ src/_icons/salt.svg | 10 ++++++++++ 7 files changed, 60 insertions(+) create mode 100644 src/_icons/candy.svg create mode 100644 src/_icons/coffee.svg create mode 100644 src/_icons/lemon.svg create mode 100644 src/_icons/meat.svg create mode 100644 src/_icons/mushroom.svg create mode 100644 src/_icons/pepper.svg create mode 100644 src/_icons/salt.svg (limited to 'src/_icons') diff --git a/src/_icons/candy.svg b/src/_icons/candy.svg new file mode 100644 index 00000000..b75d315e --- /dev/null +++ b/src/_icons/candy.svg @@ -0,0 +1,8 @@ +--- +category: Food +--- + + + + + diff --git a/src/_icons/coffee.svg b/src/_icons/coffee.svg new file mode 100644 index 00000000..0dfd4c20 --- /dev/null +++ b/src/_icons/coffee.svg @@ -0,0 +1,10 @@ +--- +category: Food +--- + + + + + + + diff --git a/src/_icons/lemon.svg b/src/_icons/lemon.svg new file mode 100644 index 00000000..26e733dc --- /dev/null +++ b/src/_icons/lemon.svg @@ -0,0 +1,10 @@ +--- +category: Food +--- + + + + + + + diff --git a/src/_icons/meat.svg b/src/_icons/meat.svg new file mode 100644 index 00000000..235cf903 --- /dev/null +++ b/src/_icons/meat.svg @@ -0,0 +1,9 @@ +--- +category: Food +--- + + + + + + diff --git a/src/_icons/mushroom.svg b/src/_icons/mushroom.svg new file mode 100644 index 00000000..9fb98b2b --- /dev/null +++ b/src/_icons/mushroom.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/src/_icons/pepper.svg b/src/_icons/pepper.svg new file mode 100644 index 00000000..63316c1d --- /dev/null +++ b/src/_icons/pepper.svg @@ -0,0 +1,7 @@ +--- +category: Food +--- + + + + diff --git a/src/_icons/salt.svg b/src/_icons/salt.svg new file mode 100644 index 00000000..c30a6944 --- /dev/null +++ b/src/_icons/salt.svg @@ -0,0 +1,10 @@ +--- +category: Food +--- + + + + + + + -- cgit v1.2.1