@maqsad/icons 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  A comprehensive React icon library featuring both system icons and illustration icons with multiple variants.
4
4
 
5
+ ## Table of Contents
6
+
7
+ - [Installation](#installation)
8
+ - [Usage](#usage)
9
+ - [System Icons](#system-icons)
10
+ - [Illustration Icons](#illustration-icons)
11
+ - [Available Icons](#available-icons)
12
+ - [Variants Explained](#variants-explained)
13
+ - [Adding New Icons](#adding-new-icons)
14
+ - [Development](#development)
15
+ - [Tree Shaking](#tree-shaking)
16
+ - [TypeScript](#typescript)
17
+ - [License](#license)
18
+
5
19
  ## Installation
6
20
 
7
21
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maqsad/icons",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Maqsad Icon Library for React - System and Illustration icons",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",