What problem does it solve?
This Skill streamlines the process of updating and adding icons to the Folio engine or a Folio-hosted app icon set, providing a structured workflow for integrating new SVG icons into the existing system.
Core Features & Use Cases
- Icon Addition: Add new SVG icons to the icon set for Folio engine or host apps.
- Color Normalization: Normalize the color of icons for consistency across themes.
- Automated Generation: Use scripts to automatically regenerate sprites and metadata without manual intervention.
- Use Case: When you need to update a shared set of UI icons in a Folio application, use this Skill to quickly export SVGs from Figma, import them, normalize the colors, regenerate the sprite, and restart the Rails server for the changes to take effect.
Quick Start
Update the 'new_icon.svg' in the 'data/icons' directory and run 'bin/icons'. Restart the Rails server to see the updated icon set.