From 4dafa7c7d49bc387d16ce83de40f0a735dab1b1a Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 22 Dec 2022 13:27:46 +0100 Subject: [PATCH] 18 new icons: `building-stadium`, `circle-chevrons-down`, `circle-chevrons-left`, `circle-chevrons-right`, `circle-chevrons-up`, `device-airpods-case`, `device-ipad-horizontal`, `device-ipad`, `device-landline-phone`, `school-bell`, `square-chevrons-down`, `square-chevrons-left`, `square-chevrons-right`, `square-chevrons-up`, `square-rounded-chevrons-down`, `square-rounded-chevrons-left`, `square-rounded-chevrons-right`, `square-rounded-chevrons-up` --- src/_icons/building-stadium.svg | 9 +++++++++ src/_icons/circle-chevrons-down.svg | 8 ++++++++ src/_icons/circle-chevrons-left.svg | 8 ++++++++ src/_icons/circle-chevrons-right.svg | 8 ++++++++ src/_icons/circle-chevrons-up.svg | 8 ++++++++ src/_icons/device-airpods-case.svg | 8 ++++++++ src/_icons/device-ipad-horizontal.svg | 7 +++++++ src/_icons/device-ipad.svg | 7 +++++++ src/_icons/device-landline-phone.svg | 14 ++++++++++++++ src/_icons/school-bell.svg | 7 +++++++ src/_icons/square-chevrons-down.svg | 8 ++++++++ src/_icons/square-chevrons-left.svg | 8 ++++++++ src/_icons/square-chevrons-right.svg | 8 ++++++++ src/_icons/square-chevrons-up.svg | 8 ++++++++ src/_icons/square-rounded-chevrons-down.svg | 8 ++++++++ src/_icons/square-rounded-chevrons-left.svg | 8 ++++++++ src/_icons/square-rounded-chevrons-right.svg | 8 ++++++++ src/_icons/square-rounded-chevrons-up.svg | 8 ++++++++ 18 files changed, 148 insertions(+) create mode 100644 src/_icons/building-stadium.svg create mode 100644 src/_icons/circle-chevrons-down.svg create mode 100644 src/_icons/circle-chevrons-left.svg create mode 100644 src/_icons/circle-chevrons-right.svg create mode 100644 src/_icons/circle-chevrons-up.svg create mode 100644 src/_icons/device-airpods-case.svg create mode 100644 src/_icons/device-ipad-horizontal.svg create mode 100644 src/_icons/device-ipad.svg create mode 100644 src/_icons/device-landline-phone.svg create mode 100644 src/_icons/school-bell.svg create mode 100644 src/_icons/square-chevrons-down.svg create mode 100644 src/_icons/square-chevrons-left.svg create mode 100644 src/_icons/square-chevrons-right.svg create mode 100644 src/_icons/square-chevrons-up.svg create mode 100644 src/_icons/square-rounded-chevrons-down.svg create mode 100644 src/_icons/square-rounded-chevrons-left.svg create mode 100644 src/_icons/square-rounded-chevrons-right.svg create mode 100644 src/_icons/square-rounded-chevrons-up.svg diff --git a/src/_icons/building-stadium.svg b/src/_icons/building-stadium.svg new file mode 100644 index 000000000..5371ad6f9 --- /dev/null +++ b/src/_icons/building-stadium.svg @@ -0,0 +1,9 @@ +--- +category: Building +--- + + + + + + diff --git a/src/_icons/circle-chevrons-down.svg b/src/_icons/circle-chevrons-down.svg new file mode 100644 index 000000000..75435f0b7 --- /dev/null +++ b/src/_icons/circle-chevrons-down.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/circle-chevrons-left.svg b/src/_icons/circle-chevrons-left.svg new file mode 100644 index 000000000..09ac5623f --- /dev/null +++ b/src/_icons/circle-chevrons-left.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/circle-chevrons-right.svg b/src/_icons/circle-chevrons-right.svg new file mode 100644 index 000000000..d49ceaaab --- /dev/null +++ b/src/_icons/circle-chevrons-right.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/circle-chevrons-up.svg b/src/_icons/circle-chevrons-up.svg new file mode 100644 index 000000000..f9e81bd93 --- /dev/null +++ b/src/_icons/circle-chevrons-up.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/device-airpods-case.svg b/src/_icons/device-airpods-case.svg new file mode 100644 index 000000000..1c1c06408 --- /dev/null +++ b/src/_icons/device-airpods-case.svg @@ -0,0 +1,8 @@ +--- +category: Devices +--- + + + + + diff --git a/src/_icons/device-ipad-horizontal.svg b/src/_icons/device-ipad-horizontal.svg new file mode 100644 index 000000000..babb1b40b --- /dev/null +++ b/src/_icons/device-ipad-horizontal.svg @@ -0,0 +1,7 @@ +--- +category: Devices +--- + + + + diff --git a/src/_icons/device-ipad.svg b/src/_icons/device-ipad.svg new file mode 100644 index 000000000..4fe9538a8 --- /dev/null +++ b/src/_icons/device-ipad.svg @@ -0,0 +1,7 @@ +--- +category: Devices +--- + + + + diff --git a/src/_icons/device-landline-phone.svg b/src/_icons/device-landline-phone.svg new file mode 100644 index 000000000..4b027298d --- /dev/null +++ b/src/_icons/device-landline-phone.svg @@ -0,0 +1,14 @@ +--- +category: Devices +--- + + + + + + + + + + + diff --git a/src/_icons/school-bell.svg b/src/_icons/school-bell.svg new file mode 100644 index 000000000..3e34e9915 --- /dev/null +++ b/src/_icons/school-bell.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/square-chevrons-down.svg b/src/_icons/square-chevrons-down.svg new file mode 100644 index 000000000..b6a6a716e --- /dev/null +++ b/src/_icons/square-chevrons-down.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/square-chevrons-left.svg b/src/_icons/square-chevrons-left.svg new file mode 100644 index 000000000..c259e9c22 --- /dev/null +++ b/src/_icons/square-chevrons-left.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/square-chevrons-right.svg b/src/_icons/square-chevrons-right.svg new file mode 100644 index 000000000..5c03056b2 --- /dev/null +++ b/src/_icons/square-chevrons-right.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/square-chevrons-up.svg b/src/_icons/square-chevrons-up.svg new file mode 100644 index 000000000..8c5e3e407 --- /dev/null +++ b/src/_icons/square-chevrons-up.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/square-rounded-chevrons-down.svg b/src/_icons/square-rounded-chevrons-down.svg new file mode 100644 index 000000000..5915a55ff --- /dev/null +++ b/src/_icons/square-rounded-chevrons-down.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/square-rounded-chevrons-left.svg b/src/_icons/square-rounded-chevrons-left.svg new file mode 100644 index 000000000..47b449203 --- /dev/null +++ b/src/_icons/square-rounded-chevrons-left.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/square-rounded-chevrons-right.svg b/src/_icons/square-rounded-chevrons-right.svg new file mode 100644 index 000000000..7fb7e8974 --- /dev/null +++ b/src/_icons/square-rounded-chevrons-right.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + + diff --git a/src/_icons/square-rounded-chevrons-up.svg b/src/_icons/square-rounded-chevrons-up.svg new file mode 100644 index 000000000..8f93d2bfb --- /dev/null +++ b/src/_icons/square-rounded-chevrons-up.svg @@ -0,0 +1,8 @@ +--- +category: Arrows +--- + + + + +