RemixIconEx.Editor.hashtag
You're seeing just the function
hashtag
, go back to RemixIconEx.Editor module for more information.
Link to this function
hashtag(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.hashtag()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M7.784 14l.42-4H4V8h4.415l.525-5h2.011l-.525 5h3.989l.525-5h2.011l-.525 5H20v2h-3.784l-.42 4H20v2h-4.415l-.525 5h-2.011l.525-5H9.585l-.525 5H7.049l.525-5H4v-2h3.784zm2.011 0h3.99l.42-4h-3.99l-.42 4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}