A library of beautifully crafted react icons, perfect for enhancing the visual appeal and user experience of your web applications. cooked by irsyadadl.
You can install this package using any package manager, this example is using npm:
npm i @irsyadadl/paranoid
Or using bun:
bun i @irsyadadl/paranoid
Elevating simplicity to elegance, effortlessly import your desired icon and wield it as a component. Unsure of your choice? Discover the perfect icon right here.
import { IconBag } from "@irsyadadl/paranoid";
const App = () => {
return <IconBag />;
};
export default App;
This library is MIT licensed.