RemixIconEx.Device.tv_2
You're seeing just the function
tv_2
, go back to RemixIconEx.Device module for more information.
Link to this function
tv_2(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Device.tv_2()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M2 4c0-.552.455-1 .992-1h18.016c.548 0 .992.445.992 1v14c0 .552-.455 1-.992 1H2.992A.994.994 0 0 1 2 18V4zm2 1v12h16V5H4zm1 15h14v2H5v-2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}