RemixIconEx.Media.speed_mini
You're seeing just the function
speed_mini
, go back to RemixIconEx.Media module for more information.
Link to this function
speed_mini(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Media.speed_mini()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M9.032 12L6 9.86v4.28L9.032 12zm-4.244 5.444A.5.5 0 0 1 4 17.035V6.965a.5.5 0 0 1 .788-.409l7.133 5.036a.5.5 0 0 1 0 .816l-7.133 5.036zM15 14.14L18.032 12 15 9.86v4.28zm-2-7.175a.5.5 0 0 1 .788-.409l7.133 5.036a.5.5 0 0 1 0 .816l-7.133 5.036a.5.5 0 0 1-.788-.409V6.965z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}