From 9e92929ed8fd6dcb50a83aa42408dedaf893d961 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 23 Mar 2022 12:23:15 +0100 Subject: 18 new icons: `abacus`, `baby-carriage`, `bell-school`, `cell`, `device-heart-monitor`, `device-laptop-off`, `device-mobile-off`, `device-tablet-off`, `device-tv-off`, `device-watch-off`, `devices-off`, `dialpad`, `fidget-spinner`, `mail-fast`, `pennant-2`, `sign-left`, `sign-right`, `windsock` Fixed icons: `directions` --- .gitignore | 1 + _import.sh | 1 + src/_icons/abacus.svg | 15 +++++++++++++++ src/_icons/baby-carriage.svg | 10 ++++++++++ src/_icons/bell-school.svg | 9 +++++++++ src/_icons/cell.svg | 7 +++++++ src/_icons/device-heart-monitor.svg | 9 +++++++++ src/_icons/device-laptop-off.svg | 7 +++++++ src/_icons/device-mobile-off.svg | 8 ++++++++ src/_icons/device-tablet-off.svg | 7 +++++++ src/_icons/device-tv-off.svg | 7 +++++++ src/_icons/device-watch-off.svg | 8 ++++++++ src/_icons/devices-off.svg | 8 ++++++++ src/_icons/dialpad.svg | 11 +++++++++++ src/_icons/directions.svg | 11 ++++++----- src/_icons/fidget-spinner.svg | 8 ++++++++ src/_icons/mail-fast.svg | 8 ++++++++ src/_icons/pennant-2.svg | 7 +++++++ src/_icons/sign-left.svg | 8 ++++++++ src/_icons/sign-right.svg | 8 ++++++++ src/_icons/windsock.svg | 9 +++++++++ 21 files changed, 162 insertions(+), 5 deletions(-) create mode 100644 src/_icons/abacus.svg create mode 100644 src/_icons/baby-carriage.svg create mode 100644 src/_icons/bell-school.svg create mode 100644 src/_icons/cell.svg create mode 100644 src/_icons/device-heart-monitor.svg create mode 100644 src/_icons/device-laptop-off.svg create mode 100644 src/_icons/device-mobile-off.svg create mode 100644 src/_icons/device-tablet-off.svg create mode 100644 src/_icons/device-tv-off.svg create mode 100644 src/_icons/device-watch-off.svg create mode 100644 src/_icons/devices-off.svg create mode 100644 src/_icons/dialpad.svg create mode 100644 src/_icons/fidget-spinner.svg create mode 100644 src/_icons/mail-fast.svg create mode 100644 src/_icons/pennant-2.svg create mode 100644 src/_icons/sign-left.svg create mode 100644 src/_icons/sign-right.svg create mode 100644 src/_icons/windsock.svg diff --git a/.gitignore b/.gitignore index 213c486b..e190e1c8 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ icons-react/dist/ compile-options.json new/ new/* +yarn.lock diff --git a/_import.sh b/_import.sh index 2b7b35ed..5762220e 100755 --- a/_import.sh +++ b/_import.sh @@ -20,6 +20,7 @@ do sed -i "" 's/height="24px"//g' ${file} sed -i "" 's/xmlns="http:\/\/www.w3.org\/2000\/svg"//g' ${file} sed -i "" 's/"//g' ${file} + sed -i "" 's///g' ${file} done svgo -f ./new/ --pretty --disable mergePaths diff --git a/src/_icons/abacus.svg b/src/_icons/abacus.svg new file mode 100644 index 00000000..f75a6e7b --- /dev/null +++ b/src/_icons/abacus.svg @@ -0,0 +1,15 @@ +--- +--- + + + + + + + + + + + + + diff --git a/src/_icons/baby-carriage.svg b/src/_icons/baby-carriage.svg new file mode 100644 index 00000000..a93e58a0 --- /dev/null +++ b/src/_icons/baby-carriage.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/bell-school.svg b/src/_icons/bell-school.svg new file mode 100644 index 00000000..6af78d3c --- /dev/null +++ b/src/_icons/bell-school.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/cell.svg b/src/_icons/cell.svg new file mode 100644 index 00000000..bda33c8b --- /dev/null +++ b/src/_icons/cell.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/device-heart-monitor.svg b/src/_icons/device-heart-monitor.svg new file mode 100644 index 00000000..75f6d084 --- /dev/null +++ b/src/_icons/device-heart-monitor.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/device-laptop-off.svg b/src/_icons/device-laptop-off.svg new file mode 100644 index 00000000..6bb3a1ee --- /dev/null +++ b/src/_icons/device-laptop-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/device-mobile-off.svg b/src/_icons/device-mobile-off.svg new file mode 100644 index 00000000..5d302e4b --- /dev/null +++ b/src/_icons/device-mobile-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/device-tablet-off.svg b/src/_icons/device-tablet-off.svg new file mode 100644 index 00000000..0ae47429 --- /dev/null +++ b/src/_icons/device-tablet-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/device-tv-off.svg b/src/_icons/device-tv-off.svg new file mode 100644 index 00000000..e9331780 --- /dev/null +++ b/src/_icons/device-tv-off.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/device-watch-off.svg b/src/_icons/device-watch-off.svg new file mode 100644 index 00000000..af1a52fd --- /dev/null +++ b/src/_icons/device-watch-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/devices-off.svg b/src/_icons/devices-off.svg new file mode 100644 index 00000000..3e88b555 --- /dev/null +++ b/src/_icons/devices-off.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/dialpad.svg b/src/_icons/dialpad.svg new file mode 100644 index 00000000..1793d36b --- /dev/null +++ b/src/_icons/dialpad.svg @@ -0,0 +1,11 @@ +--- +--- + + + + + + + + + diff --git a/src/_icons/directions.svg b/src/_icons/directions.svg index 5fcdfc88..3a12a7c0 100644 --- a/src/_icons/directions.svg +++ b/src/_icons/directions.svg @@ -4,9 +4,10 @@ tags: [travel, navigation, discover] version: "1.0" --- - - - - - + + + + + + diff --git a/src/_icons/fidget-spinner.svg b/src/_icons/fidget-spinner.svg new file mode 100644 index 00000000..24efc3c8 --- /dev/null +++ b/src/_icons/fidget-spinner.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/mail-fast.svg b/src/_icons/mail-fast.svg new file mode 100644 index 00000000..cbed8c1e --- /dev/null +++ b/src/_icons/mail-fast.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/pennant-2.svg b/src/_icons/pennant-2.svg new file mode 100644 index 00000000..7552eb2a --- /dev/null +++ b/src/_icons/pennant-2.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/sign-left.svg b/src/_icons/sign-left.svg new file mode 100644 index 00000000..dfdbc2d8 --- /dev/null +++ b/src/_icons/sign-left.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/sign-right.svg b/src/_icons/sign-right.svg new file mode 100644 index 00000000..4a3af5e0 --- /dev/null +++ b/src/_icons/sign-right.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/windsock.svg b/src/_icons/windsock.svg new file mode 100644 index 00000000..de5313bd --- /dev/null +++ b/src/_icons/windsock.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + -- cgit v1.2.1