@quasar/extras 1.12.0 → 1.12.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.
- package/README.md +12 -12
- package/bootstrap-icons/bootstrap-icons.css +4 -2
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/icons.json +1524 -0
- package/bootstrap-icons/index.d.ts +4 -3
- package/bootstrap-icons/index.js +114 -113
- package/eva-icons/icons.json +492 -0
- package/fontawesome-v5/icons.json +1613 -0
- package/ionicons-v6/icons.json +1334 -0
- package/line-awesome/icons.json +1546 -0
- package/material-icons/icons.json +2051 -0
- package/material-icons/index.d.ts +57 -0
- package/material-icons/index.js +57 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
- package/material-icons-outlined/icons.json +2051 -0
- package/material-icons-outlined/index.d.ts +57 -0
- package/material-icons-outlined/index.js +57 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
- package/material-icons-round/icons.json +2051 -0
- package/material-icons-round/index.d.ts +57 -0
- package/material-icons-round/index.js +57 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
- package/material-icons-sharp/icons.json +2051 -0
- package/material-icons-sharp/index.d.ts +57 -0
- package/material-icons-sharp/index.js +57 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/mdi-v6/icons.json +6597 -0
- package/mdi-v6/index.d.ts +101 -1
- package/mdi-v6/index.js +101 -1
- package/mdi-v6/materialdesignicons-webfont.woff +0 -0
- package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v6/mdi-v6.css +401 -2
- package/package.json +5 -5
- package/themify/icons.json +354 -0
package/README.md
CHANGED
|
@@ -23,11 +23,11 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
23
23
|
| --- | --- | --- | --- | --- | --- |
|
|
24
24
|
| Roboto Font | CDN v29 | `roboto-font` | Recommended font along Material theme | | [License](roboto-font/LICENSE) |
|
|
25
25
|
| Roboto Font Latin Extended | CDN v29 | `roboto-font-latin-ext` | Recommended font along Material theme | | [License](roboto-font-latin-ext/LICENSE) |
|
|
26
|
-
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN
|
|
27
|
-
| [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN
|
|
28
|
-
| [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN
|
|
29
|
-
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN
|
|
30
|
-
| [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.
|
|
26
|
+
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v121 | `material-icons` | Material icons font | Requires: @quasar/extras 1.2.0+ | [License](material-icons/LICENSE) |
|
|
27
|
+
| [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v95 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-outlined/LICENSE) |
|
|
28
|
+
| [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v94 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-round/LICENSE) |
|
|
29
|
+
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v95 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-sharp/LICENSE) |
|
|
30
|
+
| [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.5.95 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
|
|
31
31
|
| [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
|
|
32
32
|
| MDI v4 (Material Design Icons) | 4.9.95 | `mdi-v4` | Extended Material Design icons font | | [License](mdi-v4/license.md) |
|
|
33
33
|
| MDI v3 (Material Design Icons) | 3.6.95 | `mdi-v3` | Extended Material Design icons font | | [License](mdi-v3/LICENSE) |
|
|
@@ -36,7 +36,7 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
36
36
|
| [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `eva-icons` | Eva Icons font | | [License](eva-icons/LICENSE) |
|
|
37
37
|
| [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `themify` | Themify Icons font | | [License](themify/LICENSE) |
|
|
38
38
|
| [Line Awesome](https://icons8.com/line-awesome) | 1.3.0 | `line-awesome` | Line Awesome font | Requires: @quasar/extras 1.5+ | [License](line-awesome/LICENSE.md) |
|
|
39
|
-
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.7.
|
|
39
|
+
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.7.1 | `bootstrap-icons` | Bootstrap Icons font | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
|
|
40
40
|
| [Animate.css](https://animate.style/) | 4.1.1 | Use `animations` prop | Bundle of animations you can use in your website/app | | [License](animate/LICENSE) |
|
|
41
41
|
|
|
42
42
|
> Install one of MDI v5, MDI v4 or MDI v3, but never together at the same time.
|
|
@@ -48,11 +48,11 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
48
48
|
|
|
49
49
|
| Vendor | Version | Quasar IconSet name | Import Icons from | Notes | License |
|
|
50
50
|
| --- | --- | --- | --- | --- | --- |
|
|
51
|
-
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN
|
|
52
|
-
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN
|
|
53
|
-
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN
|
|
54
|
-
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN
|
|
55
|
-
| [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.
|
|
51
|
+
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v121 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
|
|
52
|
+
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v95 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
|
|
53
|
+
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v94 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
|
|
54
|
+
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v95 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
|
|
55
|
+
| [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.5.95 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
|
|
56
56
|
| [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
|
|
57
57
|
| MDI v4 (Material Design Icons) | 4.9.95 | `svg-mdi-v4` | `@quasar/extras/mdi-v4` | | [License](mdi-v4/license.md) |
|
|
58
58
|
| [Font Awesome](https://fontawesome.com/icons?d=gallery) | 5.15.4 | `svg-fontawesome-v5` | `@quasar/extras/fontawesome-v5` | | [License](fontawesome-v5/LICENSE.txt) |
|
|
@@ -62,7 +62,7 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
62
62
|
| [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `svg-eva-icons` | `@quasar/extras/eva-icons` | | [License](eva-icons/LICENSE) |
|
|
63
63
|
| [Themify Icons](https://themify.me/themify-icons) | 1.0.1 | `svg-themify` | `@quasar/extras/themify` | | [License](themify/LICENSE) |
|
|
64
64
|
| [Line Awesome](https://icons8.com/line-awesome) | 1.3.0 | `svg-line-awesome` | `@quasar/extras/line-awesome` | Requires: @quasar/extras 1.5+ | [License](line-awesome/LICENSE.md) |
|
|
65
|
-
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.7.
|
|
65
|
+
| [Bootstrap Icons](https://icons.getbootstrap.com/) | 1.7.2 | `svg-bootstrap-icons` | `@quasar/extras/bootstrap-icons` | Requires: @quasar/extras 1.10+ | [License](bootstrap-icons/LICENSE.md) |
|
|
66
66
|
|
|
67
67
|
Example:
|
|
68
68
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* https://icons.getbootstrap.com v1.7.1 */
|
|
1
2
|
@font-face {
|
|
2
3
|
font-family: "bootstrap-icons";
|
|
3
4
|
font-style: normal;
|
|
@@ -1504,8 +1505,8 @@ url("./bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
|
|
|
1504
1505
|
.bi-ticket-detailed-fill::before { content: "\f6c6"; }
|
|
1505
1506
|
.bi-ticket-detailed::before { content: "\f6c7"; }
|
|
1506
1507
|
.bi-ticket-fill::before { content: "\f6c8"; }
|
|
1507
|
-
.bi-ticket-
|
|
1508
|
-
.bi-ticket-
|
|
1508
|
+
.bi-ticket-perforated-fill::before { content: "\f6c9"; }
|
|
1509
|
+
.bi-ticket-perforated::before { content: "\f6ca"; }
|
|
1509
1510
|
.bi-ticket::before { content: "\f6cb"; }
|
|
1510
1511
|
.bi-tiktok::before { content: "\f6cc"; }
|
|
1511
1512
|
.bi-window-dash::before { content: "\f6cd"; }
|
|
@@ -1558,3 +1559,4 @@ url("./bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
|
|
|
1558
1559
|
.bi-displayport-fill::before { content: "\f6fc"; }
|
|
1559
1560
|
.bi-mortarboard-fill::before { content: "\f6fd"; }
|
|
1560
1561
|
.bi-mortarboard::before { content: "\f6fe"; }
|
|
1562
|
+
.bi-terminal-x::before { content: "\f6ff"; }
|
|
Binary file
|
|
Binary file
|