RemixIconEx.Device.save_3
You're seeing just the function
save_3
, go back to RemixIconEx.Device module for more information.
Link to this function
save_3(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Device.save_3()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M18 19h1V6.828L17.172 5H16v4H7V5H5v14h1v-7h12v7zM4 3h14l2.707 2.707a1 1 0 0 1 .293.707V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm4 11v5h8v-5H8z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}