RemixIconEx.Others.shirt
You're seeing just the function
shirt
, go back to RemixIconEx.Others module for more information.
Link to this function
shirt(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Others.shirt()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M13 20h6v-4h-4v-2h4V6h-2v5l-4-1.6V20zm-2 0V9.4L7 11V6H5v14h6zM7 4V3h10v1h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h3zm5 4l3.5-3h-7L12 8z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}