From a106aed0960bd2542e30929af941002807c6323c Mon Sep 17 00:00:00 2001 From: codecalm Date: Mon, 21 Sep 2020 17:08:01 +0200 Subject: icons optimize --- gulpfile.js | 12 +++++++++++- src/_icons/2fa.svg | 2 +- src/_icons/3d-cube-sphere.svg | 2 +- src/_icons/alert-octagon.svg | 2 +- src/_icons/alert-triangle.svg | 2 +- src/_icons/alien.svg | 2 +- src/_icons/ball-volleyball.svg | 6 +++--- src/_icons/battery-charging.svg | 2 +- src/_icons/biohazard.svg | 2 +- src/_icons/brand-discord.svg | 4 ++-- src/_icons/brand-github.svg | 2 +- src/_icons/brand-gitlab.svg | 2 +- src/_icons/brand-google-drive.svg | 4 ++-- src/_icons/brand-google.svg | 2 +- src/_icons/brand-paypal.svg | 2 +- src/_icons/brand-pinterest.svg | 2 +- src/_icons/brand-reddit.svg | 2 +- src/_icons/brand-sketch.svg | 2 +- src/_icons/brand-slack.svg | 4 ++-- src/_icons/brand-snapchat.svg | 2 +- src/_icons/brand-tailwind.svg | 2 +- src/_icons/brand-twitter.svg | 2 +- src/_icons/brand-windows.svg | 2 +- src/_icons/bulb.svg | 2 +- src/_icons/clipboard-list.svg | 2 +- src/_icons/clipboard-x.svg | 2 +- src/_icons/clipboard.svg | 2 +- src/_icons/color-swatch.svg | 2 +- src/_icons/discount.svg | 2 +- src/_icons/ear.svg | 2 +- src/_icons/edit.svg | 2 +- src/_icons/emphasis.svg | 2 +- src/_icons/filter.svg | 2 +- src/_icons/h-2.svg | 2 +- src/_icons/h-5.svg | 2 +- src/_icons/heart-broken.svg | 2 +- src/_icons/heart.svg | 2 +- src/_icons/infinity.svg | 2 +- src/_icons/location.svg | 2 +- src/_icons/map-pin.svg | 2 +- src/_icons/medal.svg | 2 +- src/_icons/medical-cross.svg | 2 +- src/_icons/mood-cry.svg | 4 ++-- src/_icons/mood-happy.svg | 2 +- src/_icons/moon-stars.svg | 2 +- src/_icons/moon.svg | 2 +- src/_icons/notification.svg | 2 +- src/_icons/octagon.svg | 2 +- src/_icons/paperclip.svg | 2 +- src/_icons/photo.svg | 4 ++-- src/_icons/play.svg | 2 +- src/_icons/question-mark.svg | 2 +- src/_icons/radioactive.svg | 6 +++--- src/_icons/send.svg | 2 +- src/_icons/skip-forward.svg | 2 +- src/_icons/slideshow.svg | 4 ++-- src/_icons/smart-home.svg | 2 +- src/_icons/star.svg | 2 +- src/_icons/sun.svg | 2 +- src/_icons/sunset.svg | 2 +- src/_icons/sunshine.svg | 2 +- src/_icons/tag.svg | 2 +- src/_icons/thumb-down.svg | 2 +- src/_icons/thumb-up.svg | 2 +- src/_icons/track-next.svg | 2 +- src/_icons/track-prev.svg | 2 +- src/_icons/trademark.svg | 2 +- src/_icons/triangle.svg | 2 +- src/_icons/urgent.svg | 2 +- src/_icons/volume-2.svg | 2 +- src/_icons/volume-3.svg | 2 +- src/_icons/volume.svg | 2 +- src/_icons/wave-saw-tool.svg | 2 +- src/_icons/wave-sine.svg | 2 +- src/_icons/wave-square.svg | 2 +- src/_icons/zodiac-aries.svg | 4 ++-- 76 files changed, 97 insertions(+), 87 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index c5d7c83..d2896f8 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -416,6 +416,7 @@ gulp.task('optimize', function (cb) { .replace(/\s?\/>/g, ' />') .replace(/\n\s*<(line|circle|path|polyline|rect)/g, "\n <$1") .replace(/polyline points="([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s([0-9.]+)"/g, 'line x1="$1" y1="$2" x2="$3" y2="$4"') + .replace(/d="m/g, 'd="M') .replace(/([Aa])\s?([0-9.]+)\s([0-9.]+)\s([0-9.]+)\s?([0-1])\s?([0-1])\s?(-?[0-9.]+)\s?(-?[0-9.]+)/gi, '$1$2 $3 $4 $5 $6 $7 $8') .replace(/\n\n+/g, "\n") @@ -427,7 +428,16 @@ gulp.task('optimize', function (cb) { }) .replace(/ - + diff --git a/src/_icons/3d-cube-sphere.svg b/src/_icons/3d-cube-sphere.svg index 7856173..1139410 100644 --- a/src/_icons/3d-cube-sphere.svg +++ b/src/_icons/3d-cube-sphere.svg @@ -2,7 +2,7 @@ --- - + diff --git a/src/_icons/alert-octagon.svg b/src/_icons/alert-octagon.svg index 70a14fe..3d0537b 100644 --- a/src/_icons/alert-octagon.svg +++ b/src/_icons/alert-octagon.svg @@ -1,7 +1,7 @@ --- --- - + diff --git a/src/_icons/alert-triangle.svg b/src/_icons/alert-triangle.svg index 989497c..943c792 100644 --- a/src/_icons/alert-triangle.svg +++ b/src/_icons/alert-triangle.svg @@ -3,5 +3,5 @@ tags: [warning, danger, caution, risk] --- - + diff --git a/src/_icons/alien.svg b/src/_icons/alien.svg index 402c7e6..95d3e28 100644 --- a/src/_icons/alien.svg +++ b/src/_icons/alien.svg @@ -2,7 +2,7 @@ --- - + diff --git a/src/_icons/ball-volleyball.svg b/src/_icons/ball-volleyball.svg index 630a90b..431eb77 100644 --- a/src/_icons/ball-volleyball.svg +++ b/src/_icons/ball-volleyball.svg @@ -3,7 +3,7 @@ category: Sport --- - {% for i in (0..2) %} - 0 %} transform="rotate({{ i | times: 120 }} 12 12)"{% endif %} /> - {% endfor %} + + + diff --git a/src/_icons/battery-charging.svg b/src/_icons/battery-charging.svg index 167718f..1fb5ec1 100644 --- a/src/_icons/battery-charging.svg +++ b/src/_icons/battery-charging.svg @@ -3,6 +3,6 @@ tags: [charge, energy, power, electricity] --- - + diff --git a/src/_icons/biohazard.svg b/src/_icons/biohazard.svg index bba8754..bd26244 100644 --- a/src/_icons/biohazard.svg +++ b/src/_icons/biohazard.svg @@ -2,5 +2,5 @@ --- - + diff --git a/src/_icons/brand-discord.svg b/src/_icons/brand-discord.svg index 89909a3..b9327ac 100644 --- a/src/_icons/brand-discord.svg +++ b/src/_icons/brand-discord.svg @@ -6,6 +6,6 @@ category: Brand - - + + diff --git a/src/_icons/brand-github.svg b/src/_icons/brand-github.svg index 78aa51d..7427998 100644 --- a/src/_icons/brand-github.svg +++ b/src/_icons/brand-github.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-gitlab.svg b/src/_icons/brand-gitlab.svg index 06bbc07..3fbaf3b 100644 --- a/src/_icons/brand-gitlab.svg +++ b/src/_icons/brand-gitlab.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-google-drive.svg b/src/_icons/brand-google-drive.svg index dd47fb9..db1cf4d 100644 --- a/src/_icons/brand-google-drive.svg +++ b/src/_icons/brand-google-drive.svg @@ -2,7 +2,7 @@ category: Brand --- - + - + diff --git a/src/_icons/brand-google.svg b/src/_icons/brand-google.svg index e0011ab..cdf5fc7 100644 --- a/src/_icons/brand-google.svg +++ b/src/_icons/brand-google.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-paypal.svg b/src/_icons/brand-paypal.svg index 84bba01..0710852 100644 --- a/src/_icons/brand-paypal.svg +++ b/src/_icons/brand-paypal.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-pinterest.svg b/src/_icons/brand-pinterest.svg index 9865dd0..41852e1 100644 --- a/src/_icons/brand-pinterest.svg +++ b/src/_icons/brand-pinterest.svg @@ -3,6 +3,6 @@ category: Brand --- - + diff --git a/src/_icons/brand-reddit.svg b/src/_icons/brand-reddit.svg index e093ad1..199099e 100644 --- a/src/_icons/brand-reddit.svg +++ b/src/_icons/brand-reddit.svg @@ -2,7 +2,7 @@ category: Brand --- - + diff --git a/src/_icons/brand-sketch.svg b/src/_icons/brand-sketch.svg index 1b93990..5b97ee8 100644 --- a/src/_icons/brand-sketch.svg +++ b/src/_icons/brand-sketch.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-slack.svg b/src/_icons/brand-slack.svg index ee638e9..c2742d5 100644 --- a/src/_icons/brand-slack.svg +++ b/src/_icons/brand-slack.svg @@ -2,8 +2,8 @@ category: Brand --- - + - + diff --git a/src/_icons/brand-snapchat.svg b/src/_icons/brand-snapchat.svg index 26e97ad..13e350a 100644 --- a/src/_icons/brand-snapchat.svg +++ b/src/_icons/brand-snapchat.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-tailwind.svg b/src/_icons/brand-tailwind.svg index 0f99ac3..14014a9 100644 --- a/src/_icons/brand-tailwind.svg +++ b/src/_icons/brand-tailwind.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-twitter.svg b/src/_icons/brand-twitter.svg index 493f893..6458b32 100644 --- a/src/_icons/brand-twitter.svg +++ b/src/_icons/brand-twitter.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-windows.svg b/src/_icons/brand-windows.svg index 9f0fbf1..a087dbe 100644 --- a/src/_icons/brand-windows.svg +++ b/src/_icons/brand-windows.svg @@ -2,7 +2,7 @@ category: Brand --- - + diff --git a/src/_icons/bulb.svg b/src/_icons/bulb.svg index 34c3fb5..f460cfd 100644 --- a/src/_icons/bulb.svg +++ b/src/_icons/bulb.svg @@ -2,7 +2,7 @@ tags: [energy, power, electricity, creativity, light, idea] --- - + diff --git a/src/_icons/clipboard-list.svg b/src/_icons/clipboard-list.svg index 61303d9..e5399de 100644 --- a/src/_icons/clipboard-list.svg +++ b/src/_icons/clipboard-list.svg @@ -2,7 +2,7 @@ tags: [copy, items] --- - + diff --git a/src/_icons/clipboard-x.svg b/src/_icons/clipboard-x.svg index 0dda240..074f081 100644 --- a/src/_icons/clipboard-x.svg +++ b/src/_icons/clipboard-x.svg @@ -2,7 +2,7 @@ tags: [copy, "no"] --- - + diff --git a/src/_icons/clipboard.svg b/src/_icons/clipboard.svg index 9e1681f..d52de6d 100644 --- a/src/_icons/clipboard.svg +++ b/src/_icons/clipboard.svg @@ -2,6 +2,6 @@ tags: [copy] --- - + diff --git a/src/_icons/color-swatch.svg b/src/_icons/color-swatch.svg index ecddd1e..e0db6db 100644 --- a/src/_icons/color-swatch.svg +++ b/src/_icons/color-swatch.svg @@ -3,7 +3,7 @@ tags: [sample, choice, selection] --- - + diff --git a/src/_icons/discount.svg b/src/_icons/discount.svg index 2194ffe..a6bdc10 100644 --- a/src/_icons/discount.svg +++ b/src/_icons/discount.svg @@ -5,5 +5,5 @@ tags: [sale, reduction, price, cost, money, shopping, bargain] - + diff --git a/src/_icons/ear.svg b/src/_icons/ear.svg index bd46aef..0c9664f 100644 --- a/src/_icons/ear.svg +++ b/src/_icons/ear.svg @@ -2,6 +2,6 @@ tags: [sound, listen, music, hear, loud, speakers] --- - + diff --git a/src/_icons/edit.svg b/src/_icons/edit.svg index ec34333..3da9d15 100644 --- a/src/_icons/edit.svg +++ b/src/_icons/edit.svg @@ -2,7 +2,7 @@ tags: [pencil, change, update] --- - + diff --git a/src/_icons/emphasis.svg b/src/_icons/emphasis.svg index 4e16ff0..f07a144 100644 --- a/src/_icons/emphasis.svg +++ b/src/_icons/emphasis.svg @@ -3,7 +3,7 @@ tags: [highlight, priority, stress] category: Text --- - + diff --git a/src/_icons/filter.svg b/src/_icons/filter.svg index 3021225..ea7adee 100644 --- a/src/_icons/filter.svg +++ b/src/_icons/filter.svg @@ -2,5 +2,5 @@ tags: [funnel, hopper, filtration] --- - + diff --git a/src/_icons/h-2.svg b/src/_icons/h-2.svg index 75b61ba..c97e8ae 100644 --- a/src/_icons/h-2.svg +++ b/src/_icons/h-2.svg @@ -4,5 +4,5 @@ - + diff --git a/src/_icons/h-5.svg b/src/_icons/h-5.svg index bf3c47a..9943879 100644 --- a/src/_icons/h-5.svg +++ b/src/_icons/h-5.svg @@ -4,5 +4,5 @@ - + diff --git a/src/_icons/heart-broken.svg b/src/_icons/heart-broken.svg index 25c584d..3951204 100644 --- a/src/_icons/heart-broken.svg +++ b/src/_icons/heart-broken.svg @@ -2,6 +2,6 @@ tags: [love, emotion, like, favorite, relationship] --- - + diff --git a/src/_icons/heart.svg b/src/_icons/heart.svg index be6343d..8b32f51 100644 --- a/src/_icons/heart.svg +++ b/src/_icons/heart.svg @@ -3,5 +3,5 @@ category: Shapes tags: [love, emotion, like, favorite, relationship] --- - + diff --git a/src/_icons/infinity.svg b/src/_icons/infinity.svg index 1b5d251..48e82e6 100644 --- a/src/_icons/infinity.svg +++ b/src/_icons/infinity.svg @@ -2,5 +2,5 @@ tags: [endless, eternity, continuum, time] --- - + diff --git a/src/_icons/location.svg b/src/_icons/location.svg index 2443914..e03e60a 100644 --- a/src/_icons/location.svg +++ b/src/_icons/location.svg @@ -2,5 +2,5 @@ tags: [navigation, map, direction, discover, travel] --- - + diff --git a/src/_icons/map-pin.svg b/src/_icons/map-pin.svg index a83b6c3..ae26a91 100644 --- a/src/_icons/map-pin.svg +++ b/src/_icons/map-pin.svg @@ -3,5 +3,5 @@ tags: [navigation, location, travel, pin, position, marker] --- - + diff --git a/src/_icons/medal.svg b/src/_icons/medal.svg index c595fc1..1af28cd 100644 --- a/src/_icons/medal.svg +++ b/src/_icons/medal.svg @@ -1,6 +1,6 @@ --- --- - + diff --git a/src/_icons/medical-cross.svg b/src/_icons/medical-cross.svg index 3a9b1c8..81230de 100644 --- a/src/_icons/medical-cross.svg +++ b/src/_icons/medical-cross.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/mood-cry.svg b/src/_icons/mood-cry.svg index 99d5634..2463b74 100644 --- a/src/_icons/mood-cry.svg +++ b/src/_icons/mood-cry.svg @@ -6,6 +6,6 @@ category: Mood - - + + diff --git a/src/_icons/mood-happy.svg b/src/_icons/mood-happy.svg index 97865e0..1fe99c4 100644 --- a/src/_icons/mood-happy.svg +++ b/src/_icons/mood-happy.svg @@ -6,5 +6,5 @@ category: Mood - + diff --git a/src/_icons/moon-stars.svg b/src/_icons/moon-stars.svg index 50126a8..9a44207 100644 --- a/src/_icons/moon-stars.svg +++ b/src/_icons/moon-stars.svg @@ -3,7 +3,7 @@ tags: [night, dark mode] category: Weather --- - + diff --git a/src/_icons/moon.svg b/src/_icons/moon.svg index 4ae2946..a2e240d 100644 --- a/src/_icons/moon.svg +++ b/src/_icons/moon.svg @@ -3,5 +3,5 @@ tags: [night, dark mode] category: Weather --- - + diff --git a/src/_icons/notification.svg b/src/_icons/notification.svg index d52c8d8..cbe34cf 100644 --- a/src/_icons/notification.svg +++ b/src/_icons/notification.svg @@ -2,6 +2,6 @@ tags: [bell, alarm, reminder, important] --- - + diff --git a/src/_icons/octagon.svg b/src/_icons/octagon.svg index 5ace1b8..2377188 100644 --- a/src/_icons/octagon.svg +++ b/src/_icons/octagon.svg @@ -2,5 +2,5 @@ category: Shapes --- - + diff --git a/src/_icons/paperclip.svg b/src/_icons/paperclip.svg index 2f29638..6254481 100644 --- a/src/_icons/paperclip.svg +++ b/src/_icons/paperclip.svg @@ -2,5 +2,5 @@ tags: [attachment, annex, hold] --- - + diff --git a/src/_icons/photo.svg b/src/_icons/photo.svg index 8545b54..4fac48d 100644 --- a/src/_icons/photo.svg +++ b/src/_icons/photo.svg @@ -4,6 +4,6 @@ tags: [image, picture, landscape, camera] - - + + diff --git a/src/_icons/play.svg b/src/_icons/play.svg index be2d108..093a459 100644 --- a/src/_icons/play.svg +++ b/src/_icons/play.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/question-mark.svg b/src/_icons/question-mark.svg index 65262e6..22d34cb 100644 --- a/src/_icons/question-mark.svg +++ b/src/_icons/question-mark.svg @@ -1,6 +1,6 @@ --- --- - + diff --git a/src/_icons/radioactive.svg b/src/_icons/radioactive.svg index 3c514d1..0bb9bf2 100644 --- a/src/_icons/radioactive.svg +++ b/src/_icons/radioactive.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/src/_icons/send.svg b/src/_icons/send.svg index 47ba725..5bb2598 100644 --- a/src/_icons/send.svg +++ b/src/_icons/send.svg @@ -3,5 +3,5 @@ tags: [message, mail, email, gmail, paper, airplane, aeroplane] --- - + diff --git a/src/_icons/skip-forward.svg b/src/_icons/skip-forward.svg index 41cdb9b..e1db7ed 100644 --- a/src/_icons/skip-forward.svg +++ b/src/_icons/skip-forward.svg @@ -1,6 +1,6 @@ --- --- - + diff --git a/src/_icons/slideshow.svg b/src/_icons/slideshow.svg index c4fe266..ee64c14 100644 --- a/src/_icons/slideshow.svg +++ b/src/_icons/slideshow.svg @@ -5,8 +5,8 @@ category: Text - - + + diff --git a/src/_icons/smart-home.svg b/src/_icons/smart-home.svg index 8f29ad3..976e877 100644 --- a/src/_icons/smart-home.svg +++ b/src/_icons/smart-home.svg @@ -1,6 +1,6 @@ --- --- - + diff --git a/src/_icons/star.svg b/src/_icons/star.svg index c9551ff..57d9c7f 100644 --- a/src/_icons/star.svg +++ b/src/_icons/star.svg @@ -2,5 +2,5 @@ tags: [favorite, like, mark, bookmark, grade] --- - + diff --git a/src/_icons/sun.svg b/src/_icons/sun.svg index 031a073..3773309 100644 --- a/src/_icons/sun.svg +++ b/src/_icons/sun.svg @@ -4,5 +4,5 @@ category: Weather --- - + diff --git a/src/_icons/sunset.svg b/src/_icons/sunset.svg index 47e617b..cf35407 100644 --- a/src/_icons/sunset.svg +++ b/src/_icons/sunset.svg @@ -2,7 +2,7 @@ category: Weather --- - + diff --git a/src/_icons/sunshine.svg b/src/_icons/sunshine.svg index a99b4e8..d244036 100644 --- a/src/_icons/sunshine.svg +++ b/src/_icons/sunshine.svg @@ -2,7 +2,7 @@ category: Weather --- - + diff --git a/src/_icons/tag.svg b/src/_icons/tag.svg index 0e12e2e..d9a7fc9 100644 --- a/src/_icons/tag.svg +++ b/src/_icons/tag.svg @@ -2,6 +2,6 @@ tags: [label, price] --- - + diff --git a/src/_icons/thumb-down.svg b/src/_icons/thumb-down.svg index cf5fe09..930fb14 100644 --- a/src/_icons/thumb-down.svg +++ b/src/_icons/thumb-down.svg @@ -2,5 +2,5 @@ tags: [dislike, bad, emotion] --- - + diff --git a/src/_icons/thumb-up.svg b/src/_icons/thumb-up.svg index 1750d9b..43b3e48 100644 --- a/src/_icons/thumb-up.svg +++ b/src/_icons/thumb-up.svg @@ -2,5 +2,5 @@ tags: [like, emotion, good, love] --- - + diff --git a/src/_icons/track-next.svg b/src/_icons/track-next.svg index 60a4090..08f02c3 100644 --- a/src/_icons/track-next.svg +++ b/src/_icons/track-next.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/track-prev.svg b/src/_icons/track-prev.svg index a085b1d..a373125 100644 --- a/src/_icons/track-prev.svg +++ b/src/_icons/track-prev.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/trademark.svg b/src/_icons/trademark.svg index 5e883c2..f581153 100644 --- a/src/_icons/trademark.svg +++ b/src/_icons/trademark.svg @@ -1,6 +1,6 @@ --- --- - + diff --git a/src/_icons/triangle.svg b/src/_icons/triangle.svg index 3bdd2e9..25e3109 100644 --- a/src/_icons/triangle.svg +++ b/src/_icons/triangle.svg @@ -3,5 +3,5 @@ category: Shapes tags: [delta] --- - + diff --git a/src/_icons/urgent.svg b/src/_icons/urgent.svg index 87ab50f..67829e0 100644 --- a/src/_icons/urgent.svg +++ b/src/_icons/urgent.svg @@ -3,6 +3,6 @@ tags: [alert, important] --- - + diff --git a/src/_icons/volume-2.svg b/src/_icons/volume-2.svg index a17650a..a01730c 100644 --- a/src/_icons/volume-2.svg +++ b/src/_icons/volume-2.svg @@ -3,5 +3,5 @@ tags: [music, sound, speaker] --- - + diff --git a/src/_icons/volume-3.svg b/src/_icons/volume-3.svg index 1a3f829..1f22396 100644 --- a/src/_icons/volume-3.svg +++ b/src/_icons/volume-3.svg @@ -2,6 +2,6 @@ tags: [mute, music, sound, off, speaker] --- - + diff --git a/src/_icons/volume.svg b/src/_icons/volume.svg index 97d7180..0a6b16b 100644 --- a/src/_icons/volume.svg +++ b/src/_icons/volume.svg @@ -4,5 +4,5 @@ tags: [music, sound, speaker] - + diff --git a/src/_icons/wave-saw-tool.svg b/src/_icons/wave-saw-tool.svg index 0920677..eff832e 100644 --- a/src/_icons/wave-saw-tool.svg +++ b/src/_icons/wave-saw-tool.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/wave-sine.svg b/src/_icons/wave-sine.svg index 404d027..998c3c8 100644 --- a/src/_icons/wave-sine.svg +++ b/src/_icons/wave-sine.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/wave-square.svg b/src/_icons/wave-square.svg index 32295b2..3d4f79f 100644 --- a/src/_icons/wave-square.svg +++ b/src/_icons/wave-square.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/zodiac-aries.svg b/src/_icons/zodiac-aries.svg index 44ffbcd..357b613 100644 --- a/src/_icons/zodiac-aries.svg +++ b/src/_icons/zodiac-aries.svg @@ -2,7 +2,7 @@ category: Zodiac --- - + - + -- cgit v1.2.1