RemixIconEx.Device.cast
You're seeing just the function
cast
, go back to RemixIconEx.Device module for more information.
Link to this function
cast(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Device.cast()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-6a13.1 13.1 0 0 0-.153-2H20V5H4v3.153A13.1 13.1 0 0 0 2 8V4a1 1 0 0 1 1-1zm10 18h-2a9 9 0 0 0-9-9v-2c6.075 0 11 4.925 11 11zm-4 0H7a5 5 0 0 0-5-5v-2a7 7 0 0 1 7 7zm-4 0H2v-3a3 3 0 0 1 3 3z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}