RemixIconEx.Logos.netflix
You're seeing just the function
netflix
, go back to RemixIconEx.Logos module for more information.
Link to this function
netflix(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Logos.netflix()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M15.984 17.208L16 2h2v20a7.593 7.593 0 0 0-2.02-.5L8 6.302V21.5a7.335 7.335 0 0 0-2 .5V2h2l7.984 15.208z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}