Skip to content

Instantly share code, notes, and snippets.

@minimul
Created March 19, 2020 18:53
Show Gist options
  • Save minimul/0037e8544d52c587acb9bca47a9ce0bc to your computer and use it in GitHub Desktop.
Save minimul/0037e8544d52c587acb9bca47a9ce0bc to your computer and use it in GitHub Desktop.
# sm- prefixed Heroicons are solid so use 'fill-current' to color
inline_svg_tag 'icons/sm-user.svg', class: "fill-current h-5 w-5 text-red-400"
# md- prefixed Heroicons are outlined so use 'stroke-current' to color
inline_svg_tag 'icons/md-plus-circle.svg', class: "stroke-current h-4 w-5 text-green-400"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment