@maqsad/icons 0.2.1 → 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 +73 -34
  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
@@ -112,43 +126,68 @@ function App() {
112
126
 
113
127
  ### System Icons (54)
114
128
 
115
- #### 16px (1)
116
-
117
- `IconBadgeCheck`
118
-
119
- #### 18px (4)
120
-
121
- `IconAlert` · `IconAlertCircle` · `IconHelp` · `IconLoader`
122
-
123
- #### 24px (49)
124
-
125
- **Navigation**
126
- `IconArrowBack` · `IconArrowForward` · `IconChevronBack` · `IconChevronDown` · `IconChevronForward` · `IconChevronUp`
127
-
128
- **Actions**
129
- `IconCheck` · `IconCheckCircle` · `IconClose` · `IconDelete` · `IconDownload` · `IconEdit` · `IconFilter` · `IconReset` · `IconSearch` · `IconShare` · `IconShareArrow` · `IconSort`
130
-
131
- **Media**
132
- `IconVideo` · `IconVideoSkip` · `IconRotateScreen`
133
-
134
- **Status & Feedback**
135
- `IconFeedback` · `IconInfo` · `IconNotifications` · `IconSmiley`
136
-
137
- **User & Social**
138
- `IconChat` · `IconContactUs` · `IconLike` · `IconDislike` · `IconLock` · `IconLogout` · `IconWhatsapp`
139
-
140
- **Content**
141
- `IconBookmark` · `IconHistory` · `IconMoreVertical` · `IconPin` · `IconStar`
142
-
143
- **Education (Maqsad-specific)**
144
- `IconCalculator` · `IconChemistry` · `IconDoubtSolve` · `IconDs` · `IconEcat` · `IconMaths` · `IconPhysics` · `IconQuestionBank` · `IconTest`
145
-
146
- **Finance**
147
- `IconCreditCard` · `IconCrown` · `IconSikkay`
129
+ - `IconAlert`
130
+ - `IconAlertCircle`
131
+ - `IconArrowBack`
132
+ - `IconArrowForward`
133
+ - `IconBadgeCheck`
134
+ - `IconBookmark`
135
+ - `IconCalculator`
136
+ - `IconChat`
137
+ - `IconCheck`
138
+ - `IconCheckCircle`
139
+ - `IconChemistry`
140
+ - `IconChevronBack`
141
+ - `IconChevronDown`
142
+ - `IconChevronForward`
143
+ - `IconChevronUp`
144
+ - `IconClose`
145
+ - `IconContactUs`
146
+ - `IconCreditCard`
147
+ - `IconCrown`
148
+ - `IconDelete`
149
+ - `IconDislike`
150
+ - `IconDoubtSolve`
151
+ - `IconDownload`
152
+ - `IconDs`
153
+ - `IconEcat`
154
+ - `IconEdit`
155
+ - `IconFeedback`
156
+ - `IconFilter`
157
+ - `IconHelp`
158
+ - `IconHistory`
159
+ - `IconInfo`
160
+ - `IconLike`
161
+ - `IconLoader`
162
+ - `IconLock`
163
+ - `IconLogout`
164
+ - `IconMaths`
165
+ - `IconMoreVertical`
166
+ - `IconNotifications`
167
+ - `IconPhysics`
168
+ - `IconPin`
169
+ - `IconQuestionBank`
170
+ - `IconReset`
171
+ - `IconRotateScreen`
172
+ - `IconSearch`
173
+ - `IconShare`
174
+ - `IconShareArrow`
175
+ - `IconSikkay`
176
+ - `IconSmiley`
177
+ - `IconSort`
178
+ - `IconStar`
179
+ - `IconTest`
180
+ - `IconVideo`
181
+ - `IconVideoSkip`
182
+ - `IconWhatsapp`
148
183
 
149
184
  ### Illustration Icons (5)
150
185
 
151
- `IllustrationDoubtsolve` · `IllustrationLiveSessions` · `IllustrationNotes` · `IllustrationTests` · `IllustrationVideoLectures`
186
+ - `IllustrationDoubtsolve`
187
+ - `IllustrationLiveSessions`
188
+ - `IllustrationNotes`
189
+ - `IllustrationTests`
190
+ - `IllustrationVideoLectures`
152
191
 
153
192
  ## Variants Explained
154
193
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maqsad/icons",
3
- "version": "0.2.1",
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",