From de693ee319c3153e34f98b267ec246f905a9fa12 Mon Sep 17 00:00:00 2001 From: lilith Date: Wed, 12 Feb 2025 18:34:33 +0100 Subject: [PATCH] Icon exports as plain SVGs --- icons/arrow_down.svg | 22 +++++++ icons/arrow_down_left.svg | 22 +++++++ icons/arrow_down_right.svg | 22 +++++++ icons/arrow_left.svg | 22 +++++++ icons/arrow_right.svg | 22 +++++++ icons/arrow_up.svg | 22 +++++++ icons/arrow_up_left.svg | 22 +++++++ icons/arrow_up_right.svg | 22 +++++++ icons/basket.svg | 26 ++++++++ icons/bed.svg | 30 +++++++++ icons/clock.svg | 25 ++++++++ icons/code.svg | 22 +++++++ icons/creature.svg | 25 ++++++++ icons/cross.svg | 29 +++++++++ icons/cross_small.svg | 119 ++++++++++++++++++++++++++++++++++++ icons/cup_1.svg | 37 +++++++++++ icons/cup_2.svg | 41 +++++++++++++ icons/external.svg | 18 ++++++ icons/fairydust.svg | 30 +++++++++ icons/flag.svg | 22 +++++++ icons/gluten.svg | 33 ++++++++++ icons/hackertours.svg | 22 +++++++ icons/hare_head.svg | 21 +++++++ icons/history.svg | 30 +++++++++ icons/home.svg | 21 +++++++ icons/hygene.svg | 27 ++++++++ icons/info.svg | 26 ++++++++ icons/link.svg | 29 +++++++++ icons/location.svg | 26 ++++++++ icons/lock.svg | 29 +++++++++ icons/login.svg | 27 ++++++++ icons/logout.svg | 27 ++++++++ icons/message.svg | 22 +++++++ icons/microphone.svg | 22 +++++++ icons/network.svg | 33 ++++++++++ icons/pen.svg | 26 ++++++++ icons/plate_and_cutlery.svg | 41 +++++++++++++ icons/power.svg | 27 ++++++++ icons/question.svg | 25 ++++++++ icons/schedule.svg | 32 ++++++++++ icons/search.svg | 21 +++++++ icons/settings.svg | 26 ++++++++ icons/signup.svg | 36 +++++++++++ icons/soldering_iron.svg | 21 +++++++ icons/tick.svg | 22 +++++++ icons/tick_small.svg | 22 +++++++ icons/train.svg | 51 ++++++++++++++++ icons/vegan.svg | 25 ++++++++ icons/warning.svg | 27 ++++++++ 49 files changed, 1397 insertions(+) create mode 100644 icons/arrow_down.svg create mode 100644 icons/arrow_down_left.svg create mode 100644 icons/arrow_down_right.svg create mode 100644 icons/arrow_left.svg create mode 100644 icons/arrow_right.svg create mode 100644 icons/arrow_up.svg create mode 100644 icons/arrow_up_left.svg create mode 100644 icons/arrow_up_right.svg create mode 100644 icons/basket.svg create mode 100644 icons/bed.svg create mode 100644 icons/clock.svg create mode 100644 icons/code.svg create mode 100644 icons/creature.svg create mode 100644 icons/cross.svg create mode 100644 icons/cross_small.svg create mode 100644 icons/cup_1.svg create mode 100644 icons/cup_2.svg create mode 100644 icons/external.svg create mode 100644 icons/fairydust.svg create mode 100644 icons/flag.svg create mode 100644 icons/gluten.svg create mode 100644 icons/hackertours.svg create mode 100644 icons/hare_head.svg create mode 100644 icons/history.svg create mode 100644 icons/home.svg create mode 100644 icons/hygene.svg create mode 100644 icons/info.svg create mode 100644 icons/link.svg create mode 100644 icons/location.svg create mode 100644 icons/lock.svg create mode 100644 icons/login.svg create mode 100644 icons/logout.svg create mode 100644 icons/message.svg create mode 100644 icons/microphone.svg create mode 100644 icons/network.svg create mode 100644 icons/pen.svg create mode 100644 icons/plate_and_cutlery.svg create mode 100644 icons/power.svg create mode 100644 icons/question.svg create mode 100644 icons/schedule.svg create mode 100644 icons/search.svg create mode 100644 icons/settings.svg create mode 100644 icons/signup.svg create mode 100644 icons/soldering_iron.svg create mode 100644 icons/tick.svg create mode 100644 icons/tick_small.svg create mode 100644 icons/train.svg create mode 100644 icons/vegan.svg create mode 100644 icons/warning.svg diff --git a/icons/arrow_down.svg b/icons/arrow_down.svg new file mode 100644 index 0000000..d711131 --- /dev/null +++ b/icons/arrow_down.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/arrow_down_left.svg b/icons/arrow_down_left.svg new file mode 100644 index 0000000..a3493f6 --- /dev/null +++ b/icons/arrow_down_left.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/arrow_down_right.svg b/icons/arrow_down_right.svg new file mode 100644 index 0000000..f65dd06 --- /dev/null +++ b/icons/arrow_down_right.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/arrow_left.svg b/icons/arrow_left.svg new file mode 100644 index 0000000..8a51c5e --- /dev/null +++ b/icons/arrow_left.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/arrow_right.svg b/icons/arrow_right.svg new file mode 100644 index 0000000..ccbc5aa --- /dev/null +++ b/icons/arrow_right.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/arrow_up.svg b/icons/arrow_up.svg new file mode 100644 index 0000000..7000e26 --- /dev/null +++ b/icons/arrow_up.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/arrow_up_left.svg b/icons/arrow_up_left.svg new file mode 100644 index 0000000..49d718c --- /dev/null +++ b/icons/arrow_up_left.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/arrow_up_right.svg b/icons/arrow_up_right.svg new file mode 100644 index 0000000..56f7db2 --- /dev/null +++ b/icons/arrow_up_right.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/basket.svg b/icons/basket.svg new file mode 100644 index 0000000..6a137c2 --- /dev/null +++ b/icons/basket.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/icons/bed.svg b/icons/bed.svg new file mode 100644 index 0000000..a5e5d26 --- /dev/null +++ b/icons/bed.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + diff --git a/icons/clock.svg b/icons/clock.svg new file mode 100644 index 0000000..ce2b08f --- /dev/null +++ b/icons/clock.svg @@ -0,0 +1,25 @@ + + + + + + + + + + diff --git a/icons/code.svg b/icons/code.svg new file mode 100644 index 0000000..20c410f --- /dev/null +++ b/icons/code.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/creature.svg b/icons/creature.svg new file mode 100644 index 0000000..6cae8e8 --- /dev/null +++ b/icons/creature.svg @@ -0,0 +1,25 @@ + + + + + + + + + + diff --git a/icons/cross.svg b/icons/cross.svg new file mode 100644 index 0000000..f8d3a7f --- /dev/null +++ b/icons/cross.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + diff --git a/icons/cross_small.svg b/icons/cross_small.svg new file mode 100644 index 0000000..511c156 --- /dev/null +++ b/icons/cross_small.svg @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/cup_1.svg b/icons/cup_1.svg new file mode 100644 index 0000000..2475eff --- /dev/null +++ b/icons/cup_1.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + diff --git a/icons/cup_2.svg b/icons/cup_2.svg new file mode 100644 index 0000000..7a0d115 --- /dev/null +++ b/icons/cup_2.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + diff --git a/icons/external.svg b/icons/external.svg new file mode 100644 index 0000000..a3b47df --- /dev/null +++ b/icons/external.svg @@ -0,0 +1,18 @@ + + + + diff --git a/icons/fairydust.svg b/icons/fairydust.svg new file mode 100644 index 0000000..2dea19d --- /dev/null +++ b/icons/fairydust.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + diff --git a/icons/flag.svg b/icons/flag.svg new file mode 100644 index 0000000..10a9cf2 --- /dev/null +++ b/icons/flag.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/gluten.svg b/icons/gluten.svg new file mode 100644 index 0000000..3460e13 --- /dev/null +++ b/icons/gluten.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + diff --git a/icons/hackertours.svg b/icons/hackertours.svg new file mode 100644 index 0000000..a7b5cc2 --- /dev/null +++ b/icons/hackertours.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/hare_head.svg b/icons/hare_head.svg new file mode 100644 index 0000000..023536f --- /dev/null +++ b/icons/hare_head.svg @@ -0,0 +1,21 @@ + + + + + + + + + diff --git a/icons/history.svg b/icons/history.svg new file mode 100644 index 0000000..7d381d9 --- /dev/null +++ b/icons/history.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + diff --git a/icons/home.svg b/icons/home.svg new file mode 100644 index 0000000..97206e4 --- /dev/null +++ b/icons/home.svg @@ -0,0 +1,21 @@ + + + + + + + + + diff --git a/icons/hygene.svg b/icons/hygene.svg new file mode 100644 index 0000000..a7002de --- /dev/null +++ b/icons/hygene.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/icons/info.svg b/icons/info.svg new file mode 100644 index 0000000..66c9910 --- /dev/null +++ b/icons/info.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/icons/link.svg b/icons/link.svg new file mode 100644 index 0000000..31c48fd --- /dev/null +++ b/icons/link.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + diff --git a/icons/location.svg b/icons/location.svg new file mode 100644 index 0000000..3639352 --- /dev/null +++ b/icons/location.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/icons/lock.svg b/icons/lock.svg new file mode 100644 index 0000000..ab8cbdf --- /dev/null +++ b/icons/lock.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + diff --git a/icons/login.svg b/icons/login.svg new file mode 100644 index 0000000..7dd063b --- /dev/null +++ b/icons/login.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/icons/logout.svg b/icons/logout.svg new file mode 100644 index 0000000..182e670 --- /dev/null +++ b/icons/logout.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/icons/message.svg b/icons/message.svg new file mode 100644 index 0000000..5be5841 --- /dev/null +++ b/icons/message.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/microphone.svg b/icons/microphone.svg new file mode 100644 index 0000000..a98213a --- /dev/null +++ b/icons/microphone.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/network.svg b/icons/network.svg new file mode 100644 index 0000000..9a8a82e --- /dev/null +++ b/icons/network.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + diff --git a/icons/pen.svg b/icons/pen.svg new file mode 100644 index 0000000..bf386e3 --- /dev/null +++ b/icons/pen.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/icons/plate_and_cutlery.svg b/icons/plate_and_cutlery.svg new file mode 100644 index 0000000..4e8aaa0 --- /dev/null +++ b/icons/plate_and_cutlery.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + diff --git a/icons/power.svg b/icons/power.svg new file mode 100644 index 0000000..519519b --- /dev/null +++ b/icons/power.svg @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/icons/question.svg b/icons/question.svg new file mode 100644 index 0000000..da7a7d5 --- /dev/null +++ b/icons/question.svg @@ -0,0 +1,25 @@ + + + + + + + + + + diff --git a/icons/schedule.svg b/icons/schedule.svg new file mode 100644 index 0000000..41c21b2 --- /dev/null +++ b/icons/schedule.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + diff --git a/icons/search.svg b/icons/search.svg new file mode 100644 index 0000000..aa20029 --- /dev/null +++ b/icons/search.svg @@ -0,0 +1,21 @@ + + + + + + + + + diff --git a/icons/settings.svg b/icons/settings.svg new file mode 100644 index 0000000..376ad53 --- /dev/null +++ b/icons/settings.svg @@ -0,0 +1,26 @@ + + + + + + + + + + diff --git a/icons/signup.svg b/icons/signup.svg new file mode 100644 index 0000000..8f47bb2 --- /dev/null +++ b/icons/signup.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + diff --git a/icons/soldering_iron.svg b/icons/soldering_iron.svg new file mode 100644 index 0000000..dd79717 --- /dev/null +++ b/icons/soldering_iron.svg @@ -0,0 +1,21 @@ + + + + + + + + + diff --git a/icons/tick.svg b/icons/tick.svg new file mode 100644 index 0000000..e75095d --- /dev/null +++ b/icons/tick.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/tick_small.svg b/icons/tick_small.svg new file mode 100644 index 0000000..8e5aade --- /dev/null +++ b/icons/tick_small.svg @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/icons/train.svg b/icons/train.svg new file mode 100644 index 0000000..319a829 --- /dev/null +++ b/icons/train.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + diff --git a/icons/vegan.svg b/icons/vegan.svg new file mode 100644 index 0000000..e85c25c --- /dev/null +++ b/icons/vegan.svg @@ -0,0 +1,25 @@ + + + + + + + + + + diff --git a/icons/warning.svg b/icons/warning.svg new file mode 100644 index 0000000..d9933af --- /dev/null +++ b/icons/warning.svg @@ -0,0 +1,27 @@ + + + + + + + + + +