
npm install @diditui/icons-react
Implementation of the Didit Icons library for React applications.
```
pnpm install @diditui/icons-react
or
``
yarn add @diditui/icons-react
or
``
npm install @diditui/icons-react
or just download from Github.
It's build with ESmodules so it's completely tree-shakable. Each icon can be imported as a component.
`js
import { ArrowLeftIcom } from "@diditui/icons-react";
const App = () => {
return
};
export default App;
`
You can pass additional props to adjust the icon.
`js`
| name | type | default |
| -------- | -------- | ------------ |
| size | _Number_ | 24 |color
| | _String_ | currentColor |stroke` | _Number_ | 2 |
|