2.0.3 • Published 6 months ago

novacraft-icons v2.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

NovaCraft Icons

A collection of lightweight, high-quality vector icons for modern web and mobile applications. Designed to be easy to customize, scale, and integrate into your project seamlessly.

Installation

You can install the NovaCraft Icons package using npm:

npm install novacraft-icons


## Features
- **Customizable**: Easily change colors, sizes, and styles.
- **Lightweight**: Optimized for performance with minimal file sizes.
- **Fully Scalable**: Perfect for responsive designs.
- **Compatibility**: Works seamlessly with React, Vue, Angular, and plain HTML/CSS.

## Usage Example

```js
import { NovaIcon } from 'novacraft-icons';

function App() {
  return (
    <div>
      <NovaIcon name="star" size="24" color="gold" />
      <NovaIcon name="heart" size="24" color="red" />
    </div>
  );
}
2.0.3

6 months ago

2.0.2

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago