RemixIconEx.Media.clapperboard
You're seeing just the function
clapperboard
, go back to RemixIconEx.Media module for more information.
Link to this function
clapperboard(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Media.clapperboard()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M5.998 7l2.31-4h3.69l-2.31 4h-3.69zm6 0l2.31-4h3.69l-2.31 4h-3.69zm6 0l2.31-4h.7c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3h3.006L4 6.46V19h16V7h-2.002z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}