After making the decision to transition from font icons to SVG icons, I used Adobe Illustrator to create my SVGs and exported each individual icon using the following settings:
- Styling: Inline Style
- Font: SVG
- Images: Embed
- Object IDs: Layer Names
- Decimal: 2
To generate the SVG icons, I utilized the Icomoon app. However, all of the SVGs ended up with inline fill, stroke, or style properties, which is preventing me from updating the icon colors using CSS.
I'm wondering if I overlooked a setting in Illustrator that allows me to save the SVGs without these properties. Alternatively, do I need to use a tool like Remove SVG Properties to remove them?
If utilizing Remove SVG Properties is the solution, could someone guide me on how to integrate it into my Angular CLI project? I'm still very new to this.