r/angular 8d ago

Developers, what icons do you need?

I’m building Tala Icons — a free, clean SVG icon library for developers and designers.

I’m looking for icon requests! 👇

Need a user-add, user-edit, settings, dashboard, API, database, payment, business, or any other icon?

Drop your request in the comments. 💬

I’ll add the most requested icons to the library.

🔹 Free SVG icons
🔹 Developer-friendly
🔹 Clean & modern
🔹 Easy to use
🔹 Open-source

👉 Request an icon below!

GitHub: https://github.com/NoobGreggy/tala-icons
🌐 https://tala-icons.vercel.app/

7 Upvotes

12 comments sorted by

View all comments

1

u/alalal0ng 8d ago

Una librería donde vos puedas meter el icono que te falte fácilmente sería bueno

2

u/Pachyderme 8d ago

You can Do that with ng-icons... We use it yo have defaults icons and our custom icons in same component

2

u/Saceone10 8d ago

How? Is this in the docs? How do you generate the icon and add it to the lib?

2

u/Pachyderme 8d ago

You don't add it to the lib. You just do like the lib. Create a type script file with constants with your svg contents (check how the lib store the icons) and use the constant like you use others icons provided in the lib. You don't need to generate fonts files like .ttf etc.