@proicons/react
TypeScript icon, indicating that this package has built-in type declarations

4.11.1 • Public • Published

ProIcons for React

Version Stars NPM Package License


An implementation of the ProIcons icon library for React applications.
Browse icons | Documentation | GitHub | NPM

Features

  • All icons are available as customizable React components
  • Supports ESM tree-shaking

Read the full documentation here

Installation

Install via NPM:

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.

Usage

All icons are available as React components named in PascalCase and may end in Icon.

To import the Add Square icon:

import { SearchIcon } from '@proicons/react'

function App() {
    return (
        <SearchIcon color="red" size={32} />
    )
}

Contributing

For more info on how to contribute, please see our contributing guide.

Package Sidebar

Install

npm i @proicons/react

Weekly Downloads

147

Version

4.11.1

License

MIT

Unpacked Size

1.22 MB

Total Files

469

Last publish

Collaborators

  • procode-software