RemixIconEx.Media.eject
You're seeing just the function
eject
, go back to RemixIconEx.Media module for more information.
Link to this function
eject(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Media.eject()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M7.737 13h8.526L12 6.606 7.737 13zm4.679-9.376l7.066 10.599a.5.5 0 0 1-.416.777H4.934a.5.5 0 0 1-.416-.777l7.066-10.599a.5.5 0 0 1 .832 0zM5 17h14a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}