RemixIconEx.Media.repeat_one
You're seeing just the function
repeat_one
, go back to RemixIconEx.Media module for more information.
Link to this function
repeat_one(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Media.repeat_one()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M8 20v1.932a.5.5 0 0 1-.82.385l-4.12-3.433A.5.5 0 0 1 3.382 18H18a2 2 0 0 0 2-2V8h2v8a4 4 0 0 1-4 4H8zm8-17.932a.5.5 0 0 1 .82-.385l4.12 3.433a.5.5 0 0 1-.321.884H6a2 2 0 0 0-2 2v8H2V8a4 4 0 0 1 4-4h10V2.068zM11 8h2v8h-2v-6H9V9l2-1z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}