0.1.9 • Published 12 months ago

@deemlol/next-icons v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

NextIcons

NPM Downloads NPM Version NPM License

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

Installation (for standard modern project)

yarn add @deemlol/next-icons@latest
# or
npm install @deemlol/next-icons@latest

Example Usage

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

export default function Question() {
	return (
		<h1>
			Do you want <Cookie />?
		</h1>
	);
}

You can also include the whole icon pack:

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

export default function Question() {
	return (
		<h1>
			Do you want <Icon.Cookie />?
		</h1>
	);
}

Configuration

Our icons can be also configured with inline props

<Cookie size={40} color="#FF0000" className="flex items-center" />

Our Website

For more information, visit our Official Website.

Support

If you encounter any issues or have questions, feel free to reach out to our Support Team.

License

This project is licensed under the MIT License. See the LICENSE for more information.

0.1.9

12 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago