Description:
A set of beautifully crafted icons can be used as components in React apps.
How to use it:
1. Install the Paranoid package.
# Yarn
$ yarn add @irsyadadl/paranoid
# NPM
$ npm install @irsyadadl/paranoid
2. Import an icon of your choice into your app.
import { IconArchive2 } from '@irsyadadl/paranoid';
export default function App() {
return (
<main>
<IconArchive2 />
</main>
);
}3. You can find all icons here.