RemixIconEx.Design.blur_off
You're seeing just the function
blur_off
, go back to RemixIconEx.Design module for more information.
Link to this function
blur_off(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Design.blur_off()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M18.154 19.568A9 9 0 0 1 5.432 6.846L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414-3.038-3.04zM6.847 8.262a7 7 0 0 0 9.891 9.89l-9.89-9.89zM20.414 16.2l-1.599-1.599a6.995 6.995 0 0 0-1.865-6.55L12 3.1 9.657 5.443 8.243 4.03 12 .272l6.364 6.364a9.002 9.002 0 0 1 2.05 9.564z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}