ProIcons icon library for ReactJS
npm install @proicons/react![]()
![]()
âď¸ An implementation of the ProIcons icon library for React applications.
Browse icons |
Documentation |
GitHub |
NPM
- All icons are available as customizable React components
- Supports ESM tree-shaking
Read the full documentation here
Install via NPM:
``shell`
npm install @proicons/react
> [!IMPORTANT]
> This package is ESM-only. To use in CommonJS contexts, use await import('@proicons/react') (asynchronous) or require('@proicons/react') in newer Node.js versions.
All icons are available as React components named in PascalCase and may end in Icon.
To import the Add Square icon:
`jsx
import { SearchIcon } from '@proicons/react'
function App() {
return
}
``
If an icon you want isn't in the set, you can request an icon in discussions.
For more info on how to contribute, please see our contributing guide.