RemixIconEx.Device.save_2
You're seeing just the function
save_2
, go back to RemixIconEx.Device module for more information.
Link to this function
save_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Device.save_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M5 5v14h14V7.828L16.172 5H5zM4 3h13l3.707 3.707a1 1 0 0 1 .293.707V20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm8 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6zM6 6h9v4H6V6z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}