RemixIconEx.Business.calculator
You're seeing just the function
calculator
, go back to RemixIconEx.Business module for more information.
Link to this function
calculator(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.calculator()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M4 2h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm1 2v16h14V4H5zm2 2h10v4H7V6zm0 6h2v2H7v-2zm0 4h2v2H7v-2zm4-4h2v2h-2v-2zm0 4h2v2h-2v-2zm4-4h2v6h-2v-6z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}