From e8a3f04995796872dab779c0392233aa33453a2b Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 18 Aug 2023 17:39:32 +0200 Subject: [PATCH] 12 new icons: `hexagon-plus`, `list-letters`, `map-pin-2`, `pentagon-plus`, `photo-circle`, `photo-hexagon`, `photo-pentagon`, `photo-square-rounded`, `user-hexagon`, `user-pentagon`, `user-square-rounded`, `user-square` Fixed icons: `circle-plus`, `map-pin`, `pentagon-off`, `pentagon`, `square-plus`, `square-rounded-plus` --- src/_icons/circle-plus.svg | 6 +++--- src/_icons/hexagon-plus.svg | 7 +++++++ src/_icons/list-letters.svg | 10 ++++++++++ src/_icons/map-pin-2.svg | 9 +++++++++ src/_icons/map-pin.svg | 7 ++----- src/_icons/pentagon-off.svg | 2 +- src/_icons/pentagon-plus.svg | 7 +++++++ src/_icons/pentagon.svg | 2 +- src/_icons/photo-circle.svg | 8 ++++++++ src/_icons/photo-hexagon.svg | 8 ++++++++ src/_icons/photo-pentagon.svg | 8 ++++++++ src/_icons/photo-square-rounded.svg | 8 ++++++++ src/_icons/square-plus.svg | 6 +++--- src/_icons/square-rounded-plus.svg | 6 +++--- src/_icons/user-hexagon.svg | 7 +++++++ src/_icons/user-pentagon.svg | 7 +++++++ src/_icons/user-square-rounded.svg | 7 +++++++ src/_icons/user-square.svg | 7 +++++++ 18 files changed, 106 insertions(+), 16 deletions(-) create mode 100644 src/_icons/hexagon-plus.svg create mode 100644 src/_icons/list-letters.svg create mode 100644 src/_icons/map-pin-2.svg create mode 100644 src/_icons/pentagon-plus.svg create mode 100644 src/_icons/photo-circle.svg create mode 100644 src/_icons/photo-hexagon.svg create mode 100644 src/_icons/photo-pentagon.svg create mode 100644 src/_icons/photo-square-rounded.svg create mode 100644 src/_icons/user-hexagon.svg create mode 100644 src/_icons/user-pentagon.svg create mode 100644 src/_icons/user-square-rounded.svg create mode 100644 src/_icons/user-square.svg diff --git a/src/_icons/circle-plus.svg b/src/_icons/circle-plus.svg index f74480e41..3988cdc64 100644 --- a/src/_icons/circle-plus.svg +++ b/src/_icons/circle-plus.svg @@ -5,7 +5,7 @@ version: "1.0" unicode: "ea69" --- - - - + + + diff --git a/src/_icons/hexagon-plus.svg b/src/_icons/hexagon-plus.svg new file mode 100644 index 000000000..b3c8cde3f --- /dev/null +++ b/src/_icons/hexagon-plus.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/list-letters.svg b/src/_icons/list-letters.svg new file mode 100644 index 000000000..2a26d0cbb --- /dev/null +++ b/src/_icons/list-letters.svg @@ -0,0 +1,10 @@ +--- +--- + + + + + + + + diff --git a/src/_icons/map-pin-2.svg b/src/_icons/map-pin-2.svg new file mode 100644 index 000000000..923411210 --- /dev/null +++ b/src/_icons/map-pin-2.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/src/_icons/map-pin.svg b/src/_icons/map-pin.svg index 067edd181..8eb25aada 100644 --- a/src/_icons/map-pin.svg +++ b/src/_icons/map-pin.svg @@ -5,9 +5,6 @@ version: "1.0" unicode: "eae8" --- - - - - - + + diff --git a/src/_icons/pentagon-off.svg b/src/_icons/pentagon-off.svg index f4d3a4a0f..89fe3c82a 100644 --- a/src/_icons/pentagon-off.svg +++ b/src/_icons/pentagon-off.svg @@ -5,6 +5,6 @@ unicode: "f41a" version: "1.94" --- - + diff --git a/src/_icons/pentagon-plus.svg b/src/_icons/pentagon-plus.svg new file mode 100644 index 000000000..d65bc51e4 --- /dev/null +++ b/src/_icons/pentagon-plus.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/pentagon.svg b/src/_icons/pentagon.svg index 6dc6851a8..36fe03dbd 100644 --- a/src/_icons/pentagon.svg +++ b/src/_icons/pentagon.svg @@ -5,5 +5,5 @@ version: "1.51" unicode: "efe3" --- - + diff --git a/src/_icons/photo-circle.svg b/src/_icons/photo-circle.svg new file mode 100644 index 000000000..5fe39e653 --- /dev/null +++ b/src/_icons/photo-circle.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/photo-hexagon.svg b/src/_icons/photo-hexagon.svg new file mode 100644 index 000000000..443a899b1 --- /dev/null +++ b/src/_icons/photo-hexagon.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/photo-pentagon.svg b/src/_icons/photo-pentagon.svg new file mode 100644 index 000000000..a0a25a3bd --- /dev/null +++ b/src/_icons/photo-pentagon.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/photo-square-rounded.svg b/src/_icons/photo-square-rounded.svg new file mode 100644 index 000000000..39749bd56 --- /dev/null +++ b/src/_icons/photo-square-rounded.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/src/_icons/square-plus.svg b/src/_icons/square-plus.svg index 7e8b59c52..5d1cb5e4c 100644 --- a/src/_icons/square-plus.svg +++ b/src/_icons/square-plus.svg @@ -5,7 +5,7 @@ version: "1.0" unicode: "eb2a" --- - - - + + + diff --git a/src/_icons/square-rounded-plus.svg b/src/_icons/square-rounded-plus.svg index 31f30e3dd..ca66ed24f 100644 --- a/src/_icons/square-rounded-plus.svg +++ b/src/_icons/square-rounded-plus.svg @@ -5,7 +5,7 @@ unicode: "f63f" version: "1.117" --- - - - + + + diff --git a/src/_icons/user-hexagon.svg b/src/_icons/user-hexagon.svg new file mode 100644 index 000000000..42f88b93e --- /dev/null +++ b/src/_icons/user-hexagon.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/user-pentagon.svg b/src/_icons/user-pentagon.svg new file mode 100644 index 000000000..9246a36fe --- /dev/null +++ b/src/_icons/user-pentagon.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/user-square-rounded.svg b/src/_icons/user-square-rounded.svg new file mode 100644 index 000000000..58a2b43e4 --- /dev/null +++ b/src/_icons/user-square-rounded.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/src/_icons/user-square.svg b/src/_icons/user-square.svg new file mode 100644 index 000000000..abd5bc25b --- /dev/null +++ b/src/_icons/user-square.svg @@ -0,0 +1,7 @@ +--- +--- + + + + +