Optional
excludeOptional
includeThe scopes/paths to be processed. If undefined all resolved SVG are processed.
Optional
rootThe root path that below include/exclude scopes will be resolved from. If undefined process.cwd() is used and likely what you want.
Optional
svgoSpecify svgo options, leave undefined for defaults or false to disabled
optimization. The plugin will also look for svgo.config.js
if you prefer
a configuration file.
true uses SVGO defaults.
Optional
typeThe default output type for imported SVG.
'component'
Generated using TypeDoc
The scopes/paths to be excluded. If undefined no svg files will be unprocessed.