@maqsad/icons 0.2.1 → 0.2.3

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