RemixIconEx.Editor.text_direction_r
You're seeing just the function
text_direction_r
, go back to RemixIconEx.Editor module for more information.
Link to this function
text_direction_r(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.text_direction_r()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M11 5v10H9v-4a4 4 0 1 1 0-8h8v2h-2v10h-2V5h-2zM9 5a2 2 0 1 0 0 4V5zM7 17h12v2H7v2.5L3 18l4-3.5V17z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}