RemixIconEx.Logos.unsplash
You're seeing just the function
unsplash
, go back to RemixIconEx.Logos module for more information.
Link to this function
unsplash(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Logos.unsplash()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M10 10v4h4v-4h7v11H3V10h7zm-2 2H5v7h14v-7h-3l-.001 4H8v-4zm8-9v6H8V3h8zm-2 2h-4v2h4V5z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}