RemixIconEx.Editor.h_3
You're seeing just the function
h_3
, go back to RemixIconEx.Editor module for more information.
Link to this function
h_3(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.h_3()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M22 8l-.002 2-2.505 2.883c1.59.435 2.757 1.89 2.757 3.617 0 2.071-1.679 3.75-3.75 3.75-1.826 0-3.347-1.305-3.682-3.033l1.964-.382c.156.806.866 1.415 1.718 1.415.966 0 1.75-.784 1.75-1.75s-.784-1.75-1.75-1.75c-.286 0-.556.069-.794.19l-1.307-1.547L19.35 10H15V8h7zM4 4v7h7V4h2v16h-2v-7H4v7H2V4h2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}