![Imgur](https://i.imgur.com/8FKIPAg.png)

# Softanic Icons

Our icon package

## 🚩 Table of contents

- [Built with](#built-with)
- [Usage](#usage)

## Built with

| Name                                               | Version | Description    |
| -------------------------------------------------- | ------- | -------------- |
| [`@nucleoapp`](https://nucleoapp.com/)             | 3.2.2   | Icon organizer |

## Usage

### :wrench: Setup

```shell
$ npm i @softanic/icons
```

> If you are using npm 8 or above you might need to add `--legacy-peer-deps` when running npm install

## SCSS

In order to use this package import the package in your main.scss file.

### Importing the styles

```scss
// @/theme/vendors/_softanic.scss

@import '@softanic/icons';
```