@maqsad/icons 0.2.34-alpha → 0.2.36-alpha
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.
- package/README.md +97 -22
- package/dist/cjs/illustrations/icons/index.js +205 -2
- package/dist/cjs/illustrations/icons/index.js.map +1 -1
- package/dist/cjs/system/icons/index.js +5 -10
- package/dist/cjs/system/icons/index.js.map +1 -1
- package/dist/esm/illustrations/icons/index.js +204 -1
- package/dist/esm/illustrations/icons/index.js.map +1 -1
- package/dist/esm/system/icons/index.js +4 -9
- package/dist/esm/system/icons/index.js.map +1 -1
- package/dist/types/illustrations/icons/index.d.ts +30 -1
- package/dist/types/illustrations/icons/index.d.ts.map +1 -1
- package/dist/types/system/icons/index.d.ts +1 -6
- package/dist/types/system/icons/index.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @maqsad/icons
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="assets/illustrations/primary/logo-maqsad-
|
|
4
|
+
<img src="assets/illustrations/primary/logo-maqsad-bg-white-primary.svg" width="120" height="120" alt="Maqsad Icons" />
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
@@ -137,123 +137,198 @@ function App() {
|
|
|
137
137
|
|
|
138
138
|
## Available Icons
|
|
139
139
|
|
|
140
|
-
**Total:
|
|
140
|
+
**Total: 130 icons** (85 system icons + 45 illustration icons)
|
|
141
141
|
|
|
142
|
-
> For a complete list with import examples, see [
|
|
142
|
+
> For a complete list with import examples, see the [documentation website](https://icons.maqsad.io)
|
|
143
143
|
|
|
144
|
-
### System Icons (
|
|
144
|
+
### System Icons (85)
|
|
145
145
|
|
|
146
146
|
<table>
|
|
147
147
|
<tr>
|
|
148
148
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/alert.svg" width="24" height="24" /><br /><sub>Alert</sub></td>
|
|
149
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/alert-filled.svg" width="24" height="24" /><br /><sub>AlertFilled</sub></td>
|
|
149
150
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/alert-circle.svg" width="24" height="24" /><br /><sub>AlertCircle</sub></td>
|
|
150
151
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/arrow-back.svg" width="24" height="24" /><br /><sub>ArrowBack</sub></td>
|
|
151
152
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/arrow-forward.svg" width="24" height="24" /><br /><sub>ArrowForward</sub></td>
|
|
152
153
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/badge-check-filled.svg" width="24" height="24" /><br /><sub>BadgeCheckFilled</sub></td>
|
|
153
154
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/bell.svg" width="24" height="24" /><br /><sub>Bell</sub></td>
|
|
154
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/book.svg" width="24" height="24" /><br /><sub>Book</sub></td>
|
|
155
155
|
</tr>
|
|
156
156
|
<tr>
|
|
157
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/bell-filled.svg" width="24" height="24" /><br /><sub>BellFilled</sub></td>
|
|
158
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/book.svg" width="24" height="24" /><br /><sub>Book</sub></td>
|
|
159
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/book-filled.svg" width="24" height="24" /><br /><sub>BookFilled</sub></td>
|
|
157
160
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/bookmark.svg" width="24" height="24" /><br /><sub>Bookmark</sub></td>
|
|
161
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/bookmark-filled.svg" width="24" height="24" /><br /><sub>BookmarkFilled</sub></td>
|
|
158
162
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/calculator.svg" width="24" height="24" /><br /><sub>Calculator</sub></td>
|
|
159
163
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/calculator-2.svg" width="24" height="24" /><br /><sub>Calculator2</sub></td>
|
|
164
|
+
</tr>
|
|
165
|
+
<tr>
|
|
166
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/calculator-filled.svg" width="24" height="24" /><br /><sub>CalculatorFilled</sub></td>
|
|
167
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/calculator-filled-2.svg" width="24" height="24" /><br /><sub>CalculatorFilled2</sub></td>
|
|
160
168
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/camera.svg" width="24" height="24" /><br /><sub>Camera</sub></td>
|
|
169
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/camera-filled.svg" width="24" height="24" /><br /><sub>CameraFilled</sub></td>
|
|
161
170
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/chat.svg" width="24" height="24" /><br /><sub>Chat</sub></td>
|
|
162
171
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/chat-filled.svg" width="24" height="24" /><br /><sub>ChatFilled</sub></td>
|
|
163
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/
|
|
172
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/chat-filled-1.svg" width="24" height="24" /><br /><sub>ChatFilled1</sub></td>
|
|
164
173
|
</tr>
|
|
165
174
|
<tr>
|
|
175
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/check.svg" width="24" height="24" /><br /><sub>Check</sub></td>
|
|
166
176
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/check-circle.svg" width="24" height="24" /><br /><sub>CheckCircle</sub></td>
|
|
167
177
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/check-circle-filled.svg" width="24" height="24" /><br /><sub>CheckCircleFilled</sub></td>
|
|
168
178
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/chemistry.svg" width="24" height="24" /><br /><sub>Chemistry</sub></td>
|
|
169
179
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/chevron-back.svg" width="24" height="24" /><br /><sub>ChevronBack</sub></td>
|
|
170
180
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/chevron-down.svg" width="24" height="24" /><br /><sub>ChevronDown</sub></td>
|
|
171
181
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/chevron-forward.svg" width="24" height="24" /><br /><sub>ChevronForward</sub></td>
|
|
172
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/chevron-up.svg" width="24" height="24" /><br /><sub>ChevronUp</sub></td>
|
|
173
182
|
</tr>
|
|
174
183
|
<tr>
|
|
175
184
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/chevron-up.svg" width="24" height="24" /><br /><sub>ChevronUp</sub></td>
|
|
176
185
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/close.svg" width="24" height="24" /><br /><sub>Close</sub></td>
|
|
177
186
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/credit-card.svg" width="24" height="24" /><br /><sub>CreditCard</sub></td>
|
|
187
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/credit-card-filled.svg" width="24" height="24" /><br /><sub>CreditCardFilled</sub></td>
|
|
178
188
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/crown.svg" width="24" height="24" /><br /><sub>Crown</sub></td>
|
|
189
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/crown-filled.svg" width="24" height="24" /><br /><sub>CrownFilled</sub></td>
|
|
179
190
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/delete.svg" width="24" height="24" /><br /><sub>Delete</sub></td>
|
|
180
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/dislike.svg" width="24" height="24" /><br /><sub>Dislike</sub></td>
|
|
181
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/download.svg" width="24" height="24" /><br /><sub>Download</sub></td>
|
|
182
191
|
</tr>
|
|
183
192
|
<tr>
|
|
193
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/delete-filled.svg" width="24" height="24" /><br /><sub>DeleteFilled</sub></td>
|
|
194
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/dislike.svg" width="24" height="24" /><br /><sub>Dislike</sub></td>
|
|
195
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/dislike-filled.svg" width="24" height="24" /><br /><sub>DislikeFilled</sub></td>
|
|
196
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/download.svg" width="24" height="24" /><br /><sub>Download</sub></td>
|
|
184
197
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/edit.svg" width="24" height="24" /><br /><sub>Edit</sub></td>
|
|
198
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/edit-filled.svg" width="24" height="24" /><br /><sub>EditFilled</sub></td>
|
|
185
199
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/envelope.svg" width="24" height="24" /><br /><sub>Envelope</sub></td>
|
|
200
|
+
</tr>
|
|
201
|
+
<tr>
|
|
202
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/envelope-filled.svg" width="24" height="24" /><br /><sub>EnvelopeFilled</sub></td>
|
|
186
203
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/feedback.svg" width="24" height="24" /><br /><sub>Feedback</sub></td>
|
|
204
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/feedback-filled.svg" width="24" height="24" /><br /><sub>FeedbackFilled</sub></td>
|
|
187
205
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/filter.svg" width="24" height="24" /><br /><sub>Filter</sub></td>
|
|
188
206
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/help.svg" width="24" height="24" /><br /><sub>Help</sub></td>
|
|
207
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/help-filled.svg" width="24" height="24" /><br /><sub>HelpFilled</sub></td>
|
|
189
208
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/history.svg" width="24" height="24" /><br /><sub>History</sub></td>
|
|
190
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/home.svg" width="24" height="24" /><br /><sub>Home</sub></td>
|
|
191
209
|
</tr>
|
|
192
210
|
<tr>
|
|
211
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/home.svg" width="24" height="24" /><br /><sub>Home</sub></td>
|
|
212
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/home-filled.svg" width="24" height="24" /><br /><sub>HomeFilled</sub></td>
|
|
193
213
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/info.svg" width="24" height="24" /><br /><sub>Info</sub></td>
|
|
214
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/info-filled.svg" width="24" height="24" /><br /><sub>InfoFilled</sub></td>
|
|
194
215
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/kebab-menu.svg" width="24" height="24" /><br /><sub>KebabMenu</sub></td>
|
|
195
216
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/like.svg" width="24" height="24" /><br /><sub>Like</sub></td>
|
|
217
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/like-filled.svg" width="24" height="24" /><br /><sub>LikeFilled</sub></td>
|
|
218
|
+
</tr>
|
|
219
|
+
<tr>
|
|
196
220
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/loader.svg" width="24" height="24" /><br /><sub>Loader</sub></td>
|
|
197
221
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/logout.svg" width="24" height="24" /><br /><sub>Logout</sub></td>
|
|
198
222
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/maths.svg" width="24" height="24" /><br /><sub>Maths</sub></td>
|
|
199
223
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/negative-circle-filled.svg" width="24" height="24" /><br /><sub>NegativeCircleFilled</sub></td>
|
|
200
|
-
</tr>
|
|
201
|
-
<tr>
|
|
202
224
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/padlock-locked.svg" width="24" height="24" /><br /><sub>PadlockLocked</sub></td>
|
|
203
225
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/pencil-hand.svg" width="24" height="24" /><br /><sub>PencilHand</sub></td>
|
|
204
226
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/physics.svg" width="24" height="24" /><br /><sub>Physics</sub></td>
|
|
227
|
+
</tr>
|
|
228
|
+
<tr>
|
|
205
229
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/pin.svg" width="24" height="24" /><br /><sub>Pin</sub></td>
|
|
206
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/pin-filled.svg" width="24" height="24" /><br /><sub>PinFilled</sub></td>
|
|
207
230
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/question-bank.svg" width="24" height="24" /><br /><sub>QuestionBank</sub></td>
|
|
208
231
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/reset.svg" width="24" height="24" /><br /><sub>Reset</sub></td>
|
|
209
|
-
</tr>
|
|
210
|
-
<tr>
|
|
211
232
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/rotate-screen.svg" width="24" height="24" /><br /><sub>RotateScreen</sub></td>
|
|
212
233
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/search.svg" width="24" height="24" /><br /><sub>Search</sub></td>
|
|
213
234
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/share.svg" width="24" height="24" /><br /><sub>Share</sub></td>
|
|
214
235
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/share-arrow.svg" width="24" height="24" /><br /><sub>ShareArrow</sub></td>
|
|
236
|
+
</tr>
|
|
237
|
+
<tr>
|
|
238
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/share-arrow-filled.svg" width="24" height="24" /><br /><sub>ShareArrowFilled</sub></td>
|
|
215
239
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/sikkay.svg" width="24" height="24" /><br /><sub>Sikkay</sub></td>
|
|
240
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/sikkay-filled.svg" width="24" height="24" /><br /><sub>SikkayFilled</sub></td>
|
|
216
241
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/smiley.svg" width="24" height="24" /><br /><sub>Smiley</sub></td>
|
|
242
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/smiley-filled.svg" width="24" height="24" /><br /><sub>SmileyFilled</sub></td>
|
|
217
243
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/sort.svg" width="24" height="24" /><br /><sub>Sort</sub></td>
|
|
244
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/star.svg" width="24" height="24" /><br /><sub>Star</sub></td>
|
|
218
245
|
</tr>
|
|
219
246
|
<tr>
|
|
220
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/star.svg" width="24" height="24" /><br /><sub>Star</sub></td>
|
|
221
247
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/star-filled.svg" width="24" height="24" /><br /><sub>StarFilled</sub></td>
|
|
222
248
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/test.svg" width="24" height="24" /><br /><sub>Test</sub></td>
|
|
249
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/test-filled.svg" width="24" height="24" /><br /><sub>TestFilled</sub></td>
|
|
223
250
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/video-play.svg" width="24" height="24" /><br /><sub>VideoPlay</sub></td>
|
|
251
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/video-play-filled.svg" width="24" height="24" /><br /><sub>VideoPlayFilled</sub></td>
|
|
224
252
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/video-skip.svg" width="24" height="24" /><br /><sub>VideoSkip</sub></td>
|
|
225
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/whatsapp.svg" width="24" height="24" /><br /><sub>
|
|
253
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/whatsapp-filled.svg" width="24" height="24" /><br /><sub>WhatsappFilled</sub></td>
|
|
254
|
+
</tr>
|
|
255
|
+
<tr>
|
|
226
256
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/stroke/wrench-gear.svg" width="24" height="24" /><br /><sub>WrenchGear</sub></td>
|
|
227
257
|
</tr>
|
|
228
258
|
</table>
|
|
229
259
|
|
|
230
|
-
### Illustration Icons (
|
|
260
|
+
### Illustration Icons (45)
|
|
231
261
|
|
|
232
262
|
<table>
|
|
233
263
|
<tr>
|
|
234
264
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/avatar-female-primary.svg" width="48" height="48" /><br /><sub>AvatarFemale</sub></td>
|
|
235
265
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/avatar-generic-primary.svg" width="48" height="48" /><br /><sub>AvatarGeneric</sub></td>
|
|
236
266
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/avatar-male-primary.svg" width="48" height="48" /><br /><sub>AvatarMale</sub></td>
|
|
237
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/
|
|
267
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/badge-star-primary.svg" width="48" height="48" /><br /><sub>BadgeStar</sub></td>
|
|
268
|
+
</tr>
|
|
269
|
+
<tr>
|
|
270
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/book-open-primary.svg" width="48" height="48" /><br /><sub>BookOpen</sub></td>
|
|
271
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/crown-shine-primary.svg" width="48" height="48" /><br /><sub>CrownShine</sub></td>
|
|
272
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/doctor-female-primary.svg" width="48" height="48" /><br /><sub>DoctorFemale</sub></td>
|
|
273
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/doctor-syringe-primary.svg" width="48" height="48" /><br /><sub>DoctorSyringe</sub></td>
|
|
238
274
|
</tr>
|
|
239
275
|
<tr>
|
|
276
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/doubtsolve-primary.svg" width="48" height="48" /><br /><sub>Doubtsolve</sub></td>
|
|
277
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/engineer-boy-primary.svg" width="48" height="48" /><br /><sub>EngineerBoy</sub></td>
|
|
278
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/gift-sikkay-primary.svg" width="48" height="48" /><br /><sub>GiftSikkay</sub></td>
|
|
240
279
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/giki-primary.svg" width="48" height="48" /><br /><sub>Giki</sub></td>
|
|
280
|
+
</tr>
|
|
281
|
+
<tr>
|
|
282
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/hero-sikka-primary.svg" width="48" height="48" /><br /><sub>HeroSikka</sub></td>
|
|
241
283
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/iba-primary.svg" width="48" height="48" /><br /><sub>Iba</sub></td>
|
|
284
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/limit-reached-hijab-primary.svg" width="48" height="48" /><br /><sub>LimitReachedHijab</sub></td>
|
|
242
285
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/live-sessions-primary.svg" width="48" height="48" /><br /><sub>LiveSessions</sub></td>
|
|
243
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/logo-maqsad.svg" width="48" height="48" /><br /><sub>LogoMaqsad</sub></td>
|
|
244
286
|
</tr>
|
|
245
287
|
<tr>
|
|
246
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/logo-maqsad-
|
|
288
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/logo-maqsad-primary.svg" width="48" height="48" /><br /><sub>LogoMaqsad</sub></td>
|
|
289
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/logo-maqsad-bg-white-primary.svg" width="48" height="48" /><br /><sub>LogoMaqsadBgWhite</sub></td>
|
|
247
290
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/lums-primary.svg" width="48" height="48" /><br /><sub>Lums</sub></td>
|
|
291
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/maqsad-dots-primary.svg" width="48" height="48" /><br /><sub>MaqsadDots</sub></td>
|
|
292
|
+
</tr>
|
|
293
|
+
<tr>
|
|
248
294
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/miss-huma-confused-primary.svg" width="48" height="48" /><br /><sub>MissHumaConfused</sub></td>
|
|
249
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/
|
|
295
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/miss-huma-crown-gold-primary.svg" width="48" height="48" /><br /><sub>MissHumaCrownGold</sub></td>
|
|
296
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/miss-huma-searching-primary.svg" width="48" height="48" /><br /><sub>MissHumaSearching</sub></td>
|
|
297
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/miss-huma-searching-small-primary.svg" width="48" height="48" /><br /><sub>MissHumaSearchingSmall</sub></td>
|
|
298
|
+
</tr>
|
|
299
|
+
<tr>
|
|
300
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/miss-huma-small-primary.svg" width="48" height="48" /><br /><sub>MissHumaSmall</sub></td>
|
|
301
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/miss-huma-star-primary.svg" width="48" height="48" /><br /><sub>MissHumaStar</sub></td>
|
|
302
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/miss-huma-thinking-primary.svg" width="48" height="48" /><br /><sub>MissHumaThinking</sub></td>
|
|
303
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/miss-huma-thinking-question-primary.svg" width="48" height="48" /><br /><sub>MissHumaThinkingQuestion</sub></td>
|
|
250
304
|
</tr>
|
|
251
305
|
<tr>
|
|
306
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/no-connection-girl-primary.svg" width="48" height="48" /><br /><sub>NoConnectionGirl</sub></td>
|
|
307
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/notes-primary.svg" width="48" height="48" /><br /><sub>Notes</sub></td>
|
|
252
308
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/notes-2-primary.svg" width="48" height="48" /><br /><sub>Notes2</sub></td>
|
|
309
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/padlock-open-primary.svg" width="48" height="48" /><br /><sub>PadlockOpen</sub></td>
|
|
310
|
+
</tr>
|
|
311
|
+
<tr>
|
|
253
312
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/sikka-primary.svg" width="48" height="48" /><br /><sub>Sikka</sub></td>
|
|
313
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/sikkay-stacked-primary.svg" width="48" height="48" /><br /><sub>SikkayStacked</sub></td>
|
|
314
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/sikkay-stacked-sparkles-primary.svg" width="48" height="48" /><br /><sub>SikkayStackedSparkles</sub></td>
|
|
315
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/studying-boy-big-book-primary.svg" width="48" height="48" /><br /><sub>StudyingBoyBigBook</sub></td>
|
|
316
|
+
</tr>
|
|
317
|
+
<tr>
|
|
318
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/studying-boy-mobile-primary.svg" width="48" height="48" /><br /><sub>StudyingBoyMobile</sub></td>
|
|
319
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/studying-boy-phone-primary.svg" width="48" height="48" /><br /><sub>StudyingBoyPhone</sub></td>
|
|
320
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/studying-girl-laying-down-primary.svg" width="48" height="48" /><br /><sub>StudyingGirlLayingDown</sub></td>
|
|
321
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/studying-girl-table-primary.svg" width="48" height="48" /><br /><sub>StudyingGirlTable</sub></td>
|
|
322
|
+
</tr>
|
|
323
|
+
<tr>
|
|
324
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/tag-bookmark-premium-primary.svg" width="48" height="48" /><br /><sub>TagBookmarkPremium</sub></td>
|
|
325
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/tag-pill-shine-premium-primary.svg" width="48" height="48" /><br /><sub>TagPillShinePremium</sub></td>
|
|
254
326
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/tests-primary.svg" width="48" height="48" /><br /><sub>Tests</sub></td>
|
|
255
327
|
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/video-lectures-primary.svg" width="48" height="48" /><br /><sub>VideoLectures</sub></td>
|
|
256
328
|
</tr>
|
|
329
|
+
<tr>
|
|
330
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/walking-girl-walkman-primary.svg" width="48" height="48" /><br /><sub>WalkingGirlWalkman</sub></td>
|
|
331
|
+
</tr>
|
|
257
332
|
</table>
|
|
258
333
|
|
|
259
334
|
## Variants Explained
|