RemixIconEx.Others.cake
You're seeing just the function
cake
, go back to RemixIconEx.Others module for more information.
Link to this function
cake(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Others.cake()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M13 7v4h7a1 1 0 0 1 1 1v8h2v2H1v-2h2v-8a1 1 0 0 1 1-1h7V7h2zm6 6H5v7h14v-7zM13.83.402A3 3 0 0 1 12.732 4.5L11 5.5a3 3 0 0 1 1.098-4.098l1.732-1z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}