# `EzAuth.UI.Core.Icon`
[🔗](https://github.com/thiagomajesk/ez_auth/blob/v0.1.0/lib/ez_auth/ui/core/icon.ex#L1)

Inline SVG markup for the icons referenced by `EzAuth.UI.Core.icon/1`.

All icons are sourced from [Remix Icon](https://remixicon.com),
released under the Apache License 2.0.

Generic UI icons map to:

  * `:link`         -> `link`
  * `:phone`        -> `smartphone-line`
  * `:envelope`     -> `mail-line`
  * `:arrow_right`  -> `arrow-right-line`

Brand icons map to the `-fill` monochrome variants:

  * `:apple`     -> `apple-fill`
  * `:facebook`  -> `facebook-circle-fill`
  * `:github`    -> `github-fill`
  * `:google`    -> `google-fill`
  * `:microsoft` -> `microsoft-fill`
  * `:whatsapp`  -> `whatsapp-fill`
  * `:x`         -> `twitter-x-fill`

Trademarks for brand logos remain the property of their respective owners.

# `svg`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
