@nine-thirty-five/material-symbols-react 2.1.1 → 2.1.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 (86) hide show
  1. package/dist/manifest.json +1 -1
  2. package/dist/outlined/100/filled/index.d.ts +6 -0
  3. package/dist/outlined/100/filled/index.js +6 -0
  4. package/dist/outlined/100/index.d.ts +6 -0
  5. package/dist/outlined/100/index.js +6 -0
  6. package/dist/outlined/200/filled/index.d.ts +6 -0
  7. package/dist/outlined/200/filled/index.js +6 -0
  8. package/dist/outlined/200/index.d.ts +6 -0
  9. package/dist/outlined/200/index.js +6 -0
  10. package/dist/outlined/300/filled/index.d.ts +6 -0
  11. package/dist/outlined/300/filled/index.js +6 -0
  12. package/dist/outlined/300/index.d.ts +6 -0
  13. package/dist/outlined/300/index.js +6 -0
  14. package/dist/outlined/400/filled/index.d.ts +6 -0
  15. package/dist/outlined/400/filled/index.js +6 -0
  16. package/dist/outlined/400/index.d.ts +6 -0
  17. package/dist/outlined/400/index.js +6 -0
  18. package/dist/outlined/500/filled/index.d.ts +6 -0
  19. package/dist/outlined/500/filled/index.js +6 -0
  20. package/dist/outlined/500/index.d.ts +6 -0
  21. package/dist/outlined/500/index.js +6 -0
  22. package/dist/outlined/600/filled/index.d.ts +6 -0
  23. package/dist/outlined/600/filled/index.js +6 -0
  24. package/dist/outlined/600/index.d.ts +6 -0
  25. package/dist/outlined/600/index.js +6 -0
  26. package/dist/outlined/700/filled/index.d.ts +6 -0
  27. package/dist/outlined/700/filled/index.js +6 -0
  28. package/dist/outlined/700/index.d.ts +6 -0
  29. package/dist/outlined/700/index.js +6 -0
  30. package/dist/rounded/100/filled/index.d.ts +6 -0
  31. package/dist/rounded/100/filled/index.js +6 -0
  32. package/dist/rounded/100/index.d.ts +6 -0
  33. package/dist/rounded/100/index.js +6 -0
  34. package/dist/rounded/200/filled/index.d.ts +6 -0
  35. package/dist/rounded/200/filled/index.js +6 -0
  36. package/dist/rounded/200/index.d.ts +6 -0
  37. package/dist/rounded/200/index.js +6 -0
  38. package/dist/rounded/300/filled/index.d.ts +6 -0
  39. package/dist/rounded/300/filled/index.js +6 -0
  40. package/dist/rounded/300/index.d.ts +6 -0
  41. package/dist/rounded/300/index.js +6 -0
  42. package/dist/rounded/400/filled/index.d.ts +6 -0
  43. package/dist/rounded/400/filled/index.js +6 -0
  44. package/dist/rounded/400/index.d.ts +6 -0
  45. package/dist/rounded/400/index.js +6 -0
  46. package/dist/rounded/500/filled/index.d.ts +6 -0
  47. package/dist/rounded/500/filled/index.js +6 -0
  48. package/dist/rounded/500/index.d.ts +6 -0
  49. package/dist/rounded/500/index.js +6 -0
  50. package/dist/rounded/600/filled/index.d.ts +6 -0
  51. package/dist/rounded/600/filled/index.js +6 -0
  52. package/dist/rounded/600/index.d.ts +6 -0
  53. package/dist/rounded/600/index.js +6 -0
  54. package/dist/rounded/700/filled/index.d.ts +6 -0
  55. package/dist/rounded/700/filled/index.js +6 -0
  56. package/dist/rounded/700/index.d.ts +6 -0
  57. package/dist/rounded/700/index.js +6 -0
  58. package/dist/sharp/100/filled/index.d.ts +6 -0
  59. package/dist/sharp/100/filled/index.js +6 -0
  60. package/dist/sharp/100/index.d.ts +6 -0
  61. package/dist/sharp/100/index.js +6 -0
  62. package/dist/sharp/200/filled/index.d.ts +6 -0
  63. package/dist/sharp/200/filled/index.js +6 -0
  64. package/dist/sharp/200/index.d.ts +6 -0
  65. package/dist/sharp/200/index.js +6 -0
  66. package/dist/sharp/300/filled/index.d.ts +6 -0
  67. package/dist/sharp/300/filled/index.js +6 -0
  68. package/dist/sharp/300/index.d.ts +6 -0
  69. package/dist/sharp/300/index.js +6 -0
  70. package/dist/sharp/400/filled/index.d.ts +6 -0
  71. package/dist/sharp/400/filled/index.js +6 -0
  72. package/dist/sharp/400/index.d.ts +6 -0
  73. package/dist/sharp/400/index.js +6 -0
  74. package/dist/sharp/500/filled/index.d.ts +6 -0
  75. package/dist/sharp/500/filled/index.js +6 -0
  76. package/dist/sharp/500/index.d.ts +6 -0
  77. package/dist/sharp/500/index.js +6 -0
  78. package/dist/sharp/600/filled/index.d.ts +6 -0
  79. package/dist/sharp/600/filled/index.js +6 -0
  80. package/dist/sharp/600/index.d.ts +6 -0
  81. package/dist/sharp/600/index.js +6 -0
  82. package/dist/sharp/700/filled/index.d.ts +6 -0
  83. package/dist/sharp/700/filled/index.js +6 -0
  84. package/dist/sharp/700/index.d.ts +6 -0
  85. package/dist/sharp/700/index.js +6 -0
  86. package/package.json +1 -1
@@ -1046,6 +1046,7 @@ export declare const DriveFolderUpload: Icon;
1046
1046
  export declare const Drone: Icon;
1047
1047
  export declare const DroneTwo: Icon;
1048
1048
  export declare const Dropdown: Icon;
1049
+ export declare const DropdownMenu: Icon;
1049
1050
  export declare const DropperEye: Icon;
1050
1051
  export declare const Dry: Icon;
1051
1052
  export declare const DryCleaning: Icon;
@@ -1193,6 +1194,7 @@ export declare const Extension: Icon;
1193
1194
  export declare const ExtensionOff: Icon;
1194
1195
  export declare const Eyebrow: Icon;
1195
1196
  export declare const Eyeglasses: Icon;
1197
+ export declare const EyeglassesThree: Icon;
1196
1198
  export declare const EyeglassesTwo: Icon;
1197
1199
  export declare const EyeglassesTwoSound: Icon;
1198
1200
  export declare const EyeTracking: Icon;
@@ -2774,6 +2776,7 @@ export declare const ReportOff: Icon;
2774
2776
  export declare const RequestPage: Icon;
2775
2777
  export declare const RequestQuote: Icon;
2776
2778
  export declare const ResetBrightness: Icon;
2779
+ export declare const ResetColors: Icon;
2777
2780
  export declare const ResetExposure: Icon;
2778
2781
  export declare const ResetFocus: Icon;
2779
2782
  export declare const ResetImage: Icon;
@@ -2900,6 +2903,7 @@ export declare const SeatHeatLeft: Icon;
2900
2903
  export declare const SeatHeatRight: Icon;
2901
2904
  export declare const SeatVentLeft: Icon;
2902
2905
  export declare const SeatVentRight: Icon;
2906
+ export declare const SeatWindow: Icon;
2903
2907
  export declare const Security: Icon;
2904
2908
  export declare const SecurityKey: Icon;
2905
2909
  export declare const Segment: Icon;
@@ -2966,6 +2970,7 @@ export declare const SettingsPhone: Icon;
2966
2970
  export declare const SettingsPhotoCamera: Icon;
2967
2971
  export declare const SettingsPower: Icon;
2968
2972
  export declare const SettingsRemote: Icon;
2973
+ export declare const SettingsScreen: Icon;
2969
2974
  export declare const SettingsSeating: Icon;
2970
2975
  export declare const SettingsSlowMotion: Icon;
2971
2976
  export declare const SettingsSystemDaydream: Icon;
@@ -3099,6 +3104,7 @@ export declare const SmbShare: Icon;
3099
3104
  export declare const SmokeFree: Icon;
3100
3105
  export declare const SmokingRooms: Icon;
3101
3106
  export declare const Sms: Icon;
3107
+ export declare const Snail: Icon;
3102
3108
  export declare const SnippetFolder: Icon;
3103
3109
  export declare const Snooze: Icon;
3104
3110
  export declare const Snowboarding: Icon;
@@ -1046,6 +1046,7 @@ export const DriveFolderUpload = /*#__PURE__*/ b("M162.87-151.87q-37.78 0-64.39-
1046
1046
  export const Drone = /*#__PURE__*/ b("M151.87-151.87q0-77.15 41.6-138.56 41.6-61.42 107.79-90.33l-8.56-84.41H142.3v-252.2H30.43v-90.76h314.5v90.76H233.07v161.44h49.67l-9.2-90.77h412.68l-9.2 90.77h49.68v-161.44H614.83v-90.76h315.5v90.76H818.46v252.2H668.07l-8.57 84.41q66.2 28.91 107.41 90.33 41.22 61.41 41.22 138.56h-90.76q0-65.76-46.4-112.52t-111.93-46.76H400.96q-65.53 0-111.93 46.76t-46.4 112.52z");
1047
1047
  export const DroneTwo = /*#__PURE__*/ b("M257.44-71.87q-77.75 0-131.66-54.83T71.87-259.13q0-77.59 53.88-131.5 53.87-53.91 131.58-53.91 21.61 0 41.74 4.68 20.14 4.69 37.82 13.12 12.33-26.13 13.45-54.14t-9.21-54.14q-18.78 9.52-39.53 14.28t-43.27 4.76q-77.69 0-132.08-54.37-54.38-54.37-54.38-132.04 0-77.68 54.37-131.71t132.04-54.03q77.68 0 132.09 54.03t54.41 131.67q0 22.52-5.14 43.28t-14.66 39.76q26.13 10.32 54.14 9.71 28.01-.62 54.14-12.71-8.52-18-13.28-38.26t-4.76-41.78q0-77.71 53.91-131.59 53.91-53.87 131.66-53.87t132.55 53.91q54.79 53.91 54.79 131.66t-54.79 132.55q-54.8 54.79-132.67 54.79-23.52 0-44.77-5.62-21.26-5.63-41.03-15.94-11.09 27.13-10.21 55.42.88 28.3 13.21 56.14 18.76-9.52 39.52-14.54t43.28-5.02q77.87 0 132.67 53.86 54.79 53.86 54.79 131.54t-54.79 132.48q-54.8 54.79-132.55 54.79t-131.66-54.82-53.91-132.4q0-22.52 5.18-43.27 5.19-20.75 14.62-39.53-27.92-12.43-56.3-13.76-28.37-1.33-55.5 9.76 10.31 19.77 15.94 41.53 5.62 21.75 5.62 45.27 0 77.58-54.79 132.4T257.44-71.87m443.23-529.56q42 0 71.5-29.5t29.5-71.5-29.5-70.5-71.5-28.5-70.5 28.5-28.5 70.5q0 6.56 1.15 13.27 1.14 6.7 2.66 13.27l57.37-57.37q13.63-13.67 31.8-13.67 18.18 0 31.85 13.63 13.67 13.64 13.67 31.83t-13.67 31.86l-60.09 61.09q7.81 4.04 16.34 5.56 8.54 1.53 17.92 1.53m-442.34-1q8.32 0 15.75-1.59t14.03-3.98l-61.61-61.61q-13.67-13.63-13.67-31.8 0-18.18 13.64-31.85t31.82-13.67q18.19 0 31.86 13.67l62.61 61.85q2.28-6.81 3.92-14.74 1.65-7.93 1.65-16.28 0-42-29-71t-71-29-71 29-29 71 29 71 71 29m442.34 444.1q42 0 71.5-29.43t29.5-71.33q0-42-29.5-70.5t-71.5-28.5q-8.2 0-15.59 1.14-7.38 1.15-13.95 3.43l63.37 63.61q13.67 13.56 13.67 31.65t-13.91 32q-14.67 13.67-32.71 13.55-18.03-.12-31.7-13.79l-62.61-62.61q-2.28 6.57-3.92 14.11-1.65 7.54-1.65 15.91 0 41.9 28.5 71.33t70.5 29.43m-443.34 0q42 0 71.5-29.43t29.5-71.33q0-9.56-1.65-18.39-1.64-8.82-5.68-16.87l-67.85 67.85q-13.59 13.67-32.28 13.67-18.7 0-32.37-13.67t-13.67-31.76 13.67-31.65l64.13-64.37q-6.33-1.52-12.65-2.67-6.33-1.14-12.65-1.14-42 0-70.5 28.5t-28.5 70.5 28.5 71.38 70.5 29.38M480-439.76q17 0 28.5-11.5t11.5-28.5-11.5-28.5-28.5-11.5-28.5 11.5-11.5 28.5 11.5 28.5 28.5 11.5");
1048
1048
  export const Dropdown = /*#__PURE__*/ b("M437.13-437.13h280v-280h-280zM202.87-111.87q-37.78 0-64.39-26.61t-26.61-64.39v-554.26q0-37.78 26.61-64.39t64.39-26.61h554.26q37.78 0 64.39 26.61t26.61 64.39v554.26q0 37.78-26.61 64.39t-64.39 26.61z");
1049
+ export const DropdownMenu = /*#__PURE__*/ b("m580-377.37 145.02-145.26H434.98zM320-192.11q-120.3 0-204.09-83.81-83.8-83.8-83.8-204.12 0-120.31 83.8-204.08Q199.7-767.89 320-767.89h320q120.3 0 204.09 83.81 83.8 83.8 83.8 204.12 0 120.31-83.8 204.08Q760.3-192.11 640-192.11z");
1049
1050
  export const DropperEye = /*#__PURE__*/ b("M111.87-111.87v-201.48l353.89-353.89L408.28-724l68.96-67.48 76.76 76 118.02-118.5q6.44-6.43 15.37-9.91 8.94-3.48 18.61-3.24 9.43 0 18.11 3.6 8.67 3.6 15.87 10.03l93.52 93.52q6.43 7.2 10.03 15.87 3.6 8.68 3.6 18.11.24 9.67-3.24 18.61-3.48 8.93-9.91 15.37l-119.22 118.5 42.61 44.13-65.57 65.56L531.37-603.3l-328.5 327.26v73.17h44.15q10.96 24.63 23.65 47.74 12.7 23.11 27.37 43.26zm501.28 81.44q-93.39 0-171.82-50.04-78.44-50.03-114.16-136.18 35.72-86.15 114.16-136.19 78.43-50.03 171.82-50.03 93.15 0 171.71 50.03 78.55 50.04 114.27 136.19-35.72 86.15-114.27 136.18-78.56 50.04-171.71 50.04m72.68-113.55q29.71-29.72 29.71-72.67 0-42.96-29.71-72.68-29.72-29.71-72.68-29.71-42.95 0-72.67 29.71-29.72 29.72-29.72 72.68 0 42.95 29.72 72.67t72.67 29.72q42.96 0 72.68-29.72m-116.85-28.5q-18.22-18.22-18.22-44.17 0-25.96 18.22-44.18 18.22-18.21 44.17-18.21 25.96 0 44.18 18.21 18.21 18.22 18.21 44.18 0 25.95-18.21 44.17-18.22 18.22-44.18 18.22-25.95 0-44.17-18.22");
1050
1051
  export const Dry = /*#__PURE__*/ b("M234.98-71.87q-67.44 0-115.27-47.84-47.84-47.83-47.84-115.27v-227.48q0-31.71 14.86-59.05t41.57-44.58l332.16-215.43 20.47 19.28q23.59 21.91 28.65 53.12 5.05 31.21-11.15 59.03l-36.86 60.52h303.21q18.2 0 30.65 12.46 12.46 12.46 12.46 30.65 0 18.2-12.46 30.66-12.45 12.45-30.65 12.45H471.87v57.61h372.91q18.2 0 30.65 12.46 12.46 12.45 12.46 30.65t-12.46 30.65q-12.45 12.46-30.65 12.46H471.87v57.61h333.15q18.2 0 30.65 12.45 12.46 12.46 12.46 30.66 0 18.19-12.46 30.65-12.45 12.45-30.65 12.45H471.87v57.61h252.91q18.2 0 30.65 12.46 12.46 12.46 12.46 30.65 0 18.2-12.46 30.65-12.45 12.46-30.65 12.46zm361.15-572.91q6.2-43.63.7-66.42-5.5-22.78-31.18-54.69-31.24-40-41.02-76.52t-2.54-87.16h82.21q-8 50.77 3.21 74.29t36.12 57.67q27.2 36.44 35.08 70.7t.64 82.13zm165.54 0q6.2-43.63.44-66.42-5.76-22.78-31.44-54.69-31.24-40-40.76-76.52t-2.28-87.16h81.46q-8 50.77 3.2 74.29 11.21 23.52 36.12 57.67 27.2 36.44 35.08 70.7t.64 82.13z");
1051
1052
  export const DryCleaning = /*#__PURE__*/ b("M280-71.87v-239.28h-65.2q-42.89 0-72.91-30.16-30.02-30.17-30.02-73.26 0-31.63 17.58-58.05 17.59-26.42 46.16-39.36l258.41-114.56v-23.37q-36-12.52-57.64-43.5t-21.64-68.98q0-52.39 36.43-89.07 36.44-36.67 88.83-36.67t88.95 36.67q36.55 36.68 36.55 89.07h-87.17q0-16.28-11.02-27.31-11.02-11.02-27.31-11.02-16.28 0-27.3 11.02-11.03 11.02-11.03 27.3 0 16.29 11.02 27.43T480-723.83q18.42 0 30.89 12.54 12.46 12.53 12.46 31.05v52.5l261.04 115.76q28.57 12.94 46.16 39.36 17.58 26.42 17.58 58.05 0 43.09-30.02 73.26-30.02 30.16-72.91 30.16h-64.96v239.28zm-65.2-326.7H280v-38.32h400.24v38.32h64.86q7.1 0 11.6-4.89 4.5-4.9 4.5-12.73 0-4.9-2.5-8.58-2.5-3.69-7.5-5.8L480-551.04 208.83-430.57q-5.03 2-7.41 5.74t-2.38 8.64q0 7.83 4.5 12.73 4.5 4.89 11.26 4.89");
@@ -1193,6 +1194,7 @@ export const Extension = /*#__PURE__*/ b("M356.3-111.87H200q-36.35 0-62.24-25.89
1193
1194
  export const ExtensionOff = /*#__PURE__*/ b("M200-111.87q-36.59 0-62.36-25.77T111.87-200v-156.3q45.61 0 79.22-29.43Q224.7-415.15 224.7-460t-33.61-74.27q-33.61-29.43-79.22-29.43V-720q0-18.43 6.6-34.49 6.6-16.05 18.79-28.25l645.48 645.48q-12.2 12.19-28.25 18.79-16.06 6.6-34.49 6.6H563.7q0-45.61-29.43-79.22Q504.85-224.7 460-224.7t-74.27 33.61q-29.43 33.61-29.43 79.22zm608.13-162.61L274.48-808.13h78.59q2.63-43.44 33.3-72.55Q417.04-909.8 460-909.8t73.63 29.12q30.67 29.11 33.3 72.55H720q36.35 0 62.24 25.89T808.13-720v153.07q43.44 2.63 72.55 33.3Q909.8-502.96 909.8-460t-29.12 73.63q-29.11 30.67-72.55 33.3zm-8.04 229.52L44.96-800.09l59.39-59.39 755.13 755.13z");
1194
1195
  export const Eyebrow = /*#__PURE__*/ b("M602.15-393.78q-25.36 0-70.52 9.12-45.15 9.12-99.78 24.32-54.63 15.21-113.82 35.48-59.18 20.27-114.42 43.51-11.72 5-23.7 7.24t-24.93 2.24q-52.63 0-89.66-37.03-37.04-37.03-37.04-89.67v-104.67q0-45.63 28.56-80.8 28.55-35.18 72.94-43.89 72.48-14.24 140.2-25.36t127.91-18.86q60.2-7.74 112.01-11.74 51.82-4 92.25-4 132.13 0 221.95 100.22 89.81 100.21 110.77 270.3 2 12.44-6.22 22.87-8.21 10.43-22.21 16.15-12.83 5.72-26.86 3.48-14.04-2.24-26.47-11.2-66.63-50.95-133.27-79.33t-117.69-28.38m0-90.76q54.72 0 100.36 14.62t117.75 55.29q-29.17-88.85-85.15-135.67-55.98-46.83-133.2-46.83-81.19 0-204.01 16.12-122.81 16.12-249.73 42.6-12.64 2.7-20.76 12.62-8.13 9.92-8.13 22.55v104.67q0 19.78 15.83 30.12 15.82 10.34 33.67 3.06 58.81-25.24 122.17-46.98 63.35-21.74 121.67-37.72 58.31-15.98 107.85-25.21 49.53-9.24 81.68-9.24m0 0q-32.15 0-81.68 9.24-49.54 9.23-107.85 25.21-58.32 15.98-121.67 37.72-63.36 21.74-122.17 46.98-17.85 7.28-33.67-3.02-15.83-10.31-15.83-30.16v-104.67q0-12.56 8.17-22.49 8.16-9.92 20.72-12.68 126.92-26.48 249.73-42.6 122.82-16.12 204.01-16.12 77.22 0 133.2 46.83 55.98 46.82 85.15 135.67-72.11-40.67-117.75-55.29t-100.36-14.62");
1195
1196
  export const Eyeglasses = /*#__PURE__*/ b("M272.33-365.5q29.08 0 51.91-16.92 22.83-16.93 31.87-44.25l14.52-46q14.8-45.61-7.52-83.72-22.33-38.11-64.22-38.11H166.26l18.52 150.78q4.76 33.09 29.47 55.65 24.71 22.57 58.08 22.57m415.34 0q33.37 0 57.96-22.57 24.59-22.56 29.35-55.65L793.5-594.5H662.35q-41.89 0-64.22 38.61t-7.52 84.22l13.52 45q9.04 27.32 31.87 44.25 22.83 16.92 51.67 16.92m-415.58 91q-67.92 0-118.61-44.82-50.7-44.81-58.94-112.96L74.26-594.5H33.78v-91h263.68q45.91 0 84.2 22.22 38.3 22.21 60.01 60.65h77.9q21.71-38.44 60.01-60.65 38.29-22.22 84.2-22.22h262.44v91h-40.48l-20.52 162.22q-8.48 68.15-59.18 112.96-50.69 44.82-118.13 44.82-58.43 0-104.89-33.7-46.45-33.69-64.93-89.13l-16.68-49.78q-1.52-5.32-3.04-11.03t-3.04-16.36h-30.66q-1.52 9.13-3.04 14.84-1.52 5.7-3.04 11.03l-16.2 50.3q-18.24 55.68-65.05 89.75-46.82 34.08-105.25 34.08");
1197
+ export const EyeglassesThree = /*#__PURE__*/ b("M258.33-293.54q-77.63 0-131.93-54.42Q72.11-402.37 72.11-480t54.29-132.04q54.3-54.42 131.93-54.42 56.71 0 101.79 30t67.27 78q12.52-3.52 25.43-5.4 12.9-1.88 26.18-1.88 13.52 0 26.92 1.88 13.41 1.88 26.69 5.4 22.19-48 67.27-78t101.79-30q77.63 0 131.93 54.42 54.29 54.41 54.29 132.04T833.6-347.96q-54.3 54.42-131.93 54.42-74.67 0-128.22-50.98-53.56-50.98-57.99-124.41-8.81-3.29-17.85-4.67T479-474.98t-17.99 1.64-16.47 4.17q-4.43 73.43-57.99 124.53-53.55 51.1-128.22 51.1m-67.78-254.35q-27.68 27.8-27.68 67.89t27.68 67.89q27.69 27.81 67.78 27.81 40.08 0 67.89-27.81 27.8-27.8 27.8-67.89t-27.8-67.89q-27.81-27.81-67.89-27.81-40.09 0-67.78 27.81m443.23 0q-27.8 27.8-27.8 67.89t27.8 67.89q27.81 27.81 67.89 27.81 40.09 0 67.78-27.81 27.68-27.8 27.68-67.89t-27.68-67.89q-27.69-27.81-67.78-27.81-40.08 0-67.89 27.81");
1196
1198
  export const EyeglassesTwo = /*#__PURE__*/ b("M262-317.13q-62.2 0-94.55-16.86-32.36-16.86-59.84-62.58-15.24-25.23-26.34-60.81t-18.42-59.99q-11.48-.72-18.6-8.43-7.12-7.72-7.12-19.2v-49q0-10.2 6.6-17.41 6.6-7.22 16.79-9.46 54.81-11 100.78-16 45.98-5 88.7-5 61.48 0 111.46 10.12 49.97 10.12 78.21 29.36h81.66q24.47-18.24 76.83-28.86t113.08-10.62q42.72 0 88.08 5 45.35 5 100.16 16 10.19 2.24 16.79 9.46 6.6 7.21 6.6 17.41v49q0 11.48-7.12 19.2-7.12 7.71-18.6 8.43-6.85 21.3-18.06 58.32-11.22 37.01-26.7 62.48-26.24 44.72-59.22 62.08-32.97 17.36-95.17 17.36-63.72 0-107.96-27.72t-62.67-88.19q-5.24-16-8.74-32.12t-8.5-32.12q-3.52-11.05-10.92-15.95-7.41-4.9-19.21-4.9-11.04 0-18.45 5.4-7.4 5.4-11.92 15.69-5 16-8.38 31.88t-8.38 31.88q-17.24 60.95-61.96 88.55-44.71 27.6-108.91 27.6m0-63.74q69.57 0 94.85-41.04 25.28-41.05 25.28-105.61 0-16.52-11.88-25.66-11.88-9.15-44.97-16.43-25.76-6.52-62.4-8.02t-71.4 3.5q-25.28 3.76-36.95 12.04-11.66 8.29-11.66 24.09 0 26.76 4.5 51.4t13.26 45.4q15.52 34.29 36.66 47.31T262-380.87m436 0q43.57 0 64.59-13.02t35.78-47.31q8.76-20.76 13.76-45.52t5-52.28q0-15.8-11.78-24.47-11.78-8.66-37.83-11.66-34.76-5-70.78-3t-62.02 8.52q-33.09 7.28-44.97 16.04-11.88 8.77-11.88 25.29 0 64.56 25.28 105.99 25.28 41.42 94.85 41.42");
1197
1199
  export const EyeglassesTwoSound = /*#__PURE__*/ b("M262-380.87q69.57 0 94.85-41.04 25.28-41.05 25.28-105.61 0-16.52-11.88-25.28-11.88-8.77-44.97-16.81-25.76-6.52-62.4-8.02t-71.4 3.5q-25.28 3.76-36.95 12.04-11.66 8.29-11.66 24.09 0 26.76 4.38 51.4t13.38 45.4q15.52 34.29 36.66 47.31T262-380.87m428.96 229v-250.76h64.54v250.76zm-112.39-62.15v-126.46h64.78v126.46zm224.78 0v-126.46h64.78v126.46zM262-317.13q-62.2 0-94.55-16.86-32.36-16.86-59.84-62.58-15.24-26-26.34-61.19-11.1-35.2-18.42-59.61-11.48-.72-18.6-8.43-7.12-7.72-7.12-19.2v-49q0-10.2 6.6-17.41 6.6-7.22 16.79-9.46 54.81-11 100.78-16.38 45.98-5.38 88.7-5.38 61.48 0 111.46 10.5 49.97 10.5 78.21 29.74h81.66q24.47-18.24 76.83-28.86t113.08-10.62q42.72 0 88.08 5 45.35 5 100.16 16 10.19 2.24 16.79 9.46 6.6 7.21 6.6 17.41v49q0 11.48-7.12 19.2-7.12 7.71-18.6 8.43-5.32 16.74-12.7 42.52t-18.15 49.5q-13.19-11.95-28.13-21.93-14.93-9.98-31.6-17.74 4.52-17.05 7.54-35.61 3.02-18.57 3.02-38.37 0-15.8-11.78-24.47-11.78-8.66-37.83-11.66-34.76-5-70.78-3t-62.02 8.52q-33.09 8.04-44.97 16.81-11.88 8.76-11.88 25.28 0 26.8 3.76 49.35 3.76 22.54 13.04 41.06-13.19 10.72-25.15 23.29-11.95 12.58-20.67 27.78-7-11-12.12-22t-9.36-25q-5.24-16-8.74-32.12t-8.5-32.12q-3.52-11.05-10.92-15.95-7.41-4.9-19.21-4.9-11.04 0-18.95 5.4-7.9 5.4-11.42 15.69-5 16-8.38 31.88t-8.38 31.88q-17.24 60.95-61.96 88.55-44.71 27.6-108.91 27.6");
1198
1200
  export const EyeTracking = /*#__PURE__*/ b("M243.59-31.87H122.87q-37.78 0-64.39-26.61t-26.61-64.39v-120.72h91v120.72h120.72zm473.06 0v-91h120.72v-120.72h91v120.72q0 37.78-26.61 64.39t-64.39 26.61zM479.76-213.3q-121.91 0-222.16-72.92Q157.35-359.13 111.39-480q45.96-120.87 146.09-193.9t222.4-73.03T702.4-673.9 848.61-480Q802.65-359.37 702.4-286.34 602.15-213.3 479.76-213.3m0-125.98q58.48 0 100.2-41.36Q621.67-422 621.67-480t-41.71-99.36q-41.72-41.36-100.2-41.36-58 0-98.76 41.12T340.24-480 381-380.4t98.76 41.12m.07-86.22q-22.68 0-38.62-15.92-15.95-15.93-15.95-38.68t15.93-38.57q15.92-15.83 38.67-15.83t38.57 15.88q15.83 15.87 15.83 38.55t-15.87 38.62q-15.88 15.95-38.56 15.95M31.87-716.65v-120.72q0-37.78 26.61-64.39t64.39-26.61h120.72v91H122.87v120.72zm805.5 0v-120.72H716.65v-91h120.72q37.78 0 64.39 26.61t26.61 64.39v120.72z");
@@ -2774,6 +2776,7 @@ export const ReportOff = /*#__PURE__*/ b("M820-22.98 681.35-161.63l-48 49.76h-30
2774
2776
  export const RequestPage = /*#__PURE__*/ b("M435.46-233.54h85.5v-40h40.95q17.96 0 30.3-12.46 12.33-12.46 12.33-30.41V-440q0-17.96-12.33-30.29-12.34-12.34-30.3-12.34H440.96v-38.33h163.58v-85.5h-80v-40h-85.5v40h-40.95q-17.96 0-30.3 12.46-12.33 12.46-12.33 30.41V-440q0 17.96 12.33 30.29 12.34 12.34 30.3 12.34h120.95v38.33H355.46v85.5h80zM242.87-71.87q-37.78 0-64.39-26.61t-26.61-64.39v-634.26q0-37.78 26.61-64.39t64.39-26.61h320.48l244.78 244.78v480.48q0 37.78-26.61 64.39t-64.39 26.61z");
2775
2777
  export const RequestQuote = /*#__PURE__*/ b("M242.87-71.87q-37.78 0-64.39-26.61t-26.61-64.39v-634.26q0-37.78 26.61-64.39t64.39-26.61h320.48l244.78 244.78v480.48q0 37.78-26.61 64.39t-64.39 26.61zm195.22-127.65h83.82v-40H560q17.81 0 29.86-11.98t12.05-29.7v-121.91q0-17.81-12.05-29.86T560-445.02H441.91v-38.09h160v-83.59h-80v-40h-83.82v40H400q-17.81 0-29.86 11.99-12.05 11.98-12.05 29.69v121.91q0 17.81 12.05 29.86T400-361.2h118.09v38.09h-160v83.59h80zm90.11-443.83h161.67L528.2-804.78z");
2776
2778
  export const ResetBrightness = /*#__PURE__*/ b("m684.54-50.43-61.25-61.26H521.2v-102.09l-61.44-61.44 61.35-61.25v-102.1h102.24L684.54-500l61.35 61.43h102.24v102.1l61.2 61.25-61.26 61.35v102.24H745.98zm0-102.16q51.2 0 86.92-35.71 35.71-35.72 35.71-86.92 0-51.19-35.76-86.91-35.77-35.72-86.87-35.72zM839.37-560h-91.85q-25.95-87.79-98.81-143.66-72.87-55.86-168.69-55.86-116.78 0-198.16 81.36T200.48-480q0 68.65 30.11 126.26t81.28 95.61v-102.35h88.61v248.61H151.87v-88.61h89.46q-60.09-50.95-94.78-123.1-34.68-72.14-34.68-156.42 0-76.65 29.1-143.6 29.1-66.94 78.79-116.64 49.7-49.69 116.64-78.79 66.95-29.1 143.6-29.1 132.24 0 232.18 81.89Q812.13-684.35 839.37-560");
2779
+ export const ResetColors = /*#__PURE__*/ b("M677.16-36.97q-12.07-4.86-21.79-14.57l-160.96-161.2q-19.43-18.67-19.55-46.06-.12-27.4 19.31-46.83l143.37-142.61-78.47-78.48 63.89-63.65 286.26 284.74q9.71 9.72 14.69 21.79 4.98 12.08 4.98 24.27 0 12.2-4.86 24.66-4.86 12.45-14.57 22.17l-161.2 161.2q-9.72 9.71-22.17 14.57-12.46 4.86-24.66 4.86-12.19 0-24.27-4.86m-96.49-226.86h241.29L701.43-384.35zm-428.8 151.96v-88.61h89.46q-60.09-50.95-94.78-123.1-34.68-72.14-34.68-156.42 0-76.67 29.1-143.61 29.1-66.93 78.79-116.63 49.7-49.69 116.63-78.79 66.94-29.1 143.61-29.1 132.35 0 232.24 81.89T839.37-560h-91.85q-26-87.76-98.88-143.64T480-759.52q-116.76 0-198.14 81.38T200.48-480q0 68.65 30.11 126.26t81.28 95.61v-102.35h88.61v248.61z");
2777
2780
  export const ResetExposure = /*#__PURE__*/ b("M151.87-111.87v-88.61h89.46q-60.09-50.95-94.78-123.1-34.68-72.14-34.68-156.42 0-76.65 29.1-143.6 29.1-66.94 78.79-116.64 49.7-49.69 116.64-78.79 66.95-29.1 143.6-29.1 132.24 0 232.18 81.89Q812.13-684.35 839.37-560h-91.85q-25.95-87.79-98.81-143.66-72.87-55.86-168.69-55.86-116.78 0-198.16 81.36T200.48-480q0 68.65 30.11 126.26t81.28 95.61v-102.35h88.61v248.61zm391.96 39.76q-28.35 0-48.36-19.87t-20.01-48.26v-276.41q0-28.39 20.01-48.26t48.36-19.87H820q28.39 0 48.26 20.01t19.87 48.36v276.17q0 28.39-19.87 48.26T820-72.11zm17.13-85.5h241.67v-241.67z");
2778
2781
  export const ResetFocus = /*#__PURE__*/ b("M475.46-318.57v-98.08q0-28.39 20.01-48.26t48.36-19.87h97.84V-420H540.24v101.43zm68.37 246.46q-28.35 0-48.36-19.87t-20.01-48.26v-98.09h64.78v101.44h101.43v64.78zm279.52-246.46V-420H721.91v-64.78H820q28.39 0 48.26 20.01t19.87 48.36v97.84zM721.91-72.11v-64.78h101.44v-101.44h64.78v98.09q0 28.39-19.87 48.26T820-72.11zM839.37-560h-91.85q-25.95-87.79-98.81-143.66-72.87-55.86-168.69-55.86-116.78 0-198.16 81.36T200.48-480q0 68.65 30.11 126.26t81.28 95.61v-102.35h88.61v248.61H151.87v-88.61h89.46q-60.09-50.95-94.78-123.1-34.68-72.14-34.68-156.42 0-76.65 29.1-143.6 29.1-66.94 78.79-116.64 49.7-49.69 116.64-78.79 66.95-29.1 143.6-29.1 132.24 0 232.18 81.89Q812.13-684.35 839.37-560");
2779
2782
  export const ResetImage = /*#__PURE__*/ b("M111.87-590.43v-244.55h83.59v121.57q50.95-62.24 124.58-98.48T480-848.13q123.98 0 220.07 72.38Q796.15-703.37 831-590.43h-97.28q-32.09-74.4-99.69-120.55T480-757.13q-57.96 0-108.93 21.96-50.98 21.95-88.74 61.15h74.32v83.59zm124.06 353.3h488.14L570-444.78l-120 160-90-120zM202.87-71.87q-37.78 0-64.39-26.61t-26.61-64.39v-314.26h91v314.26h554.26v-314.26h91v314.26q0 37.78-26.61 64.39t-64.39 26.61z");
@@ -2900,6 +2903,7 @@ export const SeatHeatLeft = /*#__PURE__*/ b("m806.5-460.39-70.3-47.35 14.43-22.9
2900
2903
  export const SeatHeatRight = /*#__PURE__*/ b("m561.48-460.39-70.31-47.35 14.44-22.91q5.88-9 8.82-18.5t2.94-20.5q0-14-5.26-27t-15.26-23q-21.72-21.96-33.2-50.43-11.48-28.48-11.48-59.54 0-23.82 6.75-45.64t19.21-41.57l14.44-22.39 71.3 47.35-15.44 23.15q-5.76 8.76-8.88 18.38t-3.12 20.38q0 13.92 5.5 26.84t15.5 23.16q21.72 22.2 33.2 50.78 11.48 28.57 11.48 59.7 0 23.87-6.36 45.67-6.36 21.79-18.84 41.27zm-170.15 0-70.55-47.35 14.44-22.91q5.88-9 8.82-18.5t2.94-20.5q0-14-5.26-27t-15.26-23q-21.72-22.2-33.2-50.67-11.48-28.48-11.48-59.54 0-23.81 6.74-45.65t19.22-41.32l14.67-22.39 71.07 47.35-15.2 23.15q-5.76 9-8.88 18.5t-3.12 20.5q0 14 5.38 26.88t15.38 22.88q21.72 21.96 33.2 50.54 11.48 28.57 11.48 59.7 0 23.87-6.3 45.67-6.3 21.79-18.9 41.51zm-170.16 0-70.54-47.35 15.44-22.91q6-8.76 8.5-18.26t2.5-20.5q0-14-5-27t-15-23.24q-21.48-21.96-33.34-50.37-11.86-28.42-11.86-59.41 0-23.77 6.36-45.72 6.36-21.96 19.6-41.68l15.19-22.39 70.55 47.35-15.44 23.15q-6 8.24-9 18.17-3 9.94-3 20.86 0 13.91 5.38 26.82t15.38 22.91q21.69 21.86 33.56 50.49 11.88 28.62 11.88 59.75 0 23.87-6.75 45.67-6.75 21.79-19.21 41.51zm48.98 348.52v-45.5q0-35.63 24.8-60.8 24.79-25.18 61.18-25.18h206.63q20.04 0 37.97 7.05 17.92 7.04 34.2 17.32l.24-36.59q0-71.39 19.6-139.73 19.6-68.33 48.84-132.77l19-42.47q10.52-23.81 7.64-49.18-2.89-25.37-21.16-44.52-8.72-8.83-13.08-19.87-4.36-11.05-4.36-23.19 0-25.4 18.19-43.95t43.55-18.55q21.44 0 39.85 11.33 18.42 11.34 28.17 30.77 13.24 25.96 19.98 53.82 6.74 27.85 6.74 56.74 0 16.51-2.12 32.49t-7.12 31.69L741.7-175.41q-8.48 28.15-31.52 45.84-23.05 17.7-51.98 17.7z");
2901
2904
  export const SeatVentLeft = /*#__PURE__*/ b("M561.25-355.7q-30.77 0-47.37-19.59-16.6-19.6-16.6-42.08 0-17.37 7.18-31.67 7.17-14.31 22.54-24.53 11-7.23 19.98-19.09t13.98-35.38q-4-2.04-7.58-4.09-3.58-2.04-6.66-5.11-40.02 15.4-56.44 21.56t-35.92 6.16q-38.99 0-68.83-34.35-29.83-34.35-29.83-98.95 0-30.77 19.59-47.25 19.6-16.47 42.15-16.47 17.42 0 31.77 7.17t24.59 22.54q7.24 11 19.04 19.86t35.4 13.86q2.06-4 4.11-7.5t5.13-6.5q-15.48-39.96-21.6-56.55-6.12-16.6-6.12-36.08 0-38.94 34.22-68.67 34.22-29.72 98.84-29.72 30.77 0 47.36 19.47 16.6 19.47 16.6 42.02 0 17.42-7.17 31.77-7.17 14.36-22.54 24.61-11 7.24-19.98 19.1t-13.98 35.37q4 2.05 7.58 4.09 3.58 2.05 6.66 5.11 40.02-15.4 56.44-21.56 16.41-6.15 35.91-6.15 39 0 68.71 34.35 29.72 34.35 29.72 98.95 0 30.76-19.47 47.24t-42.02 16.48q-17.42 0-31.77-7.18-14.36-7.17-24.61-22.54-7.24-11-19.04-19.86t-35.4-13.86q-2.05 4-4.1 7.5t-5.13 6.5q15.48 39.96 21.59 56.56 6.12 16.59 6.12 36.07 0 38.95-34.21 68.67-34.22 29.72-98.84 29.72m70.72-216.4q12.1-12.1 12.1-29.81 0-17.72-12.1-29.82t-29.82-12.1-29.81 12.1q-12.1 12.1-12.1 29.82 0 17.71 12.1 29.81 12.09 12.1 29.81 12.1t29.82-12.1M301.04-111.87q-28.91 0-51.58-17.7-22.68-17.69-31.16-45.84l-97.19-377.55q-4.24-15.71-6.74-31.7t-2.5-32.5q0-28.88 6.74-56.73t19.98-53.81q9.82-19.43 27.82-30.77 18-11.33 39.44-11.33 25.39 0 43.94 18.55 18.56 18.55 18.56 43.95 0 12.14-4.36 23.19-4.36 11.04-13.08 19.87-18.28 19.04-21.54 44.47-3.26 25.42 7.26 49.23l19.76 42.47q29.24 64.44 48.46 132.77 19.22 68.34 19.22 139.73l.23 36.59q16.29-10.28 34.21-17.32 17.92-7.05 37.97-7.05h206.63q36.41 0 61.57 25.18 25.17 25.17 25.17 60.8v45.5z");
2902
2905
  export const SeatVentRight = /*#__PURE__*/ b("M317.18-355.7q-30.77 0-47.25-19.59-16.47-19.6-16.47-42.08 0-17.37 6.72-31.67 6.72-14.31 22.23-24.53 11-7.23 19.86-19.09t13.86-35.38q-4-2.04-7.07-4.09-3.08-2.04-6.17-5.11-39.96 15.48-56.55 21.6-16.6 6.12-36.08 6.12-38.94 0-68.67-34.35-29.72-34.35-29.72-98.95 0-30.77 19.6-47.25 19.6-16.47 42.15-16.47 17.43 0 31.27 7.17t24.09 22.54q7.24 11 19.49 19.86 12.26 8.86 35.75 13.86 2.04-4 4.09-7.5 2.04-3.5 5.1-6.5-15.48-39.96-21.59-56.55-6.12-16.6-6.12-36.08 0-38.94 33.91-68.67 33.92-29.72 98.67-29.72 30.69 0 47.56 19.47 16.88 19.47 16.88 42.02 0 17.42-7.18 31.77-7.17 14.36-22.54 24.61-11 7.24-19.86 19.1t-13.86 35.37q4 2.05 7.08 4.09 3.07 2.05 6.16 5.11 40.01-15.4 56.94-21.56 16.93-6.15 36.42-6.15 38.99 0 68.71 34.35Q604.3-625.6 604.3-561q0 30.76-19.59 47.24-19.6 16.48-42.08 16.48-17.37 0-31.67-7.18-14.31-7.17-24.53-22.54-7.23-11-19.09-19.86t-35.23-13.86q-2.03 4-4.57 7.5t-5.54 6.57q15.48 39.89 21.98 56.49 6.5 16.59 6.5 36.07 0 38.95-34.35 68.67t-98.95 29.72m70.72-216.4q12.1-12.1 12.1-29.81 0-17.72-12.1-29.82t-29.81-12.1q-17.72 0-29.82 12.1t-12.1 29.82q0 17.71 12.1 29.81t29.82 12.1q17.71 0 29.81-12.1M270.15-111.87v-45.5q0-35.63 25.17-60.8 25.16-25.18 61.57-25.18h205.87q20.04 0 38.35 7.05 18.3 7.04 34.59 17.32l.23-36.59q0-71.39 19.22-139.73 19.22-68.33 48.46-132.77l19.76-42.47q10.52-23.81 7.26-49.23-3.26-25.43-21.54-44.47-8.72-8.83-13.08-19.87-4.36-11.05-4.36-23.19 0-25.4 18.19-43.95t43.55-18.55q21.44 0 39.85 11.33 18.42 11.34 28.17 30.77 13.24 25.96 19.98 53.82 6.74 27.85 6.74 56.74 0 16.51-2.12 32.49t-7.12 31.69L741.7-175.41q-8.48 28.15-31.16 45.84-22.67 17.7-51.58 17.7z");
2906
+ export const SeatWindow = /*#__PURE__*/ b("M588.48-608.37q-15.68 0-27.23-9.2-11.55-9.19-16.03-23.87l-57-200q-5.96-22.39 7.21-40.16 13.18-17.77 36.05-17.77h263q15.67 0 27.23 9.2 11.55 9.19 16.03 23.87l57 200q5.96 22.39-7.22 40.16-13.17 17.77-36.04 17.77zm-282.26-70.91q-34.44 0-59.01-24.58-24.58-24.57-24.58-59.01 0-34.43 24.58-59.13 24.57-24.7 59.01-24.7 34.43 0 59.13 24.7 24.69 24.7 24.69 59.13 0 34.44-24.69 59.01-24.7 24.58-59.13 24.58m221.19 567.41h-256.8q-37.54 0-66.72-25.05-29.17-25.06-36.89-62.36l-87-440h89.41l88 440h270zm216.66 74.02L627.35-239.28H353.41q-29 0-50.5-17.5t-27.5-46.5l-42.8-208.5q-10.48-50.15 22.4-88.83 32.88-38.67 84.71-38.67 33.56 0 64.33 21.12 30.78 21.12 39.49 60.23l42.09 195.06h120.2q23.15 0 41.27 11.72t30.31 31.87l140 240z");
2903
2907
  export const Security = /*#__PURE__*/ b("M480-71.63Q337.47-107.3 244.67-234.19T151.87-516v-249.61L480-888.37l328.13 122.76V-516q0 154.92-92.8 281.81T480-71.63m0-95q95.33-31.44 159.73-118.5 64.4-87.07 75.4-194.9H480v-311.62l-237.13 88.92V-498q0 7.48 1.98 18H480z");
2904
2908
  export const SecurityKey = /*#__PURE__*/ b("M398.8-31.87q-34.48 0-59.03-24.48-24.55-24.49-24.55-58.87v-119.04q-34.92-2.63-59.13-28.4-24.22-25.77-24.22-61.64v-513.07q0-37.78 26.61-64.39t64.39-26.61h314.26q37.78 0 64.39 26.61t26.61 64.39v513.07q0 35.87-24.1 61.64t-59.01 28.4v119.04q0 34.38-24.48 58.87-24.49 24.48-58.87 24.48zm81.17-429.33q49.79 0 84.67-34.85t34.88-84.64-34.85-84.67-84.64-34.88-84.67 34.85q-34.88 34.86-34.88 84.64 0 49.79 34.85 84.67t84.64 34.88m-76.14 340.72h152.58V-233.3H403.83zm76.23-424.54q-15.15 0-25.45-10.25-10.31-10.24-10.31-25.39 0-15.14 10.25-25.45 10.25-10.3 25.39-10.3 15.15 0 25.45 10.24 10.31 10.25 10.31 25.39 0 15.15-10.25 25.45-10.25 10.31-25.39 10.31");
2905
2909
  export const Segment = /*#__PURE__*/ b("M351.87-228.28v-91h496.26v91zm0-206.22v-91h496.26v91zm-240-206.22v-91h736.26v91z");
@@ -2966,6 +2970,7 @@ export const SettingsPhone = /*#__PURE__*/ b("M456.76-536.76q-12.46-12.46-12.46-
2966
2970
  export const SettingsPhotoCamera = /*#__PURE__*/ b("M363.07-71.87 346.59-202.5q-11.19-4.31-21.09-10.34-9.89-6.03-19.46-12.83l-121.39 51.19L67.48-377.39l104.91-79.44q-.76-6-.76-11.57v-23.16q0-5.57.76-11.61L67.48-582.61l117.17-202.43 121.87 50.95q9.57-6.8 19.65-12.73 10.09-5.92 20.42-10.2l16.48-131.11h233.86l16.48 131.11q11.19 4.24 21.09 10.19 9.89 5.94 19.46 12.74l121.39-50.95 117.17 202.43-90.5 67.39H616.24q-12.57-44.91-49.16-74.85-36.6-29.93-85.8-29.93-58 0-99 41t-41 99q0 48 27.36 84.12T439.76-346v274.13zm221.98 0q-25.21 0-42.86-17.66t-17.65-42.89v-201.85q0-25.23 17.64-42.85t42.84-17.62h60.48l40.4-40.48h80.8l40.3 40.48h60.46q25.19 0 42.93 17.66t17.74 42.89v201.85q0 25.23-17.71 42.85t-43.01 17.62zm198.27-105.77q23.61-23.62 23.61-57.1t-23.61-57.1q-23.62-23.62-57.1-23.62t-57.1 23.62-23.62 57.1 23.62 57.1 57.1 23.62 57.1-23.62");
2967
2971
  export const SettingsPower = /*#__PURE__*/ b("M434.5-482.63V-885.5h91v402.87zM480-194.5q-137.11 0-232.62-95.51t-95.51-232.62q0-80.83 36.62-151.42 36.62-70.6 101.86-114.65l65.17 65.42q-52.56 32-82.61 85.54-30.04 53.54-30.04 115.11 0 98.8 69.16 167.97Q381.2-285.5 480-285.5t167.97-69.16q69.16-69.17 69.16-167.97 0-62.12-30.4-115.87-30.4-53.74-84.88-86.93l65.17-65.42q66.91 45.48 104.01 116.31 37.1 70.82 37.1 151.91 0 137.11-95.51 232.62T480-194.5M316.43 0q-18.21 0-30.67-12.32T273.3-42.85q0-18.22 12.46-30.67 12.46-12.46 30.67-12.46t30.53 12.46q12.32 12.45 12.32 30.67 0 18.21-12.32 30.53T316.43 0M480 0q-17.96 0-30.29-12.32-12.34-12.32-12.34-30.53 0-18.22 12.34-30.67 12.33-12.46 30.41-12.46t30.41 12.46q12.34 12.45 12.34 30.67 0 18.21-12.33 30.53Q498.22 0 480 0m164.08 0q-18.21 0-30.55-12.32-12.33-12.32-12.33-30.53 0-18.22 12.32-30.67 12.32-12.46 30.53-12.46t30.55 12.46q12.33 12.45 12.33 30.67 0 18.21-12.32 30.53T644.08 0");
2968
2972
  export const SettingsRemote = /*#__PURE__*/ b("M357.37-32.59q-19.15 0-32.33-13.17-13.17-13.17-13.17-32.33v-480q0-19.15 13.17-32.32 13.18-13.18 32.33-13.18h245.26q19.15 0 32.33 13.18 13.17 13.17 13.17 32.32v480q0 19.16-13.17 32.33-13.18 13.17-32.33 13.17zm122.63-350q21 0 35.5-14.5t14.5-35.5-14.5-35.5-35.5-14.5-35.5 14.5-14.5 35.5 14.5 35.5 35.5 14.5M338-662l-56-56q40-40 91-61t107-21 107 21 91 61l-56 56q-29-29-65.5-43.5T480-720t-76.5 14.5T338-662M226-774l-58-58q63-61 143.5-94.5T480-960t168.5 33.5T790-830l-56 56q-50-52-116-79t-138-27-138 27-116 79");
2973
+ export const SettingsScreen = /*#__PURE__*/ b("M611-71.87q-37.78 0-64.39-26.61T520-162.87V-309q0-37.78 26.61-64.39T611-400h227.57q37.78 0 64.39 26.61T929.57-309v146.13q0 37.78-26.61 64.39t-64.39 26.61zm0-91h227.57V-309H611zm-247.93 91L346.59-202.5q-11.19-4.31-21.09-10.34-9.89-6.03-19.46-12.83l-121.39 51.19L67.48-377.39l104.91-79.44q-.76-6-.76-11.57v-23.16q0-5.57.76-11.61L67.48-582.61l117.17-202.43 121.87 50.95q9.57-6.8 19.65-12.73 10.09-5.92 20.42-10.2l16.48-131.11h233.86l16.48 131.11q11.19 4.24 21.09 10.19 9.89 5.94 19.46 12.74l121.39-50.95 117.17 202.43-105.15 79.44q.76 5.56.76 11.46v11.47H622.28q-.24-58-41.67-98.88T481.28-620q-59 0-99.5 40.5t-40.5 99.5q0 48 27.62 84.24t70.86 50v273.89z");
2969
2974
  export const SettingsSeating = /*#__PURE__*/ b("M322.33-71.87q-19.21 0-32.2-13.17-13-13.18-13-32.39t13-32.2q12.99-13 32.2-13t32.39 13q13.17 12.99 13.17 32.2t-13.17 32.39q-13.18 13.17-32.39 13.17m160.36 0q-19.21 0-32.39-13.17-13.17-13.18-13.17-32.39t13.17-32.2q13.18-13 32.39-13t32.21 13q12.99 12.99 12.99 32.2T514.9-85.04q-13 13.17-32.21 13.17m159.88 0q-19.21 0-32.2-13.17-13-13.18-13-32.39t13-32.2q12.99-13 32.2-13t32.39 13q13.17 12.99 13.17 32.2t-13.17 32.39q-13.18 13.17-32.39 13.17M317.13-233.3v-120.96h-4.56q-34.46 0-59.22-22.67-24.76-22.68-27-56.31l-34.48-414.89h113.3q46.92 0 81.59 29.43 34.68 29.44 42.68 75.59L451-610.52h151.63q68.39 0 116.95 48.67 48.55 48.68 48.55 117.55v90.04h-80v120.96h-90.76v-120.96H407.89v120.96z");
2970
2975
  export const SettingsSlowMotion = /*#__PURE__*/ b("M363.07-71.87 346.59-202.5q-11.09-4.28-21.04-10.33-9.94-6.04-19.51-12.84l-121.39 51.19L67.48-377.39l104.91-79.44q-.76-6.04-.76-11.58v-23.18q0-5.54.76-11.58L67.48-582.61l117.17-202.43 121.87 50.95q9.57-6.8 19.27-12.73 9.71-5.92 20.8-10.2l16.48-131.11h233.86l16.48 131.11q11.09 4.28 21.04 10.2 9.94 5.93 19.51 12.73l121.39-50.95 117.17 202.43-65.87 49.78q-31.19-16.43-64.87-25.03-33.67-8.6-69.58-8.6-23.59 0-45.8 4.7-22.2 4.69-44.31 12.09-19-32.29-51.14-51.31Q518.8-620 481.28-620q-58 0-99 41t-41 99q0 39.2 19.94 71.91 19.93 32.72 53.85 51.24-5.77 19.28-8.15 39.83-2.38 20.54-2.38 40.59.76 58.63 23.46 111.76t65.09 92.8zm294.5-4.48q-65.68-10.72-112.37-57.79-46.7-47.08-57.42-112.75h64.5q9.48 39.52 37.62 67.66t67.67 37.62zm64.78 1v-66.02q48-11.48 78.88-49.08 30.88-37.59 30.88-88.83 0-51-30.88-88.6t-78.88-49.08v-66.02q74.15 11.72 124.47 69.01 50.31 57.3 50.31 134.69t-50.31 134.8Q796.5-87.07 722.35-75.35M488.02-311.67q10.72-65.68 57.3-112.63 46.57-46.96 112.25-57.68v65.26q-39.53 9.48-67.55 37.62t-37.5 67.43zm160.5 115.5v-165.98l128.31 82.87z");
2971
2976
  export const SettingsSystemDaydream = /*#__PURE__*/ b("M360-320h260q42 0 71-29t29-71-29-71-71-29h-2q-8-51-44.5-85.5T486-640q-42 0-78 21t-54 59h-5q-47 0-78 36t-31 84q0 50 35 85t85 35M162.87-151.87q-37.78 0-64.39-26.61t-26.61-64.39v-474.26q0-37.78 26.61-64.39t64.39-26.61h634.26q37.78 0 64.39 26.61t26.61 64.39v474.26q0 37.78-26.61 64.39t-64.39 26.61z");
@@ -3099,6 +3104,7 @@ export const SmbShare = /*#__PURE__*/ b("M491.93-443.35h159.9q27.43 0 46.63-19.1
3099
3104
  export const SmokeFree = /*#__PURE__*/ b("M795.35-45.72 526.57-314.5H72.59v-131h322.97L51.7-789.37 110.09-848l743.89 743.65zM762.37-314.5 720-356.87v-88.63h63.59v131zm61.22 0v-131h63.82v131zM680-396.87l-48.63-48.63H680zm40-88.63v-51.52q0-39-23-59.74t-55-20.74h-62q-57.5 0-97.54-40.03-40.05-40.03-40.05-97.51t40.05-97.68q40.04-40.19 97.54-40.19v63.82q-30 0-52 21t-22 53 22 53 52 21h62q57.91 0 99.75 37.2 41.84 37.19 41.84 92.39v66zm103.59 0v-90q0-66-46-114t-114-48v-63.59q30 0 52-22t22-52h63.82q0 30.44-11.48 54.66-11.47 24.21-30.43 43.02 55.52 23.84 91.72 79.11 36.19 55.26 36.19 122.8v90z");
3100
3105
  export const SmokingRooms = /*#__PURE__*/ b("M72.59-189v-131H680v131zM720-189v-131h63.59v131zm103.59 0v-131h63.82v131zM720-360v-51.52q0-39-23-59.74T642-492h-62q-57.5 0-97.54-40.03-40.05-40.03-40.05-97.51t40.05-97.68q40.04-40.19 97.54-40.19v63.82q-30 0-52 21t-22 53 22 53 52 21h62q57.91 0 99.75 37.2 41.84 37.19 41.84 92.39v66zm103.59 0v-90q0-66-46-114t-114-48v-63.59q30 0 52-22t22-52-22-52-52-22v-63.82q57.43 0 97.63 40.19 40.19 40.2 40.19 97.63 0 30.44-11.48 54.66-11.47 24.21-30.43 43.02 55.52 23.84 91.72 79.11 36.19 55.26 36.19 122.8v90z");
3101
3106
  export const Sms = /*#__PURE__*/ b("M71.87-71.87v-725.26q0-37.78 26.61-64.39t64.39-26.61h634.26q37.78 0 64.39 26.61t26.61 64.39v474.26q0 37.78-26.61 64.39t-64.39 26.61H231.87zm274.84-457.58q12.33-12.32 12.33-30.53 0-18.22-12.32-30.55-12.32-12.34-30.53-12.34t-30.55 12.32-12.34 30.53q0 18.22 12.32 30.55 12.32 12.34 30.54 12.34 18.21 0 30.55-12.32m163.82 0q12.34-12.32 12.34-30.53 0-18.22-12.32-30.55-12.32-12.34-30.53-12.34-18.22 0-30.55 12.32-12.34 12.32-12.34 30.53 0 18.22 12.32 30.55 12.32 12.34 30.53 12.34 18.22 0 30.55-12.32m163.83 0q12.34-12.32 12.34-30.53 0-18.22-12.32-30.55-12.32-12.34-30.54-12.34-18.21 0-30.55 12.32-12.33 12.32-12.33 30.53 0 18.22 12.32 30.55 12.32 12.34 30.53 12.34t30.55-12.32");
3107
+ export const Snail = /*#__PURE__*/ b("M111.87-151.87q0-58.63 24.5-110.06 24.5-51.44 69.5-85.68-44.24-28-69.12-73.84-24.88-45.83-24.88-99.03 0-119.35 83.41-203.5 83.42-84.15 203.05-84.15 67.43 0 127.53 30.62t100.1 85.1q22-34.76 58.09-54.64 36.1-19.88 78.78-19.88 66.58 0 116.66 34.79t50.08 92.51q0 48.91-33.96 83.11-33.96 34.19-82.15 34.19h-5.33v164.72q0 86.39-60.17 146.07-60.18 59.67-145.81 59.67zm205.5-249.09q49.52 0 84.28-36.7 34.76-36.71 34.76-80.19 0-22.8-10.52-31.88-10.52-9.07-24.52-9.07-18.57 0-29.85 11.73-11.28 11.74-11.28 28.74h-85.98q0-52.63 36.32-89.66 36.31-37.03 88.75-37.03 50.91 0 87.1 35.51 36.2 35.51 36.2 91.18 0 29.48-10.4 60.79-10.4 31.3-29.69 56.58h55.31q25.24 0 42.74-16.76t17.5-42.04v-60.72q0-83.72-58.38-142.57-58.38-58.86-141.38-58.86-84 0-142.12 58.86-58.12 58.85-58.12 142.57 0 50.52 34.38 85.02t84.9 34.5");
3102
3108
  export const SnippetFolder = /*#__PURE__*/ b("M162.87-151.87q-37.78 0-64.39-26.61t-26.61-64.39v-474.26q0-37.78 26.61-64.39t64.39-26.61h233.54L480-724.54h317.13q37.78 0 64.39 26.61 26.61 26.6 26.61 64.39v390.67q0 37.78-26.61 64.39t-64.39 26.61zm420.72-195.78v-181.11h46.63l62.13 62.13v118.98zm-64.79 64.78h238.33v-210.67l-100-100H518.8z");
3103
3109
  export const Snooze = /*#__PURE__*/ b("M376.41-327.78h207.18v-67.42H476.13l107.46-120.73v-59.27H376.41v67.42h109.46L376.41-384.8zm-39.9 226.81q-67.05-29.1-116.75-78.79-49.69-49.7-78.79-116.75-29.1-67.06-29.1-143.49t29.1-143.49q29.1-67.05 78.79-116.75 49.7-49.69 116.75-78.79 67.06-29.1 143.49-29.1t143.49 29.1q67.05 29.1 116.75 78.79 49.69 49.7 78.79 116.75 29.1 67.06 29.1 143.49t-29.1 143.49q-29.1 67.05-78.79 116.75-49.7 49.69-116.75 78.79-67.06 29.1-143.49 29.1t-143.49-29.1m-116.1-775.07 58.87 58.63-176.69 176.69-58.63-58.87zm519.18 0 176.45 176.45-58.63 58.87-176.69-176.69z");
3104
3110
  export const Snowboarding = /*#__PURE__*/ b("M751.24-50.91q-9.48 0-18.98-1t-18.98-3l-505-108q-44.95-9.48-78.05-36.22t-50.58-65.7q-2-4.24-2.48-18.47 2.53-13.68 13.36-22.11 10.84-8.44 25.27-6.68 8.44 1.52 14.75 6.5 6.32 4.98 9.8 12.42 11.76 25 32.42 41.92t48.95 23.16l17.56 3.76 136.42-91.84-31.29-137.61q-4.24-15.96-1.12-31.94t11.6-30.69l96.41-154.5h-85.39L289.2-547.48l-74.22-45.82 103.11-164.79H548q28.43 0 45.65 15.72t23.7 29.44l21 48q19.76 47.28 64.26 77.06t100.98 29.78v87.18q-71.44 0-130.04-32.43-58.59-32.42-94.31-86.46l-67.46 107.58 131.81 105.81 39.76 246.8 43.37 8.52q6 2 12.38 2.5t12.14.5q23.04 0 41.56-7.88 18.53-7.88 34.81-21.4 5.48-5.24 27.19-6.96 14.68 1.76 22.61 13.36 7.94 11.6 6.18 24.75-.76 5.72-3.5 10.8-2.74 5.07-7.46 9.79-25.48 22.24-56.96 33.48-31.47 11.24-64.43 11.24M591.7-149.28l-29.05-179.31-105.87-75.02 17.05 127.02-115.74 77.18zM643.59-760q-34.44 0-59.01-24.58Q560-809.15 560-843.59q0-34.43 24.58-59.13 24.57-24.69 59.01-24.69 34.43 0 59.13 24.69 24.69 24.7 24.69 59.13 0 34.44-24.69 59.01Q678.02-760 643.59-760");
@@ -1046,6 +1046,7 @@ export declare const DriveFolderUpload: Icon;
1046
1046
  export declare const Drone: Icon;
1047
1047
  export declare const DroneTwo: Icon;
1048
1048
  export declare const Dropdown: Icon;
1049
+ export declare const DropdownMenu: Icon;
1049
1050
  export declare const DropperEye: Icon;
1050
1051
  export declare const Dry: Icon;
1051
1052
  export declare const DryCleaning: Icon;
@@ -1193,6 +1194,7 @@ export declare const Extension: Icon;
1193
1194
  export declare const ExtensionOff: Icon;
1194
1195
  export declare const Eyebrow: Icon;
1195
1196
  export declare const Eyeglasses: Icon;
1197
+ export declare const EyeglassesThree: Icon;
1196
1198
  export declare const EyeglassesTwo: Icon;
1197
1199
  export declare const EyeglassesTwoSound: Icon;
1198
1200
  export declare const EyeTracking: Icon;
@@ -2774,6 +2776,7 @@ export declare const ReportOff: Icon;
2774
2776
  export declare const RequestPage: Icon;
2775
2777
  export declare const RequestQuote: Icon;
2776
2778
  export declare const ResetBrightness: Icon;
2779
+ export declare const ResetColors: Icon;
2777
2780
  export declare const ResetExposure: Icon;
2778
2781
  export declare const ResetFocus: Icon;
2779
2782
  export declare const ResetImage: Icon;
@@ -2900,6 +2903,7 @@ export declare const SeatHeatLeft: Icon;
2900
2903
  export declare const SeatHeatRight: Icon;
2901
2904
  export declare const SeatVentLeft: Icon;
2902
2905
  export declare const SeatVentRight: Icon;
2906
+ export declare const SeatWindow: Icon;
2903
2907
  export declare const Security: Icon;
2904
2908
  export declare const SecurityKey: Icon;
2905
2909
  export declare const Segment: Icon;
@@ -2966,6 +2970,7 @@ export declare const SettingsPhone: Icon;
2966
2970
  export declare const SettingsPhotoCamera: Icon;
2967
2971
  export declare const SettingsPower: Icon;
2968
2972
  export declare const SettingsRemote: Icon;
2973
+ export declare const SettingsScreen: Icon;
2969
2974
  export declare const SettingsSeating: Icon;
2970
2975
  export declare const SettingsSlowMotion: Icon;
2971
2976
  export declare const SettingsSystemDaydream: Icon;
@@ -3099,6 +3104,7 @@ export declare const SmbShare: Icon;
3099
3104
  export declare const SmokeFree: Icon;
3100
3105
  export declare const SmokingRooms: Icon;
3101
3106
  export declare const Sms: Icon;
3107
+ export declare const Snail: Icon;
3102
3108
  export declare const SnippetFolder: Icon;
3103
3109
  export declare const Snooze: Icon;
3104
3110
  export declare const Snowboarding: Icon;
@@ -1046,6 +1046,7 @@ export const DriveFolderUpload = /*#__PURE__*/ b("M436.89-278.57h86.22V-431.5l56
1046
1046
  export const Drone = /*#__PURE__*/ b("M151.87-151.87q0-77.15 41.6-138.56 41.6-61.42 107.79-90.33l-8.56-84.41H142.3v-252.2H30.43v-90.76h314.5v90.76H233.07v161.44h49.67l-9.2-90.77h412.68l-9.2 90.77h49.68v-161.44H614.83v-90.76h315.5v90.76H818.46v252.2H668.07l-8.57 84.41q66.2 28.91 107.41 90.33 41.22 61.41 41.22 138.56h-90.76q0-65.76-46.4-112.52t-111.93-46.76H400.96q-65.53 0-111.93 46.76t-46.4 112.52zm237.91-250.04h179.2l16.28-154.02H373.5zm0 0h179.2z");
1047
1047
  export const DroneTwo = /*#__PURE__*/ b("M257.44-71.87q-77.75 0-131.66-54.83T71.87-259.13q0-77.59 53.88-131.5 53.87-53.91 131.58-53.91 21.61 0 41.74 4.68 20.14 4.69 37.82 13.12 12.33-26.13 13.45-54.14t-9.21-54.14q-18.78 9.52-39.53 14.28t-43.27 4.76q-77.69 0-132.08-54.37-54.38-54.37-54.38-132.04 0-77.68 54.37-131.71t132.04-54.03q77.68 0 132.09 54.03t54.41 131.67q0 22.52-5.14 43.28t-14.66 39.76q26.13 10.32 54.14 9.71 28.01-.62 54.14-12.71-8.52-18-13.28-38.26t-4.76-41.78q0-77.71 53.91-131.59 53.91-53.87 131.66-53.87t132.55 53.91q54.79 53.91 54.79 131.66t-54.79 132.55q-54.8 54.79-132.67 54.79-23.52 0-44.77-5.62-21.26-5.63-41.03-15.94-11.09 27.13-10.21 55.42.88 28.3 13.21 56.14 18.76-9.52 39.52-14.54t43.28-5.02q77.87 0 132.67 53.86 54.79 53.86 54.79 131.54t-54.79 132.48q-54.8 54.79-132.55 54.79t-131.66-54.82-53.91-132.4q0-22.52 5.18-43.27 5.19-20.75 14.62-39.53-27.92-12.43-56.3-13.76-28.37-1.33-55.5 9.76 10.31 19.77 15.94 41.53 5.62 21.75 5.62 45.27 0 77.58-54.79 132.4T257.44-71.87m443.23-529.56q42 0 71.5-29.5t29.5-71.5-29.5-70.5-71.5-28.5-70.5 28.5-28.5 70.5q0 6.56 1.15 13.27 1.14 6.7 2.66 13.27l57.37-57.37q13.63-13.67 31.8-13.67 18.18 0 31.85 13.63 13.67 13.64 13.67 31.83t-13.67 31.86l-60.09 61.09q7.81 4.04 16.34 5.56 8.54 1.53 17.92 1.53m-442.34-1q8.32 0 15.75-1.59t14.03-3.98l-61.61-61.61q-13.67-13.63-13.67-31.8 0-18.18 13.64-31.85t31.82-13.67q18.19 0 31.86 13.67l62.61 61.85q2.28-6.81 3.92-14.74 1.65-7.93 1.65-16.28 0-42-29-71t-71-29-71 29-29 71 29 71 71 29m442.34 444.1q42 0 71.5-29.43t29.5-71.33q0-42-29.5-70.5t-71.5-28.5q-8.2 0-15.59 1.14-7.38 1.15-13.95 3.43l63.37 63.61q13.67 13.56 13.67 31.65t-13.91 32q-14.67 13.67-32.71 13.55-18.03-.12-31.7-13.79l-62.61-62.61q-2.28 6.57-3.92 14.11-1.65 7.54-1.65 15.91 0 41.9 28.5 71.33t70.5 29.43m-443.34 0q42 0 71.5-29.43t29.5-71.33q0-9.56-1.65-18.39-1.64-8.82-5.68-16.87l-67.85 67.85q-13.59 13.67-32.28 13.67-18.7 0-32.37-13.67t-13.67-31.76 13.67-31.65l64.13-64.37q-6.33-1.52-12.65-2.67-6.33-1.14-12.65-1.14-42 0-70.5 28.5t-28.5 70.5 28.5 71.38 70.5 29.38M480-439.76q17 0 28.5-11.5t11.5-28.5-11.5-28.5-28.5-11.5-28.5 11.5-11.5 28.5 11.5 28.5 28.5 11.5");
1048
1048
  export const Dropdown = /*#__PURE__*/ b("M437.13-437.13h280v-280h-280zM202.87-111.87q-37.78 0-64.39-26.61t-26.61-64.39v-554.26q0-37.78 26.61-64.39t64.39-26.61h554.26q37.78 0 64.39 26.61t26.61 64.39v554.26q0 37.78-26.61 64.39t-64.39 26.61zm0-91h554.26v-554.26H202.87zm0-554.26v554.26z");
1049
+ export const DropdownMenu = /*#__PURE__*/ b("m580-377.37 145.02-145.26H434.98zM320-192.11q-120.3 0-204.09-83.81-83.8-83.8-83.8-204.12 0-120.31 83.8-204.08Q199.7-767.89 320-767.89h320q120.3 0 204.09 83.81 83.8 83.8 83.8 204.12 0 120.31-83.8 204.08Q760.3-192.11 640-192.11zm0-91h320q81.71 0 139.3-57.54Q836.89-398.2 836.89-480T779.3-619.35q-57.59-57.54-139.3-57.54H320q-81.71 0-139.3 57.54Q123.11-561.8 123.11-480t57.59 139.35q57.59 57.54 139.3 57.54");
1049
1050
  export const DropperEye = /*#__PURE__*/ b("m648.3-614.91 96.66-91.85-38.2-38.2-93.37 93.61zm0 0-34.91-36.44zM111.87-111.87v-201.48l353.89-353.89L408.28-724l68.96-67.48 76.76 76 118.02-118.5q6.44-6.43 15.37-9.91 8.94-3.48 18.61-3.24 9.43 0 18.11 3.6 8.67 3.6 15.87 10.03l93.52 93.52q6.43 7.2 10.03 15.87 3.6 8.68 3.6 18.11.24 9.67-3.24 18.61-3.48 8.93-9.91 15.37l-119.22 118.5 42.61 44.13-65.57 65.56L531.37-603.3l-328.5 327.26v73.17h44.15q10.96 24.63 23.65 47.74 12.7 23.11 27.37 43.26zm501.28 81.44q-93.39 0-171.82-50.04-78.44-50.03-114.16-136.18 35.72-86.15 114.16-136.19 78.43-50.03 171.82-50.03 93.15 0 171.71 50.03 78.55 50.04 114.27 136.19-35.72 86.15-114.27 136.18-78.56 50.04-171.71 50.04m106.07-112.22q50.26-26 83.45-74-33.19-48-83.45-74t-106.07-26q-55.8 0-105.94 26.12t-83.34 73.88q33.2 47.76 83.34 73.88t105.94 26.12q55.81 0 106.07-26m-150.24-29.83q-18.22-18.22-18.22-44.17 0-25.96 18.22-44.18 18.22-18.21 44.17-18.21 25.96 0 44.18 18.21 18.21 18.22 18.21 44.18 0 25.95-18.21 44.17-18.22 18.22-44.18 18.22-25.95 0-44.17-18.22");
1050
1051
  export const Dry = /*#__PURE__*/ b("M596.13-644.78q6.2-43.63.7-66.42-5.5-22.78-31.18-54.69-31.24-40-41.02-76.52t-2.54-87.16h82.21q-8 50.77 3.21 74.29t36.12 57.67q27.2 36.44 35.08 70.7t.64 82.13zm165.54 0q6.2-43.63.44-66.42-5.76-22.78-31.44-54.69-31.24-40-40.76-76.52t-2.28-87.16h81.46q-8 50.77 3.2 74.29 11.21 23.52 36.12 57.67 27.2 36.44 35.08 70.7t.64 82.13zM234.98-71.87q-67.44 0-115.27-47.84-47.84-47.83-47.84-115.27v-227.48q0-31.71 14.86-59.05t41.57-44.58l332.16-215.43 20.47 19.28q23.59 21.91 28.65 53.12 5.05 31.21-11.15 59.03l-36.86 60.52h303.21q18.2 0 30.65 12.46 12.46 12.46 12.46 30.65 0 18.2-12.46 30.66-12.45 12.45-30.65 12.45H314.22l74.61-127.82-214.18 137.34q-8.28 4.76-12.42 13.05-4.14 8.28-4.14 18.32v227.48q0 31.81 22.54 54.35t54.35 22.54h489.8q18.2 0 30.65 12.46 12.46 12.46 12.46 30.65 0 18.2-12.46 30.65-12.45 12.46-30.65 12.46zm236.89-287.65v-86.22h372.91q18.2 0 30.65 12.46 12.46 12.45 12.46 30.65t-12.46 30.65q-12.45 12.46-30.65 12.46zm0 143.82v-86.21h333.15q18.2 0 30.65 12.45 12.46 12.46 12.46 30.66 0 18.19-12.46 30.65-12.45 12.45-30.65 12.45zM314.98-359.52");
1051
1052
  export const DryCleaning = /*#__PURE__*/ b("M280-71.87v-239.28h-65.2q-42.89 0-72.91-30.16-30.02-30.17-30.02-73.26 0-31.63 17.58-58.05 17.59-26.42 46.16-39.36l258.41-114.56v-23.37q-36-12.52-57.64-43.5t-21.64-68.98q0-52.39 36.43-89.07 36.44-36.67 88.83-36.67t88.95 36.67q36.55 36.68 36.55 89.07h-87.17q0-16.28-11.02-27.31-11.02-11.02-27.31-11.02-16.28 0-27.3 11.02-11.03 11.02-11.03 27.3 0 16.29 11.02 27.43T480-723.83q18.42 0 30.89 12.54 12.46 12.53 12.46 31.05v52.5l261.04 115.76q28.57 12.94 46.16 39.36 17.58 26.42 17.58 58.05 0 43.09-30.02 73.26-30.02 30.16-72.91 30.16h-64.96v239.28zm-65.2-326.7H280v-38.32h400.24v38.32h64.86q7.1 0 11.6-4.89 4.5-4.9 4.5-12.73 0-4.9-2.5-8.58-2.5-3.69-7.5-5.8L480-551.04 208.83-430.57q-5.03 2-7.41 5.74t-2.38 8.64q0 7.83 4.5 12.73 4.5 4.89 11.26 4.89m152.13 239.29h226.14v-190.44H366.93zm0-190.44h226.14z");
@@ -1193,6 +1194,7 @@ export const Extension = /*#__PURE__*/ b("M356.3-111.87H200q-36.35 0-62.24-25.89
1193
1194
  export const ExtensionOff = /*#__PURE__*/ b("M200-111.87q-36.59 0-62.36-25.77T111.87-200v-156.3q45.61 0 79.22-29.43Q224.7-415.15 224.7-460t-33.61-74.27q-33.61-29.43-79.22-29.43V-720q0-18.43 6.62-34.5 6.63-16.06 18.77-28.24l65.61 65.61v84.65q51.13 22.63 82.1 69.27 30.96 46.64 30.96 103.32 0 55.69-30.96 102.46-30.97 46.76-82.1 70.15v84.41h84.41q23.87-50.65 70.39-81.74Q404.2-315.7 460-315.7t102.45 30.97q46.64 30.97 70.27 81.86h84.41l65.61 65.61q-12.18 12.14-28.24 18.77-16.07 6.62-34.5 6.62H563.7q0-45.61-29.43-79.22Q504.85-224.7 460-224.7t-74.27 33.61q-29.43 33.61-29.43 79.22zm608.13-162.61-91-91V-440h81.67q8 0 14-6t6-14-6-14-14-6h-81.67v-237.13H480v-81.67q0-8-6-14t-14-6-14 6-6 14v81.67h-74.52l-91-91h78.59q2.63-43.44 33.3-72.55Q417.04-909.8 460-909.8t73.63 29.12q30.67 29.11 33.3 72.55H720q36.35 0 62.24 25.89T808.13-720v153.07q43.44 2.63 72.55 33.3Q909.8-502.96 909.8-460t-29.12 73.63q-29.11 30.67-72.55 33.3zm-8.04 229.52L44.96-800.09l59.39-59.39 755.13 755.13zM460-460");
1194
1195
  export const Eyebrow = /*#__PURE__*/ b("M602.15-393.78q-25.36 0-70.52 9.12-45.15 9.12-99.78 24.32-54.63 15.21-113.82 35.48-59.18 20.27-114.42 43.51-11.72 5-23.7 7.24t-24.93 2.24q-52.63 0-89.66-37.03-37.04-37.03-37.04-89.67v-104.67q0-45.63 28.56-80.8 28.55-35.18 72.94-43.89 72.48-14.24 140.2-25.36t127.91-18.86q60.2-7.74 112.01-11.74 51.82-4 92.25-4 132.13 0 221.95 100.22 89.81 100.21 110.77 270.3 2 12.44-6.22 22.87-8.21 10.43-22.21 16.15-12.83 5.72-26.86 3.48-14.04-2.24-26.47-11.2-66.63-50.95-133.27-79.33t-117.69-28.38m0-90.76q54.72 0 100.36 14.62t117.75 55.29q-29.17-88.85-85.15-135.67-55.98-46.83-133.2-46.83-81.19 0-204.01 16.12-122.81 16.12-249.73 42.6-12.64 2.7-20.76 12.62-8.13 9.92-8.13 22.55v104.67q0 19.78 15.83 30.12 15.82 10.34 33.67 3.06 58.81-25.24 122.17-46.98 63.35-21.74 121.67-37.72 58.31-15.98 107.85-25.21 49.53-9.24 81.68-9.24m-132.76-18.7");
1195
1196
  export const Eyeglasses = /*#__PURE__*/ b("M272.33-365.5q29.08 0 51.91-16.92 22.83-16.93 31.87-44.25l14.52-46q14.8-45.61-7.52-83.72-22.33-38.11-64.22-38.11H166.26l18.52 150.78q4.76 33.09 29.47 55.65 24.71 22.57 58.08 22.57m415.34 0q33.37 0 57.96-22.57 24.59-22.56 29.35-55.65L793.5-594.5H662.35q-41.89 0-64.22 38.61t-7.52 84.22l13.52 45q9.04 27.32 31.87 44.25 22.83 16.92 51.67 16.92m-415.58 91q-67.92 0-118.61-44.82-50.7-44.81-58.94-112.96L74.26-594.5H33.78v-91h263.68q45.91 0 84.2 22.22 38.3 22.21 60.01 60.65h77.9q21.71-38.44 60.01-60.65 38.29-22.22 84.2-22.22h262.44v91h-40.48l-20.52 162.22q-8.48 68.15-59.18 112.96-50.69 44.82-118.13 44.82-58.43 0-104.89-33.7-46.45-33.69-64.93-89.13l-16.68-49.78q-1.52-5.32-3.04-11.03t-3.04-16.36h-30.66q-1.52 9.13-3.04 14.84-1.52 5.7-3.04 11.03l-16.2 50.3q-18.24 55.68-65.05 89.75-46.82 34.08-105.25 34.08");
1197
+ export const EyeglassesThree = /*#__PURE__*/ b("M258.33-293.54q-77.63 0-131.93-54.42Q72.11-402.37 72.11-480t54.29-132.04q54.3-54.42 131.93-54.42 56.71 0 101.79 30t67.27 78q12.52-3.52 25.43-5.4 12.9-1.88 26.18-1.88 13.52 0 26.92 1.88 13.41 1.88 26.69 5.4 22.19-48 67.27-78t101.79-30q77.63 0 131.93 54.42 54.29 54.41 54.29 132.04T833.6-347.96q-54.3 54.42-131.93 54.42-74.67 0-128.22-50.98-53.56-50.98-57.99-124.41-8.81-3.29-17.85-4.67T479-474.98t-17.99 1.64-16.47 4.17q-4.43 73.43-57.99 124.53-53.55 51.1-128.22 51.1m-67.78-254.35q-27.68 27.8-27.68 67.89t27.68 67.89q27.69 27.81 67.78 27.81 40.08 0 67.89-27.81 27.8-27.8 27.8-67.89t-27.8-67.89q-27.81-27.81-67.89-27.81-40.09 0-67.78 27.81m443.23 0q-27.8 27.8-27.8 67.89t27.8 67.89q27.81 27.81 67.89 27.81 40.09 0 67.78-27.81 27.68-27.8 27.68-67.89t-27.68-67.89q-27.69-27.81-67.78-27.81-40.08 0-67.89 27.81");
1196
1198
  export const EyeglassesTwo = /*#__PURE__*/ b("M262-317.13q-62.2 0-94.55-16.86-32.36-16.86-59.84-62.58-15.24-25.23-26.34-60.81t-18.42-59.99q-11.48-.72-18.6-8.43-7.12-7.72-7.12-19.2v-49q0-10.2 6.6-17.41 6.6-7.22 16.79-9.46 54.81-11 100.78-16 45.98-5 88.7-5 61.48 0 111.46 10.12 49.97 10.12 78.21 29.36h81.66q24.47-18.24 76.83-28.86t113.08-10.62q42.72 0 88.08 5 45.35 5 100.16 16 10.19 2.24 16.79 9.46 6.6 7.21 6.6 17.41v49q0 11.48-7.12 19.2-7.12 7.71-18.6 8.43-6.85 21.3-18.06 58.32-11.22 37.01-26.7 62.48-26.24 44.72-59.22 62.08-32.97 17.36-95.17 17.36-63.72 0-107.96-27.72t-62.67-88.19q-5.24-16-8.74-32.12t-8.5-32.12q-3.52-11.05-10.92-15.95-7.41-4.9-19.21-4.9-11.04 0-18.45 5.4-7.4 5.4-11.92 15.69-5 16-8.38 31.88t-8.38 31.88q-17.24 60.95-61.96 88.55-44.71 27.6-108.91 27.6m0-63.74q69.57 0 94.85-41.04 25.28-41.05 25.28-105.61 0-16.52-11.88-25.66-11.88-9.15-44.97-16.43-25.76-6.52-62.4-8.02t-71.4 3.5q-25.28 3.76-36.95 12.04-11.66 8.29-11.66 24.09 0 26.76 4.5 51.4t13.26 45.4q15.52 34.29 36.66 47.31T262-380.87m436 0q43.57 0 64.59-13.02t35.78-47.31q8.76-20.76 13.76-45.52t5-52.28q0-15.8-11.78-24.47-11.78-8.66-37.83-11.66-34.76-5-70.78-3t-62.02 8.52q-33.09 7.28-44.97 16.04-11.88 8.77-11.88 25.29 0 64.56 25.28 105.99 25.28 41.42 94.85 41.42");
1197
1199
  export const EyeglassesTwoSound = /*#__PURE__*/ b("M262-380.87q69.57 0 94.85-41.04 25.28-41.05 25.28-105.61 0-16.52-11.88-25.28-11.88-8.77-44.97-16.81-25.76-6.52-62.4-8.02t-71.4 3.5q-25.28 3.76-36.95 12.04-11.66 8.29-11.66 24.09 0 26.76 4.38 51.4t13.38 45.4q15.52 34.29 36.66 47.31T262-380.87m428.96 229v-250.76h64.54v250.76zm-112.39-62.15v-126.46h64.78v126.46zm224.78 0v-126.46h64.78v126.46zM262-317.13q-62.2 0-94.55-16.86-32.36-16.86-59.84-62.58-15.24-26-26.34-61.19-11.1-35.2-18.42-59.61-11.48-.72-18.6-8.43-7.12-7.72-7.12-19.2v-49q0-10.2 6.6-17.41 6.6-7.22 16.79-9.46 54.81-11 100.78-16.38 45.98-5.38 88.7-5.38 61.48 0 111.46 10.5 49.97 10.5 78.21 29.74h81.66q24.47-18.24 76.83-28.86t113.08-10.62q42.72 0 88.08 5 45.35 5 100.16 16 10.19 2.24 16.79 9.46 6.6 7.21 6.6 17.41v49q0 11.48-7.12 19.2-7.12 7.71-18.6 8.43-5.32 16.74-12.7 42.52t-18.15 49.5q-13.19-11.95-28.13-21.93-14.93-9.98-31.6-17.74 4.52-17.05 7.54-35.61 3.02-18.57 3.02-38.37 0-15.8-11.78-24.47-11.78-8.66-37.83-11.66-34.76-5-70.78-3t-62.02 8.52q-33.09 8.04-44.97 16.81-11.88 8.76-11.88 25.28 0 26.8 3.76 49.35 3.76 22.54 13.04 41.06-13.19 10.72-25.15 23.29-11.95 12.58-20.67 27.78-7-11-12.12-22t-9.36-25q-5.24-16-8.74-32.12t-8.5-32.12q-3.52-11.05-10.92-15.95-7.41-4.9-19.21-4.9-11.04 0-18.95 5.4-7.9 5.4-11.42 15.69-5 16-8.38 31.88t-8.38 31.88q-17.24 60.95-61.96 88.55-44.71 27.6-108.91 27.6");
1198
1200
  export const EyeTracking = /*#__PURE__*/ b("M243.59-31.87H122.87q-37.78 0-64.39-26.61t-26.61-64.39v-120.72h91v120.72h120.72zm473.06 0v-91h120.72v-120.72h91v120.72q0 37.78-26.61 64.39t-64.39 26.61zM479.76-213.3q-121.91 0-222.16-72.92Q157.35-359.13 111.39-480q45.96-120.87 146.09-193.9t222.4-73.03T702.4-673.9 848.61-480Q802.65-359.37 702.4-286.34 602.15-213.3 479.76-213.3m.09-88.61q87.67 0 160.55-47.52 72.88-47.53 111.88-130.69-39-83.16-111.85-130.68-72.85-47.53-160.67-47.53-87.64 0-160.34 47.53-72.7 47.52-111.7 130.68 39 83.16 111.73 130.69 72.73 47.52 160.4 47.52m-.09-37.37q58.48 0 100.2-41.36Q621.67-422 621.67-480t-41.71-99.36q-41.72-41.36-100.2-41.36-58 0-98.76 41.12T340.24-480 381-380.4t98.76 41.12m.07-86.22q-22.68 0-38.62-15.92-15.95-15.93-15.95-38.68t15.93-38.57q15.92-15.83 38.67-15.83t38.57 15.88q15.83 15.87 15.83 38.55t-15.87 38.62q-15.88 15.95-38.56 15.95M31.87-716.65v-120.72q0-37.78 26.61-64.39t64.39-26.61h120.72v91H122.87v120.72zm805.5 0v-120.72H716.65v-91h120.72q37.78 0 64.39 26.61t26.61 64.39v120.72zM480-480.24");
@@ -2774,6 +2776,7 @@ export const ReportOff = /*#__PURE__*/ b("m800.13-278.65-65.41-63.65 22.41-22.9v
2774
2776
  export const RequestPage = /*#__PURE__*/ b("M435.46-233.54h85.5v-40h40.95q17.96 0 30.3-12.46 12.33-12.46 12.33-30.41V-440q0-17.96-12.33-30.29-12.34-12.34-30.3-12.34H440.96v-38.33h163.58v-85.5h-80v-40h-85.5v40h-40.95q-17.96 0-30.3 12.46-12.33 12.46-12.33 30.41V-440q0 17.96 12.33 30.29 12.34 12.34 30.3 12.34h120.95v38.33H355.46v85.5h80zM242.87-71.87q-37.78 0-64.39-26.61t-26.61-64.39v-634.26q0-37.78 26.61-64.39t64.39-26.61h320.48l244.78 244.78v480.48q0 37.78-26.61 64.39t-64.39 26.61zm0-91h474.26V-604.8L524.8-797.13H242.87zm0 0v-634.26z");
2775
2777
  export const RequestQuote = /*#__PURE__*/ b("M438.09-199.52h83.82v-40H560q17.81 0 29.86-11.98t12.05-29.7v-121.91q0-17.81-12.05-29.86T560-445.02H441.91v-38.09h160v-83.59h-80v-40h-83.82v40H400q-17.81 0-29.86 11.99-12.05 11.98-12.05 29.69v121.91q0 17.81 12.05 29.86T400-361.2h118.09v38.09h-160v83.59h80zM242.87-71.87q-37.78 0-64.39-26.61t-26.61-64.39v-634.26q0-37.78 26.61-64.39t64.39-26.61h320.48l244.78 244.78v480.48q0 37.78-26.61 64.39t-64.39 26.61zm279.04-571.48v-153.78H242.87v634.26h474.26v-480.48zM242.87-797.13v169.57zv634.26z");
2776
2778
  export const ResetBrightness = /*#__PURE__*/ b("m684.54-50.43-61.25-61.26H521.2v-102.09l-61.44-61.44 61.35-61.25v-102.1h102.24L684.54-500l61.35 61.43h102.24v102.1l61.2 61.25-61.26 61.35v102.24H745.98zm0-102.16q51.2 0 86.92-35.71 35.71-35.72 35.71-86.92 0-51.19-35.76-86.91-35.77-35.72-86.87-35.72zM839.37-560h-91.85q-25.95-87.79-98.81-143.66-72.87-55.86-168.69-55.86-116.78 0-198.16 81.36T200.48-480q0 68.65 30.11 126.26t81.28 95.61v-102.35h88.61v248.61H151.87v-88.61h89.46q-60.09-50.95-94.78-123.1-34.68-72.14-34.68-156.42 0-76.65 29.1-143.6 29.1-66.94 78.79-116.64 49.7-49.69 116.64-78.79 66.95-29.1 143.6-29.1 132.24 0 232.18 81.89Q812.13-684.35 839.37-560");
2779
+ export const ResetColors = /*#__PURE__*/ b("M679.08-37.09Q667.48-41.83 658-51.3L495.85-213.22q-18.96-18.19-18.96-44.51 0-26.31 18.96-45.27l146.24-145.24-78.96-78.96 60.3-60.3L909.7-303q9.47 9.48 14.21 21.08 4.74 11.59 4.74 23.31t-4.74 23.82q-4.74 12.09-14.21 21.57L747.78-51.3q-9.48 9.47-21.57 14.21-12.1 4.74-23.82 4.74t-23.31-4.74M574.7-260.24h255.15L702.39-387.7zM151.87-111.87v-88.61h89.46q-60.09-50.95-94.78-123.1-34.68-72.14-34.68-156.42 0-76.67 29.1-143.61 29.1-66.93 78.79-116.63 49.7-49.69 116.63-78.79 66.94-29.1 143.61-29.1 132.35 0 232.24 81.89T839.37-560h-91.85q-26-87.76-98.88-143.64T480-759.52q-116.76 0-198.14 81.38T200.48-480q0 68.65 30.11 126.26t81.28 95.61v-102.35h88.61v248.61z");
2777
2780
  export const ResetExposure = /*#__PURE__*/ b("M151.87-111.87v-88.61h89.46q-60.09-50.95-94.78-123.1-34.68-72.14-34.68-156.42 0-76.65 29.1-143.6 29.1-66.94 78.79-116.64 49.7-49.69 116.64-78.79 66.95-29.1 143.6-29.1 132.24 0 232.18 81.89Q812.13-684.35 839.37-560h-91.85q-25.95-87.79-98.81-143.66-72.87-55.86-168.69-55.86-116.78 0-198.16 81.36T200.48-480q0 68.65 30.11 126.26t81.28 95.61v-102.35h88.61v248.61zm391.96 39.76q-28.35 0-48.36-19.87t-20.01-48.26v-276.41q0-28.39 20.01-48.26t48.36-19.87H820q28.39 0 48.26 20.01t19.87 48.36v276.17q0 28.39-19.87 48.26T820-72.11zm17.13-85.5h241.67v-241.67z");
2778
2781
  export const ResetFocus = /*#__PURE__*/ b("M475.46-318.57v-98.08q0-28.39 20.01-48.26t48.36-19.87h97.84V-420H540.24v101.43zm68.37 246.46q-28.35 0-48.36-19.87t-20.01-48.26v-98.09h64.78v101.44h101.43v64.78zm279.52-246.46V-420H721.91v-64.78H820q28.39 0 48.26 20.01t19.87 48.36v97.84zM721.91-72.11v-64.78h101.44v-101.44h64.78v98.09q0 28.39-19.87 48.26T820-72.11zM839.37-560h-91.85q-25.95-87.79-98.81-143.66-72.87-55.86-168.69-55.86-116.78 0-198.16 81.36T200.48-480q0 68.65 30.11 126.26t81.28 95.61v-102.35h88.61v248.61H151.87v-88.61h89.46q-60.09-50.95-94.78-123.1-34.68-72.14-34.68-156.42 0-76.65 29.1-143.6 29.1-66.94 78.79-116.64 49.7-49.69 116.64-78.79 66.95-29.1 143.6-29.1 132.24 0 232.18 81.89Q812.13-684.35 839.37-560");
2779
2782
  export const ResetImage = /*#__PURE__*/ b("M111.87-590.43v-244.55h83.59v121.57q50.95-62.24 124.58-98.48T480-848.13q123.98 0 220.07 72.38Q796.15-703.37 831-590.43h-97.28q-32.09-74.4-99.69-120.55T480-757.13q-57.96 0-108.93 21.96-50.98 21.95-88.74 61.15h74.32v83.59zm124.06 353.3h488.14L570-444.78l-120 160-90-120zM202.87-71.87q-37.78 0-64.39-26.61t-26.61-64.39v-314.26h91v314.26h554.26v-314.26h91v314.26q0 37.78-26.61 64.39t-64.39 26.61z");
@@ -2900,6 +2903,7 @@ export const SeatHeatLeft = /*#__PURE__*/ b("m806.5-460.39-70.3-47.35 14.43-22.9
2900
2903
  export const SeatHeatRight = /*#__PURE__*/ b("m561.48-460.39-70.31-47.35 14.44-22.91q5.88-9 8.82-18.5t2.94-20.5q0-14-5.26-27t-15.26-23q-21.72-21.96-33.2-50.43-11.48-28.48-11.48-59.54 0-23.82 6.75-45.64t19.21-41.57l14.44-22.39 71.3 47.35-15.44 23.15q-5.76 8.76-8.88 18.38t-3.12 20.38q0 13.92 5.5 26.84t15.5 23.16q21.72 22.2 33.2 50.78 11.48 28.57 11.48 59.7 0 23.87-6.36 45.67-6.36 21.79-18.84 41.27zm-170.15 0-70.55-47.35 14.44-22.91q5.88-9 8.82-18.5t2.94-20.5q0-14-5.26-27t-15.26-23q-21.72-22.2-33.2-50.67-11.48-28.48-11.48-59.54 0-23.81 6.74-45.65t19.22-41.32l14.67-22.39 71.07 47.35-15.2 23.15q-5.76 9-8.88 18.5t-3.12 20.5q0 14 5.38 26.88t15.38 22.88q21.72 21.96 33.2 50.54 11.48 28.57 11.48 59.7 0 23.87-6.3 45.67-6.3 21.79-18.9 41.51zm-170.16 0-70.54-47.35 15.44-22.91q6-8.76 8.5-18.26t2.5-20.5q0-14-5-27t-15-23.24q-21.48-21.96-33.34-50.37-11.86-28.42-11.86-59.41 0-23.77 6.36-45.72 6.36-21.96 19.6-41.68l15.19-22.39 70.55 47.35-15.44 23.15q-6 8.24-9 18.17-3 9.94-3 20.86 0 13.91 5.38 26.82t15.38 22.91q21.69 21.86 33.56 50.49 11.88 28.62 11.88 59.75 0 23.87-6.75 45.67-6.75 21.79-19.21 41.51zm48.98 348.52v-45.5q0-35.63 24.8-60.8 24.79-25.18 61.18-25.18h206.63q20.04 0 37.97 7.05 17.92 7.04 34.2 17.32l.24-36.59q0-71.39 19.6-139.73 19.6-68.33 48.84-132.77l19-42.47q10.52-23.81 7.64-49.18-2.89-25.37-21.16-44.52-8.72-8.83-13.08-19.87-4.36-11.05-4.36-23.19 0-25.4 18.19-43.95t43.55-18.55q21.44 0 39.85 11.33 18.42 11.34 28.17 30.77 13.24 25.96 19.98 53.82 6.74 27.85 6.74 56.74 0 16.51-2.12 32.49t-7.12 31.69L741.7-175.41q-8.48 28.15-31.52 45.84-23.05 17.7-51.98 17.7z");
2901
2904
  export const SeatVentLeft = /*#__PURE__*/ b("M561.25-355.7q-30.77 0-47.37-19.59-16.6-19.6-16.6-42.08 0-17.37 7.18-31.67 7.17-14.31 22.54-24.53 11-7.23 19.98-19.09t13.98-35.38q-4-2.04-7.58-4.09-3.58-2.04-6.66-5.11-40.02 15.4-56.44 21.56t-35.92 6.16q-38.99 0-68.83-34.35-29.83-34.35-29.83-98.95 0-30.77 19.59-47.25 19.6-16.47 42.15-16.47 17.42 0 31.77 7.17t24.59 22.54q7.24 11 19.04 19.86t35.4 13.86q2.06-4 4.11-7.5t5.13-6.5q-15.48-39.96-21.6-56.55-6.12-16.6-6.12-36.08 0-38.94 34.22-68.67 34.22-29.72 98.84-29.72 30.77 0 47.36 19.47 16.6 19.47 16.6 42.02 0 17.42-7.17 31.77-7.17 14.36-22.54 24.61-11 7.24-19.98 19.1t-13.98 35.37q4 2.05 7.58 4.09 3.58 2.05 6.66 5.11 40.02-15.4 56.44-21.56 16.41-6.15 35.91-6.15 39 0 68.71 34.35 29.72 34.35 29.72 98.95 0 30.76-19.47 47.24t-42.02 16.48q-17.42 0-31.77-7.18-14.36-7.17-24.61-22.54-7.24-11-19.04-19.86t-35.4-13.86q-2.05 4-4.1 7.5t-5.13 6.5q15.48 39.96 21.59 56.56 6.12 16.59 6.12 36.07 0 38.95-34.21 68.67-34.22 29.72-98.84 29.72m70.72-216.4q12.1-12.1 12.1-29.81 0-17.72-12.1-29.82t-29.82-12.1-29.81 12.1q-12.1 12.1-12.1 29.82 0 17.71 12.1 29.81 12.09 12.1 29.81 12.1t29.82-12.1M301.04-111.87q-28.91 0-51.58-17.7-22.68-17.69-31.16-45.84l-97.19-377.55q-4.24-15.71-6.74-31.7t-2.5-32.5q0-28.88 6.74-56.73t19.98-53.81q9.82-19.43 27.82-30.77 18-11.33 39.44-11.33 25.39 0 43.94 18.55 18.56 18.55 18.56 43.95 0 12.14-4.36 23.19-4.36 11.04-13.08 19.87-18.28 19.04-21.54 44.47-3.26 25.42 7.26 49.23l19.76 42.47q29.24 64.44 48.46 132.77 19.22 68.34 19.22 139.73l.23 36.59q16.29-10.28 34.21-17.32 17.92-7.05 37.97-7.05h206.63q36.41 0 61.57 25.18 25.17 25.17 25.17 60.8v45.5z");
2902
2905
  export const SeatVentRight = /*#__PURE__*/ b("M317.18-355.7q-30.77 0-47.25-19.59-16.47-19.6-16.47-42.08 0-17.37 6.72-31.67 6.72-14.31 22.23-24.53 11-7.23 19.86-19.09t13.86-35.38q-4-2.04-7.07-4.09-3.08-2.04-6.17-5.11-39.96 15.48-56.55 21.6-16.6 6.12-36.08 6.12-38.94 0-68.67-34.35-29.72-34.35-29.72-98.95 0-30.77 19.6-47.25 19.6-16.47 42.15-16.47 17.43 0 31.27 7.17t24.09 22.54q7.24 11 19.49 19.86 12.26 8.86 35.75 13.86 2.04-4 4.09-7.5 2.04-3.5 5.1-6.5-15.48-39.96-21.59-56.55-6.12-16.6-6.12-36.08 0-38.94 33.91-68.67 33.92-29.72 98.67-29.72 30.69 0 47.56 19.47 16.88 19.47 16.88 42.02 0 17.42-7.18 31.77-7.17 14.36-22.54 24.61-11 7.24-19.86 19.1t-13.86 35.37q4 2.05 7.08 4.09 3.07 2.05 6.16 5.11 40.01-15.4 56.94-21.56 16.93-6.15 36.42-6.15 38.99 0 68.71 34.35Q604.3-625.6 604.3-561q0 30.76-19.59 47.24-19.6 16.48-42.08 16.48-17.37 0-31.67-7.18-14.31-7.17-24.53-22.54-7.23-11-19.09-19.86t-35.23-13.86q-2.03 4-4.57 7.5t-5.54 6.57q15.48 39.89 21.98 56.49 6.5 16.59 6.5 36.07 0 38.95-34.35 68.67t-98.95 29.72m70.72-216.4q12.1-12.1 12.1-29.81 0-17.72-12.1-29.82t-29.81-12.1q-17.72 0-29.82 12.1t-12.1 29.82q0 17.71 12.1 29.81t29.82 12.1q17.71 0 29.81-12.1M270.15-111.87v-45.5q0-35.63 25.17-60.8 25.16-25.18 61.57-25.18h205.87q20.04 0 38.35 7.05 18.3 7.04 34.59 17.32l.23-36.59q0-71.39 19.22-139.73 19.22-68.33 48.46-132.77l19.76-42.47q10.52-23.81 7.26-49.23-3.26-25.43-21.54-44.47-8.72-8.83-13.08-19.87-4.36-11.05-4.36-23.19 0-25.4 18.19-43.95t43.55-18.55q21.44 0 39.85 11.33 18.42 11.34 28.17 30.77 13.24 25.96 19.98 53.82 6.74 27.85 6.74 56.74 0 16.51-2.12 32.49t-7.12 31.69L741.7-175.41q-8.48 28.15-31.16 45.84-22.67 17.7-51.58 17.7z");
2906
+ export const SeatWindow = /*#__PURE__*/ b("M588.48-608.37q-15.68 0-27.23-9.2-11.55-9.19-16.03-23.87l-57-200q-5.96-22.39 7.21-40.16 13.18-17.77 36.05-17.77h263q15.67 0 27.23 9.2 11.55 9.19 16.03 23.87l57 200q5.96 22.39-7.22 40.16-13.17 17.77-36.04 17.77zm34.3-91h168.29l-31.66-109H591.65zm-316.56 20.09q-34.44 0-59.01-24.58-24.58-24.57-24.58-59.01 0-34.43 24.58-59.13 24.57-24.7 59.01-24.7 34.43 0 59.13 24.7 24.69 24.7 24.69 59.13 0 34.44-24.69 59.01-24.7 24.58-59.13 24.58m221.19 567.41h-256.8q-37.54 0-66.72-25.05-29.17-25.06-36.89-62.36l-87-440h89.41l88 440h270zm216.66 74.02L627.35-239.28H353.41q-29 0-50.5-17.5t-27.5-46.5l-42.8-208.5q-10.48-50.15 22.4-88.83 32.88-38.67 84.71-38.67 33.56 0 64.33 21.12 30.78 21.12 39.49 60.23l42.09 195.06h120.2q23.15 0 41.27 11.72t30.31 31.87l140 240zM622.78-699.37l-31.13-109z");
2903
2907
  export const Security = /*#__PURE__*/ b("M480-71.63Q337.47-107.3 244.67-234.19T151.87-516v-249.61L480-888.37l328.13 122.76V-516q0 154.92-92.8 281.81T480-71.63m0-95q95.33-31.44 159.73-118.5 64.4-87.07 75.4-194.9H480v-311.62l-237.13 88.92V-498q0 7.48 1.98 18H480z");
2904
2908
  export const SecurityKey = /*#__PURE__*/ b("M398.8-31.87q-34.48 0-59.03-24.55-24.55-24.56-24.55-59.04v-118.8q-34.92-2.63-59.13-28.4-24.22-25.77-24.22-61.64v-513.07q0-37.78 26.61-64.39t64.39-26.61h314.26q37.78 0 64.39 26.61t26.61 64.39v513.07q0 35.87-24.1 61.64t-59.01 28.4v118.8q0 34.48-24.48 59.04-24.49 24.55-58.87 24.55zm81.17-429.33q49.79 0 84.67-34.85t34.88-84.64-34.85-84.67-84.64-34.88-84.67 34.85q-34.88 34.86-34.88 84.64 0 49.79 34.85 84.67t84.64 34.88m-76.14 340.72h152.58V-233.3H403.83zm-83.35-201.43h319.04v-517.85H320.48zm159.58-223.11q-15.15 0-25.45-10.25-10.31-10.24-10.31-25.39 0-15.14 10.25-25.45 10.25-10.3 25.39-10.3 15.15 0 25.45 10.24 10.31 10.25 10.31 25.39 0 15.15-10.25 25.45-10.25 10.31-25.39 10.31M320.48-321.91h319.04z");
2905
2909
  export const Segment = /*#__PURE__*/ b("M351.87-228.28v-91h496.26v91zm0-206.22v-91h496.26v91zm-240-206.22v-91h736.26v91z");
@@ -2966,6 +2970,7 @@ export const SettingsPhone = /*#__PURE__*/ b("M456.76-536.76q-12.46-12.46-12.46-
2966
2970
  export const SettingsPhotoCamera = /*#__PURE__*/ b("M580.24-71.87q-25.24 0-42.86-17.62t-17.62-42.86v-201.91q0-25.24 17.62-42.86t42.86-17.62h60.48l40.48-40.48h80.71l40.24 40.48h60.48q25.24 0 42.98 17.62t17.74 42.86v201.91q0 25.24-17.74 42.86t-42.98 17.62zm198.29-105.77q23.62-23.62 23.62-57.1t-23.62-57.1-57.1-23.62q-33.47 0-57.09 23.62t-23.62 57.1 23.62 57.1 57.09 23.62q33.48 0 57.1-23.62M481.28-620q-58 0-99 41t-41 99q0 48 27.48 84.36t71.48 49.88v-95.74q-6.09-7.28-9.89-18.11-3.81-10.82-3.81-20.39 0-22.85 15.95-38.79 15.94-15.95 38.79-15.95 13.29 0 23.69 5.38t17.68 14.14h93.83q-11.81-45.67-48.78-75.23Q530.72-620 481.28-620M363.07-71.87 346.59-202.5q-11.09-4.28-21.04-10.33-9.94-6.04-19.51-12.84l-121.39 51.19L67.48-377.39l104.91-79.44q-.76-6.04-.76-11.58v-23.18q0-5.54.76-11.58L67.48-582.61l117.17-202.43 121.87 50.95q9.57-6.8 19.65-12.73 10.09-5.92 20.42-10.2l16.48-131.11h233.86l16.48 131.11q11.09 4.28 21.04 10.2 9.94 5.93 19.51 12.73l121.39-50.95 117.17 202.43-90.5 67.39H693.85q-.76-5-2.24-12.41t-4.2-14.57l85.76-64.52-36.6-63.69-98.53 42q-22-23.72-49.09-39.58-27.1-15.86-58.58-23.62l-13-105.52h-73.98l-13.52 105.28q-31.72 7.76-58.94 23.62-27.21 15.86-49.45 38.82l-98.28-41-36.37 63.69 85.04 63.29q-5 15.47-7.24 30.83t-2.24 32.6q0 16.24 2.24 31.72t7.24 30.95l-85.04 64.05 36.37 63.69 98.28-41.76q23.76 25 53.64 42t64.64 22.72v194.76z");
2967
2971
  export const SettingsPower = /*#__PURE__*/ b("M434.5-482.63V-885.5h91v402.87zM480-194.5q-137.11 0-232.62-95.51t-95.51-232.62q0-80.83 36.62-151.42 36.62-70.6 101.86-114.65l65.17 65.42q-52.56 32-82.61 85.54-30.04 53.54-30.04 115.11 0 98.8 69.16 167.97Q381.2-285.5 480-285.5t167.97-69.16q69.16-69.17 69.16-167.97 0-62.12-30.4-115.87-30.4-53.74-84.88-86.93l65.17-65.42q66.91 45.48 104.01 116.31 37.1 70.82 37.1 151.91 0 137.11-95.51 232.62T480-194.5M316.43 0q-18.21 0-30.67-12.32T273.3-42.85q0-18.22 12.46-30.67 12.46-12.46 30.67-12.46t30.53 12.46q12.32 12.45 12.32 30.67 0 18.21-12.32 30.53T316.43 0M480 0q-17.96 0-30.29-12.32-12.34-12.32-12.34-30.53 0-18.22 12.34-30.67 12.33-12.46 30.41-12.46t30.41 12.46q12.34 12.45 12.34 30.67 0 18.21-12.33 30.53Q498.22 0 480 0m164.08 0q-18.21 0-30.55-12.32-12.33-12.32-12.33-30.53 0-18.22 12.32-30.67 12.32-12.46 30.53-12.46t30.55 12.46q12.33 12.45 12.33 30.67 0 18.21-12.32 30.53T644.08 0");
2968
2972
  export const SettingsRemote = /*#__PURE__*/ b("M357.37-32.59q-19.15 0-32.33-13.17-13.17-13.17-13.17-32.33v-480q0-19.15 13.17-32.32 13.18-13.18 32.33-13.18h245.26q19.15 0 32.33 13.18 13.17 13.17 13.17 32.32v480q0 19.16-13.17 32.33-13.18 13.17-32.33 13.17zm122.63-350q21 0 35.5-14.5t14.5-35.5-14.5-35.5-35.5-14.5-35.5 14.5-14.5 35.5 14.5 35.5 35.5 14.5M338-662l-56-56q40-40 91-61t107-21 107 21 91 61l-56 56q-29-29-65.5-43.5T480-720t-76.5 14.5T338-662M226-774l-58-58q63-61 143.5-94.5T480-960t168.5 33.5T790-830l-56 56q-50-52-116-79t-138-27-138 27-116 79m176.87 650.41h154.26v-389H402.87zm0 0h154.26z");
2973
+ export const SettingsScreen = /*#__PURE__*/ b("M611-71.87q-37.78 0-64.39-26.61T520-162.87V-309q0-37.78 26.61-64.39T611-400h227.57q37.78 0 64.39 26.61T929.57-309v146.13q0 37.78-26.61 64.39t-64.39 26.61zm0-91h227.57V-309H611zm-170.52-181.7q-43.96-13.52-72.18-50.09-28.21-36.57-28.21-85.34 0-58.5 41.34-99.85 41.35-41.35 99.84-41.35T581-579.96t41.48 99.72h-34.59q-14.59 0-27.55 2.82-12.97 2.81-24.6 8.44.96-2.95 1.43-5.65.48-2.7.48-6.13 0-23.89-16.22-40.13-16.23-16.24-40.09-16.24t-40.52 16.66Q424.15-503.8 424.15-480q0 20.76 12.86 35.9t32.86 18.95q1.2 0 2.03-.12.84-.12 1.8-.6-13.92 17.48-22.59 37.67-8.68 20.2-10.63 43.63m-77.41 272.7L346.59-202.5q-11.19-4.31-21.09-10.34-9.89-6.03-19.46-12.83l-121.39 51.19L67.48-377.39l104.91-79.44q-.76-6-.76-11.57v-23.16q0-5.57.76-11.61L67.48-582.61l117.17-202.43 121.87 50.95q9.57-6.8 19.65-12.73 10.09-5.92 20.42-10.2l16.48-131.11h233.86l16.48 131.11q11.19 4.24 21.09 10.19 9.89 5.94 19.46 12.74l121.39-50.95 117.17 202.43-105.15 79.44q.76 5.8.76 11.46v11.47h-91.24q-.76-19.24-3-33.98t-6.48-27.98l85.76-64.52-36.6-63.69-98.53 42q-22-23.72-49.09-39.58-27.1-15.86-58.58-23.62l-13-105.52h-73.98l-13.52 105.28q-31.72 7.76-58.94 23.62-27.21 15.86-49.45 38.82l-98.28-41-36.37 63.69 85.04 63.29q-5 15.47-7.24 30.78-2.24 15.3-2.24 32.65 0 16.24 2.24 31.72t7.24 30.95l-85.04 64.05 36.37 63.69 98.23-41.76q23.81 25 53.69 42t64.64 22.72v194.76zM481.28-480");
2969
2974
  export const SettingsSeating = /*#__PURE__*/ b("M322.33-71.87q-19.21 0-32.2-13.17-13-13.18-13-32.39t13-32.2q12.99-13 32.2-13t32.39 13q13.17 12.99 13.17 32.2t-13.17 32.39q-13.18 13.17-32.39 13.17m160.36 0q-19.21 0-32.39-13.17-13.17-13.18-13.17-32.39t13.17-32.2q13.18-13 32.39-13t32.21 13q12.99 12.99 12.99 32.2T514.9-85.04q-13 13.17-32.21 13.17m159.88 0q-19.21 0-32.2-13.17-13-13.18-13-32.39t13-32.2q12.99-13 32.2-13t32.39 13q13.17 12.99 13.17 32.2t-13.17 32.39q-13.18 13.17-32.39 13.17M317.13-233.3v-120.96h-4.56q-34.46 0-59.22-22.67-24.76-22.68-27-56.31l-34.48-414.89h113.3q46.92 0 81.59 29.43 34.68 29.44 42.68 75.59L451-610.52h151.63q68.39 0 116.95 48.67 48.55 48.68 48.55 117.55v90.04h-80v120.96h-90.76v-120.96H407.89v120.96zm360.24-211.72q-.24-30.85-22.19-52.8-21.94-21.94-52.55-21.94H374.87l-34.96-207.67q-2-13.33-11.82-21.64-9.83-8.3-22.92-8.3h-14.58l26.04 312.35zm-360.74 0");
2970
2975
  export const SettingsSlowMotion = /*#__PURE__*/ b("M657.57-76.35q-65.68-10.72-112.37-57.79-46.7-47.08-57.42-112.75h64.5q9.48 39.52 37.62 67.66t67.67 37.62zm64.78 1v-66.02q48-11.48 78.88-49.08 30.88-37.59 30.88-88.83 0-51-30.88-88.6t-78.88-49.08v-66.02q74.15 11.72 124.47 69.01 50.31 57.3 50.31 134.69t-50.31 134.8Q796.5-87.07 722.35-75.35M488.02-311.67q10.72-65.68 57.3-112.63 46.57-46.96 112.25-57.68v65.26q-39.53 9.48-67.55 37.62t-37.5 67.43zm160.5 115.5v-165.98l128.31 82.87zM363.07-71.87 346.59-202.5q-11.09-4.28-21.04-10.33-9.94-6.04-19.51-12.84l-121.39 51.19L67.48-377.39l104.91-79.44q-.76-6.04-.76-11.58v-23.18q0-5.54.76-11.58L67.48-582.61l117.17-202.43 121.87 50.95q9.57-6.8 19.65-12.73 10.09-5.92 20.42-10.2l16.48-131.11h233.86l16.48 131.11q11.09 4.28 21.04 10.2 9.94 5.93 19.51 12.73l121.39-50.95 117.17 202.43-65.87 49.78q-24.87-13.15-51.81-21.49-26.95-8.33-56.77-10.61l55.1-41.79-36.6-63.69-98.53 42q-22-23.72-49.09-39.58-27.1-15.86-58.58-23.62l-13-105.52h-73.98l-13.52 105.28q-31.72 7.76-58.94 23.62-27.21 15.86-49.45 38.82l-98.28-41-36.37 63.69 85.04 63.29q-5 15.47-7.24 30.83t-2.24 32.6q0 16.24 2.24 31.72t7.24 30.95l-85.04 64.05 36.37 63.69 98.28-41.76q17.72 17.96 38.41 31.94 20.7 13.98 44.65 22.98.76 59.86 24.46 112.61t64.09 91.95zm52-284.98q6-21.43 14.85-41.13 8.86-19.69 20.58-37.65-11.24-7.04-17.6-18.83-6.36-11.78-6.36-25.54 0-22.85 15.95-38.79 15.94-15.95 38.79-15.95 13.29 0 25.21 6.26t19.21 16.78q17.23-12.67 36.07-22.72 18.84-10.06 39.56-16.49-18.24-31.29-49.88-50.19Q519.8-620 481.28-620q-58.76 0-99.38 41t-40.62 99q0 39.67 20.06 72.65 20.05 32.98 53.73 50.5");
2971
2976
  export const SettingsSystemDaydream = /*#__PURE__*/ b("M360-320h260q42 0 71-29t29-71-29-71-71-29h-2q-8-51-44.5-85.5T486-640q-42 0-78 21t-54 59h-5q-47 0-78 36t-31 84q0 50 35 85t85 35m0-80q-17 0-28.5-11.5T320-440t11.5-28.5T360-480h50v-10q0-29 20.5-49.5T480-560t49.5 20.5T550-490v50h70q8 0 14 6t6 14-6 14-14 6zM162.87-151.87q-37.78 0-64.39-26.61t-26.61-64.39v-474.26q0-37.78 26.61-64.39t64.39-26.61h634.26q37.78 0 64.39 26.61t26.61 64.39v474.26q0 37.78-26.61 64.39t-64.39 26.61zm0-91h634.26v-474.26H162.87zm0 0v-474.26z");
@@ -3099,6 +3104,7 @@ export const SmbShare = /*#__PURE__*/ b("M491.93-443.35h159.9q27.43 0 46.63-19.1
3099
3104
  export const SmokeFree = /*#__PURE__*/ b("M795.35-45.72 526.57-314.5H72.59v-131h322.97L51.7-789.37 110.09-848l743.89 743.65zM762.37-314.5 720-356.87v-88.63h63.59v131zm61.22 0v-131h63.82v131zM680-396.87l-48.63-48.63H680zm40-88.63v-51.52q0-39-23-59.74t-55-20.74h-62q-57.5 0-97.54-40.03-40.05-40.03-40.05-97.51t40.05-97.68q40.04-40.19 97.54-40.19v63.82q-30 0-52 21t-22 53 22 53 52 21h62q57.91 0 99.75 37.2 41.84 37.19 41.84 92.39v66zm103.59 0v-90q0-66-46-114t-114-48v-63.59q30 0 52-22t22-52h63.82q0 30.44-11.48 54.66-11.47 24.21-30.43 43.02 55.52 23.84 91.72 79.11 36.19 55.26 36.19 122.8v90z");
3100
3105
  export const SmokingRooms = /*#__PURE__*/ b("M72.59-189v-131H680v131zM720-189v-131h63.59v131zm103.59 0v-131h63.82v131zM720-360v-51.52q0-39-23-59.74T642-492h-62q-57.5 0-97.54-40.03-40.05-40.03-40.05-97.51t40.05-97.68q40.04-40.19 97.54-40.19v63.82q-30 0-52 21t-22 53 22 53 52 21h62q57.91 0 99.75 37.2 41.84 37.19 41.84 92.39v66zm103.59 0v-90q0-66-46-114t-114-48v-63.59q30 0 52-22t22-52-22-52-52-22v-63.82q57.43 0 97.63 40.19 40.19 40.2 40.19 97.63 0 30.44-11.48 54.66-11.47 24.21-30.43 43.02 55.52 23.84 91.72 79.11 36.19 55.26 36.19 122.8v90z");
3101
3106
  export const Sms = /*#__PURE__*/ b("M346.71-529.45q12.33-12.32 12.33-30.53 0-18.22-12.32-30.55-12.32-12.34-30.53-12.34t-30.55 12.32-12.34 30.53q0 18.22 12.32 30.55 12.32 12.34 30.54 12.34 18.21 0 30.55-12.32m163.82 0q12.34-12.32 12.34-30.53 0-18.22-12.32-30.55-12.32-12.34-30.53-12.34-18.22 0-30.55 12.32-12.34 12.32-12.34 30.53 0 18.22 12.32 30.55 12.32 12.34 30.53 12.34 18.22 0 30.55-12.32m163.83 0q12.34-12.32 12.34-30.53 0-18.22-12.32-30.55-12.32-12.34-30.54-12.34-18.21 0-30.55 12.32-12.33 12.32-12.33 30.53 0 18.22 12.32 30.55 12.32 12.34 30.53 12.34t30.55-12.32M71.87-71.87v-725.26q0-37.78 26.61-64.39t64.39-26.61h634.26q37.78 0 64.39 26.61t26.61 64.39v474.26q0 37.78-26.61 64.39t-64.39 26.61H231.87zm126-251h599.26v-474.26H162.87v508.5zm-35 0v-474.26z");
3107
+ export const Snail = /*#__PURE__*/ b("M111.87-151.87q0-58.63 24.5-110.06 24.5-51.44 69.5-85.68-44.24-28-69.12-73.84-24.88-45.83-24.88-99.03 0-119.35 83.36-203.5t203.03-84.15q67.5 0 127.6 30.62t100.1 85.1q22-34.76 58.09-54.64 36.1-19.88 78.78-19.88 66.58 0 116.66 34.79t50.08 92.51q0 48.91-33.91 83.11-33.91 34.19-82.2 34.19h-5.33v164.72q0 86.41-60.17 146.08-60.18 59.66-145.81 59.66zm205.55-249.09q49.58 0 84.29-36.7 34.7-36.71 34.7-80.19 0-22.8-10.52-31.88-10.52-9.07-24.52-9.07-18.57 0-29.85 11.73-11.28 11.74-11.28 28.74h-85.98q0-52.63 36.32-89.66 36.31-37.03 88.75-37.03 50.91 0 87.1 35.51 36.2 35.51 36.2 91.18 0 29.48-10.4 60.79-10.4 31.3-29.69 56.58h55.31q25.24 0 42.74-16.76t17.5-42.04v-60.6q0-83.84-58.43-142.69-58.43-58.86-141.33-58.86-84.1 0-142.17 58.86-58.07 58.85-58.07 142.57 0 50.52 34.38 85.02t84.95 34.5M221-238.09h381.87q49.6 0 84.32-34.36t34.72-85.16v-164.24q0-37.39 22.44-62.04 22.43-24.65 58.39-24.65h11.8q13.05 0 20.93-8.94 7.88-8.93 7.88-22.09 0-10.34-6.6-17.86-6.6-7.53-16.97-11.29-14.48-5.24-28.71-8.62-14.24-3.38-28.17-3.38-32.83 0-55.71 23.14-22.89 23.15-22.89 55.91v141.91q0 60.91-42.89 102.97-42.89 42.05-103.56 42.05h-180q-43.76 0-79.78 20.54-36.03 20.55-57.07 56.11m497.11-4.56");
3102
3108
  export const SnippetFolder = /*#__PURE__*/ b("M583.59-347.65v-181.11h46.63l62.13 62.13v118.98zm-64.79 64.78h238.33v-210.67l-100-100H518.8zm-355.93 131q-37.78 0-64.39-26.61t-26.61-64.39v-474.26q0-37.78 26.61-64.39t64.39-26.61h233.54L480-724.54h317.13q37.78 0 64.39 26.61 26.61 26.6 26.61 64.39v390.67q0 37.78-26.61 64.39t-64.39 26.61zm0-91h634.26v-390.67H442.46l-83.59-83.59h-196zm0 0v-474.26z");
3103
3109
  export const Snooze = /*#__PURE__*/ b("M376.41-327.78h207.18v-67.42H476.13l107.46-120.73v-59.27H376.41v67.42h109.46L376.41-384.8zm-39.9 226.81q-67.05-29.1-116.75-78.79-49.69-49.7-78.79-116.75-29.1-67.06-29.1-143.49t29.1-143.49q29.1-67.05 78.79-116.75 49.7-49.69 116.75-78.79 67.06-29.1 143.49-29.1t143.49 29.1q67.05 29.1 116.75 78.79 49.69 49.7 78.79 116.75 29.1 67.06 29.1 143.49t-29.1 143.49q-29.1 67.05-78.79 116.75-49.7 49.69-116.75 78.79-67.06 29.1-143.49 29.1t-143.49-29.1m-116.1-775.07 58.87 58.63-176.69 176.69-58.63-58.87zm519.18 0 176.45 176.45-58.63 58.87-176.69-176.69zM480-162.87q115.8 0 196.47-80.66Q757.13-324.2 757.13-440t-80.66-196.47Q595.8-717.13 480-717.13t-196.47 80.66Q202.87-555.8 202.87-440t80.66 196.47Q364.2-162.87 480-162.87");
3104
3110
  export const Snowboarding = /*#__PURE__*/ b("M751.24-50.91q-9.48 0-18.98-1t-18.98-3l-505-108q-44.95-9.48-78.05-36.22t-50.58-65.7q-2-4.24-2.48-18.47 2.53-13.68 13.36-22.11 10.84-8.44 25.27-6.68 8.44 1.52 14.75 6.5 6.32 4.98 9.8 12.42 11.76 25 32.42 41.92t48.95 23.16l17.56 3.76 136.42-91.84-31.29-137.61q-4.24-15.96-1.12-31.94t11.6-30.69l96.41-154.5h-85.39L289.2-547.48l-74.22-45.82 103.11-164.79H548q28.43 0 45.65 15.72t23.7 29.44l21 48q19.76 47.28 64.26 77.06t100.98 29.78v87.18q-71.44 0-130.04-32.43-58.59-32.42-94.31-86.46l-67.46 107.58 131.81 105.81 39.76 246.8 43.37 8.52q6 2 12.38 2.5t12.14.5q23.04 0 41.56-7.88 18.53-7.88 34.81-21.4 5.48-5.24 27.19-6.96 14.68 1.76 22.61 13.36 7.94 11.6 6.18 24.75-.76 5.72-3.5 10.8-2.74 5.07-7.46 9.79-25.48 22.24-56.96 33.48-31.47 11.24-64.43 11.24M591.7-149.28l-29.05-179.31-105.87-75.02 17.05 127.02-115.74 77.18zM643.59-760q-34.44 0-59.01-24.58Q560-809.15 560-843.59q0-34.43 24.58-59.13 24.57-24.69 59.01-24.69 34.43 0 59.13 24.69 24.69 24.7 24.69 59.13 0 34.44-24.69 59.01Q678.02-760 643.59-760");
@@ -1046,6 +1046,7 @@ export declare const DriveFolderUpload: Icon;
1046
1046
  export declare const Drone: Icon;
1047
1047
  export declare const DroneTwo: Icon;
1048
1048
  export declare const Dropdown: Icon;
1049
+ export declare const DropdownMenu: Icon;
1049
1050
  export declare const DropperEye: Icon;
1050
1051
  export declare const Dry: Icon;
1051
1052
  export declare const DryCleaning: Icon;
@@ -1193,6 +1194,7 @@ export declare const Extension: Icon;
1193
1194
  export declare const ExtensionOff: Icon;
1194
1195
  export declare const Eyebrow: Icon;
1195
1196
  export declare const Eyeglasses: Icon;
1197
+ export declare const EyeglassesThree: Icon;
1196
1198
  export declare const EyeglassesTwo: Icon;
1197
1199
  export declare const EyeglassesTwoSound: Icon;
1198
1200
  export declare const EyeTracking: Icon;
@@ -2774,6 +2776,7 @@ export declare const ReportOff: Icon;
2774
2776
  export declare const RequestPage: Icon;
2775
2777
  export declare const RequestQuote: Icon;
2776
2778
  export declare const ResetBrightness: Icon;
2779
+ export declare const ResetColors: Icon;
2777
2780
  export declare const ResetExposure: Icon;
2778
2781
  export declare const ResetFocus: Icon;
2779
2782
  export declare const ResetImage: Icon;
@@ -2900,6 +2903,7 @@ export declare const SeatHeatLeft: Icon;
2900
2903
  export declare const SeatHeatRight: Icon;
2901
2904
  export declare const SeatVentLeft: Icon;
2902
2905
  export declare const SeatVentRight: Icon;
2906
+ export declare const SeatWindow: Icon;
2903
2907
  export declare const Security: Icon;
2904
2908
  export declare const SecurityKey: Icon;
2905
2909
  export declare const Segment: Icon;
@@ -2966,6 +2970,7 @@ export declare const SettingsPhone: Icon;
2966
2970
  export declare const SettingsPhotoCamera: Icon;
2967
2971
  export declare const SettingsPower: Icon;
2968
2972
  export declare const SettingsRemote: Icon;
2973
+ export declare const SettingsScreen: Icon;
2969
2974
  export declare const SettingsSeating: Icon;
2970
2975
  export declare const SettingsSlowMotion: Icon;
2971
2976
  export declare const SettingsSystemDaydream: Icon;
@@ -3099,6 +3104,7 @@ export declare const SmbShare: Icon;
3099
3104
  export declare const SmokeFree: Icon;
3100
3105
  export declare const SmokingRooms: Icon;
3101
3106
  export declare const Sms: Icon;
3107
+ export declare const Snail: Icon;
3102
3108
  export declare const SnippetFolder: Icon;
3103
3109
  export declare const Snooze: Icon;
3104
3110
  export declare const Snowboarding: Icon;
@@ -1046,6 +1046,7 @@ export const DriveFolderUpload = /*#__PURE__*/ b("M166.78-140.78q-44.3 0-75.15-3
1046
1046
  export const Drone = /*#__PURE__*/ b("M140.78-140.78q0-80.09 42.41-144.11 42.42-64.02 110.24-95.54l-6.6-64.52H118.17v-268.83H17.39v-105.44h307v105.44H223.61v163.39h51.95l-10.82-105.44H694.7l-10.83 105.44h51.96v-163.39H635.05v-105.44h307.99v105.44H842.26v268.83H673.61L667-380.43q67.83 31.52 110.02 95.54 42.2 64.02 42.2 144.11H713.78q0-65.44-45.58-111.87-45.59-46.44-110.46-46.44H402.26q-64.87 0-110.46 46.44-45.58 46.43-45.58 111.87z");
1047
1047
  export const DroneTwo = /*#__PURE__*/ b("M255.32-60.78q-81.51 0-138.03-57.33-56.51-57.33-56.51-138.46t56.44-137.65q56.43-56.52 137.82-56.52 21.08 0 40.72 4.26 19.65 4.25 36.89 11.91 10.05-22.21 11.33-46.15 1.28-23.93-6.76-46.15-18.47 8.87-38.89 13.31-20.42 4.43-42.29 4.43-81.36 0-138.31-56.92T60.78-704.29t56.92-138.12q56.93-56.81 138.24-56.81 81.32 0 138.34 56.81 57.02 56.8 57.02 138.02 0 21.87-4.65 42.3-4.65 20.44-13.52 39.44 22.22 8.04 46.15 7.26 23.94-.78 46.15-10.26-7.87-18-12.3-37.94-4.43-19.93-4.43-40.8 0-81.4 56.51-137.83t138.02-56.43 138.75 56.51 57.24 138.02-57.24 138.75-139.02 57.24q-22.87 0-43.79-5.12-20.93-5.11-40.39-14.49-8.48 23.22-7.76 47.14.72 23.93 10.76 47.47 18.44-8.87 38.87-13.24 20.44-4.37 42.31-4.37 81.78 0 139.02 56.4t57.24 137.74-57.24 138.58-138.75 57.24-138.02-57.3q-56.51-57.31-56.51-138.4 0-21.87 4.75-42.28 4.76-20.42 13.42-38.89-23.73-10.28-47.84-11.38-24.12-1.1-47.33 7.38 9.37 19.47 14.49 40.89 5.11 21.41 5.11 44.28 0 81.09-57.23 138.4-57.24 57.3-138.75 57.3m447.64-542.61q42 0 71.5-29.5t29.5-71.5-29.5-70.5-71.5-28.5-70.5 28.5-28.5 70.5q0 4.61.65 8.87t1.52 8.87l53.78-53.79q15.86-15.95 37-15.95 21.13 0 37.09 15.87 15.96 15.88 15.96 37.05T734-666.35l-57.48 58.48q6.18 2.74 12.71 3.61 6.54.87 13.73.87m-446.92-1q6.05 0 11.33-1.03t9.98-2.58L219-666.35q-15.96-15.85-15.96-36.99t15.88-37.1q15.87-15.95 37.04-15.95t37.13 15.95l59.34 58.92q1.31-5.18 2.46-10.97 1.15-5.8 1.15-11.9 0-42-29-71t-71-29-71 29-29 71 29 71 71 29m446.92 448.35q42 0 71.5-29.34 29.5-29.33 29.5-71.1 0-42-29.5-70.5t-71.5-28.5q-5.76 0-10.95.65-5.18.66-9.79 1.96L742-292.52q15.96 15.7 15.96 36.63t-16.52 37.46q-16.96 15.95-37.77 15.67-20.8-.28-36.76-16.24l-59.34-59.35q-1.31 4.61-2.46 10.16t-1.15 11.71q0 41.77 28.5 71.1 28.5 29.34 70.5 29.34m-447.92 0q42 0 71.5-29.34 29.5-29.33 29.5-71.1 0-7.61-1.15-14.15T351-283.91L286.09-219q-15.77 15.96-37.45 15.96T211-219t-15.96-36.89T211-292.52l60.22-60.78q-4.05-.87-8.09-1.53-4.04-.65-8.09-.65-42 0-70.5 28.5t-28.5 70.5 28.5 71.22 70.5 29.22M480-439.43q17 0 28.5-11.5t11.5-28.5-11.5-28.5-28.5-11.5-28.5 11.5-11.5 28.5 11.5 28.5 28.5 11.5");
1048
1048
  export const Dropdown = /*#__PURE__*/ b("M433.22-433.22h280v-280h-280zM206.78-100.78q-44.3 0-75.15-30.85t-30.85-75.15v-546.44q0-44.3 30.85-75.15t75.15-30.85h546.44q44.3 0 75.15 30.85t30.85 75.15v546.44q0 44.3-30.85 75.15t-75.15 30.85z");
1049
+ export const DropdownMenu = /*#__PURE__*/ b("m580-373.78 151.87-152.44H428.13zM320-181.35q-124.79 0-211.72-86.95T21.35-480.08t86.93-211.7T320-778.65h320q124.79 0 211.72 86.95t86.93 211.78-86.93 211.7T640-181.35z");
1049
1050
  export const DropperEye = /*#__PURE__*/ b("M100.78-100.78v-217.13l349.65-349.66L392.3-724l85.27-83.13 76.43 76 109.87-111q8.39-8.39 19.28-12.52t22.85-3.57q11.39 0 22.35 4.41 10.95 4.42 19.78 12.81L841-748.13q8.39 8.83 12.81 19.78 4.41 10.96 4.41 22.35.56 11.96-3.57 22.85t-12.52 19.28l-112.69 111 24.34 25.22-78.61 78.61-147.39-145.13-321 319.43v67.96h47.09q12.26 28.21 26.59 55.56 14.32 27.35 31.28 50.44zm530.31 83.39q-96.65 0-177.05-52.8-80.39-52.81-117.08-141.9 36.69-89.08 117.08-141.89 80.4-52.8 177.05-52.8 96.09 0 176.76 52.8 80.67 52.81 117.37 141.89-36.7 89.09-117.37 141.9-80.67 52.8-176.76 52.8m74.96-119.74q30.69-30.7 30.69-74.96t-30.69-74.95q-30.7-30.7-74.96-30.7t-74.96 30.7q-30.69 30.69-30.69 74.95t30.69 74.96q30.7 30.7 74.96 30.7t74.96-30.7m-121.42-28.5q-19.19-19.2-19.19-46.46t19.19-46.45q19.2-19.2 46.46-19.2t46.46 19.2q19.19 19.19 19.19 46.45t-19.19 46.46q-19.2 19.2-46.46 19.2t-46.46-19.2");
1050
1051
  export const Dry = /*#__PURE__*/ b("M228.13-60.78q-69.39 0-118.37-48.98T60.78-228.13v-243.13q0-32.7 15.35-61.18 15.35-28.47 43.04-46.04l335.09-217.39 21.13 18.3q28.48 24.53 35.65 60.79 7.18 36.26-10.65 69.3l-25.78 44.87H771.3q19.83 0 33.59 13.76t13.76 33.59q0 19.82-13.76 33.59-13.76 13.76-33.59 13.76H460.78v54.34H851.3q19.83 0 33.59 13.77 13.76 13.76 13.76 33.58 0 19.83-13.76 33.59t-33.59 13.76H460.78v54.35h351.09q19.83 0 33.59 13.76t13.76 33.59q0 19.82-13.76 33.58t-33.59 13.76H460.78v54.35H731.3q19.83 0 33.59 13.76t13.76 33.59-13.76 33.59-33.59 13.76zM592.22-651.3q7.82-47.22 2.32-69.03-5.5-21.8-33.45-56.32-31.57-40-40.37-75.87-8.81-35.87-1.24-90.09h90.69q-8 50.43.77 73.3 8.76 22.87 36.28 59.96 28.82 38.39 36.54 72.33 7.72 33.93.15 85.72zm171.74 0q7.82-47.22 2.39-69.03-5.44-21.8-33.39-56.32-31.57-40-40.44-75.87t-1.3-90.09h90.26q-8 50.43.76 73.3t36.28 59.96q28.83 38.39 36.55 72.33 7.71 33.93.15 85.72z");
1051
1052
  export const DryCleaning = /*#__PURE__*/ b("M280-60.78v-238.31h-66.83q-46.83 0-79.61-33.11t-32.78-80.41q0-35.22 19.74-64.26 19.75-29.04 51.83-43.26l253.52-112.61v-19.78q-36-11.87-57.15-43.5-21.16-31.63-21.16-69.63 0-55.65 38.4-94.61 38.39-38.96 94.04-38.96t94.33 38.96Q613-821.3 613-765.65h-96.96q0-15.31-10.36-25.68t-25.67-10.37-25.68 10.36-10.37 25.68q0 15.31 10.36 25.96 10.36 10.66 25.68 10.66 20.36 0 34.14 13.93 13.77 13.94 13.77 34.54v45l259.74 115.44q32.08 14.22 51.83 43.26 19.74 29.04 19.74 64.26 0 47.3-32.78 80.41t-79.61 33.11h-66.26v238.31zm-66.83-335.83H280v-36.04h400.57v36.04h66.03q7.23 0 11.73-4.75 4.5-4.76 4.5-12.36 0-4.76-2.5-8.7t-7.5-6.19L480-549.74 207.23-428.63q-5.06 2.02-7.27 6.09-2.22 4.06-2.22 8.82 0 7.6 4.5 12.36 4.5 4.75 10.93 4.75");
@@ -1193,6 +1194,7 @@ export const Extension = /*#__PURE__*/ b("M362.17-100.78H200q-40.93 0-70.07-29.1
1193
1194
  export const ExtensionOff = /*#__PURE__*/ b("M200-100.78q-41.48 0-70.35-28.87T100.78-200v-162.17q42.35 0 72.7-27.96 30.34-27.96 30.34-69.87t-30.34-69.87q-30.35-27.96-72.7-27.96V-720q0-20.39 7.41-38.57 7.42-18.17 21.24-32l661.14 661.14q-13.83 13.82-32 21.24-18.18 7.41-38.57 7.41H557.83q0-42.35-27.96-72.7-27.96-30.34-69.87-30.34t-69.87 30.34q-27.96 30.35-27.96 72.7zm619.22-174.35L275.13-819.22h68.48q6.22-45.39 39.17-74.67 32.96-29.29 77.22-29.29t77.22 29.29q32.95 29.28 39.17 74.67H720q40.91 0 70.07 29.15 29.15 29.16 29.15 70.07v143.61q45.39 6.22 74.67 39.17 29.29 32.96 29.29 77.22t-29.29 77.22q-29.28 32.95-74.67 39.17zm-6.74 243.87L31.26-812.48l62.65-62.65L875.13-93.91z");
1194
1195
  export const Eyebrow = /*#__PURE__*/ b("M605.09-385.3q-25.87 0-71.91 9.28-46.05 9.28-101.54 24.77-55.49 15.48-115.61 36.13-60.12 20.64-115.68 44.21-12.7 5-25.33 7.56-12.63 2.57-26.89 2.57-56.22 0-96.02-39.81-39.81-39.8-39.81-96.02v-106.96q0-49.21 30.68-86.67 30.67-37.46 78.32-47.15 73.13-14.57 141.83-25.85t130.52-19.35q61.83-8.06 115.44-12.06t96-4q143.22 0 234.82 101.19 91.61 101.2 113.87 283.68 2 14.39-7.19 26.78-9.2 12.39-25.92 19.09-15.32 6.69-32.13 4.13-16.8-2.57-31.19-12.83-70.22-52.26-136.37-80.48-66.15-28.21-115.89-28.21m0-105.44q55.69 0 100.85 14.78 45.15 14.79 121.5 57.74-23.96-85.91-80.59-130.45-56.63-44.55-142.33-44.55-82.82 0-207.43 16.29-124.61 16.28-254.13 43.41-10.79 2.3-17.72 10.75-6.94 8.45-6.94 19.2v106.96q0 16.75 13.55 25.51 13.54 8.75 28.45 2.45 57.18-25.57 121.03-47.63 63.84-22.07 123.95-38.7t112.42-26.19q52.3-9.57 87.39-9.57m0 0q-35.09 0-87.39 9.57-52.31 9.56-112.42 26.19t-123.95 38.7q-63.85 22.06-121.03 47.63-14.91 6.3-28.45-2.37-13.55-8.68-13.55-25.59v-106.96q0-10.6 7.03-19.06 7.02-8.46 17.63-10.89 129.52-27.13 254.13-43.41 124.61-16.29 207.43-16.29 85.7 0 142.33 44.55 56.63 44.54 80.59 130.45-76.35-42.95-121.5-57.74-45.16-14.78-100.85-14.78");
1195
1196
  export const Eyeglasses = /*#__PURE__*/ b("M270.04-373q26.48 0 47.02-15.46 20.55-15.45 28.29-40.5l13.87-46q13.17-42.34-6.87-77.19Q332.3-587 294.65-587H173.44l17.86 142.3q4.44 30.48 26.7 51.09T270.04-373m419.92 0q29.78 0 51.76-20.61t26.41-51.09L786-587H666.91q-37.65 0-57.69 35.35t-6.87 77.69l12.87 45q7.74 25.05 28.28 40.5Q664.04-373 689.96-373M269.48-267q-70.52 0-122.85-46.61T85.74-431.3L66.43-587H25.3v-106h265.96q48.52 0 89.26 23.2 40.74 23.19 63.44 63.58h73.65q22.69-40.39 63.43-63.58Q621.78-693 670.3-693h264.4v106h-41.13L873.7-431.3q-9.13 71.08-61.46 117.69T690.52-267q-60.39 0-108.15-35.33-47.76-35.32-66.89-92.71l-18.96-56.31q-.87-3.04-1.74-6.3t-1.74-9.35h-26.08q-.87 5.22-1.74 8.48t-1.74 6.3l-17.83 56.18q-18.56 57.95-67.17 93.5-48.61 35.54-109 35.54");
1197
+ export const EyeglassesThree = /*#__PURE__*/ b("M256.04-284.74q-81.21 0-137.95-57.02T61.35-480t56.74-138.24 137.95-57.02q57.7 0 104.24 30 46.55 30 70.37 78 11.87-2.87 23.96-4.59t24.39-1.72q12.87 0 25.46 1.72 12.58 1.72 24.89 4.59 23.82-48 70.37-78 46.54-30 104.24-30 81.21 0 137.95 57.02T898.65-480t-56.74 138.24-137.95 57.02q-76.96 0-132.63-51.63-55.68-51.63-62.07-127.02-7.17-2.31-14.91-3.52-7.74-1.22-15.35-1.22t-14.56 1.15q-6.96 1.15-13.7 3.02-6.39 75.4-62.07 127.31-55.67 51.91-132.63 51.91m-63.37-258.91q-25.89 26.17-25.89 63.65t25.89 63.65q25.9 26.18 63.37 26.18 37.48 0 63.66-26.18 26.17-26.17 26.17-63.65t-26.17-63.65q-26.18-26.18-63.66-26.18-37.47 0-63.37 26.18m447.63 0q-26.17 26.17-26.17 63.65t26.17 63.65q26.18 26.18 63.66 26.18 37.47 0 63.37-26.18 25.89-26.17 25.89-63.65t-25.89-63.65q-25.9-26.18-63.37-26.18-37.48 0-63.66 26.18");
1196
1198
  export const EyeglassesTwo = /*#__PURE__*/ b("M262-313.22q-63.83 0-96.67-17.34-32.85-17.35-60.98-64.05-15.57-25.56-27.48-62.61-11.91-37.04-16.96-56.56-12.13-1.7-19.41-10.39-7.28-8.7-7.28-20.83v-49q0-11.83 7.41-20.02 7.41-8.2 19.24-10.76 53.17-11 99.8-16t90.33-5q62.13 0 112.76 10.28t79.2 29.85h77.08q25.13-18.57 77.98-29.35t114.55-10.78q43.69 0 89.54 5t99.02 16q11.83 2.56 19.24 10.76 7.41 8.19 7.41 20.02v49q0 12.13-7.28 20.83-7.28 8.69-19.41 10.39-3.92 12.17-16.11 52.61-12.2 40.43-28.33 66.56-26.56 45.7-60.19 63.55-33.63 17.84-97.46 17.84-64.7 0-109.26-28.69-44.57-28.7-64.96-89.83-5.56-16-9.06-32.28t-8.5-32.28q-2.87-9.74-9.46-13.83T480-514.22q-9.74 0-16.33 4.59-6.58 4.59-10.45 13.89-5 16-8.22 31.72t-8.22 31.72q-17.56 62.26-63.26 90.67-45.69 28.41-111.52 28.41m0-71.56q67.61 0 91.91-39.74 24.31-39.74 24.31-102.35 0-15.87-11.72-24.52t-42.2-14.96q-25.43-5.87-61.58-7.37t-70.59 3.5q-24.3 3.44-34.83 10.74-10.52 7.31-10.52 21.48 0 26.43 4.5 50.59 4.5 24.15 12.94 44.58 14.87 33.31 35.52 45.68T262-384.78m436 0q41.61 0 61.98-12.37t34.8-45.68q8.44-20.43 13.44-44.87 5-24.43 5-51.3 0-14.17-10.81-21.7-10.8-7.52-35.54-10.52-34.44-5-69.8-3-35.37 2-61.37 7.87-30.48 6.31-42.2 14.74-11.72 8.44-11.72 24.31 0 62.6 24.31 102.56 24.3 39.96 91.91 39.96");
1197
1199
  export const EyeglassesTwoSound = /*#__PURE__*/ b("M262-384.78q67.61 0 91.91-39.74 24.31-39.74 24.31-102.35 0-15.87-11.72-24.3-11.72-8.44-42.2-15.18-25.43-5.87-61.58-7.37t-70.59 3.5q-24.3 3.44-34.83 10.74-10.52 7.31-10.52 21.48 0 26.43 4.22 50.59 4.22 24.15 13.22 44.58 14.87 33.31 35.52 45.68T262-384.78m430.26 244v-265.44H763v265.44zm-115.65-65.09v-135.26h71.3v135.26zm231.3 0v-135.26h71.31v135.26zM262-313.22q-63.83 0-96.67-17.34-32.85-17.35-60.98-64.05-15.57-26-27.48-62.82-11.91-36.83-16.96-56.35-12.13-1.7-19.41-10.39-7.28-8.7-7.28-20.83v-49q0-11.83 7.41-20.02 7.41-8.2 19.24-10.76 53.17-11 99.8-16.22t90.33-5.22q62.13 0 112.76 10.5t79.2 30.07h77.08q25.13-18.57 77.98-29.35t114.55-10.78q43.69 0 89.54 5t99.02 16q11.83 2.56 19.24 10.76 7.41 8.19 7.41 20.02v49q0 12.13-7.28 20.83-7.28 8.69-19.41 10.39-3.05 9.56-10.26 34.37-7.22 24.8-17.66 49.5-14.82-13.26-31.71-23.89-16.89-10.64-35.85-18.07 3.87-15.74 6.24-32.35t2.37-34.78q0-14.17-10.81-21.7-10.8-7.52-35.54-10.52-34.44-5-69.8-3-35.37 2-61.37 7.87-30.48 6.74-42.2 15.18-11.72 8.43-11.72 24.3 0 25.17 3.44 46.41 3.43 21.24 11.74 39.11-14.83 11.7-28.09 25.74t-22.96 30.87q-7-11-12.28-22t-9.85-25q-5.56-16-9.06-32.28t-8.5-32.28q-2.87-9.74-9.46-13.83T480-514.22q-9.74 0-16.83 4.59-7.08 4.59-9.95 13.89-5 16-8.22 31.72t-8.22 31.72q-17.56 62.26-63.26 90.67-45.69 28.41-111.52 28.41");
1198
1200
  export const EyeTracking = /*#__PURE__*/ b("M248.48-20.78h-121.7q-44.3 0-75.15-30.85t-30.85-75.15v-121.7h106v121.7h121.7zm463.61 0v-106h121.69v-121.7h106v121.7q0 44.3-30.84 75.15-30.85 30.85-75.16 30.85zM479.43-204.17q-124.52 0-228.52-75.53-104-75.52-151.26-200.3 47.26-124.78 150.98-200.59 103.72-75.8 229.09-75.8t229.37 75.8q104 75.81 151.26 200.59-47.26 124.22-151.26 200.02-104 75.81-229.66 75.81m0-134.13q59.14 0 101.83-41.85 42.7-41.85 42.7-99.85t-42.7-99.85q-42.69-41.85-101.83-41.85-58 0-98.43 41.29-40.43 41.28-40.43 100.41T381-379.59q40.43 41.29 98.43 41.29m.17-94.7q-19.51 0-33.34-13.78-13.82-13.77-13.82-33.45t13.77-33.23Q459.99-527 479.67-527t33.22 13.66 13.54 33.17q0 19.52-13.66 33.34Q499.11-433 479.6-433M20.78-712.09v-121.69q0-44.31 30.85-75.16 30.85-30.84 75.15-30.84h121.7v106h-121.7v121.69zm813 0v-121.69H712.09v-106h121.69q44.31 0 75.16 30.84 30.84 30.85 30.84 75.16v121.69z");
@@ -2774,6 +2776,7 @@ export const ReportOff = /*#__PURE__*/ b("M820-16.13 685.91-150.22l-48 49.44H322
2774
2776
  export const RequestPage = /*#__PURE__*/ b("M429.26-224.74h93v-40h42.26q19.26 0 32.74-13.76t13.48-33.02V-440q0-19.26-13.48-32.74t-32.74-13.48H442.26v-36.04h168.48v-93h-80v-40h-93v40h-42.26q-19.26 0-32.74 13.76t-13.48 33.02V-440q0 19.26 13.48 32.74t32.74 13.48h122.26v36.04H349.26v93h80zM246.78-60.78q-44.3 0-75.15-30.85t-30.85-75.15v-626.44q0-44.3 30.85-75.15t75.15-30.85h321.13l251.31 251.31v481.13q0 44.3-30.85 75.15t-75.15 30.85z");
2775
2777
  export const RequestQuote = /*#__PURE__*/ b("M246.78-60.78q-44.3 0-75.15-30.85t-30.85-75.15v-626.44q0-44.3 30.85-75.15t75.15-30.85h321.13l251.31 251.31v481.13q0 44.3-30.85 75.15t-75.15 30.85zm188.7-138.09h89.04v-40H560q18.92 0 31.72-12.64 12.8-12.63 12.8-31.32v-124.52q0-18.92-12.8-31.72T560-451.87H444.52v-35.48h160v-88.48h-80v-40h-89.04v40H400q-18.92 0-31.72 12.64t-12.8 31.32v124.52q0 18.92 12.8 31.72t31.72 12.8h115.48v35.48h-160v88.48h80zm94.35-449.04h163.95L529.83-811.3z");
2776
2778
  export const ResetBrightness = /*#__PURE__*/ b("m690.74-37.39-62.97-62.97H522.83V-205.3l-63.4-63.4 63.18-62.96v-104.95h105.3L690.74-500l63.18 63.39h105.3v104.95l62.82 62.96-62.96 63.18v105.3H754.13zm0-105.09q52.83 0 89.52-36.69 36.7-36.7 36.7-89.53 0-52.82-36.82-89.52-36.81-36.69-89.4-36.69zM850.78-560H746.87q-25.89-87.5-98.56-143.19-72.68-55.68-168.26-55.68-116.48 0-197.7 81.17T201.13-480q0 64.09 26.85 118.43 26.85 54.35 72.8 92.35v-91.91h100.35v260.35H140.78v-100.35h83.26q-57.48-52.26-90.37-123.91Q100.78-396.7 100.78-480q0-78.91 29.91-147.82 29.92-68.92 81.24-120.25 51.33-51.32 120.25-81.24 68.91-29.91 147.82-29.91 136.65 0 239.94 85.15Q823.22-688.91 850.78-560");
2779
+ export const ResetColors = /*#__PURE__*/ b("M676.02-26.69q-13.54-5.35-24.24-16.05L489.52-205.56q-21.39-20.96-21.67-51.61-.29-30.66 21.11-52.05l139.78-139.35-79.13-79.13 74.65-74.08L917.7-309.22q10.69 10.7 16.32 24.24 5.63 13.55 5.63 27.37 0 13.83-5.34 27.59-5.35 13.76-16.05 24.46L755.44-42.74q-10.7 10.7-24.46 16.05-13.76 5.34-27.59 5.34-13.82 0-27.37-5.34m-78.06-242.35h210.3L703.39-373.91zM140.78-100.78v-100.35h83.26q-57.48-52.26-90.37-123.91Q100.78-396.7 100.78-480q0-78.96 29.91-147.85 29.92-68.89 81.24-120.22 51.33-51.32 120.22-81.24 68.89-29.91 147.85-29.91 136.91 0 240.07 85.15Q823.22-688.91 850.78-560H746.87q-26-87.43-98.72-143.15T480-758.87q-116.43 0-197.65 81.22T201.13-480q0 64.09 26.85 118.43 26.85 54.35 72.8 92.35v-91.91h100.35v260.35z");
2777
2780
  export const ResetExposure = /*#__PURE__*/ b("M140.78-100.78v-100.35h83.26q-57.48-52.26-90.37-123.91Q100.78-396.7 100.78-480q0-78.91 29.91-147.82 29.92-68.92 81.24-120.25 51.33-51.32 120.25-81.24 68.91-29.91 147.82-29.91 136.65 0 239.94 85.15Q823.22-688.91 850.78-560H746.87q-25.89-87.5-98.56-143.19-72.68-55.68-168.26-55.68-116.48 0-197.7 81.17T201.13-480q0 64.09 26.85 118.43 26.85 54.35 72.8 92.35v-91.91h100.35v260.35zm408.26 39.43q-32.91 0-56.34-23.1-23.44-23.11-23.44-56.12v-271.52q0-33 23.44-56.11 23.43-23.1 56.34-23.1H820q33.01 0 56.11 23.43 23.11 23.44 23.11 56.35v270.95q0 33.01-23.11 56.12-23.1 23.1-56.11 23.1zm13.22-93h243.96V-398.3z");
2778
2781
  export const ResetFocus = /*#__PURE__*/ b("M469.26-316.61v-95.48q0-33 23.44-56.11 23.43-23.1 56.34-23.1h94.92v71.3H540.57v103.39zm79.78 255.26q-32.91 0-56.34-23.1-23.44-23.11-23.44-56.12v-95.47h71.31v103.39h103.39v71.3zm278.87-255.26V-420H724.52v-71.3H820q33.01 0 56.11 23.43 23.11 23.44 23.11 56.35v94.91zM724.52-61.35v-71.3h103.39v-103.39h71.31v95.47q0 33.01-23.11 56.12-23.1 23.1-56.11 23.1zM850.78-560H746.87q-25.89-87.5-98.56-143.19-72.68-55.68-168.26-55.68-116.48 0-197.7 81.17T201.13-480q0 64.09 26.85 118.43 26.85 54.35 72.8 92.35v-91.91h100.35v260.35H140.78v-100.35h83.26q-57.48-52.26-90.37-123.91Q100.78-396.7 100.78-480q0-78.91 29.91-147.82 29.92-68.92 81.24-120.25 51.33-51.32 120.25-81.24 68.91-29.91 147.82-29.91 136.65 0 239.94 85.15Q823.22-688.91 850.78-560");
2779
2782
  export const ResetImage = /*#__PURE__*/ b("M100.78-577.39v-250.74h88.48v104.61q52.26-62.57 127.43-99.13 75.18-36.57 163.31-36.57 132.13 0 233.11 79.72T846-577.39H734.7q-29.48-77.65-97.9-126.74-68.41-49.09-156.79-49.09-59.27 0-110.9 23.26t-89.07 64.09h72.05v88.48zm129.61 344.17h499.22L570-451.3l-120 160-90-120zM206.78-60.78q-44.3 0-75.15-30.85t-30.85-75.15v-306.44h106v306.44h546.44v-306.44h106v306.44q0 44.3-30.85 75.15t-75.15 30.85z");
@@ -2900,6 +2903,7 @@ export const SeatHeatLeft = /*#__PURE__*/ b("m814-463.65-76.17-51.92 16.39-25.52
2900
2903
  export const SeatHeatRight = /*#__PURE__*/ b("m562.13-463.65-76.17-51.92 16.39-25.52q5.71-9 8.57-18.5t2.86-20.5q0-14-4.93-27-4.94-13-14.94-23-22.69-23.26-34.82-53.06t-12.13-62.32q0-24.92 7.08-47.87 7.09-22.94 20.18-43.71l16.39-25.65 77.17 51.92-17.39 26.08q-5.43 8.44-8.72 18.22-3.28 9.78-3.28 20.22 0 13.8 5.5 26.62 5.5 12.81 15.5 23.38 22.7 23.82 34.83 53.87 12.13 30.04 12.13 62.72 0 25.05-6.85 47.93-6.85 22.87-19.98 43zm-173.09 0-76.74-51.92 16.4-25.52q5.71-9 8.57-18.5t2.86-20.5q0-14-4.93-27-4.94-13-14.94-23-22.7-23.82-34.83-53.63-12.13-29.8-12.13-62.31 0-24.93 7.07-47.91 7.06-22.97 20.19-43.11l16.96-25.65 76.61 51.92-16.83 26.08q-5.43 9-8.71 18.5-3.29 9.5-3.29 20.5 0 14 5.22 26.72t15.22 22.72q22.69 23.26 34.83 53.3 12.13 30.05 12.13 62.72 0 25.06-6.71 47.93t-20.12 43.57zm-173.08 0-76.74-51.92 17.39-25.52q6-8.43 8.5-17.93t2.5-20.5q0-14-5-27t-15-23.57q-22.13-23.26-34.48-52.92t-12.35-62.01q0-24.81 6.85-48.07t20.41-43.96l16.83-25.65 76.74 51.92-17.39 26.08q-6 8.57-9 18.41t-3 20.66q0 13.78 5.21 26.57 5.22 12.8 15.22 22.8 22.62 23.03 35.01 53.19 12.38 30.16 12.38 62.83 0 25.06-7.08 47.93-7.09 22.87-20.18 43.57zm42.13 362.87v-53q0-39.22 27.24-66.68 27.23-27.45 66.89-27.45h210.21q18.74 0 35.2 5.74 16.46 5.73 31.76 15.04l.57-26.48q0-73.3 20.41-143.45 20.41-70.16 49.98-136.55l19-43.13q9.87-22.17 7.14-46.01-2.73-23.83-20.01-41.82-9.7-9.96-14.55-22.43-4.84-12.46-4.84-26.17 0-28.66 20.49-49.33 20.5-20.68 49.07-20.68 23.39 0 43.75 12.48 20.35 12.48 31.12 33.87 13.57 27.26 20.63 56.29 7.07 29.02 7.07 59.12 0 17.2-2.28 33.83-2.29 16.63-7.29 33.33l-98.82 383.74q-9.13 31.09-34.28 50.41-25.15 19.33-56.72 19.33z");
2901
2904
  export const SeatVentLeft = /*#__PURE__*/ b("M562.95-349.83q-31.82 0-49.23-20.41-17.42-20.41-17.42-43.54 0-17.88 7.41-32.6 7.41-14.71 23.29-25.23 11-7.56 20.63-19.91t14.63-36.57q-4-2.1-7.69-4.21t-6.87-5.27q-41.42 15.95-58.4 22.32-16.99 6.38-37.17 6.38-40.35 0-71.33-35.51-30.97-35.51-30.97-102.3 0-31.8 20.41-48.93t43.7-17.13q18 0 32.82 7.41 14.83 7.41 25.41 23.29 7.57 11 19.78 20.34 12.21 9.35 36.63 14.35 2.12-4 4.24-7.5 2.13-3.5 5.31-6.5-16.13-41.26-22.41-58.67-6.29-17.42-6.29-37.54 0-40.24 35.2-70.95t102.03-30.71q31.82 0 49.23 20.12 17.41 20.11 17.41 43.41 0 17.99-7.4 32.83-7.41 14.83-23.29 25.42-11 7.57-20.63 19.92t-14.63 36.56q4 2.11 7.69 4.22 3.69 2.1 6.87 5.26 41.41-15.94 58.4-22.32 16.99-6.37 37.17-6.37 40.35 0 71.04 35.51 30.7 35.51 30.7 102.29 0 31.8-20.12 48.94-20.11 17.13-43.41 17.13-17.99 0-32.83-7.41-14.83-7.41-25.42-23.29-7.57-11-19.78-20.35t-36.63-14.35q-2.12 4-4.24 7.5-2.13 3.5-5.31 6.5 16.13 41.27 22.41 58.68t6.28 37.53q0 40.24-35.19 70.95-35.2 30.71-102.03 30.71m73.75-223.08q12.91-12.92 12.91-31.61 0-18.7-12.91-31.61-12.92-12.91-31.61-12.91-18.7 0-31.61 12.91t-12.91 31.61q0 18.69 12.91 31.61Q586.39-560 605.09-560q18.69 0 31.61-12.91M299.74-100.78q-31.52 0-56.48-19.33-24.96-19.32-34.09-50.41l-98.82-383.74q-4.57-16.7-7.07-33.35-2.5-16.66-2.5-33.85 0-30.08 7.07-59.09 7.06-29.02 20.63-56.28 10.94-21.39 30.99-33.87t43.44-12.48q28.66 0 49.33 20.68 20.67 20.67 20.67 49.33 0 13.71-4.84 26.17-4.85 12.47-14.55 22.43-17.3 17.74-20.24 41.7-2.93 23.96 6.94 46.13l19.43 43.13q29.57 66.39 49.76 136.55 20.2 70.15 20.2 143.45l.56 26.48q15.31-9.31 31.77-15.04 16.45-5.74 35.19-5.74h210.22q39.69 0 67.13 27.45 27.43 27.46 27.43 66.68v53z");
2902
2905
  export const SeatVentRight = /*#__PURE__*/ b("M313.32-349.83q-31.8 0-48.93-20.41t-17.13-43.54q0-17.88 7.03-32.6 7.02-14.71 23.23-25.23 11-7.56 20.35-19.91t14.35-36.57q-4-2.1-7.18-4.21t-6.39-5.27q-41.26 16.14-58.67 22.42-17.42 6.28-37.54 6.28-40.24 0-70.95-35.51t-30.71-102.3q0-31.8 20.41-48.93 20.42-17.13 43.73-17.13 18.01 0 32.31 7.41t24.9 23.29q7.57 11 20.17 20.34 12.61 9.35 36.77 14.35 2.1-4 4.2-7.5t5.25-6.5q-16.13-41.26-22.41-58.67-6.28-17.42-6.28-37.54 0-40.24 35.16-70.95 35.17-30.71 102.31-30.71 31.62 0 49.01 20.12 17.39 20.11 17.39 43.41 0 17.99-7.41 32.83-7.41 14.83-23.29 25.42-11 7.57-20.35 19.92t-14.35 36.56q4 2.11 7.18 4.22 3.18 2.1 6.39 5.26 41.39-15.94 58.9-22.32 17.52-6.37 37.68-6.37 40.33 0 71.03 35.51 30.69 35.51 30.69 102.29 0 31.8-20.41 48.94-20.41 17.13-43.54 17.13-17.88 0-32.6-7.41-14.71-7.41-25.23-23.29-7.56-11-19.91-20.35t-36.22-14.35q-2.07 4-4.67 7.5-2.59 3.5-5.59 6.67 16.13 41.1 22.63 58.51t6.5 37.53q0 40.24-35.51 70.95t-102.3 30.71m73.77-223.08Q400-585.83 400-604.52q0-18.7-12.91-31.61-12.92-12.91-31.61-12.91-18.7 0-31.61 12.91t-12.91 31.61q0 18.69 12.91 31.61Q336.78-560 355.48-560q18.69 0 31.61-12.91m-129 472.13v-53q0-39.22 27.43-66.68 27.44-27.45 67.13-27.45h209.78q18.74 0 35.42 5.74 16.67 5.73 31.98 15.04l.56-26.48q0-73.3 20.2-143.45 20.19-70.16 49.76-136.55l19.43-43.13q9.87-22.17 6.94-46.13-2.94-23.96-20.24-41.7-9.7-9.96-14.55-22.43-4.84-12.46-4.84-26.17 0-28.66 20.49-49.33 20.5-20.68 49.07-20.68 23.39 0 43.75 12.48 20.35 12.48 31.12 33.87 13.57 27.26 20.63 56.29 7.07 29.02 7.07 59.12 0 17.2-2.28 33.83-2.29 16.63-7.29 33.33l-98.82 383.74q-9.13 31.09-34.09 50.41-24.96 19.33-56.48 19.33z");
2906
+ export const SeatWindow = /*#__PURE__*/ b("M604.13-619.78q-17.95 0-31.63-10.83-13.67-10.83-18.8-27.78l-57-200q-7.26-25.66 8.19-46.53 15.46-20.86 42.24-20.86h263q17.96 0 31.63 10.82 13.68 10.83 18.81 27.78l57 200q7.26 25.66-8.2 46.53t-42.24 20.87zM314.7-678.3q-36.4 0-62.44-26.05-26.04-26.04-26.04-62.43t26.04-62.72 62.44-26.33q36.39 0 62.71 26.33 26.33 26.33 26.33 62.72t-26.33 62.43q-26.32 26.05-62.71 26.05m222.82 577.52H282.35q-43.74 0-75.2-27.18Q175.7-155.13 167-198.3l-87-440h99.52l88 440h270zm212.09 65.87L631.91-238.3H363.52q-29 0-50.5-17.5t-27.5-46.5l-41.17-201q-11.13-53.09 21.59-94.05 32.71-40.95 89.76-40.95 31.61 0 65.48 21.28t43.56 64.63l39.48 185.61h106.82q26.09 0 44.37 12.69 18.29 12.7 32.11 35.79l140 240z");
2903
2907
  export const Security = /*#__PURE__*/ b("M480-60.22Q332.65-96.8 236.72-226.95 140.78-357.1 140.78-516v-257.26L480-899.78l339.22 126.52V-516q0 158.9-95.94 289.05Q627.35-96.8 480-60.22m0-110q93.04-33.39 156.63-118.5t74.59-191.35H480v-307.02l-233.22 87.45V-498q0 8.13 1.95 18H480z");
2904
2908
  export const SecurityKey = /*#__PURE__*/ b("M397.17-20.78q-36.49 0-62.48-25.83-25.99-25.82-25.99-62.09v-117.73q-37.53-6.22-62.72-35.09-25.2-28.87-25.2-68.65v-503.61q0-44.31 30.85-75.16 30.85-30.84 75.15-30.84h306.44q44.3 0 75.15 30.84 30.85 30.85 30.85 75.16v503.61q0 39.78-24.91 68.65-24.92 28.87-62.44 35.09v117.73q0 36.27-25.82 62.09-25.83 25.83-62.09 25.83zm82.76-442.05q49.5 0 84.22-34.65t34.72-84.15-34.65-84.22-84.15-34.72-84.22 34.66q-34.72 34.65-34.72 84.15t34.65 84.22q34.65 34.71 84.15 34.71m-70.89 341.7h142.48v-103.04H409.04zm71.1-430.74q-12.62 0-21.29-8.54-8.68-8.53-8.68-21.15 0-12.61 8.54-21.29 8.53-8.67 21.15-8.67t21.29 8.53q8.68 8.54 8.68 21.16 0 12.61-8.54 21.29-8.53 8.67-21.15 8.67");
2905
2909
  export const Segment = /*#__PURE__*/ b("M340.78-212.3v-106h518.44v106zm0-214.7v-106h518.44v106zm-240-214.7v-106h758.44v106z");
@@ -2966,6 +2970,7 @@ export const SettingsPhone = /*#__PURE__*/ b("M463.94-543.94q-13.77-13.76-13.77-
2966
2970
  export const SettingsPhotoCamera = /*#__PURE__*/ b("M353.61-60.78 336.48-195q-8.72-3.36-16.42-8.07-7.71-4.71-15.32-9.89l-124.65 52.83L53.13-380.65l107.52-81.39q-.43-4.65-.43-8.96v-17.91q0-4.31.43-9.05L53.13-579.35l126.96-219.39 125.78 52.26q7.61-5.17 15.09-9.63 7.47-4.46 15.52-7.76l17.13-135.35h252.78l17.13 135.35q8.72 3.21 16.42 7.72 7.71 4.5 15.32 9.67l124.65-52.26 126.96 219.39-98 70.65h-192.3q-10.61-47.52-48.03-79.41Q531.13-620 480.3-620q-58 0-99 41t-41 99q0 48 27.85 84.28Q396-359.43 439.43-346v285.22zm238.33 0q-25.5 0-43.35-17.88-17.85-17.89-17.85-43.43v-204.36q0-25.55 17.83-43.33t43.3-17.78H653l40.94-41.14h81.89l40.72 41.14h61.09q25.45 0 43.51 17.88 18.07 17.88 18.07 43.42v204.37q0 25.54-18 43.33-17.99 17.78-43.7 17.78zm200.67-108.87q23.78-23.78 23.78-57.91 0-34.14-23.78-57.92t-57.91-23.78-57.92 23.78Q653-261.7 653-227.56q0 34.13 23.78 57.91 23.79 23.78 57.92 23.78t57.91-23.78");
2967
2971
  export const SettingsPower = /*#__PURE__*/ b("M427-486.22V-893h106v406.78zM480-187q-141.35 0-240.28-98.93-98.94-98.94-98.94-240.28 0-83.32 36.78-156.1 36.79-72.78 102.35-115.52l74.96 75.53q-50.61 32-79.35 84.23-28.74 52.24-28.74 111.85 0 97.18 68.02 165.2Q382.83-293 480-293t165.2-68.02q68.02-68.02 68.02-165.2 0-60.93-29.59-113.64t-84.72-87.53l74.96-75.52q69.52 46.13 107.44 119.44 37.91 73.31 37.91 157.25 0 141.35-98.94 240.29Q621.35-187 480-187M311.56 0q-19.86 0-33.63-13.44-13.76-13.44-13.76-33.3 0-19.87 13.76-33.63 13.77-13.76 33.63-13.76 19.87 0 33.31 13.76 13.43 13.76 13.43 33.63 0 19.86-13.43 33.3Q331.43 0 311.56 0M480 0q-19.26 0-32.74-13.44t-13.48-33.3q0-19.87 13.48-33.63t33.02-13.76q19.55 0 33.02 13.76 13.48 13.76 13.48 33.63 0 19.86-13.45 33.3T480 0m169.65 0q-19.87 0-33.35-13.44-13.47-13.44-13.47-33.3 0-19.87 13.43-33.63 13.44-13.76 33.31-13.76t33.34 13.76q13.48 13.76 13.48 33.63 0 19.86-13.44 33.3T649.65 0");
2968
2972
  export const SettingsRemote = /*#__PURE__*/ b("M353.78-22.48q-22.08 0-37.54-15.45-15.46-15.46-15.46-37.55v-480q0-22.09 15.46-37.54 15.46-15.46 37.54-15.46h252.44q22.08 0 37.54 15.46 15.46 15.45 15.46 37.54v480q0 22.09-15.46 37.55-15.46 15.45-37.54 15.45zm126.22-350q21 0 35.5-14.5t14.5-35.5-14.5-35.5-35.5-14.5-35.5 14.5-14.5 35.5 14.5 35.5 35.5 14.5M338-662l-56-56q40-40 91-61t107-21 107 21 91 61l-56 56q-29-29-65.5-43.5T480-720t-76.5 14.5T338-662M226-774l-58-58q63-61 143.5-94.5T480-960t168.5 33.5T790-830l-56 56q-50-52-116-79t-138-27-138 27-116 79");
2973
+ export const SettingsScreen = /*#__PURE__*/ b("M626-60.78q-44.3 0-75.15-30.85T520-166.78V-294q0-44.3 30.85-75.15T626-400h210.61q44.3 0 75.15 30.85T942.61-294v127.22q0 44.3-30.85 75.15t-75.15 30.85zm0-106h210.61V-294H626zm-272.39 106L336.48-195q-8.72-3.36-16.42-8.07-7.71-4.71-15.32-9.89l-124.65 52.83L53.13-380.65l107.52-81.39q-.43-4.65-.43-8.96v-17.91q0-4.31.43-9.05L53.13-579.35l126.96-219.39 125.78 52.26q7.61-5.17 15.09-9.63 7.47-4.46 15.52-7.76l17.13-135.35h252.78l17.13 135.35q8.72 3.21 16.42 7.72 7.71 4.5 15.32 9.67l124.65-52.26 126.96 219.39-108.09 81.39q.44 3.61.44 8.7v8.69H621.3q-.56-58-41.89-98.71Q538.07-620 480.3-620q-59 0-99.5 40.5T340.3-480q0 48 27.79 84.57 27.78 36.56 71.34 50v284.65z");
2969
2974
  export const SettingsSeating = /*#__PURE__*/ b("M325.51-60.78q-22.22 0-37.26-15.46-15.03-15.46-15.03-37.68 0-22.23 15.03-37.26 15.04-15.04 37.26-15.04 22.23 0 37.69 15.04 15.45 15.03 15.45 37.26 0 22.22-15.45 37.68-15.46 15.46-37.69 15.46m160.85 0q-22.23 0-37.69-15.46-15.45-15.46-15.45-37.68 0-22.23 15.45-37.26 15.46-15.04 37.69-15.04 22.22 0 37.26 15.04 15.03 15.03 15.03 37.26 0 22.22-15.03 37.68-15.04 15.46-37.26 15.46m159.72 0q-22.23 0-37.26-15.46-15.04-15.46-15.04-37.68 0-22.23 15.04-37.26 15.03-15.04 37.26-15.04 22.22 0 37.68 15.04 15.46 15.03 15.46 37.26 0 22.22-15.46 37.68t-37.68 15.46M313.22-224.17v-122.26h-2.61q-37.8 0-64.97-24.96-27.16-24.96-29.73-62.18l-35.13-425.65h134.18q49.52 0 86.48 31.39 36.95 31.39 44.95 80.48L466-624.87h140.22q71.65 0 122.32 50.96 50.68 50.95 50.68 123.74v103.74h-80v122.26H593.78v-122.26H418.65v122.26z");
2970
2975
  export const SettingsSlowMotion = /*#__PURE__*/ b("M353.61-60.78 336.48-195q-8.48-3.3-16.31-8.04-7.82-4.74-15.43-9.92l-124.65 52.83L53.13-380.65l107.52-81.39q-.43-4.74-.43-8.98v-17.96q0-4.24.43-8.98L53.13-579.35l126.96-219.39 125.78 52.26q7.61-5.17 14.87-9.63t15.74-7.76l17.13-135.35h252.78l17.13 135.35q8.48 3.3 16.31 7.76 7.82 4.46 15.43 9.63l124.65-52.26 126.96 219.39-54.78 41.31q-32.83-18.4-68.78-27.81-35.96-9.41-74.48-9.41-28.48 0-55.74 6.32-27.26 6.33-53.61 16.98-19-31.3-50.65-49.67Q517.17-620 480.3-620q-58 0-99 41t-41 99q0 40.83 21.9 74.52 21.89 33.7 58.41 51.57-5.44 18.3-7.65 37.54-2.22 19.24-2.22 37.98.43 62.22 24.76 118.93 24.33 56.72 69.98 98.68zm317-5.13q-67.96-11.7-116.28-60.24Q506-174.7 494.3-242.65h72.01q10.13 38.87 37.78 66.52t66.52 37.78zm71.3 1v-72.87q48-12.13 78.72-50.55 30.72-38.41 30.72-89.97 0-51-30.72-89.42-30.72-38.41-78.72-50.54v-72.87q77.09 12.69 129.2 72.43t52.11 140.4q0 80.65-52.11 140.67t-129.2 72.72M494.87-313.96q11.7-67.95 59.74-116.21 48.04-48.27 116-59.96v72.43q-38.87 10.13-66.24 37.79-27.37 27.65-37.5 65.95zm168 123v-174.13l134.18 86.79z");
2971
2976
  export const SettingsSystemDaydream = /*#__PURE__*/ b("M360-320h260q42 0 71-29t29-71-29-71-71-29h-2q-8-51-44.5-85.5T486-640q-42 0-78 21t-54 59h-5q-47 0-78 36t-31 84q0 50 35 85t85 35M166.78-140.78q-44.3 0-75.15-30.85t-30.85-75.15v-466.44q0-44.3 30.85-75.15t75.15-30.85h626.44q44.3 0 75.15 30.85t30.85 75.15v466.44q0 44.3-30.85 75.15t-75.15 30.85z");
@@ -3099,6 +3104,7 @@ export const SmbShare = /*#__PURE__*/ b("M501.39-447.91h155.65q29.4 0 50.22-20.8
3099
3104
  export const SmokeFree = /*#__PURE__*/ b("M799.91-31.69 524.61-307H62.48v-146h316.13L45.83-785.78 107.48-848 862.13-93.91zM773.78-307 720-360.78V-453h68.48v146zm54.7 0v-146h69.04v146zM680-400.78 627.78-453H680zM720-493v-50.87q0-39-23-60.07Q674-625 642-625h-62q-59.54 0-101.01-41.44-41.47-41.43-41.47-100.93t41.47-101.33q41.47-41.82 101.01-41.82v69.04q-30 0-52 21t-22 53 22 53 52 21h62q60.52 0 103.5 38.83 42.98 38.82 42.98 95.65v66zm108.48 0v-90q0-66-46-114t-114-48v-68.48q30 0 52-22t22-52h69.04q0 32.39-12.13 57.59-12.13 25.19-32.39 42.37 54.87 20.91 92.7 77.89 37.82 56.98 37.82 126.63v90z");
3100
3105
  export const SmokingRooms = /*#__PURE__*/ b("M62.48-174v-146H680v146zM720-174v-146h68.48v146zm108.48 0v-146h69.04v146zM720-360v-50.87q0-39-23-60.06Q674-492 642-492h-62q-59.54 0-101.01-41.44-41.47-41.43-41.47-100.93t41.47-101.33q41.47-41.82 101.01-41.82v69.04q-30 0-52 21t-22 53 22 53 52 21h62q60.52 0 103.5 38.83 42.98 38.82 42.98 95.65v66zm108.48 0v-90q0-66-46-114t-114-48v-68.48q30 0 52-22t22-52-22-52-52-22v-69.04q59.39 0 101.22 41.82 41.82 41.83 41.82 101.22 0 32.39-12.13 57.59-12.13 25.19-32.39 42.37 54.87 20.91 92.7 77.89 37.82 56.99 37.82 126.63v90z");
3101
3106
  export const Sms = /*#__PURE__*/ b("M60.78-60.78v-732.44q0-44.3 30.85-75.15t75.15-30.85h626.44q44.3 0 75.15 30.85t30.85 75.15v466.44q0 44.3-30.85 75.15t-75.15 30.85H220.78zm283.48-465.88q13.48-13.43 13.48-33.3T344.3-593.3q-13.44-13.48-33.3-13.48-19.87 0-33.35 13.44-13.48 13.43-13.48 33.3t13.44 33.34q13.44 13.48 33.31 13.48 19.86 0 33.34-13.44m169.04 0q13.48-13.43 13.48-33.3t-13.44-33.34q-13.43-13.48-33.3-13.48t-33.34 13.44q-13.48 13.43-13.48 33.3t13.44 33.34q13.43 13.48 33.3 13.48t33.34-13.44m169.05 0q13.48-13.43 13.48-33.3t-13.44-33.34q-13.44-13.48-33.31-13.48-19.86 0-33.34 13.44-13.48 13.43-13.48 33.3t13.44 33.34q13.44 13.48 33.3 13.48 19.87 0 33.35-13.44");
3107
+ export const Snail = /*#__PURE__*/ b("M100.78-140.78q0-62.22 24.5-115.61t69.5-87.96q-44.56-28-69.28-74.98-24.72-46.97-24.72-101.8 0-123.91 86.02-211 86.03-87.09 209.24-87.09 69.39 0 130.31 30.78 60.91 30.79 100.91 85.92 22-34.44 58.91-54.15 36.92-19.72 81.87-19.72 71.48 0 123.03 37.24 51.54 37.24 51.54 95.93 0 51.52-35.26 87.35t-85.09 35.83h-3.04v165.69q0 89.65-62.46 151.61t-151.67 61.96zm213-261.48q48.87 0 83.31-34.26 34.43-34.26 34.43-78.39 0-21.18-9.87-31.72t-23.87-10.54q-16.61 0-26.91 12.06-10.3 12.07-10.3 29.07h-94.14q0-56.22 38.11-96.03 38.11-39.8 92.5-39.8 53.53 0 91.35 38.93 37.83 38.94 37.83 96.9 0 30.13-9.59 59.8t-27.89 53.98h46.17q25.57 0 43.07-16.44 17.5-16.43 17.5-40.73v-61.7q0-84.7-58.22-144.04-58.22-59.35-141.22-59.35-84 0-142.28 59.35-58.28 59.34-58.28 144.04 0 49.87 34.22 84.37 34.21 34.5 84.08 34.5");
3102
3108
  export const SnippetFolder = /*#__PURE__*/ b("M166.78-140.78q-44.3 0-75.15-30.85t-30.85-75.15v-466.44q0-44.3 30.85-75.15t75.15-30.85h224.74L480-730.74h313.22q44.3 0 75.15 30.85t30.85 75.15v377.96q0 44.3-30.85 75.15t-75.15 30.85zm421.7-217.31v-155.34h35.22l58.21 58.21v97.13zm-71.31 71.31h236.05v-197.96l-100-100H517.17z");
3103
3109
  export const Snooze = /*#__PURE__*/ b("M371.52-319.3h216.96v-77.53H487.22l101.26-113.56v-66.44H371.52v77.53h103.26L371.52-383.17zM332.43-90.69q-69.17-29.92-120.5-81.24-51.32-51.33-81.24-120.5-29.91-69.18-29.91-147.57t29.91-147.57q29.92-69.17 81.24-120.5 51.33-51.32 120.5-81.24 69.18-29.91 147.57-29.91t147.57 29.91q69.17 29.92 120.5 81.24 51.32 51.33 81.24 120.5 29.91 69.18 29.91 147.57t-29.91 147.57q-29.92 69.17-81.24 120.5-51.33 51.32-120.5 81.24Q558.39-60.78 480-60.78T332.43-90.69M215.52-889.74l62.78 62.22L92.48-641.7l-62.22-62.78zm528.96 0 185.26 185.26-62.22 62.78L681.7-827.52z");
3104
3110
  export const Snowboarding = /*#__PURE__*/ b("M751.57-38.52q-10.14 0-19.64-1t-19.63-3l-505-108q-46.26-10.13-80.17-37.2-33.91-27.06-52.04-67.32-2-4.57-3.13-19.13 1.87-15.96 13.84-26.35 11.98-10.39 28.37-8.96 10.4.87 18.5 6.5 8.11 5.63 12.24 15.02 11.44 25 30.96 40.46t46.83 22.02l15.6 3.44 131.53-88.92-30.31-134.34q-4.56-17.26-1.28-33.9 3.28-16.63 12.41-32.32l91.52-147h-73.65l-77.69 125.39-82.7-51.04 107.35-171.31H548q30.39 0 48.59 16.7 18.19 16.69 25.32 31.39l21 48q19.44 46.3 63.94 75.11 44.5 28.8 101.63 28.8v96.96q-73.39 0-132.81-30.96-59.41-30.95-96.1-83.69L518.3-475.7l130.18 104.18 39.43 245.17 39.79 7.87q6 2 12.21 2.5 6.22.5 11.66.5 21.73 0 39.6-7.72 17.87-7.71 33.18-20.58 6.13-5.57 28.82-8.26 16.96 1.43 26.85 13.84 9.89 12.42 8.46 28.5-.44 6.7-3.5 13.24-3.07 6.55-8.76 12.24-26.13 22.57-58.26 34.13-32.13 11.57-66.39 11.57M585.83-148.3l-27.74-170.18-94.79-66.87 15.74 118.87-108.56 71.96zM648.48-760q-36.39 0-62.44-26.04Q560-812.09 560-848.48t26.04-62.72q26.05-26.32 62.44-26.32t62.72 26.32q26.32 26.33 26.32 62.72t-26.32 62.44Q684.87-760 648.48-760");
@@ -1046,6 +1046,7 @@ export declare const DriveFolderUpload: Icon;
1046
1046
  export declare const Drone: Icon;
1047
1047
  export declare const DroneTwo: Icon;
1048
1048
  export declare const Dropdown: Icon;
1049
+ export declare const DropdownMenu: Icon;
1049
1050
  export declare const DropperEye: Icon;
1050
1051
  export declare const Dry: Icon;
1051
1052
  export declare const DryCleaning: Icon;
@@ -1193,6 +1194,7 @@ export declare const Extension: Icon;
1193
1194
  export declare const ExtensionOff: Icon;
1194
1195
  export declare const Eyebrow: Icon;
1195
1196
  export declare const Eyeglasses: Icon;
1197
+ export declare const EyeglassesThree: Icon;
1196
1198
  export declare const EyeglassesTwo: Icon;
1197
1199
  export declare const EyeglassesTwoSound: Icon;
1198
1200
  export declare const EyeTracking: Icon;
@@ -2774,6 +2776,7 @@ export declare const ReportOff: Icon;
2774
2776
  export declare const RequestPage: Icon;
2775
2777
  export declare const RequestQuote: Icon;
2776
2778
  export declare const ResetBrightness: Icon;
2779
+ export declare const ResetColors: Icon;
2777
2780
  export declare const ResetExposure: Icon;
2778
2781
  export declare const ResetFocus: Icon;
2779
2782
  export declare const ResetImage: Icon;
@@ -2900,6 +2903,7 @@ export declare const SeatHeatLeft: Icon;
2900
2903
  export declare const SeatHeatRight: Icon;
2901
2904
  export declare const SeatVentLeft: Icon;
2902
2905
  export declare const SeatVentRight: Icon;
2906
+ export declare const SeatWindow: Icon;
2903
2907
  export declare const Security: Icon;
2904
2908
  export declare const SecurityKey: Icon;
2905
2909
  export declare const Segment: Icon;
@@ -2966,6 +2970,7 @@ export declare const SettingsPhone: Icon;
2966
2970
  export declare const SettingsPhotoCamera: Icon;
2967
2971
  export declare const SettingsPower: Icon;
2968
2972
  export declare const SettingsRemote: Icon;
2973
+ export declare const SettingsScreen: Icon;
2969
2974
  export declare const SettingsSeating: Icon;
2970
2975
  export declare const SettingsSlowMotion: Icon;
2971
2976
  export declare const SettingsSystemDaydream: Icon;
@@ -3099,6 +3104,7 @@ export declare const SmbShare: Icon;
3099
3104
  export declare const SmokeFree: Icon;
3100
3105
  export declare const SmokingRooms: Icon;
3101
3106
  export declare const Sms: Icon;
3107
+ export declare const Snail: Icon;
3102
3108
  export declare const SnippetFolder: Icon;
3103
3109
  export declare const Snooze: Icon;
3104
3110
  export declare const Snowboarding: Icon;