@quasar/extras 1.15.4 → 1.15.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.
Files changed (51) hide show
  1. package/README.md +11 -11
  2. package/bootstrap-icons/bootstrap-icons.css +142 -0
  3. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  4. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  5. package/bootstrap-icons/icons.json +142 -0
  6. package/bootstrap-icons/index.d.ts +143 -1
  7. package/bootstrap-icons/index.js +188 -46
  8. package/bootstrap-icons/index.mjs +188 -46
  9. package/fontawesome-v6/fa-brands-400.ttf +0 -0
  10. package/fontawesome-v6/fa-brands-400.woff2 +0 -0
  11. package/fontawesome-v6/fa-regular-400.ttf +0 -0
  12. package/fontawesome-v6/fa-regular-400.woff2 +0 -0
  13. package/fontawesome-v6/fa-solid-900.ttf +0 -0
  14. package/fontawesome-v6/fa-solid-900.woff2 +0 -0
  15. package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
  16. package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
  17. package/fontawesome-v6/fontawesome-v6.css +13 -4
  18. package/fontawesome-v6/icons.json +3 -1
  19. package/fontawesome-v6/index.d.ts +4 -2
  20. package/fontawesome-v6/index.js +46 -44
  21. package/fontawesome-v6/index.mjs +46 -44
  22. package/ionicons-v6/index.d.ts +1 -1
  23. package/ionicons-v6/index.js +1 -1
  24. package/ionicons-v6/index.mjs +1 -1
  25. package/material-icons/index.js +10 -10
  26. package/material-icons/index.mjs +10 -10
  27. package/material-icons-outlined/index.js +11 -11
  28. package/material-icons-outlined/index.mjs +11 -11
  29. package/material-icons-round/index.js +16 -16
  30. package/material-icons-round/index.mjs +16 -16
  31. package/material-icons-sharp/index.js +12 -12
  32. package/material-icons-sharp/index.mjs +12 -12
  33. package/material-symbols-outlined/icons.json +60 -2
  34. package/material-symbols-outlined/index.d.ts +60 -2
  35. package/material-symbols-outlined/index.js +122 -64
  36. package/material-symbols-outlined/index.mjs +122 -64
  37. package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  38. package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  39. package/material-symbols-rounded/icons.json +60 -2
  40. package/material-symbols-rounded/index.d.ts +60 -2
  41. package/material-symbols-rounded/index.js +98 -40
  42. package/material-symbols-rounded/index.mjs +98 -40
  43. package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  44. package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  45. package/material-symbols-sharp/icons.json +60 -2
  46. package/material-symbols-sharp/index.d.ts +60 -2
  47. package/material-symbols-sharp/index.js +125 -67
  48. package/material-symbols-sharp/index.mjs +125 -67
  49. package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  50. package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  51. package/package.json +5 -5
@@ -136,6 +136,7 @@
136
136
  "symRoundedAllInclusive",
137
137
  "symRoundedAllOut",
138
138
  "symRoundedAlternateEmail",
139
+ "symRoundedAltitude",
139
140
  "symRoundedAltRoute",
140
141
  "symRoundedAmpStories",
141
142
  "symRoundedAnalytics",
@@ -172,10 +173,12 @@
172
173
  "symRoundedArrowDropUp",
173
174
  "symRoundedArrowForward",
174
175
  "symRoundedArrowForwardIos",
176
+ "symRoundedArrowInsert",
175
177
  "symRoundedArrowLeft",
176
178
  "symRoundedArrowOutward",
177
179
  "symRoundedArrowRight",
178
180
  "symRoundedArrowRightAlt",
181
+ "symRoundedArrowSelectorTool",
179
182
  "symRoundedArrowsMoreDown",
180
183
  "symRoundedArrowsMoreUp",
181
184
  "symRoundedArrowUpward",
@@ -241,7 +244,9 @@
241
244
  "symRoundedBallot",
242
245
  "symRoundedBarChart",
243
246
  "symRoundedBarcode",
247
+ "symRoundedBarcodeReader",
244
248
  "symRoundedBarcodeScanner",
249
+ "symRoundedBarefoot",
245
250
  "symRoundedBatchPrediction",
246
251
  "symRoundedBathroom",
247
252
  "symRoundedBathtub",
@@ -412,6 +417,7 @@
412
417
  "symRoundedCastle",
413
418
  "symRoundedCategory",
414
419
  "symRoundedCelebration",
420
+ "symRoundedCellMerge",
415
421
  "symRoundedCellTower",
416
422
  "symRoundedCellWifi",
417
423
  "symRoundedCenterFocusStrong",
@@ -440,6 +446,7 @@
440
446
  "symRoundedChevronRight",
441
447
  "symRoundedChildCare",
442
448
  "symRoundedChildFriendly",
449
+ "symRoundedChipExtraction",
443
450
  "symRoundedChromecast2",
444
451
  "symRoundedChromecastDevice",
445
452
  "symRoundedChromeReaderMode",
@@ -515,6 +522,7 @@
515
522
  "symRoundedControllerGen",
516
523
  "symRoundedControlPointDuplicate",
517
524
  "symRoundedConversionPath",
525
+ "symRoundedConveyorBelt",
518
526
  "symRoundedCookie",
519
527
  "symRoundedCooking",
520
528
  "symRoundedCoolToDry",
@@ -572,6 +580,8 @@
572
580
  "symRoundedDataUsage",
573
581
  "symRoundedDateRange",
574
582
  "symRoundedDeblur",
583
+ "symRoundedDecimalDecrease",
584
+ "symRoundedDecimalIncrease",
575
585
  "symRoundedDeck",
576
586
  "symRoundedDehaze",
577
587
  "symRoundedDelete",
@@ -608,6 +618,7 @@
608
618
  "symRoundedDevicesOther",
609
619
  "symRoundedDeviceThermostat",
610
620
  "symRoundedDeviceUnknown",
621
+ "symRoundedDewPoint",
611
622
  "symRoundedDialerSip",
612
623
  "symRoundedDialpad",
613
624
  "symRoundedDiamond",
@@ -763,6 +774,7 @@
763
774
  "symRoundedExitToApp",
764
775
  "symRoundedExpand",
765
776
  "symRoundedExpandCircleDown",
777
+ "symRoundedExpandContent",
766
778
  "symRoundedExpandLess",
767
779
  "symRoundedExpandMore",
768
780
  "symRoundedExplicit",
@@ -808,12 +820,10 @@
808
820
  "symRoundedFiberPin",
809
821
  "symRoundedFiberSmartRecord",
810
822
  "symRoundedFileCopy",
811
- "symRoundedFileDownload",
812
823
  "symRoundedFileDownloadDone",
813
824
  "symRoundedFileDownloadOff",
814
825
  "symRoundedFileOpen",
815
826
  "symRoundedFilePresent",
816
- "symRoundedFileUpload",
817
827
  "symRoundedFileUploadOff",
818
828
  "symRoundedFilter",
819
829
  "symRoundedFilter1",
@@ -887,8 +897,10 @@
887
897
  "symRoundedFontDownloadOff",
888
898
  "symRoundedFoodBank",
889
899
  "symRoundedFootBones",
900
+ "symRoundedFootprint",
890
901
  "symRoundedForest",
891
902
  "symRoundedForkLeft",
903
+ "symRoundedForklift",
892
904
  "symRoundedForkRight",
893
905
  "symRoundedFormatAlignCenter",
894
906
  "symRoundedFormatAlignJustify",
@@ -909,6 +921,7 @@
909
921
  "symRoundedFormatImageRight",
910
922
  "symRoundedFormatIndentDecrease",
911
923
  "symRoundedFormatIndentIncrease",
924
+ "symRoundedFormatInkHighlighter",
912
925
  "symRoundedFormatItalic",
913
926
  "symRoundedFormatLineSpacing",
914
927
  "symRoundedFormatListBulleted",
@@ -922,8 +935,11 @@
922
935
  "symRoundedFormatShapes",
923
936
  "symRoundedFormatSize",
924
937
  "symRoundedFormatStrikethrough",
938
+ "symRoundedFormatTextClip",
925
939
  "symRoundedFormatTextdirectionLToR",
926
940
  "symRoundedFormatTextdirectionRToL",
941
+ "symRoundedFormatTextOverflow",
942
+ "symRoundedFormatTextWrap",
927
943
  "symRoundedFormatUnderlined",
928
944
  "symRoundedFormatUnderlinedSquiggle",
929
945
  "symRoundedFormsAddOn",
@@ -939,11 +955,13 @@
939
955
  "symRoundedFramePerson",
940
956
  "symRoundedFreeCancellation",
941
957
  "symRoundedFrontHand",
958
+ "symRoundedFrontLoader",
942
959
  "symRoundedFullscreen",
943
960
  "symRoundedFullscreenExit",
944
961
  "symRoundedFullStackedBarChart",
945
962
  "symRoundedFunction",
946
963
  "symRoundedFunctions",
964
+ "symRoundedGalleryThumbnail",
947
965
  "symRoundedGarage",
948
966
  "symRoundedGarageHome",
949
967
  "symRoundedGardenCart",
@@ -1071,6 +1089,7 @@
1071
1089
  "symRoundedHumidityHigh",
1072
1090
  "symRoundedHumidityLow",
1073
1091
  "symRoundedHumidityMid",
1092
+ "symRoundedHumidityPercentage",
1074
1093
  "symRoundedHvac",
1075
1094
  "symRoundedIcecream",
1076
1095
  "symRoundedIceSkating",
@@ -1087,10 +1106,12 @@
1087
1106
  "symRoundedIncompleteCircle",
1088
1107
  "symRoundedIndeterminateCheckBox",
1089
1108
  "symRoundedInfo",
1109
+ "symRoundedInfrared",
1090
1110
  "symRoundedInHomeMode",
1091
1111
  "symRoundedInput",
1092
1112
  "symRoundedInsertChart",
1093
1113
  "symRoundedInsertPageBreak",
1114
+ "symRoundedInsertText",
1094
1115
  "symRoundedInsights",
1095
1116
  "symRoundedInstallDesktop",
1096
1117
  "symRoundedInstallMobile",
@@ -1169,6 +1190,18 @@
1169
1190
  "symRoundedLightMode",
1170
1191
  "symRoundedLinearScale",
1171
1192
  "symRoundedLineAxis",
1193
+ "symRoundedLineEnd",
1194
+ "symRoundedLineEndArrow",
1195
+ "symRoundedLineEndArrowNotch",
1196
+ "symRoundedLineEndCircle",
1197
+ "symRoundedLineEndDiamond",
1198
+ "symRoundedLineEndSquare",
1199
+ "symRoundedLineStart",
1200
+ "symRoundedLineStartArrow",
1201
+ "symRoundedLineStartArrowNotch",
1202
+ "symRoundedLineStartCircle",
1203
+ "symRoundedLineStartDiamond",
1204
+ "symRoundedLineStartSquare",
1172
1205
  "symRoundedLineStyle",
1173
1206
  "symRoundedLineWeight",
1174
1207
  "symRoundedLink",
@@ -1489,6 +1522,7 @@
1489
1522
  "symRoundedPageview",
1490
1523
  "symRoundedPaid",
1491
1524
  "symRoundedPalette",
1525
+ "symRoundedPallet",
1492
1526
  "symRoundedPanorama",
1493
1527
  "symRoundedPanoramaFishEye",
1494
1528
  "symRoundedPanoramaHorizontal",
@@ -1609,6 +1643,7 @@
1609
1643
  "symRoundedPowerOff",
1610
1644
  "symRoundedPowerRounded",
1611
1645
  "symRoundedPowerSettingsNew",
1646
+ "symRoundedPrayerTimes",
1612
1647
  "symRoundedPrecisionManufacturing",
1613
1648
  "symRoundedPregnantWoman",
1614
1649
  "symRoundedPresentToAll",
@@ -1701,6 +1736,7 @@
1701
1736
  "symRoundedReportOff",
1702
1737
  "symRoundedRequestPage",
1703
1738
  "symRoundedRequestQuote",
1739
+ "symRoundedResetImage",
1704
1740
  "symRoundedResetTv",
1705
1741
  "symRoundedRestartAlt",
1706
1742
  "symRoundedRestaurant",
@@ -1713,6 +1749,7 @@
1713
1749
  "symRoundedRiceBowl",
1714
1750
  "symRoundedRingVolume",
1715
1751
  "symRoundedRMobiledata",
1752
+ "symRoundedRobot",
1716
1753
  "symRoundedRocket",
1717
1754
  "symRoundedRocketLaunch",
1718
1755
  "symRoundedRollerShades",
@@ -1743,6 +1780,7 @@
1743
1780
  "symRoundedSafetyCheck",
1744
1781
  "symRoundedSafetyDivider",
1745
1782
  "symRoundedSailing",
1783
+ "symRoundedSalinity",
1746
1784
  "symRoundedSanitizer",
1747
1785
  "symRoundedSatellite",
1748
1786
  "symRoundedSatelliteAlt",
@@ -1803,6 +1841,7 @@
1803
1841
  "symRoundedSetMeal",
1804
1842
  "symRoundedSettings",
1805
1843
  "symRoundedSettingsAccessibility",
1844
+ "symRoundedSettingsAccountBox",
1806
1845
  "symRoundedSettingsAlert",
1807
1846
  "symRoundedSettingsApplications",
1808
1847
  "symRoundedSettingsBackupRestore",
@@ -1814,8 +1853,12 @@
1814
1853
  "symRoundedSettingsInputComponent",
1815
1854
  "symRoundedSettingsInputHdmi",
1816
1855
  "symRoundedSettingsInputSvideo",
1856
+ "symRoundedSettingsMotionMode",
1857
+ "symRoundedSettingsNightSight",
1817
1858
  "symRoundedSettingsOverscan",
1859
+ "symRoundedSettingsPanorama",
1818
1860
  "symRoundedSettingsPhone",
1861
+ "symRoundedSettingsPhotoCamera",
1819
1862
  "symRoundedSettingsPower",
1820
1863
  "symRoundedSettingsRemote",
1821
1864
  "symRoundedSettingsSuggest",
@@ -1824,9 +1867,12 @@
1824
1867
  "symRoundedSettopComponent",
1825
1868
  "symRoundedSevereCold",
1826
1869
  "symRoundedShapeLine",
1870
+ "symRoundedShapes",
1827
1871
  "symRoundedShare",
1828
1872
  "symRoundedShareLocation",
1829
1873
  "symRoundedShareReviews",
1874
+ "symRoundedSheetsRtl",
1875
+ "symRoundedShelves",
1830
1876
  "symRoundedShield",
1831
1877
  "symRoundedShieldMoon",
1832
1878
  "symRoundedShieldWithHeart",
@@ -1876,6 +1922,7 @@
1876
1922
  "symRoundedSkipPrevious",
1877
1923
  "symRoundedSkull",
1878
1924
  "symRoundedSledding",
1925
+ "symRoundedSlideLibrary",
1879
1926
  "symRoundedSlideshow",
1880
1927
  "symRoundedSlowMotionVideo",
1881
1928
  "symRoundedSmartButton",
@@ -1946,6 +1993,7 @@
1946
1993
  "symRoundedSportsTennis",
1947
1994
  "symRoundedSportsVolleyball",
1948
1995
  "symRoundedSprinkler",
1996
+ "symRoundedSprint",
1949
1997
  "symRoundedSquare",
1950
1998
  "symRoundedSquareFoot",
1951
1999
  "symRoundedSsidChart",
@@ -2028,6 +2076,7 @@
2028
2076
  "symRoundedSyncDisabled",
2029
2077
  "symRoundedSyncLock",
2030
2078
  "symRoundedSyncProblem",
2079
+ "symRoundedSyncSavedLocally",
2031
2080
  "symRoundedSystemUpdate",
2032
2081
  "symRoundedSystemUpdateAlt",
2033
2082
  "symRoundedTab",
@@ -2116,6 +2165,7 @@
2116
2165
  "symRoundedToolsWrench",
2117
2166
  "symRoundedTopic",
2118
2167
  "symRoundedTornado",
2168
+ "symRoundedTotalDissolvedSolids",
2119
2169
  "symRoundedTouchApp",
2120
2170
  "symRoundedTour",
2121
2171
  "symRoundedToys",
@@ -2139,6 +2189,7 @@
2139
2189
  "symRoundedTrendingFlat",
2140
2190
  "symRoundedTrendingUp",
2141
2191
  "symRoundedTripOrigin",
2192
+ "symRoundedTrolley",
2142
2193
  "symRoundedTsunami",
2143
2194
  "symRoundedTty",
2144
2195
  "symRoundedTune",
@@ -2194,6 +2245,7 @@
2194
2245
  "symRoundedVideocam",
2195
2246
  "symRoundedVideoCameraBack",
2196
2247
  "symRoundedVideoCameraFront",
2248
+ "symRoundedVideoCameraFrontOff",
2197
2249
  "symRoundedVideocamOff",
2198
2250
  "symRoundedVideoChat",
2199
2251
  "symRoundedVideoFile",
@@ -2254,9 +2306,15 @@
2254
2306
  "symRoundedWatchOff",
2255
2307
  "symRoundedWater",
2256
2308
  "symRoundedWaterDamage",
2309
+ "symRoundedWaterDo",
2257
2310
  "symRoundedWaterDrop",
2311
+ "symRoundedWaterEc",
2258
2312
  "symRoundedWaterfallChart",
2259
2313
  "symRoundedWaterHeater",
2314
+ "symRoundedWaterLux",
2315
+ "symRoundedWaterOrp",
2316
+ "symRoundedWaterPh",
2317
+ "symRoundedWaterVoc",
2260
2318
  "symRoundedWaves",
2261
2319
  "symRoundedWavingHand",
2262
2320
  "symRoundedWbAuto",
@@ -138,6 +138,7 @@ export declare const symRoundedAllInclusive: string;
138
138
  export declare const symRoundedAllOut: string;
139
139
  export declare const symRoundedAltRoute: string;
140
140
  export declare const symRoundedAlternateEmail: string;
141
+ export declare const symRoundedAltitude: string;
141
142
  export declare const symRoundedAmpStories: string;
142
143
  export declare const symRoundedAnalytics: string;
143
144
  export declare const symRoundedAnchor: string;
@@ -173,10 +174,12 @@ export declare const symRoundedArrowDropDownCircle: string;
173
174
  export declare const symRoundedArrowDropUp: string;
174
175
  export declare const symRoundedArrowForward: string;
175
176
  export declare const symRoundedArrowForwardIos: string;
177
+ export declare const symRoundedArrowInsert: string;
176
178
  export declare const symRoundedArrowLeft: string;
177
179
  export declare const symRoundedArrowOutward: string;
178
180
  export declare const symRoundedArrowRight: string;
179
181
  export declare const symRoundedArrowRightAlt: string;
182
+ export declare const symRoundedArrowSelectorTool: string;
180
183
  export declare const symRoundedArrowUpward: string;
181
184
  export declare const symRoundedArrowsMoreDown: string;
182
185
  export declare const symRoundedArrowsMoreUp: string;
@@ -242,7 +245,9 @@ export declare const symRoundedBalcony: string;
242
245
  export declare const symRoundedBallot: string;
243
246
  export declare const symRoundedBarChart: string;
244
247
  export declare const symRoundedBarcode: string;
248
+ export declare const symRoundedBarcodeReader: string;
245
249
  export declare const symRoundedBarcodeScanner: string;
250
+ export declare const symRoundedBarefoot: string;
246
251
  export declare const symRoundedBatchPrediction: string;
247
252
  export declare const symRoundedBathroom: string;
248
253
  export declare const symRoundedBathtub: string;
@@ -413,6 +418,7 @@ export declare const symRoundedCastForEducation: string;
413
418
  export declare const symRoundedCastle: string;
414
419
  export declare const symRoundedCategory: string;
415
420
  export declare const symRoundedCelebration: string;
421
+ export declare const symRoundedCellMerge: string;
416
422
  export declare const symRoundedCellTower: string;
417
423
  export declare const symRoundedCellWifi: string;
418
424
  export declare const symRoundedCenterFocusStrong: string;
@@ -441,6 +447,7 @@ export declare const symRoundedChevronLeft: string;
441
447
  export declare const symRoundedChevronRight: string;
442
448
  export declare const symRoundedChildCare: string;
443
449
  export declare const symRoundedChildFriendly: string;
450
+ export declare const symRoundedChipExtraction: string;
444
451
  export declare const symRoundedChromeReaderMode: string;
445
452
  export declare const symRoundedChromecast2: string;
446
453
  export declare const symRoundedChromecastDevice: string;
@@ -517,6 +524,7 @@ export declare const symRoundedControlCamera: string;
517
524
  export declare const symRoundedControlPointDuplicate: string;
518
525
  export declare const symRoundedControllerGen: string;
519
526
  export declare const symRoundedConversionPath: string;
527
+ export declare const symRoundedConveyorBelt: string;
520
528
  export declare const symRoundedCookie: string;
521
529
  export declare const symRoundedCooking: string;
522
530
  export declare const symRoundedCoolToDry: string;
@@ -573,6 +581,8 @@ export declare const symRoundedDataset: string;
573
581
  export declare const symRoundedDatasetLinked: string;
574
582
  export declare const symRoundedDateRange: string;
575
583
  export declare const symRoundedDeblur: string;
584
+ export declare const symRoundedDecimalDecrease: string;
585
+ export declare const symRoundedDecimalIncrease: string;
576
586
  export declare const symRoundedDeck: string;
577
587
  export declare const symRoundedDehaze: string;
578
588
  export declare const symRoundedDelete: string;
@@ -609,6 +619,7 @@ export declare const symRoundedDeviceUnknown: string;
609
619
  export declare const symRoundedDevices: string;
610
620
  export declare const symRoundedDevicesFold: string;
611
621
  export declare const symRoundedDevicesOther: string;
622
+ export declare const symRoundedDewPoint: string;
612
623
  export declare const symRoundedDialerSip: string;
613
624
  export declare const symRoundedDialpad: string;
614
625
  export declare const symRoundedDiamond: string;
@@ -764,6 +775,7 @@ export declare const symRoundedExclamation: string;
764
775
  export declare const symRoundedExitToApp: string;
765
776
  export declare const symRoundedExpand: string;
766
777
  export declare const symRoundedExpandCircleDown: string;
778
+ export declare const symRoundedExpandContent: string;
767
779
  export declare const symRoundedExpandLess: string;
768
780
  export declare const symRoundedExpandMore: string;
769
781
  export declare const symRoundedExplicit: string;
@@ -809,12 +821,10 @@ export declare const symRoundedFiberNew: string;
809
821
  export declare const symRoundedFiberPin: string;
810
822
  export declare const symRoundedFiberSmartRecord: string;
811
823
  export declare const symRoundedFileCopy: string;
812
- export declare const symRoundedFileDownload: string;
813
824
  export declare const symRoundedFileDownloadDone: string;
814
825
  export declare const symRoundedFileDownloadOff: string;
815
826
  export declare const symRoundedFileOpen: string;
816
827
  export declare const symRoundedFilePresent: string;
817
- export declare const symRoundedFileUpload: string;
818
828
  export declare const symRoundedFileUploadOff: string;
819
829
  export declare const symRoundedFilter1: string;
820
830
  export declare const symRoundedFilter2: string;
@@ -888,9 +898,11 @@ export declare const symRoundedFontDownload: string;
888
898
  export declare const symRoundedFontDownloadOff: string;
889
899
  export declare const symRoundedFoodBank: string;
890
900
  export declare const symRoundedFootBones: string;
901
+ export declare const symRoundedFootprint: string;
891
902
  export declare const symRoundedForest: string;
892
903
  export declare const symRoundedForkLeft: string;
893
904
  export declare const symRoundedForkRight: string;
905
+ export declare const symRoundedForklift: string;
894
906
  export declare const symRoundedFormatAlignCenter: string;
895
907
  export declare const symRoundedFormatAlignJustify: string;
896
908
  export declare const symRoundedFormatAlignLeft: string;
@@ -910,6 +922,7 @@ export declare const symRoundedFormatImageLeft: string;
910
922
  export declare const symRoundedFormatImageRight: string;
911
923
  export declare const symRoundedFormatIndentDecrease: string;
912
924
  export declare const symRoundedFormatIndentIncrease: string;
925
+ export declare const symRoundedFormatInkHighlighter: string;
913
926
  export declare const symRoundedFormatItalic: string;
914
927
  export declare const symRoundedFormatLineSpacing: string;
915
928
  export declare const symRoundedFormatListBulleted: string;
@@ -923,6 +936,9 @@ export declare const symRoundedFormatQuote: string;
923
936
  export declare const symRoundedFormatShapes: string;
924
937
  export declare const symRoundedFormatSize: string;
925
938
  export declare const symRoundedFormatStrikethrough: string;
939
+ export declare const symRoundedFormatTextClip: string;
940
+ export declare const symRoundedFormatTextOverflow: string;
941
+ export declare const symRoundedFormatTextWrap: string;
926
942
  export declare const symRoundedFormatTextdirectionLToR: string;
927
943
  export declare const symRoundedFormatTextdirectionRToL: string;
928
944
  export declare const symRoundedFormatUnderlined: string;
@@ -940,6 +956,7 @@ export declare const symRoundedFoundation: string;
940
956
  export declare const symRoundedFramePerson: string;
941
957
  export declare const symRoundedFreeCancellation: string;
942
958
  export declare const symRoundedFrontHand: string;
959
+ export declare const symRoundedFrontLoader: string;
943
960
  export declare const symRoundedFullStackedBarChart: string;
944
961
  export declare const symRoundedFullscreen: string;
945
962
  export declare const symRoundedFullscreenExit: string;
@@ -947,6 +964,7 @@ export declare const symRoundedFunction: string;
947
964
  export declare const symRoundedFunctions: string;
948
965
  export declare const symRoundedGMobiledata: string;
949
966
  export declare const symRoundedGTranslate: string;
967
+ export declare const symRoundedGalleryThumbnail: string;
950
968
  export declare const symRoundedGarage: string;
951
969
  export declare const symRoundedGarageHome: string;
952
970
  export declare const symRoundedGardenCart: string;
@@ -1072,6 +1090,7 @@ export declare const symRoundedHumerusAlt: string;
1072
1090
  export declare const symRoundedHumidityHigh: string;
1073
1091
  export declare const symRoundedHumidityLow: string;
1074
1092
  export declare const symRoundedHumidityMid: string;
1093
+ export declare const symRoundedHumidityPercentage: string;
1075
1094
  export declare const symRoundedHvac: string;
1076
1095
  export declare const symRoundedIceSkating: string;
1077
1096
  export declare const symRoundedIcecream: string;
@@ -1089,9 +1108,11 @@ export declare const symRoundedInboxCustomize: string;
1089
1108
  export declare const symRoundedIncompleteCircle: string;
1090
1109
  export declare const symRoundedIndeterminateCheckBox: string;
1091
1110
  export declare const symRoundedInfo: string;
1111
+ export declare const symRoundedInfrared: string;
1092
1112
  export declare const symRoundedInput: string;
1093
1113
  export declare const symRoundedInsertChart: string;
1094
1114
  export declare const symRoundedInsertPageBreak: string;
1115
+ export declare const symRoundedInsertText: string;
1095
1116
  export declare const symRoundedInsights: string;
1096
1117
  export declare const symRoundedInstallDesktop: string;
1097
1118
  export declare const symRoundedInstallMobile: string;
@@ -1169,6 +1190,18 @@ export declare const symRoundedLightMode: string;
1169
1190
  export declare const symRoundedLightbulb: string;
1170
1191
  export declare const symRoundedLightbulbCircle: string;
1171
1192
  export declare const symRoundedLineAxis: string;
1193
+ export declare const symRoundedLineEnd: string;
1194
+ export declare const symRoundedLineEndArrow: string;
1195
+ export declare const symRoundedLineEndArrowNotch: string;
1196
+ export declare const symRoundedLineEndCircle: string;
1197
+ export declare const symRoundedLineEndDiamond: string;
1198
+ export declare const symRoundedLineEndSquare: string;
1199
+ export declare const symRoundedLineStart: string;
1200
+ export declare const symRoundedLineStartArrow: string;
1201
+ export declare const symRoundedLineStartArrowNotch: string;
1202
+ export declare const symRoundedLineStartCircle: string;
1203
+ export declare const symRoundedLineStartDiamond: string;
1204
+ export declare const symRoundedLineStartSquare: string;
1172
1205
  export declare const symRoundedLineStyle: string;
1173
1206
  export declare const symRoundedLineWeight: string;
1174
1207
  export declare const symRoundedLinearScale: string;
@@ -1490,6 +1523,7 @@ export declare const symRoundedPages: string;
1490
1523
  export declare const symRoundedPageview: string;
1491
1524
  export declare const symRoundedPaid: string;
1492
1525
  export declare const symRoundedPalette: string;
1526
+ export declare const symRoundedPallet: string;
1493
1527
  export declare const symRoundedPanTool: string;
1494
1528
  export declare const symRoundedPanToolAlt: string;
1495
1529
  export declare const symRoundedPanorama: string;
@@ -1610,6 +1644,7 @@ export declare const symRoundedPowerInput: string;
1610
1644
  export declare const symRoundedPowerOff: string;
1611
1645
  export declare const symRoundedPowerRounded: string;
1612
1646
  export declare const symRoundedPowerSettingsNew: string;
1647
+ export declare const symRoundedPrayerTimes: string;
1613
1648
  export declare const symRoundedPrecisionManufacturing: string;
1614
1649
  export declare const symRoundedPregnantWoman: string;
1615
1650
  export declare const symRoundedPresentToAll: string;
@@ -1703,6 +1738,7 @@ export declare const symRoundedReport: string;
1703
1738
  export declare const symRoundedReportOff: string;
1704
1739
  export declare const symRoundedRequestPage: string;
1705
1740
  export declare const symRoundedRequestQuote: string;
1741
+ export declare const symRoundedResetImage: string;
1706
1742
  export declare const symRoundedResetTv: string;
1707
1743
  export declare const symRoundedRestartAlt: string;
1708
1744
  export declare const symRoundedRestaurant: string;
@@ -1714,6 +1750,7 @@ export declare const symRoundedRheumatology: string;
1714
1750
  export declare const symRoundedRibCage: string;
1715
1751
  export declare const symRoundedRiceBowl: string;
1716
1752
  export declare const symRoundedRingVolume: string;
1753
+ export declare const symRoundedRobot: string;
1717
1754
  export declare const symRoundedRocket: string;
1718
1755
  export declare const symRoundedRocketLaunch: string;
1719
1756
  export declare const symRoundedRollerShades: string;
@@ -1744,6 +1781,7 @@ export declare const symRoundedRvHookup: string;
1744
1781
  export declare const symRoundedSafetyCheck: string;
1745
1782
  export declare const symRoundedSafetyDivider: string;
1746
1783
  export declare const symRoundedSailing: string;
1784
+ export declare const symRoundedSalinity: string;
1747
1785
  export declare const symRoundedSanitizer: string;
1748
1786
  export declare const symRoundedSatellite: string;
1749
1787
  export declare const symRoundedSatelliteAlt: string;
@@ -1804,6 +1842,7 @@ export declare const symRoundedSentimentVerySatisfied: string;
1804
1842
  export declare const symRoundedSetMeal: string;
1805
1843
  export declare const symRoundedSettings: string;
1806
1844
  export declare const symRoundedSettingsAccessibility: string;
1845
+ export declare const symRoundedSettingsAccountBox: string;
1807
1846
  export declare const symRoundedSettingsAlert: string;
1808
1847
  export declare const symRoundedSettingsApplications: string;
1809
1848
  export declare const symRoundedSettingsBackupRestore: string;
@@ -1815,8 +1854,12 @@ export declare const symRoundedSettingsInputAntenna: string;
1815
1854
  export declare const symRoundedSettingsInputComponent: string;
1816
1855
  export declare const symRoundedSettingsInputHdmi: string;
1817
1856
  export declare const symRoundedSettingsInputSvideo: string;
1857
+ export declare const symRoundedSettingsMotionMode: string;
1858
+ export declare const symRoundedSettingsNightSight: string;
1818
1859
  export declare const symRoundedSettingsOverscan: string;
1860
+ export declare const symRoundedSettingsPanorama: string;
1819
1861
  export declare const symRoundedSettingsPhone: string;
1862
+ export declare const symRoundedSettingsPhotoCamera: string;
1820
1863
  export declare const symRoundedSettingsPower: string;
1821
1864
  export declare const symRoundedSettingsRemote: string;
1822
1865
  export declare const symRoundedSettingsSuggest: string;
@@ -1825,9 +1868,12 @@ export declare const symRoundedSettingsVoice: string;
1825
1868
  export declare const symRoundedSettopComponent: string;
1826
1869
  export declare const symRoundedSevereCold: string;
1827
1870
  export declare const symRoundedShapeLine: string;
1871
+ export declare const symRoundedShapes: string;
1828
1872
  export declare const symRoundedShare: string;
1829
1873
  export declare const symRoundedShareLocation: string;
1830
1874
  export declare const symRoundedShareReviews: string;
1875
+ export declare const symRoundedSheetsRtl: string;
1876
+ export declare const symRoundedShelves: string;
1831
1877
  export declare const symRoundedShield: string;
1832
1878
  export declare const symRoundedShieldMoon: string;
1833
1879
  export declare const symRoundedShieldWithHeart: string;
@@ -1877,6 +1923,7 @@ export declare const symRoundedSkipNext: string;
1877
1923
  export declare const symRoundedSkipPrevious: string;
1878
1924
  export declare const symRoundedSkull: string;
1879
1925
  export declare const symRoundedSledding: string;
1926
+ export declare const symRoundedSlideLibrary: string;
1880
1927
  export declare const symRoundedSlideshow: string;
1881
1928
  export declare const symRoundedSlowMotionVideo: string;
1882
1929
  export declare const symRoundedSmartButton: string;
@@ -1947,6 +1994,7 @@ export declare const symRoundedSportsSoccer: string;
1947
1994
  export declare const symRoundedSportsTennis: string;
1948
1995
  export declare const symRoundedSportsVolleyball: string;
1949
1996
  export declare const symRoundedSprinkler: string;
1997
+ export declare const symRoundedSprint: string;
1950
1998
  export declare const symRoundedSquare: string;
1951
1999
  export declare const symRoundedSquareFoot: string;
1952
2000
  export declare const symRoundedSsidChart: string;
@@ -2029,6 +2077,7 @@ export declare const symRoundedSyncAlt: string;
2029
2077
  export declare const symRoundedSyncDisabled: string;
2030
2078
  export declare const symRoundedSyncLock: string;
2031
2079
  export declare const symRoundedSyncProblem: string;
2080
+ export declare const symRoundedSyncSavedLocally: string;
2032
2081
  export declare const symRoundedSystemUpdate: string;
2033
2082
  export declare const symRoundedSystemUpdateAlt: string;
2034
2083
  export declare const symRoundedTab: string;
@@ -2117,6 +2166,7 @@ export declare const symRoundedToolsPowerDrill: string;
2117
2166
  export declare const symRoundedToolsWrench: string;
2118
2167
  export declare const symRoundedTopic: string;
2119
2168
  export declare const symRoundedTornado: string;
2169
+ export declare const symRoundedTotalDissolvedSolids: string;
2120
2170
  export declare const symRoundedTouchApp: string;
2121
2171
  export declare const symRoundedTour: string;
2122
2172
  export declare const symRoundedToys: string;
@@ -2140,6 +2190,7 @@ export declare const symRoundedTrendingDown: string;
2140
2190
  export declare const symRoundedTrendingFlat: string;
2141
2191
  export declare const symRoundedTrendingUp: string;
2142
2192
  export declare const symRoundedTripOrigin: string;
2193
+ export declare const symRoundedTrolley: string;
2143
2194
  export declare const symRoundedTsunami: string;
2144
2195
  export declare const symRoundedTty: string;
2145
2196
  export declare const symRoundedTune: string;
@@ -2194,6 +2245,7 @@ export declare const symRoundedVibration: string;
2194
2245
  export declare const symRoundedVideoCall: string;
2195
2246
  export declare const symRoundedVideoCameraBack: string;
2196
2247
  export declare const symRoundedVideoCameraFront: string;
2248
+ export declare const symRoundedVideoCameraFrontOff: string;
2197
2249
  export declare const symRoundedVideoChat: string;
2198
2250
  export declare const symRoundedVideoFile: string;
2199
2251
  export declare const symRoundedVideoLabel: string;
@@ -2255,8 +2307,14 @@ export declare const symRoundedWatch: string;
2255
2307
  export declare const symRoundedWatchOff: string;
2256
2308
  export declare const symRoundedWater: string;
2257
2309
  export declare const symRoundedWaterDamage: string;
2310
+ export declare const symRoundedWaterDo: string;
2258
2311
  export declare const symRoundedWaterDrop: string;
2312
+ export declare const symRoundedWaterEc: string;
2259
2313
  export declare const symRoundedWaterHeater: string;
2314
+ export declare const symRoundedWaterLux: string;
2315
+ export declare const symRoundedWaterOrp: string;
2316
+ export declare const symRoundedWaterPh: string;
2317
+ export declare const symRoundedWaterVoc: string;
2260
2318
  export declare const symRoundedWaterfallChart: string;
2261
2319
  export declare const symRoundedWaves: string;
2262
2320
  export declare const symRoundedWavingHand: string;