Skip to content

A lightweight icon component library for React and Next.js, designed for simplicity and seamless integration.

License

Notifications You must be signed in to change notification settings

Next-Icons/next-icons

Repository files navigation

Next-Icons

NPM Downloads NPM Version NPM License

What is Next-Icons?

A lightweight icon component library for React and Next.js, designed for simplicity and seamless integration. Each icon is designed on a 24x24 grid.

Documentation

https://www.nexticons.com

Installation

yarn add @deemlol/next-icons@latest

or

npm i @deemlol/next-icons@latest

Usage

import { Check } from "@deemlol/next-icons";

export default function Home() {
	return <Check />;
}

You can also include the whole icon pack:

import * as Icon from "@deemlol/next-icons";

export default function Home() {
	return <Icon.Check />;
}

Props

Our icons can be also configured with inline props.

<Check size={40} color="#FF0000" />

If you need, you can also use className="" in the props.

Sponsor Us

Do you like our icons? You can sponsor us via Ko-Fi, it will help us a lot!

About

A lightweight icon component library for React and Next.js, designed for simplicity and seamless integration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published