RemixIconEx.Editor.insert_column_right
You're seeing just the function
insert_column_right
, go back to RemixIconEx.Editor module for more information.
Link to this function
insert_column_right(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.insert_column_right()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M10 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1h6zM9 5H5v14h4V5zm9 2c2.761 0 5 2.239 5 5s-2.239 5-5 5-5-2.239-5-5 2.239-5 5-5zm1 2h-2v1.999L15 11v2l2-.001V15h2v-2.001L21 13v-2l-2-.001V9z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}