Add ability to modify SVG props, style and SVGO config
This release adds the following options:
- The ability to pass custom SVG props (such as namespaces, aria attributes, etc) to the SVG sprite using the
-por--propsflag. Use-p ""to remove any attributes. - The ability to pass custom inline style to the SVG sprite using the
-sor--styleflag. Use-s ""to remove any inline style. - The ability to disable optimization of input files using SVGO. Just pass
-c falseor--config falseto do this.