RemixIconEx.Device.phone_find
You're seeing just the function
phone_find
, go back to RemixIconEx.Device module for more information.
Link to this function
phone_find(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Device.phone_find()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M18 2a1 1 0 0 1 1 1v8h-2V4H7v16h4v2H6a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12zm-3 10a4 4 0 0 1 3.446 6.032l2.21 2.21-1.413 1.415-2.212-2.21A4 4 0 1 1 15 12zm0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}