RemixIconEx.Finance.percent
You're seeing just the function
percent
, go back to RemixIconEx.Finance module for more information.
Link to this function
percent(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Finance.percent()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M17.5 21a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-11-9a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm12.571-4.485l1.414 1.414L4.93 20.485l-1.414-1.414L19.07 3.515z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}