Angular lib for tabler-icons #1272
khalilou88
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I was looking for icons to use in my project and I discovered tabler-icons.
I prefer to inline svg for performance, so I created a lib with all the icons following Angular standalone component to benefit from tree shaking.
You can try @semantic-icons/tabler-icons available on npm.
Usage:
I added the prefix
svg
and suffixicon
for all iconsFor Angular, I didn't use the word
Component
since Icon have more meaningI only support angular from version 17.1.
Beta Was this translation helpful? Give feedback.
All reactions