RemixIconEx.Editor.asterisk
You're seeing just the function
asterisk
, go back to RemixIconEx.Editor module for more information.
Link to this function
asterisk(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.asterisk()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M13 3v7.267l6.294-3.633 1 1.732-6.293 3.633 6.293 3.635-1 1.732L13 13.732V21h-2v-7.268l-6.294 3.634-1-1.732L9.999 12 3.706 8.366l1-1.732L11 10.267V3z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}