@quasar/extras 1.13.3 → 1.13.6
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/fontawesome-v6/fa-brands-400.ttf +0 -0
- package/fontawesome-v6/fa-brands-400.woff2 +0 -0
- package/fontawesome-v6/fa-regular-400.ttf +0 -0
- package/fontawesome-v6/fa-regular-400.woff2 +0 -0
- package/fontawesome-v6/fa-solid-900.ttf +0 -0
- package/fontawesome-v6/fa-solid-900.woff2 +0 -0
- package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
- package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
- package/fontawesome-v6/fontawesome-v6.css +7 -1
- package/fontawesome-v6/icons.json +2 -0
- package/fontawesome-v6/index.d.ts +3 -1
- package/fontawesome-v6/index.js +5 -3
- package/fontawesome-v6/index.mjs +5 -3
- package/material-icons/icons.json +40 -3
- package/material-icons/index.d.ts +37 -0
- package/material-icons/index.js +39 -2
- package/material-icons/index.mjs +39 -2
- 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 +40 -3
- package/material-icons-outlined/index.d.ts +37 -0
- package/material-icons-outlined/index.js +39 -2
- package/material-icons-outlined/index.mjs +39 -2
- 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 +42 -5
- package/material-icons-round/index.d.ts +37 -0
- package/material-icons-round/index.js +39 -2
- package/material-icons-round/index.mjs +39 -2
- 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 +39 -2
- package/material-icons-sharp/index.d.ts +37 -0
- package/material-icons-sharp/index.js +39 -2
- package/material-icons-sharp/index.mjs +39 -2
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/mdi-v5/LICENSE +20 -20
- package/mdi-v5/license.md +20 -20
- package/mdi-v6/LICENSE +20 -20
- package/mdi-v6/icons.json +101 -0
- package/mdi-v6/index.d.ts +102 -1
- package/mdi-v6/index.js +156 -55
- package/mdi-v6/index.mjs +156 -55
- package/mdi-v6/license.md +20 -20
- package/mdi-v6/materialdesignicons-webfont.woff +0 -0
- package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v6/mdi-v6.css +539 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -23,15 +23,15 @@ 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 v128 | `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 v103 | `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 v102 | `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 v103 | `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.6.96 | `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) |
|
|
34
|
-
| [Font Awesome v6](https://fontawesome.com/icons) | 6.1.
|
|
34
|
+
| [Font Awesome v6](https://fontawesome.com/icons) | 6.1.1 | `fontawesome-v6` | Fontawesome icons font | Requires: @quasar/extras 1.13+| [License](fontawesome-v6/LICENSE.txt) |
|
|
35
35
|
| [Font Awesome v5](https://fontawesome.com/icons?d=gallery) | 5.15.4 | `fontawesome-v5` | Fontawesome icons font | | [License](fontawesome-v5/LICENSE.txt) |
|
|
36
36
|
| [Ionicons](https://ionicons.com/v4) | 4.6.3 | `ionicons-v4` | Ionicons font | | [License](ionicons-v4/LICENSE) |
|
|
37
37
|
| [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `eva-icons` | Eva Icons font | | [License](eva-icons/LICENSE) |
|
|
@@ -49,14 +49,14 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
49
49
|
|
|
50
50
|
| Vendor | Version | Quasar IconSet name | Import Icons from | Notes | License |
|
|
51
51
|
| --- | --- | --- | --- | --- | --- |
|
|
52
|
-
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN
|
|
53
|
-
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN
|
|
54
|
-
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN
|
|
55
|
-
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN
|
|
56
|
-
| [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.
|
|
52
|
+
| [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v128 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
|
|
53
|
+
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v103 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
|
|
54
|
+
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v102 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
|
|
55
|
+
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v103 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
|
|
56
|
+
| [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.6.96 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
|
|
57
57
|
| [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
|
|
58
58
|
| MDI v4 (Material Design Icons) | 4.9.95 | `svg-mdi-v4` | `@quasar/extras/mdi-v4` | | [License](mdi-v4/license.md) |
|
|
59
|
-
| [Font Awesome v6](https://fontawesome.com/icons) | 6.1.
|
|
59
|
+
| [Font Awesome v6](https://fontawesome.com/icons) | 6.1.1 | `svg-fontawesome-v6` | `@quasar/extras/fontawesome-v6` | Requires: @quasar/extras 1.13+ | [License](fontawesome-v5/LICENSE.txt) |
|
|
60
60
|
| [Font Awesome v5](https://fontawesome.com/icons?d=gallery) | 5.15.4 | `svg-fontawesome-v5` | `@quasar/extras/fontawesome-v5` | | [License](fontawesome-v5/LICENSE.txt) |
|
|
61
61
|
| [Ionicons v6](https://ionicons.com/) | 6.0.0 | `svg-ionicons-v6` | `@quasar/extras/ionicons-v6` | Requires: @quasar/extras 1.12+ | [Icon License](ionicons-v6/LICENSE) |
|
|
62
62
|
| [Ionicons v5](https://ionicons.com/) | 5.5.4 | `svg-ionicons-v5` | `@quasar/extras/ionicons-v5` | Requires: @quasar/extras 1.7+ | [Icon License](ionicons-v5/LICENSE) |
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 6.1.
|
|
2
|
+
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
4
|
* Copyright 2022 Fonticons, Inc.
|
|
5
5
|
*/
|
|
@@ -1651,6 +1651,12 @@ readers do not read off random characters that represent icons */
|
|
|
1651
1651
|
.fa-child::before {
|
|
1652
1652
|
content: "\f1ae"; }
|
|
1653
1653
|
|
|
1654
|
+
.fa-child-dress::before {
|
|
1655
|
+
content: "\e59c"; }
|
|
1656
|
+
|
|
1657
|
+
.fa-child-reaching::before {
|
|
1658
|
+
content: "\e59d"; }
|
|
1659
|
+
|
|
1654
1660
|
.fa-child-rifle::before {
|
|
1655
1661
|
content: "\e4e0"; }
|
|
1656
1662
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Fontawesome Free v6.1.
|
|
1
|
+
/* Fontawesome Free v6.1.1 */
|
|
2
2
|
|
|
3
3
|
export declare const fab42Group: string;
|
|
4
4
|
export declare const fab500px: string;
|
|
@@ -900,6 +900,8 @@ export declare const fasChevronLeft: string;
|
|
|
900
900
|
export declare const fasChevronRight: string;
|
|
901
901
|
export declare const fasChevronUp: string;
|
|
902
902
|
export declare const fasChild: string;
|
|
903
|
+
export declare const fasChildDress: string;
|
|
904
|
+
export declare const fasChildReaching: string;
|
|
903
905
|
export declare const fasChildRifle: string;
|
|
904
906
|
export declare const fasChildren: string;
|
|
905
907
|
export declare const fasChurch: string;
|
package/fontawesome-v6/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Fontawesome Free v6.1.
|
|
1
|
+
/* Fontawesome Free v6.1.1 */
|
|
2
2
|
|
|
3
3
|
module.exports.fab42Group = 'M320 96V416C341.011 416 361.818 411.861 381.23 403.821C400.641 395.78 418.28 383.995 433.138 369.138C447.995 354.28 459.78 336.641 467.821 317.23C475.861 297.818 480 277.011 480 256C480 234.989 475.861 214.182 467.821 194.771C459.78 175.359 447.995 157.72 433.138 142.863C418.28 128.005 400.641 116.22 381.23 108.179C361.818 100.139 341.011 96 320 96ZM0 256L160.002 416L320.003 256L160.002 96L0 256ZM480 256C480 277.011 484.138 297.818 492.179 317.23C500.219 336.643 512.005 354.28 526.862 369.138C541.72 383.995 559.357 395.781 578.77 403.821C598.182 411.862 618.989 416 640 416V96C597.565 96 556.869 112.858 526.862 142.863C496.857 172.869 480 213.565 480 256Z|0 0 640 512'
|
|
4
4
|
module.exports.fab500px = 'M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z|0 0 448 512'
|
|
@@ -899,9 +899,11 @@ module.exports.fasChevronDown = 'M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-
|
|
|
899
899
|
module.exports.fasChevronLeft = 'M224 480c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l169.4 169.4c12.5 12.5 12.5 32.75 0 45.25C240.4 476.9 232.2 480 224 480z|0 0 320 512'
|
|
900
900
|
module.exports.fasChevronRight = 'M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z|0 0 320 512'
|
|
901
901
|
module.exports.fasChevronUp = 'M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z|0 0 448 512'
|
|
902
|
-
module.exports.fasChild = 'M224
|
|
902
|
+
module.exports.fasChild = 'M224 64C224 99.35 195.3 128 160 128C124.7 128 96 99.35 96 64C96 28.65 124.7 0 160 0C195.3 0 224 28.65 224 64zM144 384V480C144 497.7 129.7 512 112 512C94.33 512 80.01 497.7 80.01 480V287.8L59.09 321C49.67 336 29.92 340.5 14.96 331.1C.0016 321.7-4.491 301.9 4.924 286.1L44.79 223.6C69.72 184 113.2 160 160 160C206.8 160 250.3 184 275.2 223.6L315.1 286.1C324.5 301.9 320 321.7 305.1 331.1C290.1 340.5 270.3 336 260.9 321L240 287.8V480C240 497.7 225.7 512 208 512C190.3 512 176 497.7 176 480V384L144 384z|0 0 320 512'
|
|
903
|
+
module.exports.fasChildDress = 'M223.1 64C223.1 99.35 195.3 128 159.1 128C124.7 128 95.1 99.35 95.1 64C95.1 28.65 124.7 0 159.1 0C195.3 0 223.1 28.65 223.1 64zM70.2 400C59.28 400 51.57 389.3 55.02 378.9L86.16 285.5L57.5 323.3C46.82 337.4 26.75 340.2 12.67 329.5C-1.415 318.8-4.175 298.7 6.503 284.7L65.4 206.1C87.84 177.4 122.9 160 160 160C197.2 160 232.2 177.4 254.6 206.1L313.5 284.7C324.2 298.7 321.4 318.8 307.3 329.5C293.3 340.2 273.2 337.4 262.5 323.3L233.9 285.6L264.1 378.9C268.4 389.3 260.7 400 249.8 400H232V480C232 497.7 217.7 512 200 512C182.3 512 168 497.7 168 480V400H152V480C152 497.7 137.7 512 120 512C102.3 512 88 497.7 88 480V400H70.2z|0 0 320 512'
|
|
904
|
+
module.exports.fasChildReaching = 'M256 64C256 99.35 227.3 128 192 128C156.7 128 128 99.35 128 64C128 28.65 156.7 0 192 0C227.3 0 256 28.65 256 64zM155.7 170.2C167.3 173.1 179.6 176 192.2 176C232.1 176 269.3 155.8 291 122.4L309.2 94.54C318.8 79.73 338.6 75.54 353.5 85.18C368.3 94.82 372.5 114.6 362.8 129.5L344.7 157.3C326.4 185.4 301.2 207.3 272 221.6V480C272 497.7 257.7 512 240 512C222.3 512 208 497.7 208 480V384H176V480C176 497.7 161.7 512 144 512C126.3 512 112 497.7 112 480V221.4C83.63 207.4 58.94 186.1 40.87 158.1L21.37 129.8C11.57 115 15.54 95.18 30.25 85.37C44.95 75.57 64.82 79.54 74.62 94.25L94.12 123.5C108.5 145 129.2 160.9 152.9 169.3C153.9 169.5 154.8 169.8 155.7 170.2V170.2z|0 0 384 512'
|
|
903
905
|
module.exports.fasChildRifle = 'M79.1 64C79.1 28.65 108.7 .0003 143.1 .0003C179.3 .0003 207.1 28.65 207.1 64C207.1 99.35 179.3 128 143.1 128C108.7 128 79.1 99.35 79.1 64V64zM104 512C86.33 512 72 497.7 72 480V300.5L59.09 321C49.67 336 29.91 340.5 14.96 331.1C.0006 321.7-4.492 301.9 4.923 286.1L56.6 204.9C74.17 176.9 104.9 160 137.8 160H150.2C183.2 160 213.8 176.9 231.4 204.9L283.1 286.1C292.5 301.9 288 321.7 273 331.1C258.1 340.5 238.3 336 228.9 321L216 300.5V480C216 497.7 201.7 512 184 512C166.3 512 152 497.7 152 480V352H136V480C136 497.7 121.7 512 104 512V512zM432 16V132.3C441.6 137.8 448 148.2 448 160V269.3L464 264V208C464 199.2 471.2 192 480 192H496C504.8 192 512 199.2 512 208V292.5C512 299.4 507.6 305.5 501.1 307.6L448 325.3V352H496C504.8 352 512 359.2 512 368V384C512 392.8 504.8 400 496 400H452L475 492.1C477.6 502.2 469.9 512 459.5 512H400C391.2 512 384 504.8 384 496V400H368C350.3 400 336 385.7 336 368V224C336 206.3 350.3 192 368 192V160C368 148.2 374.4 137.8 384 132.3V32C375.2 32 368 24.84 368 16C368 7.164 375.2 0 384 0H416C424.8 0 432 7.164 432 16V16z|0 0 512 512'
|
|
904
|
-
module.exports.fasChildren = 'M95.1 64C95.1 28.65 124.7 0 159.1 0C195.3 0 223.1 28.65 223.1 64C223.1 99.35 195.3 128 159.1 128C124.7 128 95.1 99.35 95.1 64zM88 480V400H70.2C59.28 400 51.57 389.3 55.02 378.9L86.16 285.5L57.5 323.3C46.82 337.4 26.75 340.2 12.67 329.5C-1.415 318.8-4.175 298.7 6.503 284.7L65.4 206.1C87.84 177.4 122.9 160 160 160C197.2 160 232.2 177.4 254.6 206.1L313.5 284.7C324.2 298.7 321.4 318.8 307.3 329.5C293.3 340.2 273.2 337.4 262.5 323.3L233.9 285.6L264.1 378.9C268.4 389.3 260.7 400 249.8 400H232V480C232 497.7 217.7 512 200 512C182.3 512 168 497.7 168 480V400H152V480C152 497.7 137.7 512 120 512C102.3 512 88 497.7 88 480H88zM416 64C416 28.65 444.7 0 480 0C515.3 0 544 28.65 544 64C544 99.35 515.3 128 480 128C444.7 128 416 99.35 416
|
|
906
|
+
module.exports.fasChildren = 'M95.1 64C95.1 28.65 124.7 0 159.1 0C195.3 0 223.1 28.65 223.1 64C223.1 99.35 195.3 128 159.1 128C124.7 128 95.1 99.35 95.1 64zM88 480V400H70.2C59.28 400 51.57 389.3 55.02 378.9L86.16 285.5L57.5 323.3C46.82 337.4 26.75 340.2 12.67 329.5C-1.415 318.8-4.175 298.7 6.503 284.7L65.4 206.1C87.84 177.4 122.9 160 160 160C197.2 160 232.2 177.4 254.6 206.1L313.5 284.7C324.2 298.7 321.4 318.8 307.3 329.5C293.3 340.2 273.2 337.4 262.5 323.3L233.9 285.6L264.1 378.9C268.4 389.3 260.7 400 249.8 400H232V480C232 497.7 217.7 512 200 512C182.3 512 168 497.7 168 480V400H152V480C152 497.7 137.7 512 120 512C102.3 512 88 497.7 88 480H88zM416 64C416 28.65 444.7 0 480 0C515.3 0 544 28.65 544 64C544 99.35 515.3 128 480 128C444.7 128 416 99.35 416 64V64zM472 384V480C472 497.7 457.7 512 440 512C422.3 512 408 497.7 408 480V300.5L395.1 321C385.7 336 365.9 340.5 350.1 331.1C336 321.7 331.5 301.9 340.9 286.1L392.6 204.9C410.2 176.9 440.9 159.1 473.8 159.1H486.2C519.2 159.1 549.8 176.9 567.4 204.9L619.1 286.1C628.5 301.9 624 321.7 609 331.1C594.1 340.5 574.3 336 564.9 321L552 300.5V480C552 497.7 537.7 512 520 512C502.3 512 488 497.7 488 480V384L472 384z|0 0 640 512'
|
|
905
907
|
module.exports.fasChurch = 'M344 48H376C389.3 48 400 58.75 400 72C400 85.25 389.3 96 376 96H344V142.4L456.7 210C471.2 218.7 480 234.3 480 251.2V512H384V416C384 380.7 355.3 352 320 352C284.7 352 256 380.7 256 416V512H160V251.2C160 234.3 168.8 218.7 183.3 210L296 142.4V96H264C250.7 96 240 85.25 240 72C240 58.75 250.7 48 264 48H296V24C296 10.75 306.7 0 320 0C333.3 0 344 10.75 344 24V48zM24.87 330.3L128 273.6V512H48C21.49 512 0 490.5 0 464V372.4C0 354.9 9.53 338.8 24.87 330.3V330.3zM592 512H512V273.6L615.1 330.3C630.5 338.8 640 354.9 640 372.4V464C640 490.5 618.5 512 592 512V512z|0 0 640 512'
|
|
906
908
|
module.exports.fasCircle = 'M512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256z|0 0 512 512'
|
|
907
909
|
module.exports.fasCircleArrowDown = 'M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM382.6 302.6l-103.1 103.1C270.7 414.6 260.9 416 256 416c-4.881 0-14.65-1.391-22.65-9.398L129.4 302.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 306.8V128c0-17.69 14.33-32 32-32s32 14.31 32 32v178.8l49.38-49.38c12.5-12.5 32.75-12.5 45.25 0S395.1 290.1 382.6 302.6z|0 0 512 512'
|
package/fontawesome-v6/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Fontawesome Free v6.1.
|
|
1
|
+
/* Fontawesome Free v6.1.1 */
|
|
2
2
|
|
|
3
3
|
export const fab42Group = 'M320 96V416C341.011 416 361.818 411.861 381.23 403.821C400.641 395.78 418.28 383.995 433.138 369.138C447.995 354.28 459.78 336.641 467.821 317.23C475.861 297.818 480 277.011 480 256C480 234.989 475.861 214.182 467.821 194.771C459.78 175.359 447.995 157.72 433.138 142.863C418.28 128.005 400.641 116.22 381.23 108.179C361.818 100.139 341.011 96 320 96ZM0 256L160.002 416L320.003 256L160.002 96L0 256ZM480 256C480 277.011 484.138 297.818 492.179 317.23C500.219 336.643 512.005 354.28 526.862 369.138C541.72 383.995 559.357 395.781 578.77 403.821C598.182 411.862 618.989 416 640 416V96C597.565 96 556.869 112.858 526.862 142.863C496.857 172.869 480 213.565 480 256Z|0 0 640 512'
|
|
4
4
|
export const fab500px = 'M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z|0 0 448 512'
|
|
@@ -899,9 +899,11 @@ export const fasChevronDown = 'M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-19
|
|
|
899
899
|
export const fasChevronLeft = 'M224 480c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l169.4 169.4c12.5 12.5 12.5 32.75 0 45.25C240.4 476.9 232.2 480 224 480z|0 0 320 512'
|
|
900
900
|
export const fasChevronRight = 'M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z|0 0 320 512'
|
|
901
901
|
export const fasChevronUp = 'M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z|0 0 448 512'
|
|
902
|
-
export const fasChild = 'M224
|
|
902
|
+
export const fasChild = 'M224 64C224 99.35 195.3 128 160 128C124.7 128 96 99.35 96 64C96 28.65 124.7 0 160 0C195.3 0 224 28.65 224 64zM144 384V480C144 497.7 129.7 512 112 512C94.33 512 80.01 497.7 80.01 480V287.8L59.09 321C49.67 336 29.92 340.5 14.96 331.1C.0016 321.7-4.491 301.9 4.924 286.1L44.79 223.6C69.72 184 113.2 160 160 160C206.8 160 250.3 184 275.2 223.6L315.1 286.1C324.5 301.9 320 321.7 305.1 331.1C290.1 340.5 270.3 336 260.9 321L240 287.8V480C240 497.7 225.7 512 208 512C190.3 512 176 497.7 176 480V384L144 384z|0 0 320 512'
|
|
903
|
+
export const fasChildDress = 'M223.1 64C223.1 99.35 195.3 128 159.1 128C124.7 128 95.1 99.35 95.1 64C95.1 28.65 124.7 0 159.1 0C195.3 0 223.1 28.65 223.1 64zM70.2 400C59.28 400 51.57 389.3 55.02 378.9L86.16 285.5L57.5 323.3C46.82 337.4 26.75 340.2 12.67 329.5C-1.415 318.8-4.175 298.7 6.503 284.7L65.4 206.1C87.84 177.4 122.9 160 160 160C197.2 160 232.2 177.4 254.6 206.1L313.5 284.7C324.2 298.7 321.4 318.8 307.3 329.5C293.3 340.2 273.2 337.4 262.5 323.3L233.9 285.6L264.1 378.9C268.4 389.3 260.7 400 249.8 400H232V480C232 497.7 217.7 512 200 512C182.3 512 168 497.7 168 480V400H152V480C152 497.7 137.7 512 120 512C102.3 512 88 497.7 88 480V400H70.2z|0 0 320 512'
|
|
904
|
+
export const fasChildReaching = 'M256 64C256 99.35 227.3 128 192 128C156.7 128 128 99.35 128 64C128 28.65 156.7 0 192 0C227.3 0 256 28.65 256 64zM155.7 170.2C167.3 173.1 179.6 176 192.2 176C232.1 176 269.3 155.8 291 122.4L309.2 94.54C318.8 79.73 338.6 75.54 353.5 85.18C368.3 94.82 372.5 114.6 362.8 129.5L344.7 157.3C326.4 185.4 301.2 207.3 272 221.6V480C272 497.7 257.7 512 240 512C222.3 512 208 497.7 208 480V384H176V480C176 497.7 161.7 512 144 512C126.3 512 112 497.7 112 480V221.4C83.63 207.4 58.94 186.1 40.87 158.1L21.37 129.8C11.57 115 15.54 95.18 30.25 85.37C44.95 75.57 64.82 79.54 74.62 94.25L94.12 123.5C108.5 145 129.2 160.9 152.9 169.3C153.9 169.5 154.8 169.8 155.7 170.2V170.2z|0 0 384 512'
|
|
903
905
|
export const fasChildRifle = 'M79.1 64C79.1 28.65 108.7 .0003 143.1 .0003C179.3 .0003 207.1 28.65 207.1 64C207.1 99.35 179.3 128 143.1 128C108.7 128 79.1 99.35 79.1 64V64zM104 512C86.33 512 72 497.7 72 480V300.5L59.09 321C49.67 336 29.91 340.5 14.96 331.1C.0006 321.7-4.492 301.9 4.923 286.1L56.6 204.9C74.17 176.9 104.9 160 137.8 160H150.2C183.2 160 213.8 176.9 231.4 204.9L283.1 286.1C292.5 301.9 288 321.7 273 331.1C258.1 340.5 238.3 336 228.9 321L216 300.5V480C216 497.7 201.7 512 184 512C166.3 512 152 497.7 152 480V352H136V480C136 497.7 121.7 512 104 512V512zM432 16V132.3C441.6 137.8 448 148.2 448 160V269.3L464 264V208C464 199.2 471.2 192 480 192H496C504.8 192 512 199.2 512 208V292.5C512 299.4 507.6 305.5 501.1 307.6L448 325.3V352H496C504.8 352 512 359.2 512 368V384C512 392.8 504.8 400 496 400H452L475 492.1C477.6 502.2 469.9 512 459.5 512H400C391.2 512 384 504.8 384 496V400H368C350.3 400 336 385.7 336 368V224C336 206.3 350.3 192 368 192V160C368 148.2 374.4 137.8 384 132.3V32C375.2 32 368 24.84 368 16C368 7.164 375.2 0 384 0H416C424.8 0 432 7.164 432 16V16z|0 0 512 512'
|
|
904
|
-
export const fasChildren = 'M95.1 64C95.1 28.65 124.7 0 159.1 0C195.3 0 223.1 28.65 223.1 64C223.1 99.35 195.3 128 159.1 128C124.7 128 95.1 99.35 95.1 64zM88 480V400H70.2C59.28 400 51.57 389.3 55.02 378.9L86.16 285.5L57.5 323.3C46.82 337.4 26.75 340.2 12.67 329.5C-1.415 318.8-4.175 298.7 6.503 284.7L65.4 206.1C87.84 177.4 122.9 160 160 160C197.2 160 232.2 177.4 254.6 206.1L313.5 284.7C324.2 298.7 321.4 318.8 307.3 329.5C293.3 340.2 273.2 337.4 262.5 323.3L233.9 285.6L264.1 378.9C268.4 389.3 260.7 400 249.8 400H232V480C232 497.7 217.7 512 200 512C182.3 512 168 497.7 168 480V400H152V480C152 497.7 137.7 512 120 512C102.3 512 88 497.7 88 480H88zM416 64C416 28.65 444.7 0 480 0C515.3 0 544 28.65 544 64C544 99.35 515.3 128 480 128C444.7 128 416 99.35 416
|
|
906
|
+
export const fasChildren = 'M95.1 64C95.1 28.65 124.7 0 159.1 0C195.3 0 223.1 28.65 223.1 64C223.1 99.35 195.3 128 159.1 128C124.7 128 95.1 99.35 95.1 64zM88 480V400H70.2C59.28 400 51.57 389.3 55.02 378.9L86.16 285.5L57.5 323.3C46.82 337.4 26.75 340.2 12.67 329.5C-1.415 318.8-4.175 298.7 6.503 284.7L65.4 206.1C87.84 177.4 122.9 160 160 160C197.2 160 232.2 177.4 254.6 206.1L313.5 284.7C324.2 298.7 321.4 318.8 307.3 329.5C293.3 340.2 273.2 337.4 262.5 323.3L233.9 285.6L264.1 378.9C268.4 389.3 260.7 400 249.8 400H232V480C232 497.7 217.7 512 200 512C182.3 512 168 497.7 168 480V400H152V480C152 497.7 137.7 512 120 512C102.3 512 88 497.7 88 480H88zM416 64C416 28.65 444.7 0 480 0C515.3 0 544 28.65 544 64C544 99.35 515.3 128 480 128C444.7 128 416 99.35 416 64V64zM472 384V480C472 497.7 457.7 512 440 512C422.3 512 408 497.7 408 480V300.5L395.1 321C385.7 336 365.9 340.5 350.1 331.1C336 321.7 331.5 301.9 340.9 286.1L392.6 204.9C410.2 176.9 440.9 159.1 473.8 159.1H486.2C519.2 159.1 549.8 176.9 567.4 204.9L619.1 286.1C628.5 301.9 624 321.7 609 331.1C594.1 340.5 574.3 336 564.9 321L552 300.5V480C552 497.7 537.7 512 520 512C502.3 512 488 497.7 488 480V384L472 384z|0 0 640 512'
|
|
905
907
|
export const fasChurch = 'M344 48H376C389.3 48 400 58.75 400 72C400 85.25 389.3 96 376 96H344V142.4L456.7 210C471.2 218.7 480 234.3 480 251.2V512H384V416C384 380.7 355.3 352 320 352C284.7 352 256 380.7 256 416V512H160V251.2C160 234.3 168.8 218.7 183.3 210L296 142.4V96H264C250.7 96 240 85.25 240 72C240 58.75 250.7 48 264 48H296V24C296 10.75 306.7 0 320 0C333.3 0 344 10.75 344 24V48zM24.87 330.3L128 273.6V512H48C21.49 512 0 490.5 0 464V372.4C0 354.9 9.53 338.8 24.87 330.3V330.3zM592 512H512V273.6L615.1 330.3C630.5 338.8 640 354.9 640 372.4V464C640 490.5 618.5 512 592 512V512z|0 0 640 512'
|
|
906
908
|
export const fasCircle = 'M512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256z|0 0 512 512'
|
|
907
909
|
export const fasCircleArrowDown = 'M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM382.6 302.6l-103.1 103.1C270.7 414.6 260.9 416 256 416c-4.881 0-14.65-1.391-22.65-9.398L129.4 302.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 306.8V128c0-17.69 14.33-32 32-32s32 14.31 32 32v178.8l49.38-49.38c12.5-12.5 32.75-12.5 45.25 0S395.1 290.1 382.6 302.6z|0 0 512 512'
|
|
@@ -84,6 +84,8 @@
|
|
|
84
84
|
"matAddCircle",
|
|
85
85
|
"matAddCircleOutline",
|
|
86
86
|
"matAddComment",
|
|
87
|
+
"matAddHome",
|
|
88
|
+
"matAddHomeWork",
|
|
87
89
|
"matAddIcCall",
|
|
88
90
|
"matAddLink",
|
|
89
91
|
"matAddLocation",
|
|
@@ -92,10 +94,10 @@
|
|
|
92
94
|
"matAddPhotoAlternate",
|
|
93
95
|
"matAddReaction",
|
|
94
96
|
"matAddRoad",
|
|
95
|
-
"matAddShoppingCart",
|
|
96
97
|
"matAddTask",
|
|
97
98
|
"matAddToDrive",
|
|
98
99
|
"matAddToHomeScreen",
|
|
100
|
+
"matAddShoppingCart",
|
|
99
101
|
"matAddToPhotos",
|
|
100
102
|
"matAddToQueue",
|
|
101
103
|
"matAddchart",
|
|
@@ -168,6 +170,7 @@
|
|
|
168
170
|
"matArrowForward",
|
|
169
171
|
"matArrowForwardIos",
|
|
170
172
|
"matArrowLeft",
|
|
173
|
+
"matArrowOutward",
|
|
171
174
|
"matArrowRight",
|
|
172
175
|
"matArrowRightAlt",
|
|
173
176
|
"matArrowUpward",
|
|
@@ -181,6 +184,7 @@
|
|
|
181
184
|
"matAssignmentReturn",
|
|
182
185
|
"matAssignmentReturned",
|
|
183
186
|
"matAssignmentTurnedIn",
|
|
187
|
+
"matAssistWalker",
|
|
184
188
|
"matAssistant",
|
|
185
189
|
"matAssistantDirection",
|
|
186
190
|
"matAssistantPhoto",
|
|
@@ -247,6 +251,7 @@
|
|
|
247
251
|
"matBikeScooter",
|
|
248
252
|
"matBiotech",
|
|
249
253
|
"matBlender",
|
|
254
|
+
"matBlind",
|
|
250
255
|
"matBlinds",
|
|
251
256
|
"matBlindsClosed",
|
|
252
257
|
"matBlock",
|
|
@@ -318,10 +323,10 @@
|
|
|
318
323
|
"matCached",
|
|
319
324
|
"matCake",
|
|
320
325
|
"matCalculate",
|
|
321
|
-
"matCalendarMonth",
|
|
322
326
|
"matCalendarToday",
|
|
323
327
|
"matCalendarViewDay",
|
|
324
328
|
"matCalendarViewMonth",
|
|
329
|
+
"matCalendarMonth",
|
|
325
330
|
"matCalendarViewWeek",
|
|
326
331
|
"matCall",
|
|
327
332
|
"matCallEnd",
|
|
@@ -435,6 +440,7 @@
|
|
|
435
440
|
"matConnectedTv",
|
|
436
441
|
"matConnectingAirports",
|
|
437
442
|
"matConstruction",
|
|
443
|
+
"matContactEmergency",
|
|
438
444
|
"matContactMail",
|
|
439
445
|
"matContactPage",
|
|
440
446
|
"matContactPhone",
|
|
@@ -502,6 +508,8 @@
|
|
|
502
508
|
"matDataSaverOn",
|
|
503
509
|
"matDataThresholding",
|
|
504
510
|
"matDataUsage",
|
|
511
|
+
"matDataset",
|
|
512
|
+
"matDatasetLinked",
|
|
505
513
|
"matDateRange",
|
|
506
514
|
"matDeblur",
|
|
507
515
|
"matDeck",
|
|
@@ -516,10 +524,10 @@
|
|
|
516
524
|
"matDensitySmall",
|
|
517
525
|
"matDepartureBoard",
|
|
518
526
|
"matDescription",
|
|
519
|
-
"matDeselect",
|
|
520
527
|
"matDesignServices",
|
|
521
528
|
"matDesk",
|
|
522
529
|
"matDesktopAccessDisabled",
|
|
530
|
+
"matDeselect",
|
|
523
531
|
"matDesktopMac",
|
|
524
532
|
"matDesktopWindows",
|
|
525
533
|
"matDetails",
|
|
@@ -561,6 +569,9 @@
|
|
|
561
569
|
"matDiscFull",
|
|
562
570
|
"matDiscount",
|
|
563
571
|
"matDisplaySettings",
|
|
572
|
+
"matDiversity1",
|
|
573
|
+
"matDiversity2",
|
|
574
|
+
"matDiversity3",
|
|
564
575
|
"matDns",
|
|
565
576
|
"matDoDisturb",
|
|
566
577
|
"matDoDisturbAlt",
|
|
@@ -684,6 +695,11 @@
|
|
|
684
695
|
"matExtension",
|
|
685
696
|
"matExtensionOff",
|
|
686
697
|
"matFace",
|
|
698
|
+
"matFace2",
|
|
699
|
+
"matFace3",
|
|
700
|
+
"matFace4",
|
|
701
|
+
"matFace5",
|
|
702
|
+
"matFace6",
|
|
687
703
|
"matFaceRetouchingNatural",
|
|
688
704
|
"matFaceRetouchingOff",
|
|
689
705
|
"matFactCheck",
|
|
@@ -741,6 +757,8 @@
|
|
|
741
757
|
"matFindReplace",
|
|
742
758
|
"matFingerprint",
|
|
743
759
|
"matFireExtinguisher",
|
|
760
|
+
"matFireHydrantAlt",
|
|
761
|
+
"matFireTruck",
|
|
744
762
|
"matFireplace",
|
|
745
763
|
"matFirstPage",
|
|
746
764
|
"matFitScreen",
|
|
@@ -863,6 +881,8 @@
|
|
|
863
881
|
"matGroupRemove",
|
|
864
882
|
"matGroupWork",
|
|
865
883
|
"matGroups",
|
|
884
|
+
"matGroups2",
|
|
885
|
+
"matGroups3",
|
|
866
886
|
"matHMobiledata",
|
|
867
887
|
"matHPlusMobiledata",
|
|
868
888
|
"matHail",
|
|
@@ -1107,11 +1127,15 @@
|
|
|
1107
1127
|
"matLuggage",
|
|
1108
1128
|
"matLunchDining",
|
|
1109
1129
|
"matLyrics",
|
|
1130
|
+
"matMacroOff",
|
|
1110
1131
|
"matMail",
|
|
1111
1132
|
"matMailLock",
|
|
1112
1133
|
"matMailOutline",
|
|
1113
1134
|
"matMale",
|
|
1114
1135
|
"matMan",
|
|
1136
|
+
"matMan2",
|
|
1137
|
+
"matMan3",
|
|
1138
|
+
"matMan4",
|
|
1115
1139
|
"matManageAccounts",
|
|
1116
1140
|
"matManageHistory",
|
|
1117
1141
|
"matManageSearch",
|
|
@@ -1341,6 +1365,9 @@
|
|
|
1341
1365
|
"matPermPhoneMsg",
|
|
1342
1366
|
"matPermScanWifi",
|
|
1343
1367
|
"matPerson",
|
|
1368
|
+
"matPerson2",
|
|
1369
|
+
"matPerson3",
|
|
1370
|
+
"matPerson4",
|
|
1344
1371
|
"matPersonAdd",
|
|
1345
1372
|
"matPersonAddAlt",
|
|
1346
1373
|
"matPersonAddAlt1",
|
|
@@ -1447,6 +1474,7 @@
|
|
|
1447
1474
|
"matPropane",
|
|
1448
1475
|
"matPropaneTank",
|
|
1449
1476
|
"matPsychology",
|
|
1477
|
+
"matPsychologyAlt",
|
|
1450
1478
|
"matPublic",
|
|
1451
1479
|
"matPublicOff",
|
|
1452
1480
|
"matPublish",
|
|
@@ -1501,6 +1529,7 @@
|
|
|
1501
1529
|
"matRemoveRoad",
|
|
1502
1530
|
"matRemoveShoppingCart",
|
|
1503
1531
|
"matReorder",
|
|
1532
|
+
"matRepartition",
|
|
1504
1533
|
"matRepeat",
|
|
1505
1534
|
"matRepeatOn",
|
|
1506
1535
|
"matRepeatOne",
|
|
@@ -1637,6 +1666,7 @@
|
|
|
1637
1666
|
"matSettingsSystemDaydream",
|
|
1638
1667
|
"matSettingsVoice",
|
|
1639
1668
|
"matSevereCold",
|
|
1669
|
+
"matShapeLine",
|
|
1640
1670
|
"matShare",
|
|
1641
1671
|
"matShareLocation",
|
|
1642
1672
|
"matShield",
|
|
@@ -1910,6 +1940,7 @@
|
|
|
1910
1940
|
"matTraffic",
|
|
1911
1941
|
"matTrain",
|
|
1912
1942
|
"matTram",
|
|
1943
|
+
"matTranscribe",
|
|
1913
1944
|
"matTransferWithinAStation",
|
|
1914
1945
|
"matTransform",
|
|
1915
1946
|
"matTransgender",
|
|
@@ -1920,6 +1951,7 @@
|
|
|
1920
1951
|
"matTrendingFlat",
|
|
1921
1952
|
"matTrendingUp",
|
|
1922
1953
|
"matTripOrigin",
|
|
1954
|
+
"matTroubleshoot",
|
|
1923
1955
|
"matTry",
|
|
1924
1956
|
"matTsunami",
|
|
1925
1957
|
"matTty",
|
|
@@ -1936,13 +1968,16 @@
|
|
|
1936
1968
|
"matTv",
|
|
1937
1969
|
"matTvOff",
|
|
1938
1970
|
"matTwoWheeler",
|
|
1971
|
+
"matTypeSpecimen",
|
|
1939
1972
|
"matUTurnLeft",
|
|
1940
1973
|
"matUTurnRight",
|
|
1941
1974
|
"matUmbrella",
|
|
1942
1975
|
"matUnarchive",
|
|
1943
1976
|
"matUndo",
|
|
1944
1977
|
"matUnfoldLess",
|
|
1978
|
+
"matUnfoldLessDouble",
|
|
1945
1979
|
"matUnfoldMore",
|
|
1980
|
+
"matUnfoldMoreDouble",
|
|
1946
1981
|
"matUnpublished",
|
|
1947
1982
|
"matUnsubscribe",
|
|
1948
1983
|
"matUpcoming",
|
|
@@ -2041,6 +2076,7 @@
|
|
|
2041
2076
|
"matWeb",
|
|
2042
2077
|
"matWebAsset",
|
|
2043
2078
|
"matWebAssetOff",
|
|
2079
|
+
"matWebStories",
|
|
2044
2080
|
"matWebhook",
|
|
2045
2081
|
"matWeekend",
|
|
2046
2082
|
"matWest",
|
|
@@ -2070,6 +2106,7 @@
|
|
|
2070
2106
|
"matWindow",
|
|
2071
2107
|
"matWineBar",
|
|
2072
2108
|
"matWoman",
|
|
2109
|
+
"matWoman2",
|
|
2073
2110
|
"matWork",
|
|
2074
2111
|
"matWorkHistory",
|
|
2075
2112
|
"matWorkOff",
|
|
@@ -85,6 +85,8 @@ export declare const matAddChart: string;
|
|
|
85
85
|
export declare const matAddCircle: string;
|
|
86
86
|
export declare const matAddCircleOutline: string;
|
|
87
87
|
export declare const matAddComment: string;
|
|
88
|
+
export declare const matAddHome: string;
|
|
89
|
+
export declare const matAddHomeWork: string;
|
|
88
90
|
export declare const matAddIcCall: string;
|
|
89
91
|
export declare const matAddLink: string;
|
|
90
92
|
export declare const matAddLocation: string;
|
|
@@ -169,6 +171,7 @@ export declare const matArrowDropUp: string;
|
|
|
169
171
|
export declare const matArrowForward: string;
|
|
170
172
|
export declare const matArrowForwardIos: string;
|
|
171
173
|
export declare const matArrowLeft: string;
|
|
174
|
+
export declare const matArrowOutward: string;
|
|
172
175
|
export declare const matArrowRight: string;
|
|
173
176
|
export declare const matArrowRightAlt: string;
|
|
174
177
|
export declare const matArrowUpward: string;
|
|
@@ -182,6 +185,7 @@ export declare const matAssignmentLate: string;
|
|
|
182
185
|
export declare const matAssignmentReturn: string;
|
|
183
186
|
export declare const matAssignmentReturned: string;
|
|
184
187
|
export declare const matAssignmentTurnedIn: string;
|
|
188
|
+
export declare const matAssistWalker: string;
|
|
185
189
|
export declare const matAssistant: string;
|
|
186
190
|
export declare const matAssistantDirection: string;
|
|
187
191
|
export declare const matAssistantPhoto: string;
|
|
@@ -248,6 +252,7 @@ export declare const matBento: string;
|
|
|
248
252
|
export declare const matBikeScooter: string;
|
|
249
253
|
export declare const matBiotech: string;
|
|
250
254
|
export declare const matBlender: string;
|
|
255
|
+
export declare const matBlind: string;
|
|
251
256
|
export declare const matBlinds: string;
|
|
252
257
|
export declare const matBlindsClosed: string;
|
|
253
258
|
export declare const matBlock: string;
|
|
@@ -436,6 +441,7 @@ export declare const matConnectWithoutContact: string;
|
|
|
436
441
|
export declare const matConnectedTv: string;
|
|
437
442
|
export declare const matConnectingAirports: string;
|
|
438
443
|
export declare const matConstruction: string;
|
|
444
|
+
export declare const matContactEmergency: string;
|
|
439
445
|
export declare const matContactMail: string;
|
|
440
446
|
export declare const matContactPage: string;
|
|
441
447
|
export declare const matContactPhone: string;
|
|
@@ -503,6 +509,8 @@ export declare const matDataSaverOff: string;
|
|
|
503
509
|
export declare const matDataSaverOn: string;
|
|
504
510
|
export declare const matDataThresholding: string;
|
|
505
511
|
export declare const matDataUsage: string;
|
|
512
|
+
export declare const matDataset: string;
|
|
513
|
+
export declare const matDatasetLinked: string;
|
|
506
514
|
export declare const matDateRange: string;
|
|
507
515
|
export declare const matDeblur: string;
|
|
508
516
|
export declare const matDeck: string;
|
|
@@ -562,6 +570,9 @@ export declare const matDisabledVisible: string;
|
|
|
562
570
|
export declare const matDiscFull: string;
|
|
563
571
|
export declare const matDiscount: string;
|
|
564
572
|
export declare const matDisplaySettings: string;
|
|
573
|
+
export declare const matDiversity1: string;
|
|
574
|
+
export declare const matDiversity2: string;
|
|
575
|
+
export declare const matDiversity3: string;
|
|
565
576
|
export declare const matDns: string;
|
|
566
577
|
export declare const matDoDisturb: string;
|
|
567
578
|
export declare const matDoDisturbAlt: string;
|
|
@@ -684,6 +695,11 @@ export declare const matExposurePlus2: string;
|
|
|
684
695
|
export declare const matExposureZero: string;
|
|
685
696
|
export declare const matExtension: string;
|
|
686
697
|
export declare const matExtensionOff: string;
|
|
698
|
+
export declare const matFace2: string;
|
|
699
|
+
export declare const matFace3: string;
|
|
700
|
+
export declare const matFace4: string;
|
|
701
|
+
export declare const matFace5: string;
|
|
702
|
+
export declare const matFace6: string;
|
|
687
703
|
export declare const matFace: string;
|
|
688
704
|
export declare const matFaceRetouchingNatural: string;
|
|
689
705
|
export declare const matFaceRetouchingOff: string;
|
|
@@ -742,6 +758,8 @@ export declare const matFindInPage: string;
|
|
|
742
758
|
export declare const matFindReplace: string;
|
|
743
759
|
export declare const matFingerprint: string;
|
|
744
760
|
export declare const matFireExtinguisher: string;
|
|
761
|
+
export declare const matFireHydrantAlt: string;
|
|
762
|
+
export declare const matFireTruck: string;
|
|
745
763
|
export declare const matFireplace: string;
|
|
746
764
|
export declare const matFirstPage: string;
|
|
747
765
|
export declare const matFitScreen: string;
|
|
@@ -863,6 +881,8 @@ export declare const matGroupAdd: string;
|
|
|
863
881
|
export declare const matGroupOff: string;
|
|
864
882
|
export declare const matGroupRemove: string;
|
|
865
883
|
export declare const matGroupWork: string;
|
|
884
|
+
export declare const matGroups2: string;
|
|
885
|
+
export declare const matGroups3: string;
|
|
866
886
|
export declare const matGroups: string;
|
|
867
887
|
export declare const matHMobiledata: string;
|
|
868
888
|
export declare const matHPlusMobiledata: string;
|
|
@@ -1108,10 +1128,14 @@ export declare const matLtePlusMobiledata: string;
|
|
|
1108
1128
|
export declare const matLuggage: string;
|
|
1109
1129
|
export declare const matLunchDining: string;
|
|
1110
1130
|
export declare const matLyrics: string;
|
|
1131
|
+
export declare const matMacroOff: string;
|
|
1111
1132
|
export declare const matMail: string;
|
|
1112
1133
|
export declare const matMailLock: string;
|
|
1113
1134
|
export declare const matMailOutline: string;
|
|
1114
1135
|
export declare const matMale: string;
|
|
1136
|
+
export declare const matMan2: string;
|
|
1137
|
+
export declare const matMan3: string;
|
|
1138
|
+
export declare const matMan4: string;
|
|
1115
1139
|
export declare const matMan: string;
|
|
1116
1140
|
export declare const matManageAccounts: string;
|
|
1117
1141
|
export declare const matManageHistory: string;
|
|
@@ -1341,6 +1365,9 @@ export declare const matPermIdentity: string;
|
|
|
1341
1365
|
export declare const matPermMedia: string;
|
|
1342
1366
|
export declare const matPermPhoneMsg: string;
|
|
1343
1367
|
export declare const matPermScanWifi: string;
|
|
1368
|
+
export declare const matPerson2: string;
|
|
1369
|
+
export declare const matPerson3: string;
|
|
1370
|
+
export declare const matPerson4: string;
|
|
1344
1371
|
export declare const matPerson: string;
|
|
1345
1372
|
export declare const matPersonAdd: string;
|
|
1346
1373
|
export declare const matPersonAddAlt1: string;
|
|
@@ -1448,6 +1475,7 @@ export declare const matProductionQuantityLimits: string;
|
|
|
1448
1475
|
export declare const matPropane: string;
|
|
1449
1476
|
export declare const matPropaneTank: string;
|
|
1450
1477
|
export declare const matPsychology: string;
|
|
1478
|
+
export declare const matPsychologyAlt: string;
|
|
1451
1479
|
export declare const matPublic: string;
|
|
1452
1480
|
export declare const matPublicOff: string;
|
|
1453
1481
|
export declare const matPublish: string;
|
|
@@ -1502,6 +1530,7 @@ export declare const matRemoveRedEye: string;
|
|
|
1502
1530
|
export declare const matRemoveRoad: string;
|
|
1503
1531
|
export declare const matRemoveShoppingCart: string;
|
|
1504
1532
|
export declare const matReorder: string;
|
|
1533
|
+
export declare const matRepartition: string;
|
|
1505
1534
|
export declare const matRepeat: string;
|
|
1506
1535
|
export declare const matRepeatOn: string;
|
|
1507
1536
|
export declare const matRepeatOne: string;
|
|
@@ -1638,6 +1667,7 @@ export declare const matSettingsSuggest: string;
|
|
|
1638
1667
|
export declare const matSettingsSystemDaydream: string;
|
|
1639
1668
|
export declare const matSettingsVoice: string;
|
|
1640
1669
|
export declare const matSevereCold: string;
|
|
1670
|
+
export declare const matShapeLine: string;
|
|
1641
1671
|
export declare const matShare: string;
|
|
1642
1672
|
export declare const matShareLocation: string;
|
|
1643
1673
|
export declare const matShield: string;
|
|
@@ -1911,6 +1941,7 @@ export declare const matTrackChanges: string;
|
|
|
1911
1941
|
export declare const matTraffic: string;
|
|
1912
1942
|
export declare const matTrain: string;
|
|
1913
1943
|
export declare const matTram: string;
|
|
1944
|
+
export declare const matTranscribe: string;
|
|
1914
1945
|
export declare const matTransferWithinAStation: string;
|
|
1915
1946
|
export declare const matTransform: string;
|
|
1916
1947
|
export declare const matTransgender: string;
|
|
@@ -1921,6 +1952,7 @@ export declare const matTrendingDown: string;
|
|
|
1921
1952
|
export declare const matTrendingFlat: string;
|
|
1922
1953
|
export declare const matTrendingUp: string;
|
|
1923
1954
|
export declare const matTripOrigin: string;
|
|
1955
|
+
export declare const matTroubleshoot: string;
|
|
1924
1956
|
export declare const matTry: string;
|
|
1925
1957
|
export declare const matTsunami: string;
|
|
1926
1958
|
export declare const matTty: string;
|
|
@@ -1937,13 +1969,16 @@ export declare const matTurnedInNot: string;
|
|
|
1937
1969
|
export declare const matTv: string;
|
|
1938
1970
|
export declare const matTvOff: string;
|
|
1939
1971
|
export declare const matTwoWheeler: string;
|
|
1972
|
+
export declare const matTypeSpecimen: string;
|
|
1940
1973
|
export declare const matUTurnLeft: string;
|
|
1941
1974
|
export declare const matUTurnRight: string;
|
|
1942
1975
|
export declare const matUmbrella: string;
|
|
1943
1976
|
export declare const matUnarchive: string;
|
|
1944
1977
|
export declare const matUndo: string;
|
|
1945
1978
|
export declare const matUnfoldLess: string;
|
|
1979
|
+
export declare const matUnfoldLessDouble: string;
|
|
1946
1980
|
export declare const matUnfoldMore: string;
|
|
1981
|
+
export declare const matUnfoldMoreDouble: string;
|
|
1947
1982
|
export declare const matUnpublished: string;
|
|
1948
1983
|
export declare const matUnsubscribe: string;
|
|
1949
1984
|
export declare const matUpcoming: string;
|
|
@@ -2042,6 +2077,7 @@ export declare const matWc: string;
|
|
|
2042
2077
|
export declare const matWeb: string;
|
|
2043
2078
|
export declare const matWebAsset: string;
|
|
2044
2079
|
export declare const matWebAssetOff: string;
|
|
2080
|
+
export declare const matWebStories: string;
|
|
2045
2081
|
export declare const matWebhook: string;
|
|
2046
2082
|
export declare const matWeekend: string;
|
|
2047
2083
|
export declare const matWest: string;
|
|
@@ -2070,6 +2106,7 @@ export declare const matWifiTetheringOff: string;
|
|
|
2070
2106
|
export declare const matWindPower: string;
|
|
2071
2107
|
export declare const matWindow: string;
|
|
2072
2108
|
export declare const matWineBar: string;
|
|
2109
|
+
export declare const matWoman2: string;
|
|
2073
2110
|
export declare const matWoman: string;
|
|
2074
2111
|
export declare const matWork: string;
|
|
2075
2112
|
export declare const matWorkHistory: string;
|