summaryrefslogtreecommitdiff
path: root/snippets/Fork-Awesome-1.2.0/src/icons/svgo_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/Fork-Awesome-1.2.0/src/icons/svgo_config.json')
-rw-r--r--snippets/Fork-Awesome-1.2.0/src/icons/svgo_config.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/snippets/Fork-Awesome-1.2.0/src/icons/svgo_config.json b/snippets/Fork-Awesome-1.2.0/src/icons/svgo_config.json
new file mode 100644
index 0000000..0ccabc5
--- /dev/null
+++ b/snippets/Fork-Awesome-1.2.0/src/icons/svgo_config.json
@@ -0,0 +1,9 @@
+{
+ "plugins": [
+ { "convertPathData": false},
+ { "removeAttrs": { "attrs": "(glyph-name|unicode)" } },
+ { "removeScriptElement": true },
+ { "removeRasterImages": true },
+ { "removeViewBox": false }
+ ]
+}