sinclairnick / brail

💌 Transactional email that feels different
https://brail.dev
Apache License 2.0
258 stars 6 forks source link

React: Add a very rudimentary "icons" library #17

Open sinclairnick opened 1 year ago

sinclairnick commented 1 year ago

Need to look further into how icon support across email clients could best be handled. At the least we should expose a text-based icon library, which is just convenience for various html entities.

e.g DoubleArrowRight = "»" etc.

We could look further into a progressive-enhancement solution to more sophisticated iconography, like SVGs with fallbacks or the like.