Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/icons/svgo_config.json')
-rw-r--r--src/icons/svgo_config.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/icons/svgo_config.json b/src/icons/svgo_config.json
new file mode 100644
index 000000000..6d13a7a3e
--- /dev/null
+++ b/src/icons/svgo_config.json
@@ -0,0 +1,7 @@
+{
+ "plugins": [
+ { "removeAttrs": { "attrs": "(glyph-name|unicode)" } },
+ { "removeScriptElement": true },
+ { "removeRasterImages": true }
+ ]
+}