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/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 @@
---
-
-
-
+
+
+