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