particle icon indicating copy to clipboard operation
particle copied to clipboard

Move Icon Generation to Tokens

Open jryanconklin opened this issue 6 years ago • 0 comments
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.

jryanconklin avatar Aug 13 '19 16:08 jryanconklin