rails_icons
rails_icons copied to clipboard
Create alias `variant` for `set` in icon helper
For libraries that have multiple “variants“ there is a set
attribute: icon "check", set: "solid"
. But I have found I prefer variant
more.
Not sure if it should be an actual alias, or just change (possibly with a deprecation message).