1.1.0 ⢠Published 7 months ago
@inertiapixel/icons v1.1.0
InertiaPixel Icons
InertiaPixel Icons is a collection of high-quality SVG icons designed for React and Next.js applications. This lightweight, customizable icon set is perfect for modern web development.
With 5000+ icons, this package provides a scalable, flexible, and easy-to-use solution for your UI needs.
š Installation
Install the package via npm:
npm install @inertiapixel/icons
Usage
import React from "react";
import { HeartIcon, StarIcon } from "@inertiapixel/icons";
const App = () => {
return (
<div>
<HeartIcon width={50} height={50} color="red" />
<StarIcon />
</div>
);
};
export default App;
Customization
You can style the icons using props like width
, height
, and fill
:
<HeartIcon width={40} height={40} fill="blue" />
Visit our official website for live previews:
š www.inertiapixel.com/icons
š License
This icon set is free and open-source under the MIT License.
See the full license here.