RemixIconEx.Design.contrast_drop_2
You're seeing just the function
contrast_drop_2
, go back to RemixIconEx.Design module for more information.
Link to this function
contrast_drop_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Design.contrast_drop_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M12 3.1L7.05 8.05a7 7 0 1 0 9.9 0L12 3.1zm0-2.828l6.364 6.364a9 9 0 1 1-12.728 0L12 .272zM7 13h10a5 5 0 0 1-10 0z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}