RemixIconEx.Business.bookmark_3
You're seeing just the function
bookmark_3
, go back to RemixIconEx.Business module for more information.
Link to this function
bookmark_3(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Business.bookmark_3()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M4 2h16a1 1 0 0 1 1 1v19.276a.5.5 0 0 1-.704.457L12 19.03l-8.296 3.702A.5.5 0 0 1 3 22.276V3a1 1 0 0 1 1-1zm15 17.965V4H5v15.965l7-3.124 7 3.124zM12 13.5l-2.939 1.545.561-3.272-2.377-2.318 3.286-.478L12 6l1.47 2.977 3.285.478-2.377 2.318.56 3.272L12 13.5z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}