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 c5d7c83e..d2896f8f 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 78561734..1139410e 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 70a14fea..3d0537be 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 989497c7..943c792c 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 402c7e6d..95d3e281 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 630a90b6..431eb77f 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 167718f5..1fb5ec16 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 bba87547..bd262447 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 89909a38..b9327ac8 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 78aa51d2..74279988 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 06bbc072..3fbaf3b7 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 dd47fb91..db1cf4da 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 e0011ab3..cdf5fc79 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 84bba018..07108528 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 9865dd0f..41852e1d 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 e093ad1d..199099ea 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 1b939904..5b97ee84 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 ee638e96..c2742d5f 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 26e97ad9..13e350ad 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 0f99ac3d..14014a9b 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 493f8939..6458b323 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 9f0fbf18..a087dbe8 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 34c3fb51..f460cfd0 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 61303d99..e5399de6 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 0dda2404..074f0819 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 9e1681fe..d52de6dd 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 ecddd1ed..e0db6db5 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 2194ffec..a6bdc10d 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 bd46aef6..0c9664fa 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 ec343331..3da9d154 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 4e16ff0f..f07a1445 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 30212258..ea7adee3 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 75b61ba6..c97e8ae5 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 bf3c47ac..99438797 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 25c584d0..39512048 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 be6343d6..8b32f51e 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 1b5d2516..48e82e6d 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 2443914c..e03e60a3 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 a83b6c32..ae26a91e 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 c595fc1b..1af28cdc 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 3a9b1c85..81230def 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 99d56341..2463b748 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 97865e0b..1fe99c48 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 50126a80..9a44207d 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 4ae29461..a2e240d4 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 d52c8d82..cbe34cf7 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 5ace1b8a..23771887 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 2f296387..6254481e 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 8545b54a..4fac48d9 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 be2d1085..093a459c 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 65262e6a..22d34cb2 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 3c514d10..0bb9bf21 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 47ba7255..5bb25980 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 41cdb9b7..e1db7eda 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 c4fe2661..ee64c141 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 8f29ad38..976e877d 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 c9551ffd..57d9c7f3 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 031a0739..37733097 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 47e617b8..cf354072 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 a99b4e83..d2440367 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 0e12e2e6..d9a7fc9e 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 cf5fe09f..930fb140 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 1750d9b9..43b3e488 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 60a40908..08f02c32 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 a085b1d5..a3731250 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 5e883c2a..f5811535 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 3bdd2e90..25e3109d 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 87ab50f4..67829e04 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 a17650a2..a01730c8 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 1a3f8298..1f223966 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 97d71803..0a6b16ba 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 09206772..eff832e1 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 404d027d..998c3c83 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 32295b22..3d4f79fe 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 44ffbcd4..357b613f 100644 --- a/src/_icons/zodiac-aries.svg +++ b/src/_icons/zodiac-aries.svg @@ -2,7 +2,7 @@ category: Zodiac --- - + - + -- cgit v1.2.1