RemixIconEx.Device.device_recover
You're seeing just the function
device_recover
, go back to RemixIconEx.Device module for more information.
Link to this function
device_recover(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Device.device_recover()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h14zm-1 2H6v16h12V4zm-6 3a5 5 0 0 1 2.628 9.254L12.5 12H15a3 3 0 1 0-3 3l.955 1.909A5 5 0 1 1 12 7z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}