RemixIconEx.Logos.douban
You're seeing just the function
douban
, go back to RemixIconEx.Logos module for more information.
Link to this function
douban(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Logos.douban()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M15.273 15H5V7h14v8h-1.624l-1.3 4H21v2H3v-2h4.612L6.8 16.5l1.902-.618L9.715 19h4.259l1.3-4zM3.5 3h17v2h-17V3zM7 9v4h10V9H7z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}