4.12.3 • Published 7 months ago

@proicons/react v4.12.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

ProIcons for React

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.

4.12.3

7 months ago

4.12.2

7 months ago

4.12.1

10 months ago

4.12.0

10 months ago

4.11.4

11 months ago

4.11.3

12 months ago

4.11.2

12 months ago

4.11.1

1 year ago

4.11.0

1 year ago