RemixIconEx.Device.scan
You're seeing just the function
scan
, go back to RemixIconEx.Device module for more information.
Link to this function
scan(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Device.scan()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M5.671 4.257L13.414 12 12 13.414l-6.32-6.32a8 8 0 1 0 3.706-2.658L7.85 2.9A9.963 9.963 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12a9.98 9.98 0 0 1 3.671-7.743z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}