alex-oleshkevich / vue-tabler-icons

Fully customizable free SVG icons made as Vue components.
MIT License
150 stars 13 forks source link

Update to latest Tabler Icons package version #44

Closed danieldrave-tixtrack closed 1 month ago

danieldrave-tixtrack commented 1 month ago

Could we get the vue tabler icons package updated to include the latest icons from Tabler? The package was last updated a year ago, is this still being actively maintained?

alex-oleshkevich commented 1 month ago

Okay, there are options:

  1. use official library - https://tabler.io/docs/icons/vue
  2. just copy/paste SVGs into your project

I don't know if this library should exist in 2024. If you need 10-20 icons you will download a huge NPM dependency, which is a waste of disk space and the network. I recommend you to cherry-pick SVGs from Tabler website into your project and you are done, no components or preprocessing are required.

danieldrave-tixtrack commented 1 month ago

Thanks for the quick response. We'll take a look at both options and thank you for the recommendations!