rails_icons icon indicating copy to clipboard operation
rails_icons copied to clipboard

Add SVG icons from multiple libraries, or your own custom icon set, with this one gem

Results 8 rails_icons issues
Sort by recently updated
recently updated
newest added

Animated SVG's are great to use in a [button's disabled/loading state](https://railsdesigner.com/components/buttons/#secondary-button-with-busy-spinner) or in an [Empty State component](https://railsdesigner.com/components/empty-states/#loading-state). Let's add a handful of general-purpose animated SVG! ![animated-svg](https://github.com/Rails-Designer/rails_icons/assets/988051/f5164591-87f6-4e65-9f5c-4399f3c42dd5) You can use them...

This is more of a discussion than an issue. I love the idea of a common interface for the libraries but after implementing Lucide, I realized that with each new...

Seems like a common library too. https://developers.google.com/fonts/docs/material_icons [GitHub repo/source](https://github.com/google/material-design-icons).

help wanted
good first issue

https://feathericons.com/

help wanted
good first issue

*Still needs a lot of polish for scalability and ability to allow users to supply any icon set.* Let me know your thoughts! I will keep working on the PR...

Tabler was not being initialized correctly, fixed the typo.

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...

[vault](https://github.com/Rails-Designer/rails_icons_vault/) Use each library's GitHub repo as a source instead. - less overhead for maintainers; - direct access to new icons when released. I am not sure yet how involved...