RemixIconEx.Editor.h_5
You're seeing just the function
h_5
, go back to RemixIconEx.Editor module for more information.
Link to this function
h_5(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.h_5()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M22 8v2h-4.323l-.464 2.636c.33-.089.678-.136 1.037-.136 2.21 0 4 1.79 4 4s-1.79 4-4 4c-1.827 0-3.367-1.224-3.846-2.897l1.923-.551c.24.836 1.01 1.448 1.923 1.448 1.105 0 2-.895 2-2s-.895-2-2-2c-.63 0-1.193.292-1.56.748l-1.81-.904L16 8h6zM4 4v7h7V4h2v16h-2v-7H4v7H2V4h2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}