RemixIconEx.Editor.omega
You're seeing just the function
omega
, go back to RemixIconEx.Editor module for more information.
Link to this function
omega(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.omega()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M14 20v-2.157c1.863-1.192 3.5-3.875 3.5-6.959 0-3.073-2-6.029-5.5-6.029s-5.5 2.956-5.5 6.03c0 3.083 1.637 5.766 3.5 6.958V20H3v-2h4.76C5.666 16.505 4 13.989 4 10.884 4 6.247 7.5 3 12 3s8 3.247 8 7.884c0 3.105-1.666 5.621-3.76 7.116H21v2h-7z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}