particle
particle copied to clipboard
Move Icon Generation to Tokens
trafficstars
Issue
Icon generation in Particle is nested inside the component rather than in tokens
Analysis
The _icons-generated logic for fontawesome lives directly inside the svg component. This work would be better placed inside tokens as lower level generation rather than directly within a pattern.
Confirmation
As a developer, I can use svgs globally without relying on the svg component.