RemixIconEx.Business.trademark
You're seeing just the function
trademark
, go back to RemixIconEx.Business module for more information.
Link to this function
trademark(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.trademark()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M10 6v2H6v10H4V8H0V6h10zm2 0h2.5l3 5.196L20.5 6H23v12h-2V9.133l-3.5 6.063L14 9.135V18h-2V6z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}