RemixIconEx.Editor.text_spacing
You're seeing just the function
text_spacing
, go back to RemixIconEx.Editor module for more information.
Link to this function
text_spacing(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.text_spacing()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M7 17h10v-2.5l3.5 3.5-3.5 3.5V19H7v2.5L3.5 18 7 14.5V17zm6-11v9h-2V6H5V4h14v2h-6z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}