tabler / tabler-icons

A set of over 5500 free MIT-licensed high-quality SVG icons for you to use in your web projects.
https://tabler.io/icons
MIT License
18.03k stars 899 forks source link

List all icons using React #1001

Closed tsnery closed 6 months ago

tsnery commented 7 months ago

Is there a way to import all icons in a React component?

I want to be able to get all icons names to make something like this:

<div>{icons.map(icon => (<i className={ti ti-${icon.name}}></i>))}</div>