Open
Description
When pulling in and using the latest 4.0.0 release into our development Spectrum 2 CSS branch, I noticed that the Media Offline icon was not rendering from the sprite sheet because of the way its ID is named. It also looks like the SVG file itself is not correctly named.
- It looks like the
S2_Icon_MediaOffline_N.svg
file should beS2_Icon_MediaOffline_20_N.svg
to match the naming of the other icons. - Sprite sheet:
<symbol id="icon-media-offline-n"
should also be<symbol id="icon-media-offline"
, to match the naming convention of the rest of the icons. That way we can continue to parse the icon names and match them to their IDs.
Metadata
Metadata
Assignees
Labels
No labels