Fork-Awesome/src/icons/svgo_config.json

8 lines
155 B
JSON
Raw Normal View History

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