RemixIconEx.Design.slice
You're seeing just the function
slice
, go back to RemixIconEx.Design module for more information.
Link to this function
slice(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Design.slice()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M15.69 12.918l1.769 1.768c-6.01 6.01-10.96 6.01-15.203 4.596L17.812 3.726l3.536 3.535-5.657 5.657zm-2.828 0l5.657-5.657-.707-.707L6.314 18.052c2.732.107 5.358-.907 8.267-3.416l-1.719-1.718z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}