v1.4.1
Added accessibility convenience
This patch adds an optional alt
prop to make it more convenient to add accessibility labels to icons.
Old way (still works):
<Heart color="crimson">
<title>heart symbol</title>
</Heart>
Now:
<Heart color="crimson" alt="heart symbol" />
Thanks @im-me for the contribution!
Related projects
Check out our plugins for popular design tools:
- phosphor-figma ▲ Phosphor plugin for Figma
- phosphor-sketch ▲ Phosphor plugin for Sketch
For developers, please check out our framework-specific packages:
- phosphor-react ▲ Phosphor icon component library for React
- phosphor-vue ▲ Phosphor icon component library for Vue
- phosphor-elm ▲ Phosphor icon package for Elm
- phosphor-icons ▲ Phosphor icons for Vanilla JS
- phosphor-flutter ▲ Phosphor IconData library for Flutter
- phosphor-webcomponents ▲ Phosphor icons as Web Components [WIP]