RemixIconEx.Logos.flutter
You're seeing just the function
flutter
, go back to RemixIconEx.Logos module for more information.
Link to this function
flutter(icon_css_class \\ "icon")
iex> Elixir.RemixIconEx.Logos.flutter()
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="icon">
<path d="M14.597 10.684h2.828l-5.657 5.658 5.657 5.656h-2.828L8.94 16.34l5.657-5.657zm-.194-8.68h2.829L5.918 13.318l-1.414-1.414 9.9-9.9z" />
</svg>
example usage
svg.icon {
width: 96;
height: 96;
}