RemixIconEx.Editor.strikethrough_2
You're seeing just the function
strikethrough_2
, go back to RemixIconEx.Editor module for more information.
Link to this function
strikethrough_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.strikethrough_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M13 9h-2V6H5V4h14v2h-6v3zm0 6v5h-2v-5h2zM3 11h18v2H3v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}