RemixIconEx.Device.remote_control
You're seeing just the function
remote_control
, go back to RemixIconEx.Device module for more information.
Link to this function
remote_control(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Device.remote_control()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M17 12a1 1 0 0 1 1 1v9h-2v-8H8v8H6v-9a1 1 0 0 1 1-1h10zm-5 4v2h-2v-2h2zm0-10a6 6 0 0 1 5.368 3.316l-1.79.895a4 4 0 0 0-7.157 0l-1.789-.895A6 6 0 0 1 12 6zm0-4a10 10 0 0 1 8.946 5.527l-1.789.895A8 8 0 0 0 12 4a8 8 0 0 0-7.157 4.422l-1.79-.895A10 10 0 0 1 12 2z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}