RemixIconEx.Logos.patreon
You're seeing just the function
patreon
, go back to RemixIconEx.Logos module for more information.
Link to this function
patreon(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Logos.patreon()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M15 17a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15zm0-2a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM2 2h5v20H2V2zm2 2v16h1V4H4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}