Fork-Awesome/src/icons/svgo_config.json

10 lines
220 B
JSON
Raw Normal View History

2018-02-19 22:42:27 +01:00
{
"plugins": [
{ "convertPathData": false},
2018-02-19 22:42:27 +01:00
{ "removeAttrs": { "attrs": "(glyph-name|unicode)" } },
{ "removeScriptElement": true },
2018-05-03 03:44:16 +02:00
{ "removeRasterImages": true },
{ "removeViewBox": false }
2018-02-19 22:42:27 +01:00
]
}