RemixIconEx.Device.smartphone
You're seeing just the function
smartphone
, go back to RemixIconEx.Device module for more information.
Link to this function
smartphone(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Device.smartphone()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M7 4v16h10V4H7zM6 2h12a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm6 15a1 1 0 1 1 0 2 1 1 0 0 1 0-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}