@maqsad/icons 0.2.14 → 0.2.15
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 +6 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -238,13 +238,12 @@ function App() {
|
|
|
238
238
|
|
|
239
239
|
## Variants Explained
|
|
240
240
|
|
|
241
|
-
| Variant | Description | Use Case |
|
|
242
|
-
| ----------- |
|
|
243
|
-
| `primary` | Blue color scheme | Default, general use |
|
|
244
|
-
| `secondary` | Brown/pink color scheme | Alternative styling |
|
|
245
|
-
| `dark` | Dark monotone | Icons on light backgrounds |
|
|
246
|
-
| `light` | Light monotone | Icons on dark backgrounds |
|
|
247
|
-
| <!-- | `filled` | Customizable colors | Brand-specific theming | --> |
|
|
241
|
+
| Variant | Preview | Description | Use Case |
|
|
242
|
+
| ----------- | -------------------------------------------------------------------------------------------- | ----------------------- | -------------------------- |
|
|
243
|
+
| `primary` | <img src="assets/illustrations/primary/doubtsolve-primary.svg" width="48" height="48" /> | Blue color scheme | Default, general use |
|
|
244
|
+
| `secondary` | <img src="assets/illustrations/secondary/doubtsolve-secondary.svg" width="48" height="48" /> | Brown/pink color scheme | Alternative styling |
|
|
245
|
+
| `dark` | <img src="assets/illustrations/dark/doubtsolve-dark.svg" width="48" height="48" /> | Dark monotone | Icons on light backgrounds |
|
|
246
|
+
| `light` | <img src="assets/illustrations/light/doubtsolve-light.svg" width="48" height="48" /> | Light monotone | Icons on dark backgrounds |
|
|
248
247
|
|
|
249
248
|
## Adding New Icons
|
|
250
249
|
|