diff --git a/gulpfile.js b/gulpfile.js index 8f6da1569..1817ff9df 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -13,6 +13,7 @@ const gulp = require('gulp'), sass = require('node-sass'), cleanCSS = require('clean-css'), argv = require('minimist')(process.argv.slice(2)), + svgParse = require('parse-svg-path'), svgpath = require('svgpath'), svgr = require('@svgr/core').default; @@ -406,6 +407,17 @@ gulp.task('optimize', function (cb) { return Math.round((parseFloat(n1) + parseFloat(n2)) * 1000) / 1000 }; + const optimizePath = function(path) { + let transformed = svgpath(path) + .rel() + .round(3) + .toString(); + + return svgParse(transformed).map(function(a){ + return a.join(' '); + }).join(' '); + }; + glob("src/_icons/*.svg", {}, function (er, files) { files.forEach(function (file, i) { @@ -418,6 +430,11 @@ 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(/ - + diff --git a/src/_icons/aerial-lift.svg b/src/_icons/aerial-lift.svg index 954a193fc..12d7b9897 100644 --- a/src/_icons/aerial-lift.svg +++ b/src/_icons/aerial-lift.svg @@ -2,5 +2,5 @@ category: Vehicles --- - + diff --git a/src/_icons/alert-octagon.svg b/src/_icons/alert-octagon.svg index 530d44bcd..5c7cf116d 100644 --- a/src/_icons/alert-octagon.svg +++ b/src/_icons/alert-octagon.svg @@ -3,7 +3,7 @@ tags: [warning, danger, caution, risk] version: 1.19 --- - + diff --git a/src/_icons/arrows-sort.svg b/src/_icons/arrows-sort.svg index 98aa11c22..fb57efa11 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 4645f3c45..0dc1c3d54 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 ab71feed8..51514475d 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/ball-american-football.svg b/src/_icons/ball-american-football.svg index a0b334805..b6e6f1768 100644 --- a/src/_icons/ball-american-football.svg +++ b/src/_icons/ball-american-football.svg @@ -6,6 +6,6 @@ category: Sport - + diff --git a/src/_icons/ball-football-off.svg b/src/_icons/ball-football-off.svg index 100f124f4..84663d089 100644 --- a/src/_icons/ball-football-off.svg +++ b/src/_icons/ball-football-off.svg @@ -2,12 +2,12 @@ category: Sport --- - - - - - - - - + + + + + + + + diff --git a/src/_icons/ball-football.svg b/src/_icons/ball-football.svg index 2e94f188f..4a3f3179b 100644 --- a/src/_icons/ball-football.svg +++ b/src/_icons/ball-football.svg @@ -2,7 +2,7 @@ category: Sport --- - - - + + + diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg index dffefb0ce..9012141b1 100644 --- a/src/_icons/basket.svg +++ b/src/_icons/basket.svg @@ -4,6 +4,6 @@ version: 1.7 --- - + diff --git a/src/_icons/battery-1.svg b/src/_icons/battery-1.svg index c56048c61..2126b90f9 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 651753365..f9d7b8990 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 5931c7036..f85c4fc76 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 15842bf26..cf1a4bb63 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-automotive.svg b/src/_icons/battery-automotive.svg index 20f42c7f1..ed8b189e5 100644 --- a/src/_icons/battery-automotive.svg +++ b/src/_icons/battery-automotive.svg @@ -2,7 +2,7 @@ --- - + diff --git a/src/_icons/battery-charging.svg b/src/_icons/battery-charging.svg index 6cb67528e..a59aa1b69 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 c676d38b3..3d7ccb552 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-ringing-2.svg b/src/_icons/bell-ringing-2.svg index e82402fb1..b9d2d148f 100644 --- a/src/_icons/bell-ringing-2.svg +++ b/src/_icons/bell-ringing-2.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/binary.svg b/src/_icons/binary.svg index cfd46aacb..9b4382c50 100644 --- a/src/_icons/binary.svg +++ b/src/_icons/binary.svg @@ -1,8 +1,8 @@ --- --- - + - + diff --git a/src/_icons/biohazard.svg b/src/_icons/biohazard.svg index 33ddd74c8..d0cf34b35 100644 --- a/src/_icons/biohazard.svg +++ b/src/_icons/biohazard.svg @@ -5,5 +5,5 @@ version: 1.18 --- - + diff --git a/src/_icons/bookmark.svg b/src/_icons/bookmark.svg index ecd89682f..83521fb5a 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/box-multiple-0.svg b/src/_icons/box-multiple-0.svg index 90a141fdc..cab83a6f3 100644 --- a/src/_icons/box-multiple-0.svg +++ b/src/_icons/box-multiple-0.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/box-multiple-1.svg b/src/_icons/box-multiple-1.svg index 40c9bc204..cd80d07b8 100644 --- a/src/_icons/box-multiple-1.svg +++ b/src/_icons/box-multiple-1.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/box-multiple-2.svg b/src/_icons/box-multiple-2.svg index 26efd48c8..dd58bd4ce 100644 --- a/src/_icons/box-multiple-2.svg +++ b/src/_icons/box-multiple-2.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/box-multiple-3.svg b/src/_icons/box-multiple-3.svg index 4c5657bbe..1ff41f962 100644 --- a/src/_icons/box-multiple-3.svg +++ b/src/_icons/box-multiple-3.svg @@ -2,8 +2,8 @@ category: Numbers --- - - - - + + + + diff --git a/src/_icons/box-multiple-4.svg b/src/_icons/box-multiple-4.svg index 43f2b1120..e9cec6135 100644 --- a/src/_icons/box-multiple-4.svg +++ b/src/_icons/box-multiple-4.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/box-multiple-5.svg b/src/_icons/box-multiple-5.svg index 0c4b991d2..eabc89c81 100644 --- a/src/_icons/box-multiple-5.svg +++ b/src/_icons/box-multiple-5.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/box-multiple-6.svg b/src/_icons/box-multiple-6.svg index 1768dcc42..21397a248 100644 --- a/src/_icons/box-multiple-6.svg +++ b/src/_icons/box-multiple-6.svg @@ -2,8 +2,8 @@ category: Numbers --- - - - - + + + + diff --git a/src/_icons/box-multiple-7.svg b/src/_icons/box-multiple-7.svg index ebe6de70d..48e192b24 100644 --- a/src/_icons/box-multiple-7.svg +++ b/src/_icons/box-multiple-7.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/box-multiple-8.svg b/src/_icons/box-multiple-8.svg index 1bd94d8ce..fc3471804 100644 --- a/src/_icons/box-multiple-8.svg +++ b/src/_icons/box-multiple-8.svg @@ -2,8 +2,8 @@ category: Numbers --- - - - - + + + + diff --git a/src/_icons/box-multiple-9.svg b/src/_icons/box-multiple-9.svg index 0435992ee..14bd23970 100644 --- a/src/_icons/box-multiple-9.svg +++ b/src/_icons/box-multiple-9.svg @@ -2,8 +2,8 @@ category: Numbers --- - - - - + + + + diff --git a/src/_icons/box-multiple.svg b/src/_icons/box-multiple.svg index 234493d8e..fcffbc77b 100644 --- a/src/_icons/box-multiple.svg +++ b/src/_icons/box-multiple.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/brand-apple.svg b/src/_icons/brand-apple.svg index 3d33fe61c..382f92234 100644 --- a/src/_icons/brand-apple.svg +++ b/src/_icons/brand-apple.svg @@ -4,6 +4,6 @@ category: Brand version: 1.9 --- - + diff --git a/src/_icons/brand-bing.svg b/src/_icons/brand-bing.svg index 767fb3afe..dac101e71 100644 --- a/src/_icons/brand-bing.svg +++ b/src/_icons/brand-bing.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-bitbucket.svg b/src/_icons/brand-bitbucket.svg index 23c5b51ab..4e7d9fc61 100644 --- a/src/_icons/brand-bitbucket.svg +++ b/src/_icons/brand-bitbucket.svg @@ -2,6 +2,6 @@ category: Brand --- - - + + diff --git a/src/_icons/brand-discord.svg b/src/_icons/brand-discord.svg index 1de6fbfc6..b976982f3 100644 --- a/src/_icons/brand-discord.svg +++ b/src/_icons/brand-discord.svg @@ -6,7 +6,7 @@ version: 1.21 - + diff --git a/src/_icons/brand-disqus.svg b/src/_icons/brand-disqus.svg index 91b32d203..44e44cc84 100644 --- a/src/_icons/brand-disqus.svg +++ b/src/_icons/brand-disqus.svg @@ -2,6 +2,6 @@ category: Brand --- - - + + diff --git a/src/_icons/brand-docker.svg b/src/_icons/brand-docker.svg index fc535bb67..f4a6ef674 100644 --- a/src/_icons/brand-docker.svg +++ b/src/_icons/brand-docker.svg @@ -2,13 +2,13 @@ category: Brand --- - - - + + + - + - + diff --git a/src/_icons/brand-edge.svg b/src/_icons/brand-edge.svg index ed1630533..a2a7adb1f 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-gravatar.svg b/src/_icons/brand-gravatar.svg index fb63b32a3..a0193e58b 100644 --- a/src/_icons/brand-gravatar.svg +++ b/src/_icons/brand-gravatar.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-hipchat.svg b/src/_icons/brand-hipchat.svg index f21d76fa8..8578406bd 100644 --- a/src/_icons/brand-hipchat.svg +++ b/src/_icons/brand-hipchat.svg @@ -2,6 +2,6 @@ category: Brand --- - + diff --git a/src/_icons/brand-kickstarter.svg b/src/_icons/brand-kickstarter.svg index ec4c4b54c..df3ee875b 100644 --- a/src/_icons/brand-kickstarter.svg +++ b/src/_icons/brand-kickstarter.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-kotlin.svg b/src/_icons/brand-kotlin.svg index 722e16ee4..0a4e01739 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-netflix.svg b/src/_icons/brand-netflix.svg index 33c2e5057..ed8a20385 100644 --- a/src/_icons/brand-netflix.svg +++ b/src/_icons/brand-netflix.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-pagekit.svg b/src/_icons/brand-pagekit.svg index 43860fc20..f8c6bb079 100644 --- a/src/_icons/brand-pagekit.svg +++ b/src/_icons/brand-pagekit.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-paypal.svg b/src/_icons/brand-paypal.svg index 656480f94..7ae948353 100644 --- a/src/_icons/brand-paypal.svg +++ b/src/_icons/brand-paypal.svg @@ -4,5 +4,5 @@ category: Brand version: 1.9 --- - + diff --git a/src/_icons/brand-producthunt.svg b/src/_icons/brand-producthunt.svg index 6bdde2a07..a14bb961a 100644 --- a/src/_icons/brand-producthunt.svg +++ b/src/_icons/brand-producthunt.svg @@ -2,6 +2,6 @@ category: Brand --- - + diff --git a/src/_icons/brand-reddit.svg b/src/_icons/brand-reddit.svg index d6b8d89dd..61d4dd759 100644 --- a/src/_icons/brand-reddit.svg +++ b/src/_icons/brand-reddit.svg @@ -5,7 +5,7 @@ version: 1.15 --- - + diff --git a/src/_icons/brand-sass.svg b/src/_icons/brand-sass.svg index f844234e5..63f42e270 100644 --- a/src/_icons/brand-sass.svg +++ b/src/_icons/brand-sass.svg @@ -3,5 +3,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-sentry.svg b/src/_icons/brand-sentry.svg index c90f2eee3..5decebeb8 100644 --- a/src/_icons/brand-sentry.svg +++ b/src/_icons/brand-sentry.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-spotify.svg b/src/_icons/brand-spotify.svg index 637d2826a..48fae1693 100644 --- a/src/_icons/brand-spotify.svg +++ b/src/_icons/brand-spotify.svg @@ -5,7 +5,7 @@ version: 1.23 --- - - - + + + diff --git a/src/_icons/brand-stripe.svg b/src/_icons/brand-stripe.svg index 20b4f1f5e..9b8dff4a7 100644 --- a/src/_icons/brand-stripe.svg +++ b/src/_icons/brand-stripe.svg @@ -2,5 +2,5 @@ category: Brand --- - + diff --git a/src/_icons/brand-tailwind.svg b/src/_icons/brand-tailwind.svg index 11d382a3f..437ed230c 100644 --- a/src/_icons/brand-tailwind.svg +++ b/src/_icons/brand-tailwind.svg @@ -4,5 +4,5 @@ category: Brand version: 1.17 --- - + diff --git a/src/_icons/brand-unsplash.svg b/src/_icons/brand-unsplash.svg index 4bc32789a..16723603d 100644 --- a/src/_icons/brand-unsplash.svg +++ b/src/_icons/brand-unsplash.svg @@ -2,5 +2,5 @@ category: Brands --- - + diff --git a/src/_icons/brand-whatsapp.svg b/src/_icons/brand-whatsapp.svg index a16cde0dd..1d205ce72 100644 --- a/src/_icons/brand-whatsapp.svg +++ b/src/_icons/brand-whatsapp.svg @@ -5,5 +5,5 @@ version: 1.13 --- - + diff --git a/src/_icons/brand-yahoo.svg b/src/_icons/brand-yahoo.svg index 3201a427a..06d184deb 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/brand-ycombinator.svg b/src/_icons/brand-ycombinator.svg index 73a71a038..6d86d4b64 100644 --- a/src/_icons/brand-ycombinator.svg +++ b/src/_icons/brand-ycombinator.svg @@ -3,6 +3,6 @@ category: Brand --- - + diff --git a/src/_icons/brightness-2.svg b/src/_icons/brightness-2.svg index a1ef706dc..1a8291b77 100644 --- a/src/_icons/brightness-2.svg +++ b/src/_icons/brightness-2.svg @@ -3,5 +3,5 @@ category: Photos --- - + diff --git a/src/_icons/brightness-half.svg b/src/_icons/brightness-half.svg index f81e03516..da7335f11 100644 --- a/src/_icons/brightness-half.svg +++ b/src/_icons/brightness-half.svg @@ -2,6 +2,6 @@ category: Photos --- - - + + diff --git a/src/_icons/bucket.svg b/src/_icons/bucket.svg index dd4f9d128..60f885cae 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 894cfe49a..e5d3ed714 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-cottage.svg b/src/_icons/building-cottage.svg index fd4ade40b..4fb71dc37 100644 --- a/src/_icons/building-cottage.svg +++ b/src/_icons/building-cottage.svg @@ -3,7 +3,7 @@ category: Buildings --- - + diff --git a/src/_icons/building-factory.svg b/src/_icons/building-factory.svg index 38c954ab0..7e760eb11 100644 --- a/src/_icons/building-factory.svg +++ b/src/_icons/building-factory.svg @@ -2,8 +2,8 @@ category: Buildings --- - - - + + + diff --git a/src/_icons/building-warehouse.svg b/src/_icons/building-warehouse.svg index f40f931bb..11b1cdedb 100644 --- a/src/_icons/building-warehouse.svg +++ b/src/_icons/building-warehouse.svg @@ -4,7 +4,7 @@ category: Buildings version: 1.7 --- - + diff --git a/src/_icons/businessplan.svg b/src/_icons/businessplan.svg index 93e322a8a..adc47b3b6 100644 --- a/src/_icons/businessplan.svg +++ b/src/_icons/businessplan.svg @@ -2,9 +2,9 @@ --- - - - - - + + + + + diff --git a/src/_icons/calendar-off.svg b/src/_icons/calendar-off.svg index c6d40e310..9e2b120eb 100644 --- a/src/_icons/calendar-off.svg +++ b/src/_icons/calendar-off.svg @@ -1,11 +1,11 @@ --- --- - - - - - - - + + + + + + + diff --git a/src/_icons/camera-rotate.svg b/src/_icons/camera-rotate.svg index 603b5aa48..2660323aa 100644 --- a/src/_icons/camera-rotate.svg +++ b/src/_icons/camera-rotate.svg @@ -2,8 +2,8 @@ category: Photos --- - - + + - + diff --git a/src/_icons/camera-selfie.svg b/src/_icons/camera-selfie.svg index d7b244601..2d907ccd9 100644 --- a/src/_icons/camera-selfie.svg +++ b/src/_icons/camera-selfie.svg @@ -2,7 +2,7 @@ category: Photos --- - + diff --git a/src/_icons/car.svg b/src/_icons/car.svg index 92a55dd65..19ab877a9 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 1d941ead8..188e18b75 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 956513f60..e8a88b2e1 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 37d49c1d6..826955c1a 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 d6855ebcd..c9dd1efe8 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/cash-banknote-off.svg b/src/_icons/cash-banknote-off.svg index b19fa5e3b..8d206424e 100644 --- a/src/_icons/cash-banknote-off.svg +++ b/src/_icons/cash-banknote-off.svg @@ -1,9 +1,9 @@ --- --- - - - - - + + + + + diff --git a/src/_icons/charging-pile.svg b/src/_icons/charging-pile.svg index 4b0fbdaf9..188dfcab9 100644 --- a/src/_icons/charging-pile.svg +++ b/src/_icons/charging-pile.svg @@ -2,10 +2,10 @@ category: Vehicles --- - - - - - - + + + + + + diff --git a/src/_icons/chart-arrows-vertical.svg b/src/_icons/chart-arrows-vertical.svg index 241e0ba95..fa4250fed 100644 --- a/src/_icons/chart-arrows-vertical.svg +++ b/src/_icons/chart-arrows-vertical.svg @@ -2,11 +2,11 @@ category: Charts --- - - - + + + - - + + diff --git a/src/_icons/chart-arrows.svg b/src/_icons/chart-arrows.svg index 8c9a69284..613f7422e 100644 --- a/src/_icons/chart-arrows.svg +++ b/src/_icons/chart-arrows.svg @@ -3,10 +3,10 @@ category: Charts --- - - + + - + diff --git a/src/_icons/chart-donut.svg b/src/_icons/chart-donut.svg index dc00443c0..5ade6e872 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-dots.svg b/src/_icons/chart-dots.svg index fb144ece9..207d79485 100644 --- a/src/_icons/chart-dots.svg +++ b/src/_icons/chart-dots.svg @@ -7,5 +7,5 @@ category: Charts - + diff --git a/src/_icons/chart-pie.svg b/src/_icons/chart-pie.svg index c81fee6bb..54b174211 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 b7934b653..187021d1e 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/circle-0.svg b/src/_icons/circle-0.svg index ea202ff58..d5c24e183 100644 --- a/src/_icons/circle-0.svg +++ b/src/_icons/circle-0.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/circle-1.svg b/src/_icons/circle-1.svg index 3df269e79..c3449c339 100644 --- a/src/_icons/circle-1.svg +++ b/src/_icons/circle-1.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/circle-2.svg b/src/_icons/circle-2.svg index 17c844f74..8bde7bcdf 100644 --- a/src/_icons/circle-2.svg +++ b/src/_icons/circle-2.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/circle-3.svg b/src/_icons/circle-3.svg index e5820db68..b85e19d1f 100644 --- a/src/_icons/circle-3.svg +++ b/src/_icons/circle-3.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/circle-4.svg b/src/_icons/circle-4.svg index d6b74ec78..5c3bc4a7a 100644 --- a/src/_icons/circle-4.svg +++ b/src/_icons/circle-4.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/circle-5.svg b/src/_icons/circle-5.svg index cf2ab5524..b969eab37 100644 --- a/src/_icons/circle-5.svg +++ b/src/_icons/circle-5.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/circle-6.svg b/src/_icons/circle-6.svg index 011569037..944101e3f 100644 --- a/src/_icons/circle-6.svg +++ b/src/_icons/circle-6.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/circle-7.svg b/src/_icons/circle-7.svg index a63006631..5ddec8ad9 100644 --- a/src/_icons/circle-7.svg +++ b/src/_icons/circle-7.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/circle-8.svg b/src/_icons/circle-8.svg index 5023e6bd1..77f95bfc4 100644 --- a/src/_icons/circle-8.svg +++ b/src/_icons/circle-8.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/circle-9.svg b/src/_icons/circle-9.svg index 8315fb3fe..a5e4e4241 100644 --- a/src/_icons/circle-9.svg +++ b/src/_icons/circle-9.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/clipboard-check.svg b/src/_icons/clipboard-check.svg index 20cec3061..e792cb54e 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/column-insert-left.svg b/src/_icons/column-insert-left.svg index 1b5658280..16b05b69c 100644 --- a/src/_icons/column-insert-left.svg +++ b/src/_icons/column-insert-left.svg @@ -2,7 +2,7 @@ category: Database --- - + diff --git a/src/_icons/column-insert-right.svg b/src/_icons/column-insert-right.svg index 391ff1f3f..63c853c72 100644 --- a/src/_icons/column-insert-right.svg +++ b/src/_icons/column-insert-right.svg @@ -2,7 +2,7 @@ category: Database --- - + diff --git a/src/_icons/comet.svg b/src/_icons/comet.svg index 523f25754..e395343f9 100644 --- a/src/_icons/comet.svg +++ b/src/_icons/comet.svg @@ -4,7 +4,7 @@ category: Weather version: 1.13 --- - + diff --git a/src/_icons/corner-down-left-double.svg b/src/_icons/corner-down-left-double.svg index 5ddd39963..6684ba183 100644 --- a/src/_icons/corner-down-left-double.svg +++ b/src/_icons/corner-down-left-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-down-right-double.svg b/src/_icons/corner-down-right-double.svg index e7647f7c6..250145851 100644 --- a/src/_icons/corner-down-right-double.svg +++ b/src/_icons/corner-down-right-double.svg @@ -3,5 +3,5 @@ category: Arrows --- - + diff --git a/src/_icons/corner-left-down-double.svg b/src/_icons/corner-left-down-double.svg index a2175e862..9501db763 100644 --- a/src/_icons/corner-left-down-double.svg +++ b/src/_icons/corner-left-down-double.svg @@ -3,5 +3,5 @@ category: Arrows --- - + diff --git a/src/_icons/corner-left-up-double.svg b/src/_icons/corner-left-up-double.svg index ceb773716..923bd3507 100644 --- a/src/_icons/corner-left-up-double.svg +++ b/src/_icons/corner-left-up-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-right-down-double.svg b/src/_icons/corner-right-down-double.svg index 7106b4395..b190a605e 100644 --- a/src/_icons/corner-right-down-double.svg +++ b/src/_icons/corner-right-down-double.svg @@ -3,5 +3,5 @@ category: Arrows --- - + diff --git a/src/_icons/corner-right-up-double.svg b/src/_icons/corner-right-up-double.svg index 9c2b636b3..1d787f60a 100644 --- a/src/_icons/corner-right-up-double.svg +++ b/src/_icons/corner-right-up-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-up-left-double.svg b/src/_icons/corner-up-left-double.svg index 0d528c3ab..63a6c3efd 100644 --- a/src/_icons/corner-up-left-double.svg +++ b/src/_icons/corner-up-left-double.svg @@ -2,6 +2,6 @@ category: Arrows --- - - + + diff --git a/src/_icons/corner-up-right-double.svg b/src/_icons/corner-up-right-double.svg index d938c5e72..b40f0e10a 100644 --- a/src/_icons/corner-up-right-double.svg +++ b/src/_icons/corner-up-right-double.svg @@ -3,5 +3,5 @@ category: Arrows --- - + diff --git a/src/_icons/credit-card-off.svg b/src/_icons/credit-card-off.svg index d73f91638..7196a50af 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/crown-off.svg b/src/_icons/crown-off.svg index 157918a2f..cf7d2b20d 100644 --- a/src/_icons/crown-off.svg +++ b/src/_icons/crown-off.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/curly-loop.svg b/src/_icons/curly-loop.svg index 8a98584f1..dd3229d84 100644 --- a/src/_icons/curly-loop.svg +++ b/src/_icons/curly-loop.svg @@ -3,5 +3,5 @@ tags: [voicemail, power, infinity] version: 1.20 --- - + diff --git a/src/_icons/dashboard.svg b/src/_icons/dashboard.svg index 3933ee87c..036f5e4ca 100644 --- a/src/_icons/dashboard.svg +++ b/src/_icons/dashboard.svg @@ -6,5 +6,5 @@ version: 1.0 - + diff --git a/src/_icons/database-export.svg b/src/_icons/database-export.svg index 3d4590e77..6063c6a7e 100644 --- a/src/_icons/database-export.svg +++ b/src/_icons/database-export.svg @@ -3,6 +3,6 @@ category: Database --- - - + + diff --git a/src/_icons/database-import.svg b/src/_icons/database-import.svg index c9392e722..340fedaba 100644 --- a/src/_icons/database-import.svg +++ b/src/_icons/database-import.svg @@ -3,6 +3,6 @@ category: Database --- - - + + diff --git a/src/_icons/database-off.svg b/src/_icons/database-off.svg index 11deef18e..d7d93b2ed 100644 --- a/src/_icons/database-off.svg +++ b/src/_icons/database-off.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/src/_icons/device-analytics.svg b/src/_icons/device-analytics.svg index a5ec8ff00..53fb2c5dd 100644 --- a/src/_icons/device-analytics.svg +++ b/src/_icons/device-analytics.svg @@ -6,5 +6,5 @@ category: Devices - + diff --git a/src/_icons/device-audio-tape.svg b/src/_icons/device-audio-tape.svg index c19d3d644..d921b7d57 100644 --- a/src/_icons/device-audio-tape.svg +++ b/src/_icons/device-audio-tape.svg @@ -2,8 +2,8 @@ category: Devices --- - - - - + + + + diff --git a/src/_icons/device-cctv.svg b/src/_icons/device-cctv.svg index 55c1863d2..44251aa14 100644 --- a/src/_icons/device-cctv.svg +++ b/src/_icons/device-cctv.svg @@ -4,6 +4,6 @@ category: Devices - + diff --git a/src/_icons/device-computer-camera-off.svg b/src/_icons/device-computer-camera-off.svg index bf718fe6f..0b211da07 100644 --- a/src/_icons/device-computer-camera-off.svg +++ b/src/_icons/device-computer-camera-off.svg @@ -2,8 +2,8 @@ category: Devices --- - - - - + + + + diff --git a/src/_icons/device-computer-camera.svg b/src/_icons/device-computer-camera.svg index 82f0845e1..8d32bf597 100644 --- a/src/_icons/device-computer-camera.svg +++ b/src/_icons/device-computer-camera.svg @@ -4,5 +4,5 @@ category: Devices - + diff --git a/src/_icons/device-desktop-off.svg b/src/_icons/device-desktop-off.svg index 4d7dc49cd..dffcef35f 100644 --- a/src/_icons/device-desktop-off.svg +++ b/src/_icons/device-desktop-off.svg @@ -3,9 +3,9 @@ tags: [monitor, computer, imac] category: Devices --- - - - - - + + + + + diff --git a/src/_icons/diamond.svg b/src/_icons/diamond.svg index 1c31b2482..607d56655 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-off.svg b/src/_icons/drone-off.svg index 86b37dfde..3a9269e38 100644 --- a/src/_icons/drone-off.svg +++ b/src/_icons/drone-off.svg @@ -2,14 +2,14 @@ category: Vehicles --- - - - - - - - - - - + + + + + + + + + + diff --git a/src/_icons/drone.svg b/src/_icons/drone.svg index e245a1bf3..bf04d3538 100644 --- a/src/_icons/drone.svg +++ b/src/_icons/drone.svg @@ -6,7 +6,7 @@ version: 1.33 - + diff --git a/src/_icons/equal-not.svg b/src/_icons/equal-not.svg index 0f157e6cb..ba1462856 100644 --- a/src/_icons/equal-not.svg +++ b/src/_icons/equal-not.svg @@ -2,5 +2,5 @@ category: Math --- - + diff --git a/src/_icons/equal.svg b/src/_icons/equal.svg index 162601e03..83cebbe46 100644 --- a/src/_icons/equal.svg +++ b/src/_icons/equal.svg @@ -2,5 +2,5 @@ category: Math --- - + diff --git a/src/_icons/eyeglass-2.svg b/src/_icons/eyeglass-2.svg index 997ffe510..39f0428d3 100644 --- a/src/_icons/eyeglass-2.svg +++ b/src/_icons/eyeglass-2.svg @@ -1,7 +1,7 @@ --- --- - + diff --git a/src/_icons/eyeglass.svg b/src/_icons/eyeglass.svg index 899e37ca6..bf87cac05 100644 --- a/src/_icons/eyeglass.svg +++ b/src/_icons/eyeglass.svg @@ -1,9 +1,9 @@ --- --- - + - - + + diff --git a/src/_icons/fall.svg b/src/_icons/fall.svg index e0633151d..d728a84f2 100644 --- a/src/_icons/fall.svg +++ b/src/_icons/fall.svg @@ -3,8 +3,8 @@ tags: [collapse, damage, cliff, height] version: 1.18 --- - - + + diff --git a/src/_icons/feather.svg b/src/_icons/feather.svg index 57bcc4e8f..1c8c4946b 100644 --- a/src/_icons/feather.svg +++ b/src/_icons/feather.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/file-export.svg b/src/_icons/file-export.svg index 611f7f7e2..de485f054 100644 --- a/src/_icons/file-export.svg +++ b/src/_icons/file-export.svg @@ -3,5 +3,5 @@ category: Document --- - + diff --git a/src/_icons/file-import.svg b/src/_icons/file-import.svg index 6fe552ada..c3dcc2226 100644 --- a/src/_icons/file-import.svg +++ b/src/_icons/file-import.svg @@ -3,5 +3,5 @@ category: Document --- - + diff --git a/src/_icons/file-phone.svg b/src/_icons/file-phone.svg index f1a2193bc..59195b841 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-report.svg b/src/_icons/file-report.svg index cc824d753..0f8b55436 100644 --- a/src/_icons/file-report.svg +++ b/src/_icons/file-report.svg @@ -5,5 +5,5 @@ category: Document - + diff --git a/src/_icons/file-symlink.svg b/src/_icons/file-symlink.svg index 8d6a41be6..55b1207b2 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/files-off.svg b/src/_icons/files-off.svg index d98729775..2e788cd5a 100644 --- a/src/_icons/files-off.svg +++ b/src/_icons/files-off.svg @@ -2,8 +2,8 @@ category: Document --- - - - - + + + + diff --git a/src/_icons/files.svg b/src/_icons/files.svg index 5aa45f7c0..d90d96818 100644 --- a/src/_icons/files.svg +++ b/src/_icons/files.svg @@ -3,6 +3,6 @@ category: Document --- - - + + diff --git a/src/_icons/flask.svg b/src/_icons/flask.svg index ec271f5b5..8e3ee28c1 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 da3a9e99f..478fd5d47 100644 --- a/src/_icons/friends.svg +++ b/src/_icons/friends.svg @@ -4,7 +4,7 @@ version: 1.0 --- - + diff --git a/src/_icons/gas-station.svg b/src/_icons/gas-station.svg index 6f51b6254..c968da1fc 100644 --- a/src/_icons/gas-station.svg +++ b/src/_icons/gas-station.svg @@ -5,10 +5,9 @@ category: Vehicles version: 1.14 --- - - - - - + + + + + - diff --git a/src/_icons/glass-full.svg b/src/_icons/glass-full.svg index f337d2981..a47ab22c4 100644 --- a/src/_icons/glass-full.svg +++ b/src/_icons/glass-full.svg @@ -3,8 +3,8 @@ tags: [wine, cup, goblet] version: 1.0 --- - - - - + + + + diff --git a/src/_icons/glass-off.svg b/src/_icons/glass-off.svg index c222f3a9d..9b9bdf078 100644 --- a/src/_icons/glass-off.svg +++ b/src/_icons/glass-off.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/src/_icons/glass.svg b/src/_icons/glass.svg index fbe9c72fb..d6a0ed138 100644 --- a/src/_icons/glass.svg +++ b/src/_icons/glass.svg @@ -3,7 +3,7 @@ tags: [wine, cup, goblet] version: 1.0 --- - - - + + + diff --git a/src/_icons/growth.svg b/src/_icons/growth.svg index 28ba306ba..543bb42b0 100644 --- a/src/_icons/growth.svg +++ b/src/_icons/growth.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/hanger.svg b/src/_icons/hanger.svg index 0f3d66ad4..d0622899d 100644 --- a/src/_icons/hanger.svg +++ b/src/_icons/hanger.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/headphones-off.svg b/src/_icons/headphones-off.svg index 19ef5ed87..e6fcda22c 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/hierarchy-2.svg b/src/_icons/hierarchy-2.svg index 30c784323..c97d62d24 100644 --- a/src/_icons/hierarchy-2.svg +++ b/src/_icons/hierarchy-2.svg @@ -2,8 +2,8 @@ --- - + - + diff --git a/src/_icons/hierarchy.svg b/src/_icons/hierarchy.svg index a68fab43e..a20d5eb91 100644 --- a/src/_icons/hierarchy.svg +++ b/src/_icons/hierarchy.svg @@ -4,6 +4,6 @@ - + diff --git a/src/_icons/ice-cream-2.svg b/src/_icons/ice-cream-2.svg index 7e5df2fbf..88f1bb05b 100644 --- a/src/_icons/ice-cream-2.svg +++ b/src/_icons/ice-cream-2.svg @@ -2,5 +2,5 @@ --- - + diff --git a/src/_icons/ice-cream.svg b/src/_icons/ice-cream.svg index e742aa6d2..7dcb17e59 100644 --- a/src/_icons/ice-cream.svg +++ b/src/_icons/ice-cream.svg @@ -3,6 +3,6 @@ tags: [candy, dessert, frozen, sweet] version: 1.0 --- - - + + diff --git a/src/_icons/karate.svg b/src/_icons/karate.svg index 2b7a6622c..4060fa493 100644 --- a/src/_icons/karate.svg +++ b/src/_icons/karate.svg @@ -5,6 +5,6 @@ version: 1.27 - + diff --git a/src/_icons/keyboard-off.svg b/src/_icons/keyboard-off.svg index 8fa23fa01..7e7ec92da 100644 --- a/src/_icons/keyboard-off.svg +++ b/src/_icons/keyboard-off.svg @@ -1,13 +1,13 @@ --- --- - - - - - - - - - + + + + + + + + + diff --git a/src/_icons/layout-grid-add.svg b/src/_icons/layout-grid-add.svg index 6007b8a40..e07f7b3c9 100644 --- a/src/_icons/layout-grid-add.svg +++ b/src/_icons/layout-grid-add.svg @@ -7,5 +7,5 @@ version: 1.0 - + diff --git a/src/_icons/macro.svg b/src/_icons/macro.svg index 7db3e1e2a..9e6dc2fea 100644 --- a/src/_icons/macro.svg +++ b/src/_icons/macro.svg @@ -5,6 +5,6 @@ category: Photos - - + + diff --git a/src/_icons/man.svg b/src/_icons/man.svg index d6f3f1ed0..6aca5bf8d 100644 --- a/src/_icons/man.svg +++ b/src/_icons/man.svg @@ -4,5 +4,5 @@ version: 1.0 --- - + diff --git a/src/_icons/marquee-2.svg b/src/_icons/marquee-2.svg index ac99a08a0..5f30e2700 100644 --- a/src/_icons/marquee-2.svg +++ b/src/_icons/marquee-2.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/src/_icons/math-function.svg b/src/_icons/math-function.svg index aff69fdeb..eea46cd74 100644 --- a/src/_icons/math-function.svg +++ b/src/_icons/math-function.svg @@ -3,8 +3,8 @@ tags: sdfsfg category: Math --- - - - - + + + + diff --git a/src/_icons/medal.svg b/src/_icons/medal.svg index 07e155a26..3809f5706 100644 --- a/src/_icons/medal.svg +++ b/src/_icons/medal.svg @@ -4,5 +4,5 @@ version: 1.13 --- - + diff --git a/src/_icons/mood-crazy-happy.svg b/src/_icons/mood-crazy-happy.svg index a8add1133..046c860a1 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 ff515af29..000a8a4f6 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 9d7cf7642..202b665f6 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 dc04aabd4..0eebcc508 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/motorbike.svg b/src/_icons/motorbike.svg index f3e7bebcc..92ab093a9 100644 --- a/src/_icons/motorbike.svg +++ b/src/_icons/motorbike.svg @@ -4,6 +4,6 @@ category: Vehicles - - + + diff --git a/src/_icons/mug.svg b/src/_icons/mug.svg index 4337b577d..37d54a922 100644 --- a/src/_icons/mug.svg +++ b/src/_icons/mug.svg @@ -3,6 +3,6 @@ tags: [tea, coffee, drink, container, jug] version: 1.1 --- - - + + diff --git a/src/_icons/number-0.svg b/src/_icons/number-0.svg index a2c72fffb..aa29ade8c 100644 --- a/src/_icons/number-0.svg +++ b/src/_icons/number-0.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/number-1.svg b/src/_icons/number-1.svg index 95b610b34..90b0fed80 100644 --- a/src/_icons/number-1.svg +++ b/src/_icons/number-1.svg @@ -2,5 +2,5 @@ category: Numbers --- - + diff --git a/src/_icons/number-2.svg b/src/_icons/number-2.svg index 84d6a1829..114929d87 100644 --- a/src/_icons/number-2.svg +++ b/src/_icons/number-2.svg @@ -2,5 +2,5 @@ category: Numbers --- - + diff --git a/src/_icons/number-3.svg b/src/_icons/number-3.svg index 9840ce67e..3dd698ae4 100644 --- a/src/_icons/number-3.svg +++ b/src/_icons/number-3.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/number-4.svg b/src/_icons/number-4.svg index c2ffa4fd6..8e8b5f389 100644 --- a/src/_icons/number-4.svg +++ b/src/_icons/number-4.svg @@ -2,5 +2,5 @@ category: Numbers --- - + diff --git a/src/_icons/number-5.svg b/src/_icons/number-5.svg index 4df79c335..e2ac5226d 100644 --- a/src/_icons/number-5.svg +++ b/src/_icons/number-5.svg @@ -2,5 +2,5 @@ category: Numbers --- - + diff --git a/src/_icons/number-6.svg b/src/_icons/number-6.svg index fd358476b..f2a42cba4 100644 --- a/src/_icons/number-6.svg +++ b/src/_icons/number-6.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/number-7.svg b/src/_icons/number-7.svg index 8688a669e..91b08c422 100644 --- a/src/_icons/number-7.svg +++ b/src/_icons/number-7.svg @@ -2,5 +2,5 @@ category: Numbers --- - + diff --git a/src/_icons/number-8.svg b/src/_icons/number-8.svg index 8aa91bf23..d06b39ffe 100644 --- a/src/_icons/number-8.svg +++ b/src/_icons/number-8.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/number-9.svg b/src/_icons/number-9.svg index 5cca13604..53e443259 100644 --- a/src/_icons/number-9.svg +++ b/src/_icons/number-9.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/octagon.svg b/src/_icons/octagon.svg index 91477baf2..b3d27b03d 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 b48900ecb..32ee412ff 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 d988acfa7..01ec84172 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 c3aa2352e..f80ba9132 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 fd5fee166..1012b3e8d 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/play-card.svg b/src/_icons/play-card.svg index b309d6afe..444a7ccf4 100644 --- a/src/_icons/play-card.svg +++ b/src/_icons/play-card.svg @@ -4,5 +4,5 @@ - + diff --git a/src/_icons/player-track-next.svg b/src/_icons/player-track-next.svg index f60ddb294..c18c9f750 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/playlist.svg b/src/_icons/playlist.svg index 9ec5013b5..dbec67e6b 100644 --- a/src/_icons/playlist.svg +++ b/src/_icons/playlist.svg @@ -3,8 +3,8 @@ category: Media --- - - + + - + diff --git a/src/_icons/polaroid.svg b/src/_icons/polaroid.svg index d1be54f44..45f5d060f 100644 --- a/src/_icons/polaroid.svg +++ b/src/_icons/polaroid.svg @@ -4,7 +4,7 @@ category: Photos - - + + diff --git a/src/_icons/pool.svg b/src/_icons/pool.svg index 44a80c1e9..f8f096403 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/propeller.svg b/src/_icons/propeller.svg index 0dc463fba..a405ea211 100644 --- a/src/_icons/propeller.svg +++ b/src/_icons/propeller.svg @@ -2,7 +2,7 @@ --- - - - + + + diff --git a/src/_icons/receipt-2.svg b/src/_icons/receipt-2.svg index f704e2a22..4f88ca43f 100644 --- a/src/_icons/receipt-2.svg +++ b/src/_icons/receipt-2.svg @@ -2,6 +2,6 @@ category: Document --- - - + + diff --git a/src/_icons/receipt-off.svg b/src/_icons/receipt-off.svg index 1c1dafcb7..74cd7d56c 100644 --- a/src/_icons/receipt-off.svg +++ b/src/_icons/receipt-off.svg @@ -1,10 +1,10 @@ --- --- - - - - - - + + + + + + diff --git a/src/_icons/receipt-refund.svg b/src/_icons/receipt-refund.svg index 92b098331..f9dd7699e 100644 --- a/src/_icons/receipt-refund.svg +++ b/src/_icons/receipt-refund.svg @@ -2,6 +2,6 @@ category: Document --- - - + + diff --git a/src/_icons/receipt.svg b/src/_icons/receipt.svg index f50b9c6e0..07c707de8 100644 --- a/src/_icons/receipt.svg +++ b/src/_icons/receipt.svg @@ -2,5 +2,5 @@ category: Document --- - + diff --git a/src/_icons/recharging.svg b/src/_icons/recharging.svg index d491d1282..006e3488a 100644 --- a/src/_icons/recharging.svg +++ b/src/_icons/recharging.svg @@ -4,7 +4,7 @@ - + diff --git a/src/_icons/repeat-once.svg b/src/_icons/repeat-once.svg index d1ec4e886..ad2dfc2b9 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 131b5a11a..6f53e0494 100644 --- a/src/_icons/repeat.svg +++ b/src/_icons/repeat.svg @@ -5,5 +5,5 @@ version: 1.2 --- - + diff --git a/src/_icons/report-medical.svg b/src/_icons/report-medical.svg index 7097dde3a..4fa4e0fcd 100644 --- a/src/_icons/report-medical.svg +++ b/src/_icons/report-medical.svg @@ -2,7 +2,7 @@ category: Document --- - + diff --git a/src/_icons/report-money.svg b/src/_icons/report-money.svg index 18852ffe1..950ec4dcc 100644 --- a/src/_icons/report-money.svg +++ b/src/_icons/report-money.svg @@ -2,8 +2,8 @@ category: Document --- - + - - + + diff --git a/src/_icons/report.svg b/src/_icons/report.svg index 45c8b7d15..c7761bc85 100644 --- a/src/_icons/report.svg +++ b/src/_icons/report.svg @@ -2,8 +2,8 @@ category: Document --- - - + + diff --git a/src/_icons/resize.svg b/src/_icons/resize.svg index 242c029de..ca252b3c3 100644 --- a/src/_icons/resize.svg +++ b/src/_icons/resize.svg @@ -2,6 +2,6 @@ category: Design --- - + diff --git a/src/_icons/ripple.svg b/src/_icons/ripple.svg index 1fdd6350f..04a6eb156 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 7c70162a0..8805168b4 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/row-insert-bottom.svg b/src/_icons/row-insert-bottom.svg index ebbfc05aa..ba4c06378 100644 --- a/src/_icons/row-insert-bottom.svg +++ b/src/_icons/row-insert-bottom.svg @@ -2,7 +2,7 @@ category: Database --- - + diff --git a/src/_icons/row-insert-top.svg b/src/_icons/row-insert-top.svg index 84f0ec403..7e66cb5a9 100644 --- a/src/_icons/row-insert-top.svg +++ b/src/_icons/row-insert-top.svg @@ -2,7 +2,7 @@ category: Database --- - - + + diff --git a/src/_icons/satellite.svg b/src/_icons/satellite.svg index 0bc5114bc..c4d3d0bad 100644 --- a/src/_icons/satellite.svg +++ b/src/_icons/satellite.svg @@ -2,9 +2,9 @@ category: Map --- - - - + + + diff --git a/src/_icons/scale.svg b/src/_icons/scale.svg index 269ef58a0..63b7abc0c 100644 --- a/src/_icons/scale.svg +++ b/src/_icons/scale.svg @@ -1,9 +1,9 @@ --- --- - - - - - + + + + + diff --git a/src/_icons/screen-share.svg b/src/_icons/screen-share.svg index a51479275..9226f0f71 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/shape-2.svg b/src/_icons/shape-2.svg index adbe2d61e..a9004cd95 100644 --- a/src/_icons/shape-2.svg +++ b/src/_icons/shape-2.svg @@ -7,5 +7,5 @@ tags: [draw, square, form, create, outline] - + diff --git a/src/_icons/shape-3.svg b/src/_icons/shape-3.svg index 3b994cc9d..32c5cd11f 100644 --- a/src/_icons/shape-3.svg +++ b/src/_icons/shape-3.svg @@ -7,5 +7,5 @@ tags: [draw, square, form, create, outline] - + diff --git a/src/_icons/shredder.svg b/src/_icons/shredder.svg index 9a0ea81d0..91b246914 100644 --- a/src/_icons/shredder.svg +++ b/src/_icons/shredder.svg @@ -3,5 +3,5 @@ category: Devices --- - + diff --git a/src/_icons/smart-home.svg b/src/_icons/smart-home.svg index e65fef4cc..a9335b7c9 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/sock.svg b/src/_icons/sock.svg index 61ed16f93..97529ffd2 100644 --- a/src/_icons/sock.svg +++ b/src/_icons/sock.svg @@ -1,6 +1,6 @@ --- --- - - + + diff --git a/src/_icons/square-0.svg b/src/_icons/square-0.svg index bb99bad65..251623f64 100644 --- a/src/_icons/square-0.svg +++ b/src/_icons/square-0.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/square-1.svg b/src/_icons/square-1.svg index 21fc3cba1..508f1c1e0 100644 --- a/src/_icons/square-1.svg +++ b/src/_icons/square-1.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/square-2.svg b/src/_icons/square-2.svg index d1896b3e1..692c12152 100644 --- a/src/_icons/square-2.svg +++ b/src/_icons/square-2.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/square-3.svg b/src/_icons/square-3.svg index 05a1685d8..364053c33 100644 --- a/src/_icons/square-3.svg +++ b/src/_icons/square-3.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/square-4.svg b/src/_icons/square-4.svg index 9fbfa12c0..1cc3ae931 100644 --- a/src/_icons/square-4.svg +++ b/src/_icons/square-4.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/square-5.svg b/src/_icons/square-5.svg index c855144ca..a1944d8dd 100644 --- a/src/_icons/square-5.svg +++ b/src/_icons/square-5.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/square-6.svg b/src/_icons/square-6.svg index b119a31d9..24c005d53 100644 --- a/src/_icons/square-6.svg +++ b/src/_icons/square-6.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/square-7.svg b/src/_icons/square-7.svg index c07954c9b..70dd2ba9e 100644 --- a/src/_icons/square-7.svg +++ b/src/_icons/square-7.svg @@ -2,6 +2,6 @@ category: Numbers --- - - + + diff --git a/src/_icons/square-8.svg b/src/_icons/square-8.svg index 3077efbc6..57687984f 100644 --- a/src/_icons/square-8.svg +++ b/src/_icons/square-8.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/square-9.svg b/src/_icons/square-9.svg index 63d81aa4d..2bc2ea5a8 100644 --- a/src/_icons/square-9.svg +++ b/src/_icons/square-9.svg @@ -2,7 +2,7 @@ category: Numbers --- - - - + + + diff --git a/src/_icons/square-rotated.svg b/src/_icons/square-rotated.svg index c7fcb5a72..28f67260d 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/square-toggle-horizontal.svg b/src/_icons/square-toggle-horizontal.svg index 6bca02abe..6eefa38c2 100644 --- a/src/_icons/square-toggle-horizontal.svg +++ b/src/_icons/square-toggle-horizontal.svg @@ -2,8 +2,8 @@ category: Design --- - - + + diff --git a/src/_icons/square-toggle.svg b/src/_icons/square-toggle.svg index 8f1b70a74..a7e5f4e59 100644 --- a/src/_icons/square-toggle.svg +++ b/src/_icons/square-toggle.svg @@ -3,7 +3,7 @@ category: Design --- - + diff --git a/src/_icons/sum.svg b/src/_icons/sum.svg index 0aeeee465..cf2e9cb2b 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/table-export.svg b/src/_icons/table-export.svg index 07fceaf63..27ab7a8d6 100644 --- a/src/_icons/table-export.svg +++ b/src/_icons/table-export.svg @@ -2,5 +2,5 @@ category: Database --- - + diff --git a/src/_icons/table-import.svg b/src/_icons/table-import.svg index df7552180..7c69d58d1 100644 --- a/src/_icons/table-import.svg +++ b/src/_icons/table-import.svg @@ -2,5 +2,5 @@ category: Database --- - + diff --git a/src/_icons/table-off.svg b/src/_icons/table-off.svg index 9f297e721..2bc1947af 100644 --- a/src/_icons/table-off.svg +++ b/src/_icons/table-off.svg @@ -2,8 +2,8 @@ category: Database --- - - - - + + + + diff --git a/src/_icons/tool.svg b/src/_icons/tool.svg index f54bfa69a..f2cb4372a 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-2.svg b/src/_icons/tools-kitchen-2.svg index 95a24b6fd..b980b596e 100644 --- a/src/_icons/tools-kitchen-2.svg +++ b/src/_icons/tools-kitchen-2.svg @@ -2,5 +2,5 @@ category: Map --- - + diff --git a/src/_icons/tools-kitchen.svg b/src/_icons/tools-kitchen.svg index aad124516..a5ecc4e5f 100644 --- a/src/_icons/tools-kitchen.svg +++ b/src/_icons/tools-kitchen.svg @@ -5,7 +5,7 @@ version: 1.31 - + diff --git a/src/_icons/tournament.svg b/src/_icons/tournament.svg index 4ccdf314c..147a86297 100644 --- a/src/_icons/tournament.svg +++ b/src/_icons/tournament.svg @@ -2,8 +2,8 @@ version: 1.19 --- - - - - + + + + diff --git a/src/_icons/track.svg b/src/_icons/track.svg index cc9cd55d5..1c28172ee 100644 --- a/src/_icons/track.svg +++ b/src/_icons/track.svg @@ -2,5 +2,5 @@ category: Vehicles --- - + diff --git a/src/_icons/tree.svg b/src/_icons/tree.svg index 3403ccefc..e73341a06 100644 --- a/src/_icons/tree.svg +++ b/src/_icons/tree.svg @@ -2,8 +2,8 @@ category: Map --- - - - - + + + + diff --git a/src/_icons/trees.svg b/src/_icons/trees.svg index 1489dd01a..efdcba507 100644 --- a/src/_icons/trees.svg +++ b/src/_icons/trees.svg @@ -2,10 +2,10 @@ category: Map --- - + - - - - + + + + diff --git a/src/_icons/truck-off.svg b/src/_icons/truck-off.svg index 93c5e6506..2b320a7e1 100644 --- a/src/_icons/truck-off.svg +++ b/src/_icons/truck-off.svg @@ -2,8 +2,8 @@ category: Vehicles --- - - - - + + + + diff --git a/src/_icons/umbrella.svg b/src/_icons/umbrella.svg index a88e0f9c2..2439781bb 100644 --- a/src/_icons/umbrella.svg +++ b/src/_icons/umbrella.svg @@ -2,6 +2,6 @@ version: 1.7 --- - + diff --git a/src/_icons/variable.svg b/src/_icons/variable.svg index 68fc4c782..b7c85c433 100644 --- a/src/_icons/variable.svg +++ b/src/_icons/variable.svg @@ -2,6 +2,6 @@ category: Math --- - - + + diff --git a/src/_icons/volume-2.svg b/src/_icons/volume-2.svg index 181c60381..65533a1fc 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 05a8ed63a..dfa6d7182 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 9ec7af589..2a3456060 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 44e4db014..b307f82e7 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 79eefad7e..b01d4bf5e 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 5e90f0117..e1f3c35d3 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 d47f1ea82..a050036a8 100644 --- a/src/_icons/windmill.svg +++ b/src/_icons/windmill.svg @@ -2,8 +2,8 @@ version: 1.33 --- - - - - + + + + diff --git a/src/_icons/window.svg b/src/_icons/window.svg index 9779a8a71..63041cbce 100644 --- a/src/_icons/window.svg +++ b/src/_icons/window.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/src/_icons/zodiac-aquarius.svg b/src/_icons/zodiac-aquarius.svg index 22d476eb7..d1adbf0a4 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 033b095d1..b14c7ce9e 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-check.svg b/src/_icons/zoom-check.svg index 17ed31da6..26832a9aa 100644 --- a/src/_icons/zoom-check.svg +++ b/src/_icons/zoom-check.svg @@ -2,6 +2,6 @@ --- - - + + diff --git a/src/_icons/zoom-money.svg b/src/_icons/zoom-money.svg index 1fd533364..9820f5ae4 100644 --- a/src/_icons/zoom-money.svg +++ b/src/_icons/zoom-money.svg @@ -2,7 +2,7 @@ --- - - - + + +