RemixIconEx.Finance.bank_card_2
You're seeing just the function
bank_card_2
, go back to RemixIconEx.Finance module for more information.
Link to this function
bank_card_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Finance.bank_card_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm17 9H4v7h16v-7zm0-4V5H4v3h16z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}