From 51d0cf33d2fab0a1cb3c097cf3fd3e8f031e2ca0 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 5 Dec 2020 17:28:41 +0100 Subject: icons optimize --- package.json | 2 ++ src/_icons/3d-cube-sphere.svg | 2 +- src/_icons/alert-octagon.svg | 2 +- src/_icons/arrows-double-ne-sw.svg | 4 ++-- src/_icons/arrows-double-nw-se.svg | 2 +- src/_icons/arrows-double-se-nw.svg | 2 +- src/_icons/arrows-double-sw-ne.svg | 4 ++-- src/_icons/arrows-sort.svg | 4 ++-- src/_icons/backhoe.svg | 2 +- src/_icons/backspace.svg | 2 +- src/_icons/basket.svg | 2 +- src/_icons/battery-1.svg | 2 +- src/_icons/battery-2.svg | 2 +- src/_icons/battery-3.svg | 2 +- src/_icons/battery-4.svg | 2 +- src/_icons/battery-charging.svg | 2 +- src/_icons/battery.svg | 2 +- src/_icons/bell-minus.svg | 2 +- src/_icons/bell-plus.svg | 2 +- src/_icons/bell-x.svg | 4 ++-- src/_icons/biohazard.svg | 2 +- src/_icons/bookmark.svg | 2 +- src/_icons/brand-apple.svg | 2 +- src/_icons/brand-discord.svg | 2 +- src/_icons/brand-edge.svg | 4 ++-- src/_icons/brand-kotlin.svg | 2 +- src/_icons/brand-paypal.svg | 2 +- src/_icons/brand-reddit.svg | 2 +- src/_icons/brand-spotify.svg | 6 +++--- src/_icons/brand-tailwind.svg | 2 +- src/_icons/brand-whatsapp.svg | 2 +- src/_icons/brand-yahoo.svg | 2 +- src/_icons/bucket.svg | 2 +- src/_icons/building-carousel.svg | 2 +- src/_icons/building-warehouse.svg | 2 +- src/_icons/car.svg | 2 +- src/_icons/caret-down.svg | 2 +- src/_icons/caret-left.svg | 2 +- src/_icons/caret-right.svg | 2 +- src/_icons/caret-up.svg | 2 +- src/_icons/chart-donut.svg | 2 +- src/_icons/chart-pie.svg | 2 +- src/_icons/chart-radar.svg | 4 ++-- src/_icons/clipboard-check.svg | 2 +- src/_icons/comet.svg | 2 +- src/_icons/credit-card-off.svg | 2 +- src/_icons/curly-loop.svg | 2 +- src/_icons/dashboard.svg | 2 +- src/_icons/diamond.svg | 2 +- src/_icons/drone.svg | 2 +- src/_icons/fall.svg | 4 ++-- src/_icons/file-phone.svg | 2 +- src/_icons/file-symlink.svg | 2 +- src/_icons/flask.svg | 2 +- src/_icons/friends.svg | 2 +- src/_icons/headphones-off.svg | 2 +- src/_icons/karate.svg | 2 +- src/_icons/man.svg | 2 +- src/_icons/medal.svg | 2 +- src/_icons/mood-crazy-happy.svg | 4 ++-- src/_icons/mood-cry.svg | 2 +- src/_icons/moon-stars.svg | 2 +- src/_icons/moon.svg | 2 +- src/_icons/octagon.svg | 2 +- src/_icons/panorama-vertical.svg | 2 +- src/_icons/pennant.svg | 2 +- src/_icons/plane.svg | 2 +- src/_icons/planet.svg | 2 +- src/_icons/player-track-next.svg | 4 ++-- src/_icons/pool.svg | 4 ++-- src/_icons/repeat-once.svg | 2 +- src/_icons/repeat.svg | 2 +- src/_icons/ripple.svg | 6 +++--- src/_icons/road-sign.svg | 6 +++--- src/_icons/screen-share.svg | 2 +- src/_icons/smart-home.svg | 2 +- src/_icons/square-rotated.svg | 2 +- src/_icons/sum.svg | 2 +- src/_icons/tool.svg | 2 +- src/_icons/tools-kitchen.svg | 2 +- src/_icons/umbrella.svg | 2 +- src/_icons/volume-2.svg | 2 +- src/_icons/volume-3.svg | 2 +- src/_icons/volume.svg | 2 +- src/_icons/wave-sine.svg | 2 +- src/_icons/wifi-off.svg | 4 ++-- src/_icons/wifi.svg | 2 +- src/_icons/windmill.svg | 8 ++++---- src/_icons/zodiac-aquarius.svg | 4 ++-- src/_icons/zodiac-leo.svg | 2 +- src/_icons/zoom-question.svg | 2 +- 91 files changed, 113 insertions(+), 111 deletions(-) diff --git a/package.json b/package.json index 74914289..8ada0fe2 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,7 @@ "@svgr/babel-plugin-replace-jsx-attribute-value": "5.0.1", "@svgr/core": "5.4.0", "clean-css": "4.2.3", + "csv-parser": "^3.0.0", "glob": "7.1.6", "gulp": "4.0.2", "gulp-iconfont": "10.0.3", @@ -67,6 +68,7 @@ "lodash.template": "4.5.0", "minimist": "1.2.5", "node-sass": "4.14.1", + "parse-svg-path": "^0.1.2", "puppeteer": "5.3.0", "release-it": "14.0.3", "rollup": "2.28.2", diff --git a/src/_icons/3d-cube-sphere.svg b/src/_icons/3d-cube-sphere.svg index ad0298bd..5a3a292b 100644 --- a/src/_icons/3d-cube-sphere.svg +++ b/src/_icons/3d-cube-sphere.svg @@ -12,6 +12,6 @@ version: 1.20 - + diff --git a/src/_icons/alert-octagon.svg b/src/_icons/alert-octagon.svg index 94566c8b..f9047a4a 100644 --- a/src/_icons/alert-octagon.svg +++ b/src/_icons/alert-octagon.svg @@ -2,7 +2,7 @@ version: 1.19 --- - + diff --git a/src/_icons/arrows-double-ne-sw.svg b/src/_icons/arrows-double-ne-sw.svg index f6734e60..f2440ddf 100644 --- a/src/_icons/arrows-double-ne-sw.svg +++ b/src/_icons/arrows-double-ne-sw.svg @@ -2,8 +2,8 @@ category: Arrows --- - + - + diff --git a/src/_icons/arrows-double-nw-se.svg b/src/_icons/arrows-double-nw-se.svg index a3dea4e8..030def3c 100644 --- a/src/_icons/arrows-double-nw-se.svg +++ b/src/_icons/arrows-double-nw-se.svg @@ -2,7 +2,7 @@ category: Arrows --- - + diff --git a/src/_icons/arrows-double-se-nw.svg b/src/_icons/arrows-double-se-nw.svg index bde9f502..d9a8a074 100644 --- a/src/_icons/arrows-double-se-nw.svg +++ b/src/_icons/arrows-double-se-nw.svg @@ -5,5 +5,5 @@ category: Arrows - + diff --git a/src/_icons/arrows-double-sw-ne.svg b/src/_icons/arrows-double-sw-ne.svg index 85ea04ee..5c73b6ab 100644 --- a/src/_icons/arrows-double-sw-ne.svg +++ b/src/_icons/arrows-double-sw-ne.svg @@ -2,8 +2,8 @@ category: Arrows --- - + - + diff --git a/src/_icons/arrows-sort.svg b/src/_icons/arrows-sort.svg index 98aa11c2..fb57efa1 100644 --- a/src/_icons/arrows-sort.svg +++ b/src/_icons/arrows-sort.svg @@ -4,6 +4,6 @@ category: Arrows version: 1.2 --- - - + + diff --git a/src/_icons/backhoe.svg b/src/_icons/backhoe.svg index 4645f3c4..0dc1c3d5 100644 --- a/src/_icons/backhoe.svg +++ b/src/_icons/backhoe.svg @@ -7,7 +7,7 @@ version: 1.34 - + diff --git a/src/_icons/backspace.svg b/src/_icons/backspace.svg index ab71feed..51514475 100644 --- a/src/_icons/backspace.svg +++ b/src/_icons/backspace.svg @@ -4,6 +4,6 @@ tags: [delete, remove, eliminate] version: 1.0 --- - + diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg index e4b59ce3..919d37e6 100644 --- a/src/_icons/basket.svg +++ b/src/_icons/basket.svg @@ -3,6 +3,6 @@ version: 1.7 --- - + diff --git a/src/_icons/battery-1.svg b/src/_icons/battery-1.svg index c56048c6..2126b90f 100644 --- a/src/_icons/battery-1.svg +++ b/src/_icons/battery-1.svg @@ -4,6 +4,6 @@ tags: [energy, power, electricity] version: 1.0 --- - + diff --git a/src/_icons/battery-2.svg b/src/_icons/battery-2.svg index 65175336..f9d7b899 100644 --- a/src/_icons/battery-2.svg +++ b/src/_icons/battery-2.svg @@ -4,7 +4,7 @@ tags: [energy, power, electricity] version: 1.0 --- - + diff --git a/src/_icons/battery-3.svg b/src/_icons/battery-3.svg index 5931c703..f85c4fc7 100644 --- a/src/_icons/battery-3.svg +++ b/src/_icons/battery-3.svg @@ -4,7 +4,7 @@ tags: [energy, power, electricity] version: 1.0 --- - + diff --git a/src/_icons/battery-4.svg b/src/_icons/battery-4.svg index 15842bf2..cf1a4bb6 100644 --- a/src/_icons/battery-4.svg +++ b/src/_icons/battery-4.svg @@ -4,7 +4,7 @@ tags: [energy, power, electricity] version: 1.0 --- - + diff --git a/src/_icons/battery-charging.svg b/src/_icons/battery-charging.svg index 6cb67528..a59aa1b6 100644 --- a/src/_icons/battery-charging.svg +++ b/src/_icons/battery-charging.svg @@ -4,7 +4,7 @@ tags: [charge, energy, power, electricity] version: 1.0 --- - + diff --git a/src/_icons/battery.svg b/src/_icons/battery.svg index c676d38b..3d7ccb55 100644 --- a/src/_icons/battery.svg +++ b/src/_icons/battery.svg @@ -4,5 +4,5 @@ tags: [energy, power, electricity] version: 1.0 --- - + diff --git a/src/_icons/bell-minus.svg b/src/_icons/bell-minus.svg index 6e858cc5..8e9e643e 100644 --- a/src/_icons/bell-minus.svg +++ b/src/_icons/bell-minus.svg @@ -2,7 +2,7 @@ category: System --- - + diff --git a/src/_icons/bell-plus.svg b/src/_icons/bell-plus.svg index ff558eec..faed1086 100644 --- a/src/_icons/bell-plus.svg +++ b/src/_icons/bell-plus.svg @@ -2,7 +2,7 @@ category: System --- - + diff --git a/src/_icons/bell-x.svg b/src/_icons/bell-x.svg index 8167ee4c..c04047e0 100644 --- a/src/_icons/bell-x.svg +++ b/src/_icons/bell-x.svg @@ -2,7 +2,7 @@ category: System --- - + - + diff --git a/src/_icons/biohazard.svg b/src/_icons/biohazard.svg index 78a31979..9ca7ffca 100644 --- a/src/_icons/biohazard.svg +++ b/src/_icons/biohazard.svg @@ -4,5 +4,5 @@ version: 1.18 --- - + diff --git a/src/_icons/bookmark.svg b/src/_icons/bookmark.svg index ecd89682..83521fb5 100644 --- a/src/_icons/bookmark.svg +++ b/src/_icons/bookmark.svg @@ -4,5 +4,5 @@ tags: [read, clip, marker, tag] version: 1.0 --- - + diff --git a/src/_icons/brand-apple.svg b/src/_icons/brand-apple.svg index f0d45276..2d06d952 100644 --- a/src/_icons/brand-apple.svg +++ b/src/_icons/brand-apple.svg @@ -3,6 +3,6 @@ category: Brand version: 1.9 --- - + diff --git a/src/_icons/brand-discord.svg b/src/_icons/brand-discord.svg index 840af9dd..1e760c09 100644 --- a/src/_icons/brand-discord.svg +++ b/src/_icons/brand-discord.svg @@ -5,7 +5,7 @@ version: 1.21 - + diff --git a/src/_icons/brand-edge.svg b/src/_icons/brand-edge.svg index ed163053..a2a7adb1 100644 --- a/src/_icons/brand-edge.svg +++ b/src/_icons/brand-edge.svg @@ -5,7 +5,7 @@ version: 1.23 --- - + - + diff --git a/src/_icons/brand-kotlin.svg b/src/_icons/brand-kotlin.svg index 722e16ee..0a4e0173 100644 --- a/src/_icons/brand-kotlin.svg +++ b/src/_icons/brand-kotlin.svg @@ -5,6 +5,6 @@ version: 1.32 - + diff --git a/src/_icons/brand-paypal.svg b/src/_icons/brand-paypal.svg index 6ffcecc5..336a70be 100644 --- a/src/_icons/brand-paypal.svg +++ b/src/_icons/brand-paypal.svg @@ -3,5 +3,5 @@ category: Brand version: 1.9 --- - + diff --git a/src/_icons/brand-reddit.svg b/src/_icons/brand-reddit.svg index 32306f28..88104b2b 100644 --- a/src/_icons/brand-reddit.svg +++ b/src/_icons/brand-reddit.svg @@ -4,7 +4,7 @@ version: 1.15 --- - + diff --git a/src/_icons/brand-spotify.svg b/src/_icons/brand-spotify.svg index 08e8c60e..85600130 100644 --- a/src/_icons/brand-spotify.svg +++ b/src/_icons/brand-spotify.svg @@ -4,7 +4,7 @@ version: 1.23 --- - - - + + + diff --git a/src/_icons/brand-tailwind.svg b/src/_icons/brand-tailwind.svg index 743b54e4..d2501b55 100644 --- a/src/_icons/brand-tailwind.svg +++ b/src/_icons/brand-tailwind.svg @@ -3,5 +3,5 @@ category: Brand version: 1.17 --- - + diff --git a/src/_icons/brand-whatsapp.svg b/src/_icons/brand-whatsapp.svg index bf9c7e82..409c513d 100644 --- a/src/_icons/brand-whatsapp.svg +++ b/src/_icons/brand-whatsapp.svg @@ -4,5 +4,5 @@ version: 1.13 --- - + diff --git a/src/_icons/brand-yahoo.svg b/src/_icons/brand-yahoo.svg index 3201a427..06d184de 100644 --- a/src/_icons/brand-yahoo.svg +++ b/src/_icons/brand-yahoo.svg @@ -6,7 +6,7 @@ version: 1.32 - + diff --git a/src/_icons/bucket.svg b/src/_icons/bucket.svg index dd4f9d12..60f885ca 100644 --- a/src/_icons/bucket.svg +++ b/src/_icons/bucket.svg @@ -3,6 +3,6 @@ tags: [collection, container, water, liquid] version: 1.0 --- - + diff --git a/src/_icons/building-carousel.svg b/src/_icons/building-carousel.svg index 894cfe49..e5d3ed71 100644 --- a/src/_icons/building-carousel.svg +++ b/src/_icons/building-carousel.svg @@ -9,5 +9,5 @@ version: 1.34 - + diff --git a/src/_icons/building-warehouse.svg b/src/_icons/building-warehouse.svg index 256ec42c..57bf8c02 100644 --- a/src/_icons/building-warehouse.svg +++ b/src/_icons/building-warehouse.svg @@ -3,7 +3,7 @@ category: Buildings version: 1.7 --- - + diff --git a/src/_icons/car.svg b/src/_icons/car.svg index 92a55dd6..19ab877a 100644 --- a/src/_icons/car.svg +++ b/src/_icons/car.svg @@ -6,5 +6,5 @@ version: 1.5 - + diff --git a/src/_icons/caret-down.svg b/src/_icons/caret-down.svg index 1d941ead..188e18b7 100644 --- a/src/_icons/caret-down.svg +++ b/src/_icons/caret-down.svg @@ -4,5 +4,5 @@ tags: [next, bottom, dropdown, show, more] version: 1.2 --- - + diff --git a/src/_icons/caret-left.svg b/src/_icons/caret-left.svg index 956513f6..e8a88b2e 100644 --- a/src/_icons/caret-left.svg +++ b/src/_icons/caret-left.svg @@ -4,5 +4,5 @@ tags: [back, previous] version: 1.2 --- - + diff --git a/src/_icons/caret-right.svg b/src/_icons/caret-right.svg index 37d49c1d..826955c1 100644 --- a/src/_icons/caret-right.svg +++ b/src/_icons/caret-right.svg @@ -4,5 +4,5 @@ tags: [next, play, more] version: 1.2 --- - + diff --git a/src/_icons/caret-up.svg b/src/_icons/caret-up.svg index d6855ebc..c9dd1efe 100644 --- a/src/_icons/caret-up.svg +++ b/src/_icons/caret-up.svg @@ -4,5 +4,5 @@ tags: [dropdown, less, up] version: 1.2 --- - + diff --git a/src/_icons/chart-donut.svg b/src/_icons/chart-donut.svg index dc00443c..5ade6e87 100644 --- a/src/_icons/chart-donut.svg +++ b/src/_icons/chart-donut.svg @@ -4,6 +4,6 @@ category: Charts version: 1.0 --- - + diff --git a/src/_icons/chart-pie.svg b/src/_icons/chart-pie.svg index c81fee6b..54b17421 100644 --- a/src/_icons/chart-pie.svg +++ b/src/_icons/chart-pie.svg @@ -4,6 +4,6 @@ category: Charts version: 1.0 --- - + diff --git a/src/_icons/chart-radar.svg b/src/_icons/chart-radar.svg index b7934b65..187021d1 100644 --- a/src/_icons/chart-radar.svg +++ b/src/_icons/chart-radar.svg @@ -5,7 +5,7 @@ version: 1.33 - + - + diff --git a/src/_icons/clipboard-check.svg b/src/_icons/clipboard-check.svg index 20cec306..e792cb54 100644 --- a/src/_icons/clipboard-check.svg +++ b/src/_icons/clipboard-check.svg @@ -4,7 +4,7 @@ tags: [copy, "yes"] version: 1.0 --- - + diff --git a/src/_icons/comet.svg b/src/_icons/comet.svg index 4c7f6ac9..e0cb218c 100644 --- a/src/_icons/comet.svg +++ b/src/_icons/comet.svg @@ -3,7 +3,7 @@ category: Weather version: 1.13 --- - + diff --git a/src/_icons/credit-card-off.svg b/src/_icons/credit-card-off.svg index 417deb15..7196a50a 100644 --- a/src/_icons/credit-card-off.svg +++ b/src/_icons/credit-card-off.svg @@ -4,7 +4,7 @@ version: 1.24 --- - + diff --git a/src/_icons/curly-loop.svg b/src/_icons/curly-loop.svg index 92d12667..49ea11c2 100644 --- a/src/_icons/curly-loop.svg +++ b/src/_icons/curly-loop.svg @@ -2,5 +2,5 @@ version: 1.20 --- - + diff --git a/src/_icons/dashboard.svg b/src/_icons/dashboard.svg index 3933ee87..036f5e4c 100644 --- a/src/_icons/dashboard.svg +++ b/src/_icons/dashboard.svg @@ -6,5 +6,5 @@ version: 1.0 - + diff --git a/src/_icons/diamond.svg b/src/_icons/diamond.svg index 1c31b248..607d5665 100644 --- a/src/_icons/diamond.svg +++ b/src/_icons/diamond.svg @@ -3,6 +3,6 @@ tags: [jewellery, crystal, mineral, jewelry, ring] version: 1.2 --- - + diff --git a/src/_icons/drone.svg b/src/_icons/drone.svg index e245a1bf..bf04d353 100644 --- a/src/_icons/drone.svg +++ b/src/_icons/drone.svg @@ -6,7 +6,7 @@ version: 1.33 - + diff --git a/src/_icons/fall.svg b/src/_icons/fall.svg index 1a7044eb..66fadac0 100644 --- a/src/_icons/fall.svg +++ b/src/_icons/fall.svg @@ -2,8 +2,8 @@ version: 1.18 --- - - + + diff --git a/src/_icons/file-phone.svg b/src/_icons/file-phone.svg index f1a2193b..59195b84 100644 --- a/src/_icons/file-phone.svg +++ b/src/_icons/file-phone.svg @@ -6,5 +6,5 @@ version: 1.20 - + diff --git a/src/_icons/file-symlink.svg b/src/_icons/file-symlink.svg index 8d6a41be..55b1207b 100644 --- a/src/_icons/file-symlink.svg +++ b/src/_icons/file-symlink.svg @@ -4,7 +4,7 @@ version: 1.30 --- - + diff --git a/src/_icons/flask.svg b/src/_icons/flask.svg index ec271f5b..8e3ee28c 100644 --- a/src/_icons/flask.svg +++ b/src/_icons/flask.svg @@ -5,5 +5,5 @@ version: 1.6 - + diff --git a/src/_icons/friends.svg b/src/_icons/friends.svg index da3a9e99..478fd5d4 100644 --- a/src/_icons/friends.svg +++ b/src/_icons/friends.svg @@ -4,7 +4,7 @@ version: 1.0 --- - + diff --git a/src/_icons/headphones-off.svg b/src/_icons/headphones-off.svg index 19ef5ed8..e6fcda22 100644 --- a/src/_icons/headphones-off.svg +++ b/src/_icons/headphones-off.svg @@ -5,6 +5,6 @@ version: 1.25 - + diff --git a/src/_icons/karate.svg b/src/_icons/karate.svg index 2b7a6622..4060fa49 100644 --- a/src/_icons/karate.svg +++ b/src/_icons/karate.svg @@ -5,6 +5,6 @@ version: 1.27 - + diff --git a/src/_icons/man.svg b/src/_icons/man.svg index d6f3f1ed..6aca5bf8 100644 --- a/src/_icons/man.svg +++ b/src/_icons/man.svg @@ -4,5 +4,5 @@ version: 1.0 --- - + diff --git a/src/_icons/medal.svg b/src/_icons/medal.svg index 3eb19d5f..eec6624c 100644 --- a/src/_icons/medal.svg +++ b/src/_icons/medal.svg @@ -3,5 +3,5 @@ version: 1.13 --- - + diff --git a/src/_icons/mood-crazy-happy.svg b/src/_icons/mood-crazy-happy.svg index a8add113..046c860a 100644 --- a/src/_icons/mood-crazy-happy.svg +++ b/src/_icons/mood-crazy-happy.svg @@ -5,8 +5,8 @@ version: 1.34 - + - + diff --git a/src/_icons/mood-cry.svg b/src/_icons/mood-cry.svg index ff515af2..000a8a4f 100644 --- a/src/_icons/mood-cry.svg +++ b/src/_icons/mood-cry.svg @@ -8,5 +8,5 @@ version: 1.18 - + diff --git a/src/_icons/moon-stars.svg b/src/_icons/moon-stars.svg index 9d7cf764..202b665f 100644 --- a/src/_icons/moon-stars.svg +++ b/src/_icons/moon-stars.svg @@ -4,7 +4,7 @@ category: Weather version: 1.21 --- - + diff --git a/src/_icons/moon.svg b/src/_icons/moon.svg index dc04aabd..0eebcc50 100644 --- a/src/_icons/moon.svg +++ b/src/_icons/moon.svg @@ -4,5 +4,5 @@ category: Weather version: 1.0 --- - + diff --git a/src/_icons/octagon.svg b/src/_icons/octagon.svg index 91477baf..b3d27b03 100644 --- a/src/_icons/octagon.svg +++ b/src/_icons/octagon.svg @@ -3,5 +3,5 @@ category: Shapes version: 1.18 --- - + diff --git a/src/_icons/panorama-vertical.svg b/src/_icons/panorama-vertical.svg index b48900ec..32ee412f 100644 --- a/src/_icons/panorama-vertical.svg +++ b/src/_icons/panorama-vertical.svg @@ -3,5 +3,5 @@ category: Photos version: 1.27 --- - + diff --git a/src/_icons/pennant.svg b/src/_icons/pennant.svg index d988acfa..01ec8417 100644 --- a/src/_icons/pennant.svg +++ b/src/_icons/pennant.svg @@ -4,5 +4,5 @@ version: 1.33 - + diff --git a/src/_icons/plane.svg b/src/_icons/plane.svg index c3aa2352..f80ba913 100644 --- a/src/_icons/plane.svg +++ b/src/_icons/plane.svg @@ -4,5 +4,5 @@ category: Vehicles version: 1.2 --- - + diff --git a/src/_icons/planet.svg b/src/_icons/planet.svg index 8fb2c922..1012b3e8 100644 --- a/src/_icons/planet.svg +++ b/src/_icons/planet.svg @@ -3,6 +3,6 @@ category: Map version: 1.8 --- - + diff --git a/src/_icons/player-track-next.svg b/src/_icons/player-track-next.svg index f60ddb29..c18c9f75 100644 --- a/src/_icons/player-track-next.svg +++ b/src/_icons/player-track-next.svg @@ -3,6 +3,6 @@ category: Media version: 1.28 --- - - + + diff --git a/src/_icons/pool.svg b/src/_icons/pool.svg index 44a80c1e..f8f09640 100644 --- a/src/_icons/pool.svg +++ b/src/_icons/pool.svg @@ -3,8 +3,8 @@ category: Sport version: 1.34 --- - - + + diff --git a/src/_icons/repeat-once.svg b/src/_icons/repeat-once.svg index d1ec4e88..ad2dfc2b 100644 --- a/src/_icons/repeat-once.svg +++ b/src/_icons/repeat-once.svg @@ -5,6 +5,6 @@ version: 1.2 --- - + diff --git a/src/_icons/repeat.svg b/src/_icons/repeat.svg index 131b5a11..6f53e049 100644 --- a/src/_icons/repeat.svg +++ b/src/_icons/repeat.svg @@ -5,5 +5,5 @@ version: 1.2 --- - + diff --git a/src/_icons/ripple.svg b/src/_icons/ripple.svg index 1fdd6350..04a6eb15 100644 --- a/src/_icons/ripple.svg +++ b/src/_icons/ripple.svg @@ -2,7 +2,7 @@ version: 1.33 --- - - - + + + diff --git a/src/_icons/road-sign.svg b/src/_icons/road-sign.svg index 7c70162a..8805168b 100644 --- a/src/_icons/road-sign.svg +++ b/src/_icons/road-sign.svg @@ -3,7 +3,7 @@ category: Map version: 1.20 --- - - - + + + diff --git a/src/_icons/screen-share.svg b/src/_icons/screen-share.svg index a5147927..9226f0f7 100644 --- a/src/_icons/screen-share.svg +++ b/src/_icons/screen-share.svg @@ -8,5 +8,5 @@ version: 1.24 - + diff --git a/src/_icons/smart-home.svg b/src/_icons/smart-home.svg index e65fef4c..a9335b7c 100644 --- a/src/_icons/smart-home.svg +++ b/src/_icons/smart-home.svg @@ -4,5 +4,5 @@ version: 1.20 --- - + diff --git a/src/_icons/square-rotated.svg b/src/_icons/square-rotated.svg index c7fcb5a7..28f67260 100644 --- a/src/_icons/square-rotated.svg +++ b/src/_icons/square-rotated.svg @@ -3,5 +3,5 @@ category: Shapes version: 1.20 --- - + diff --git a/src/_icons/sum.svg b/src/_icons/sum.svg index 0aeeee46..cf2e9cb2 100644 --- a/src/_icons/sum.svg +++ b/src/_icons/sum.svg @@ -3,5 +3,5 @@ tags: [equation, add, plus, amount, total] version: 1.2 --- - + diff --git a/src/_icons/tool.svg b/src/_icons/tool.svg index f54bfa69..f2cb4372 100644 --- a/src/_icons/tool.svg +++ b/src/_icons/tool.svg @@ -3,5 +3,5 @@ tags: [preferences, edit, settings] version: 1.0 --- - + diff --git a/src/_icons/tools-kitchen.svg b/src/_icons/tools-kitchen.svg index d6ef248d..32db9644 100644 --- a/src/_icons/tools-kitchen.svg +++ b/src/_icons/tools-kitchen.svg @@ -4,7 +4,7 @@ version: 1.31 - + diff --git a/src/_icons/umbrella.svg b/src/_icons/umbrella.svg index a88e0f9c..2439781b 100644 --- a/src/_icons/umbrella.svg +++ b/src/_icons/umbrella.svg @@ -2,6 +2,6 @@ version: 1.7 --- - + diff --git a/src/_icons/volume-2.svg b/src/_icons/volume-2.svg index 181c6038..65533a1f 100644 --- a/src/_icons/volume-2.svg +++ b/src/_icons/volume-2.svg @@ -5,5 +5,5 @@ version: 1.0 --- - + diff --git a/src/_icons/volume-3.svg b/src/_icons/volume-3.svg index 05a8ed63..dfa6d718 100644 --- a/src/_icons/volume-3.svg +++ b/src/_icons/volume-3.svg @@ -4,6 +4,6 @@ tags: [mute, music, sound, off, speaker] version: 1.0 --- - + diff --git a/src/_icons/volume.svg b/src/_icons/volume.svg index 9ec7af58..2a345606 100644 --- a/src/_icons/volume.svg +++ b/src/_icons/volume.svg @@ -6,5 +6,5 @@ version: 1.0 - + diff --git a/src/_icons/wave-sine.svg b/src/_icons/wave-sine.svg index 44e4db01..b307f82e 100644 --- a/src/_icons/wave-sine.svg +++ b/src/_icons/wave-sine.svg @@ -2,5 +2,5 @@ version: 1.19 --- - + diff --git a/src/_icons/wifi-off.svg b/src/_icons/wifi-off.svg index 79eefad7..b01d4bf5 100644 --- a/src/_icons/wifi-off.svg +++ b/src/_icons/wifi-off.svg @@ -6,7 +6,7 @@ version: 1.22 - - + + diff --git a/src/_icons/wifi.svg b/src/_icons/wifi.svg index 5e90f011..e1f3c35d 100644 --- a/src/_icons/wifi.svg +++ b/src/_icons/wifi.svg @@ -7,5 +7,5 @@ version: 1.0 - + diff --git a/src/_icons/windmill.svg b/src/_icons/windmill.svg index d47f1ea8..a050036a 100644 --- a/src/_icons/windmill.svg +++ b/src/_icons/windmill.svg @@ -2,8 +2,8 @@ version: 1.33 --- - - - - + + + + diff --git a/src/_icons/zodiac-aquarius.svg b/src/_icons/zodiac-aquarius.svg index 22d476eb..d1adbf0a 100644 --- a/src/_icons/zodiac-aquarius.svg +++ b/src/_icons/zodiac-aquarius.svg @@ -3,6 +3,6 @@ category: Zodiac version: 1.17 --- - - + + diff --git a/src/_icons/zodiac-leo.svg b/src/_icons/zodiac-leo.svg index 033b095d..b14c7ce9 100644 --- a/src/_icons/zodiac-leo.svg +++ b/src/_icons/zodiac-leo.svg @@ -7,5 +7,5 @@ version: 1.17 - + diff --git a/src/_icons/zoom-question.svg b/src/_icons/zoom-question.svg index 85c5a881..11d4db1b 100644 --- a/src/_icons/zoom-question.svg +++ b/src/_icons/zoom-question.svg @@ -3,7 +3,7 @@ category: Map --- - + -- cgit v1.2.1