@maqsad/icons 0.2.33-alpha → 0.2.34-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 +15 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -137,11 +137,11 @@ function App() {
|
|
|
137
137
|
|
|
138
138
|
## Available Icons
|
|
139
139
|
|
|
140
|
-
**Total:
|
|
140
|
+
**Total: 106 icons** (90 system icons + 16 illustration icons)
|
|
141
141
|
|
|
142
|
-
> For a complete list with import examples, see [ICONS.md](./ICONS.md)
|
|
142
|
+
> For a complete list with import examples, see [ICONS.md](./src/ICONS.md)
|
|
143
143
|
|
|
144
|
-
### System Icons (
|
|
144
|
+
### System Icons (90)
|
|
145
145
|
|
|
146
146
|
<table>
|
|
147
147
|
<tr>
|
|
@@ -165,11 +165,11 @@ function App() {
|
|
|
165
165
|
<tr>
|
|
166
166
|
<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
167
|
<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
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/check-circle-filled-1.svg" width="24" height="24" /><br /><sub>CheckCircleFilled1</sub></td>
|
|
169
168
|
<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>
|
|
170
169
|
<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>
|
|
171
170
|
<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>
|
|
172
171
|
<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
173
|
</tr>
|
|
174
174
|
<tr>
|
|
175
175
|
<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>
|
|
@@ -199,11 +199,11 @@ function App() {
|
|
|
199
199
|
<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
200
|
</tr>
|
|
201
201
|
<tr>
|
|
202
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/filled/notes.svg" width="24" height="24" /><br /><sub>Notes</sub></td>
|
|
203
202
|
<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>
|
|
204
203
|
<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>
|
|
205
204
|
<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>
|
|
206
|
-
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/system/
|
|
205
|
+
<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
207
|
<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
208
|
<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
209
|
</tr>
|
|
@@ -227,7 +227,7 @@ function App() {
|
|
|
227
227
|
</tr>
|
|
228
228
|
</table>
|
|
229
229
|
|
|
230
|
-
### Illustration Icons (
|
|
230
|
+
### Illustration Icons (16)
|
|
231
231
|
|
|
232
232
|
<table>
|
|
233
233
|
<tr>
|
|
@@ -240,23 +240,26 @@ function App() {
|
|
|
240
240
|
<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>
|
|
241
241
|
<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>
|
|
242
242
|
<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/
|
|
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
244
|
</tr>
|
|
245
245
|
<tr>
|
|
246
|
+
<td align="center"><img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/logo-maqsad-512-bg-white.svg" width="48" height="48" /><br /><sub>LogoMaqsad512BgWhite</sub></td>
|
|
247
|
+
<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>
|
|
246
248
|
<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>
|
|
247
249
|
<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>
|
|
248
|
-
<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>
|
|
249
|
-
<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>
|
|
250
250
|
</tr>
|
|
251
251
|
<tr>
|
|
252
|
+
<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>
|
|
253
|
+
<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>
|
|
254
|
+
<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>
|
|
252
255
|
<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>
|
|
253
256
|
</tr>
|
|
254
257
|
</table>
|
|
255
258
|
|
|
256
259
|
## Variants Explained
|
|
257
260
|
|
|
258
|
-
| Variant | Preview
|
|
259
|
-
| ----------- |
|
|
261
|
+
| Variant | Preview | Description | Use Case |
|
|
262
|
+
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | -------------------------- |
|
|
260
263
|
| `primary` | <img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/primary/doubtsolve-primary.svg" width="48" height="48" /> | Blue color scheme | Default, general use |
|
|
261
264
|
| `secondary` | <img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/secondary/doubtsolve-secondary.svg" width="48" height="48" /> | Brown/pink color scheme | Alternative styling |
|
|
262
265
|
| `dark` | <img src="https://raw.githubusercontent.com/maqsad-io/maqsad-icons/main/app/assets/illustrations/dark/doubtsolve-dark.svg" width="48" height="48" /> | Dark monotone | Icons on light backgrounds |
|