@quasar/extras 1.16.2 → 1.16.3

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.
Files changed (42) hide show
  1. package/README.md +3 -3
  2. package/fontawesome-v6/fa-brands-400.ttf +0 -0
  3. package/fontawesome-v6/fa-brands-400.woff2 +0 -0
  4. package/fontawesome-v6/fa-regular-400.ttf +0 -0
  5. package/fontawesome-v6/fa-regular-400.woff2 +0 -0
  6. package/fontawesome-v6/fa-solid-900.ttf +0 -0
  7. package/fontawesome-v6/fa-solid-900.woff2 +0 -0
  8. package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
  9. package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
  10. package/fontawesome-v6/index.d.ts +1 -1
  11. package/fontawesome-v6/index.js +326 -326
  12. package/fontawesome-v6/index.mjs +326 -326
  13. package/material-icons/index.js +4 -4
  14. package/material-icons/index.mjs +4 -4
  15. package/material-icons-outlined/index.js +4 -4
  16. package/material-icons-outlined/index.mjs +4 -4
  17. package/material-icons-round/index.js +4 -4
  18. package/material-icons-round/index.mjs +4 -4
  19. package/material-icons-sharp/index.js +3 -3
  20. package/material-icons-sharp/index.mjs +3 -3
  21. package/material-symbols-outlined/icons.json +57 -0
  22. package/material-symbols-outlined/index.d.ts +57 -0
  23. package/material-symbols-outlined/index.js +86 -29
  24. package/material-symbols-outlined/index.mjs +86 -29
  25. package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  26. package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  27. package/material-symbols-rounded/icons.json +57 -0
  28. package/material-symbols-rounded/index.d.ts +57 -0
  29. package/material-symbols-rounded/index.js +391 -334
  30. package/material-symbols-rounded/index.mjs +391 -334
  31. package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  32. package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  33. package/material-symbols-sharp/icons.json +57 -0
  34. package/material-symbols-sharp/index.d.ts +57 -0
  35. package/material-symbols-sharp/index.js +264 -207
  36. package/material-symbols-sharp/index.mjs +264 -207
  37. package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  38. package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  39. package/mdi-v4/index.d.ts +4997 -0
  40. package/mdi-v6/LICENSE +20 -20
  41. package/mdi-v6/license.md +20 -20
  42. package/package.json +2 -7
package/README.md CHANGED
@@ -27,9 +27,9 @@ Please make sure you have latest `@quasar/extras` npm package version installed
27
27
  | [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v109 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2+ | [License](material-icons-outlined/LICENSE) |
28
28
  | [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v108 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2+ | [License](material-icons-round/LICENSE) |
29
29
  | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v109 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2+ | [License](material-icons-sharp/LICENSE) |
30
- | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v100 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
31
- | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v99 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
32
- | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v96 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
30
+ | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v107 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
31
+ | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v106 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
32
+ | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v103 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
33
33
  | [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.2.96 | `mdi-v7` | Extended Material Design icons font | Requires: @quasar/extras 1.15+ | [License](mdi-v7/LICENSE) |
34
34
  | MDI v6 (Material Design Icons) | 6.9.96 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
35
35
  | MDI v5 (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,4 +1,4 @@
1
- /* Fontawesome Free v6.4.0 */
1
+ /* Fontawesome Free v6.3.0 */
2
2
 
3
3
  export declare const fab42Group: string;
4
4
  export declare const fab500px: string;