RemixIconEx.Business.creative_commons_by
You're seeing just the function
creative_commons_by
, go back to RemixIconEx.Business module for more information.
Link to this function
creative_commons_by(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.creative_commons_by()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm2 6a1 1 0 0 1 1 1v4h-1.5v4h-3v-4H9v-4a1 1 0 0 1 1-1h4zm-2-5a2 2 0 1 1 0 4 2 2 0 0 1 0-4z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}