RemixIconEx.Editor.link_m
You're seeing just the function
link_m
, go back to RemixIconEx.Editor module for more information.
Link to this function
link_m(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Editor.link_m()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M17.657 14.828l-1.414-1.414L17.657 12A4 4 0 1 0 12 6.343l-1.414 1.414-1.414-1.414 1.414-1.414a6 6 0 0 1 8.485 8.485l-1.414 1.414zm-2.829 2.829l-1.414 1.414a6 6 0 1 1-8.485-8.485l1.414-1.414 1.414 1.414L6.343 12A4 4 0 1 0 12 17.657l1.414-1.414 1.414 1.414zm0-9.9l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}