RemixIconEx.Finance.price_tag
You're seeing just the function
price_tag
, go back to RemixIconEx.Finance module for more information.
Link to this function
price_tag(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Finance.price_tag()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M3 7l8.445-5.63a1 1 0 0 1 1.11 0L21 7v14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7zm2 1.07V20h14V8.07l-7-4.666L5 8.07zM12 11a2 2 0 1 1 0-4 2 2 0 0 1 0 4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}