@quasar/extras 1.16.11 → 1.16.12

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 (40) hide show
  1. package/README.md +11 -11
  2. package/fontawesome-v6/LICENSE.txt +2 -2
  3. package/fontawesome-v6/fa-brands-400.ttf +0 -0
  4. package/fontawesome-v6/fa-brands-400.woff2 +0 -0
  5. package/fontawesome-v6/fa-regular-400.ttf +0 -0
  6. package/fontawesome-v6/fa-regular-400.woff2 +0 -0
  7. package/fontawesome-v6/fa-solid-900.ttf +0 -0
  8. package/fontawesome-v6/fa-solid-900.woff2 +0 -0
  9. package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
  10. package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
  11. package/fontawesome-v6/fontawesome-v6.css +31 -4
  12. package/fontawesome-v6/icons.json +8 -0
  13. package/fontawesome-v6/index.d.ts +9 -1
  14. package/fontawesome-v6/index.js +23 -15
  15. package/fontawesome-v6/index.mjs +23 -15
  16. package/ionicons-v7/icons.json +1 -0
  17. package/ionicons-v7/index.d.ts +2 -1
  18. package/ionicons-v7/index.js +7 -6
  19. package/ionicons-v7/index.mjs +7 -6
  20. package/material-symbols-outlined/icons.json +95 -22
  21. package/material-symbols-outlined/index.d.ts +95 -22
  22. package/material-symbols-outlined/index.js +125 -52
  23. package/material-symbols-outlined/index.mjs +125 -52
  24. package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  25. package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  26. package/material-symbols-rounded/icons.json +95 -22
  27. package/material-symbols-rounded/index.d.ts +95 -22
  28. package/material-symbols-rounded/index.js +220 -147
  29. package/material-symbols-rounded/index.mjs +220 -147
  30. package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  31. package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  32. package/material-symbols-sharp/icons.json +95 -22
  33. package/material-symbols-sharp/index.d.ts +95 -22
  34. package/material-symbols-sharp/index.js +128 -55
  35. package/material-symbols-sharp/index.mjs +128 -55
  36. package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  37. package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  38. package/mdi-v6/LICENSE +20 -20
  39. package/mdi-v6/license.md +20 -20
  40. package/package.json +4 -4
package/README.md CHANGED
@@ -24,19 +24,19 @@ Please make sure you have latest `@quasar/extras` npm package version installed
24
24
  | ------------------------------------------------------------------------------- | -------- | --------------------------- | ---------------------------------------------------- | ------------------------------ | -------------------------------------------- |
25
25
  | Roboto Font | CDN v30 | `roboto-font` | Recommended font along Material theme | | [License](roboto-font/LICENSE) |
26
26
  | Roboto Font Latin Extended | CDN v30 | `roboto-font-latin-ext` | Recommended font along Material theme | | [License](roboto-font-latin-ext/LICENSE) |
27
- | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v141 | `material-icons` | Material icons font | Requires: @quasar/extras 1.2+ | [License](material-icons/LICENSE) |
27
+ | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v142 | `material-icons` | Material icons font | Requires: @quasar/extras 1.2+ | [License](material-icons/LICENSE) |
28
28
  | [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) |
29
29
  | [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) |
30
30
  | [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) |
31
- | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v170 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
32
- | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v168 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
33
- | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v166 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
31
+ | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v195 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
32
+ | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v193 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
33
+ | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v191 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
34
34
  | [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.4.47 | `mdi-v7` | Extended Material Design icons font | Requires: @quasar/extras 1.15+ | [License](mdi-v7/LICENSE) |
35
35
  | MDI v6 (Material Design Icons) | 6.9.96 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
36
36
  | MDI v5 (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
37
37
  | MDI v4 (Material Design Icons) | 4.9.95 | `mdi-v4` | Extended Material Design icons font | | [License](mdi-v4/license.md) |
38
38
  | MDI v3 (Material Design Icons) | 3.6.95 | `mdi-v3` | Extended Material Design icons font | | [License](mdi-v3/LICENSE) |
39
- | [Font Awesome v6](https://fontawesome.com/icons) | 6.5.1 | `fontawesome-v6` | Fontawesome icons font | Requires: @quasar/extras 1.13+ | [License](fontawesome-v6/LICENSE.txt) |
39
+ | [Font Awesome v6](https://fontawesome.com/icons) | 6.5.2 | `fontawesome-v6` | Fontawesome icons font | Requires: @quasar/extras 1.13+ | [License](fontawesome-v6/LICENSE.txt) |
40
40
  | Font Awesome v5 | 5.15.4 | `fontawesome-v5` | Fontawesome icons font | | [License](fontawesome-v5/LICENSE.txt) |
41
41
  | [Ionicons](https://ionicons.com/v4) | 4.6.3 | `ionicons-v4` | Ionicons font | | [License](ionicons-v4/LICENSE) |
42
42
  | [Eva Icons](https://akveo.github.io/eva-icons) | 1.1.3 | `eva-icons` | Eva Icons font | | [License](eva-icons/LICENSE) |
@@ -55,20 +55,20 @@ Please make sure you have latest `@quasar/extras` npm package version installed
55
55
 
56
56
  | Vendor | Version | Quasar IconSet name | Import Icons from | Notes | License |
57
57
  | ---------------------------------------------------------------------------------------- | -------- | ------------------------------- | ------------------------------------------ | --------------------------------------------------- | -------------------------------------------- |
58
- | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v141 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
58
+ | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v142 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
59
59
  | [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v109 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
60
60
  | [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v108 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
61
61
  | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v109 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
62
- | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v170 | `svg-material-symbols-outlined` | `@quasar/extras/material-symbols-outlined` | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
63
- | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN v168 | `svg-material-symbols-rounded` | `@quasar/extras/material-symbols-rounded` | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
64
- | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN v166 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
62
+ | [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v195 | `svg-material-symbols-outlined` | `@quasar/extras/material-symbols-outlined` | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
63
+ | [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN v193 | `svg-material-symbols-rounded` | `@quasar/extras/material-symbols-rounded` | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
64
+ | [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN v191 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
65
65
  | [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.4.47 | `svg-mdi-v7` | `@quasar/extras/mdi-v7` | | [License](mdi-v7/LICENSE) |
66
66
  | MDI v6 (Material Design Icons) | 6.9.96 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
67
67
  | MDI v5 (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
68
68
  | MDI v4 (Material Design Icons) | 4.9.95 | `svg-mdi-v4` | `@quasar/extras/mdi-v4` | | [License](mdi-v4/license.md) |
69
- | [Font Awesome v6](https://fontawesome.com/icons) | 6.5.1 | `svg-fontawesome-v6` | `@quasar/extras/fontawesome-v6` | Requires: @quasar/extras 1.13+ | [License](fontawesome-v5/LICENSE.txt) |
69
+ | [Font Awesome v6](https://fontawesome.com/icons) | 6.5.2 | `svg-fontawesome-v6` | `@quasar/extras/fontawesome-v6` | Requires: @quasar/extras 1.13+ | [License](fontawesome-v5/LICENSE.txt) |
70
70
  | Font Awesome v5 | 5.15.4 | `svg-fontawesome-v5` | `@quasar/extras/fontawesome-v5` | | [License](fontawesome-v5/LICENSE.txt) |
71
- | [Ionicons v7](https://ionicons.com/) | 7.3.1 | `svg-ionicons-v7` | `@quasar/extras/ionicons-v7` | Requires: @quasar/extras 1.16+ | [Icon License](ionicons-v7/LICENSE) |
71
+ | [Ionicons v7](https://ionicons.com/) | 7.4.0 | `svg-ionicons-v7` | `@quasar/extras/ionicons-v7` | Requires: @quasar/extras 1.16+ | [Icon License](ionicons-v7/LICENSE) |
72
72
  | Ionicons v6 | 6.1.3 | `svg-ionicons-v6` | `@quasar/extras/ionicons-v6` | Requires: @quasar/extras 1.12+ | [Icon License](ionicons-v6/LICENSE) |
73
73
  | Ionicons v5 | 5.5.4 | `svg-ionicons-v5` | `@quasar/extras/ionicons-v5` | Requires: @quasar/extras 1.7+ | [Icon License](ionicons-v5/LICENSE) |
74
74
  | Ionicons v4 | 4.6.3 | `svg-ionicons-v4` | `@quasar/extras/ionicons-v4` | No icon font (woof) files for Ionicons since v4.6.3 | [Icon License](ionicons-v4/LICENSE) |
@@ -23,7 +23,7 @@ as SVG and JS file types.
23
23
  In the Font Awesome Free download, the SIL OFL license applies to all icons
24
24
  packaged as web and desktop font files.
25
25
 
26
- Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
26
+ Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
27
27
  with Reserved Font Name: "Font Awesome".
28
28
 
29
29
  This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -123,7 +123,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
123
123
  In the Font Awesome Free download, the MIT license applies to all non-font and
124
124
  non-icon files.
125
125
 
126
- Copyright 2023 Fonticons, Inc.
126
+ Copyright 2024 Fonticons, Inc.
127
127
 
128
128
  Permission is hereby granted, free of charge, to any person obtaining a copy of
129
129
  this software and associated documentation files (the "Software"), to deal in the
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.5.2 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
- * Copyright 2023 Fonticons, Inc.
4
+ * Copyright 2024 Fonticons, Inc.
5
5
  */
6
6
  .fa {
7
7
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
@@ -463,8 +463,8 @@
463
463
  transform: scale(-1, -1); }
464
464
 
465
465
  .fa-rotate-by {
466
- -webkit-transform: rotate(var(--fa-rotate-angle, none));
467
- transform: rotate(var(--fa-rotate-angle, none)); }
466
+ -webkit-transform: rotate(var(--fa-rotate-angle, 0));
467
+ transform: rotate(var(--fa-rotate-angle, 0)); }
468
468
 
469
469
  .fa-stack {
470
470
  display: inline-block;
@@ -2768,6 +2768,9 @@ readers do not read off random characters that represent icons */
2768
2768
  .fa-italic::before {
2769
2769
  content: "\f033"; }
2770
2770
 
2771
+ .fa-table-cells-column-lock::before {
2772
+ content: "\e678"; }
2773
+
2771
2774
  .fa-church::before {
2772
2775
  content: "\f51d"; }
2773
2776
 
@@ -4940,6 +4943,9 @@ readers do not read off random characters that represent icons */
4940
4943
  .fa-font::before {
4941
4944
  content: "\f031"; }
4942
4945
 
4946
+ .fa-table-cells-row-lock::before {
4947
+ content: "\e67a"; }
4948
+
4943
4949
  .fa-rupiah-sign::before {
4944
4950
  content: "\e23d"; }
4945
4951
 
@@ -6481,6 +6487,9 @@ readers do not read off random characters that represent icons */
6481
6487
  .fa-drupal:before {
6482
6488
  content: "\f1a9"; }
6483
6489
 
6490
+ .fa-jxl:before {
6491
+ content: "\e67b"; }
6492
+
6484
6493
  .fa-hire-a-helper:before {
6485
6494
  content: "\f3b0"; }
6486
6495
 
@@ -6784,6 +6793,9 @@ readers do not read off random characters that represent icons */
6784
6793
  .fa-kickstarter:before {
6785
6794
  content: "\f3bb"; }
6786
6795
 
6796
+ .fa-square-kickstarter:before {
6797
+ content: "\f3bb"; }
6798
+
6787
6799
  .fa-grav:before {
6788
6800
  content: "\f2d6"; }
6789
6801
 
@@ -7216,6 +7228,9 @@ readers do not read off random characters that represent icons */
7216
7228
  .fa-google-plus-square:before {
7217
7229
  content: "\f0d4"; }
7218
7230
 
7231
+ .fa-web-awesome:before {
7232
+ content: "\e682"; }
7233
+
7219
7234
  .fa-mandalorian:before {
7220
7235
  content: "\f50f"; }
7221
7236
 
@@ -7378,6 +7393,9 @@ readers do not read off random characters that represent icons */
7378
7393
  .fa-xbox:before {
7379
7394
  content: "\f412"; }
7380
7395
 
7396
+ .fa-square-web-awesome-stroke:before {
7397
+ content: "\e684"; }
7398
+
7381
7399
  .fa-searchengin:before {
7382
7400
  content: "\f3eb"; }
7383
7401
 
@@ -7486,6 +7504,9 @@ readers do not read off random characters that represent icons */
7486
7504
  .fa-whatsapp:before {
7487
7505
  content: "\f232"; }
7488
7506
 
7507
+ .fa-square-upwork:before {
7508
+ content: "\e67c"; }
7509
+
7489
7510
  .fa-slideshare:before {
7490
7511
  content: "\f1e7"; }
7491
7512
 
@@ -7564,6 +7585,9 @@ readers do not read off random characters that represent icons */
7564
7585
  .fa-sellsy:before {
7565
7586
  content: "\f213"; }
7566
7587
 
7588
+ .fa-square-web-awesome:before {
7589
+ content: "\e683"; }
7590
+
7567
7591
  .fa-sass:before {
7568
7592
  content: "\f41e"; }
7569
7593
 
@@ -7600,6 +7624,9 @@ readers do not read off random characters that represent icons */
7600
7624
  .fa-waze:before {
7601
7625
  content: "\f83f"; }
7602
7626
 
7627
+ .fa-bluesky:before {
7628
+ content: "\e671"; }
7629
+
7603
7630
  .fa-cc-jcb:before {
7604
7631
  content: "\f24b"; }
7605
7632
 
@@ -41,6 +41,7 @@
41
41
  "fabBlackberry",
42
42
  "fabBlogger",
43
43
  "fabBloggerB",
44
+ "fabBluesky",
44
45
  "fabBluetooth",
45
46
  "fabBluetoothB",
46
47
  "fabBootstrap",
@@ -223,6 +224,7 @@
223
224
  "fabJoomla",
224
225
  "fabJs",
225
226
  "fabJsfiddle",
227
+ "fabJxl",
226
228
  "fabKaggle",
227
229
  "fabKeybase",
228
230
  "fabKeycdn",
@@ -384,8 +386,11 @@
384
386
  "fabSquareThreads",
385
387
  "fabSquareTumblr",
386
388
  "fabSquareTwitter",
389
+ "fabSquareUpwork",
387
390
  "fabSquareViadeo",
388
391
  "fabSquareVimeo",
392
+ "fabSquareWebAwesome",
393
+ "fabSquareWebAwesomeStroke",
389
394
  "fabSquareWhatsapp",
390
395
  "fabSquareXTwitter",
391
396
  "fabSquareXing",
@@ -451,6 +456,7 @@
451
456
  "fabVuejs",
452
457
  "fabWatchmanMonitoring",
453
458
  "fabWaze",
459
+ "fabWebAwesome",
454
460
  "fabWebflow",
455
461
  "fabWeebly",
456
462
  "fabWeibo",
@@ -1832,7 +1838,9 @@
1832
1838
  "fasT",
1833
1839
  "fasTable",
1834
1840
  "fasTableCells",
1841
+ "fasTableCellsColumnLock",
1835
1842
  "fasTableCellsLarge",
1843
+ "fasTableCellsRowLock",
1836
1844
  "fasTableColumns",
1837
1845
  "fasTableList",
1838
1846
  "fasTableTennisPaddleBall",
@@ -1,4 +1,4 @@
1
- /* Fontawesome Free v6.5.1 */
1
+ /* Fontawesome Free v6.5.2 */
2
2
 
3
3
  export declare const fab42Group: string;
4
4
  export declare const fab500px: string;
@@ -42,6 +42,7 @@ export declare const fabBlackTie: string;
42
42
  export declare const fabBlackberry: string;
43
43
  export declare const fabBlogger: string;
44
44
  export declare const fabBloggerB: string;
45
+ export declare const fabBluesky: string;
45
46
  export declare const fabBluetooth: string;
46
47
  export declare const fabBluetoothB: string;
47
48
  export declare const fabBootstrap: string;
@@ -224,6 +225,7 @@ export declare const fabJoget: string;
224
225
  export declare const fabJoomla: string;
225
226
  export declare const fabJs: string;
226
227
  export declare const fabJsfiddle: string;
228
+ export declare const fabJxl: string;
227
229
  export declare const fabKaggle: string;
228
230
  export declare const fabKeybase: string;
229
231
  export declare const fabKeycdn: string;
@@ -385,8 +387,11 @@ export declare const fabSquareSteam: string;
385
387
  export declare const fabSquareThreads: string;
386
388
  export declare const fabSquareTumblr: string;
387
389
  export declare const fabSquareTwitter: string;
390
+ export declare const fabSquareUpwork: string;
388
391
  export declare const fabSquareViadeo: string;
389
392
  export declare const fabSquareVimeo: string;
393
+ export declare const fabSquareWebAwesome: string;
394
+ export declare const fabSquareWebAwesomeStroke: string;
390
395
  export declare const fabSquareWhatsapp: string;
391
396
  export declare const fabSquareXTwitter: string;
392
397
  export declare const fabSquareXing: string;
@@ -452,6 +457,7 @@ export declare const fabVnv: string;
452
457
  export declare const fabVuejs: string;
453
458
  export declare const fabWatchmanMonitoring: string;
454
459
  export declare const fabWaze: string;
460
+ export declare const fabWebAwesome: string;
455
461
  export declare const fabWebflow: string;
456
462
  export declare const fabWeebly: string;
457
463
  export declare const fabWeibo: string;
@@ -1833,7 +1839,9 @@ export declare const fasSyringe: string;
1833
1839
  export declare const fasT: string;
1834
1840
  export declare const fasTable: string;
1835
1841
  export declare const fasTableCells: string;
1842
+ export declare const fasTableCellsColumnLock: string;
1836
1843
  export declare const fasTableCellsLarge: string;
1844
+ export declare const fasTableCellsRowLock: string;
1837
1845
  export declare const fasTableColumns: string;
1838
1846
  export declare const fasTableList: string;
1839
1847
  export declare const fasTableTennisPaddleBall: string;