@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("M172.31-180Q142-180 121-201t-2
1046
1046
  export const Drone = /*#__PURE__*/ b("M180-180q0-70.39 38.69-125.85 38.7-55.46 100.23-79l-13.46-122.84H179.62V-720H60.39v-60h298.46v60H239.62v152.31h58.77l-6.08-60h375l-6.08 60h58.39V-720H600.38v-60h299.46v60H780.61v212.31H655.15l-13.46 122.84q61.54 23.54 99.92 79Q780-250.39 780-180h-60q0-66-45.85-113-45.84-47-111.46-47H396.92q-65.23 0-111.07 47Q240-246 240-180z");
1047
1047
  export const DroneTwo = /*#__PURE__*/ b("M265.15-100q-69.23 0-117.19-48.77t-47.96-118 47.96-117.19 117.19-47.96q23.16 0 44.43 5.96t39.27 16.88q22.84-34.77 24.04-72.11 1.19-37.35-20.04-71.73-19 11.92-40.77 18.27-21.77 6.34-45.93 6.34-69.23 0-117.69-48.46T100-694.46t48.46-117.38Q196.92-860 266.15-860t117.7 48.16q48.46 48.15 48.46 117.38 0 24.15-6.85 45.92t-18.77 40.77q34.39 21.23 71.93 20.35 37.53-.89 72.3-23.35-10.92-18-17.07-39.27-6.16-21.27-6.16-44.42 0-69.23 48.16-117.19 48.15-47.96 117.38-47.96t118 47.96T860-694.46t-48.77 118-118 48.77q-25.15 0-47.62-7.16-22.46-7.15-42.07-20.46-22.23 35.39-21.04 73.81t24.42 74.81q19-11.92 40.58-18.58 21.58-6.65 45.73-6.65 69.23 0 118 47.96T860-266.77t-48.77 118-118 48.77-117.38-48.77q-48.16-48.77-48.16-118 0-24.15 6.66-45.92 6.65-21.77 18.57-40.77-36.38-23.23-74.42-24.54t-73.81 21.31q13.31 19.61 20.46 42.19 7.16 22.58 7.16 47.73 0 69.23-48.96 118Q334.38-100 265.15-100m428.08-487.69q44.31 0 75.54-31.23T800-694.46t-31.23-74.73q-31.23-30.43-75.54-30.43t-74.92 30.43q-30.62 30.42-30.62 74.73 0 12.61 3.04 24.58 3.04 11.96 8.5 22.27l66.92-66.93q8.93-8.92 20.89-8.92t20.88 8.92q9.31 9.31 9.12 20.89-.2 11.57-9.12 20.88l-68.15 69.16q11.31 8.07 24.96 12 13.65 3.92 28.5 3.92m-427.08-.62q13.85 0 26.31-3.92t23.16-10l-70.54-70.54q-8.92-8.92-9.12-20.69-.19-11.77 9.12-21.08 9.31-9.3 21.07-9.3 11.77 0 21.08 9.3L358.39-644q6.46-10.69 10.19-23.65t3.73-26.81q0-44.31-30.92-75.23-30.93-30.93-75.24-30.93-44.3 0-75.23 30.93Q160-738.77 160-694.46t30.92 75.23q30.93 30.92 75.23 30.92M693.23-160q44.31 0 75.54-31.23T800-266.77t-31.23-74.73-75.54-30.42q-13.85 0-26.31 3.42t-23.15 9.5l72.15 72.15q8.92 8.93 8.92 20.89t-8.92 20.88q-9.92 8.92-21.88 9.12-11.96.19-21.27-9.12l-71.16-71.15q-6.07 10.69-10 23.15-3.92 12.46-3.92 26.31 0 44.31 30.62 75.54Q648.92-160 693.23-160m-428.08 0q44.7 0 75.93-31.23t31.23-75.54q0-14.85-3.92-28.62-3.93-13.77-12-25.07l-76.16 75.38q-9.31 9.31-21.38 9.31-12.08 0-21.39-9.31-9.3-9.31-9.3-20.88 0-11.58 9.3-20.89L311-360.39q-10.31-5.46-21.77-8.5-11.46-3.03-24.08-3.03-44.3 0-74.73 30.42Q160-311.08 160-266.77t30.42 75.54Q220.85-160 265.15-160M480-445q14.69 0 24.65-9.96t9.96-24.66q0-14.69-9.96-24.65T480-514.23t-24.65 9.96-9.96 24.65q0 14.7 9.96 24.66T480-445");
1048
1048
  export const Dropdown = /*#__PURE__*/ b("M460-460h260v-260H460zM212.31-140Q182-140 161-161t-21-51.31v-535.38Q140-778 161-799t51.31-21h535.38Q778-820 799-799t21 51.31v535.38Q820-182 799-161t-51.31 21z");
1049
+ export const DropdownMenu = /*#__PURE__*/ b("m580-385.39 129.23-129.22H450.77zM320-220q-108.64 0-184.32-75.66Q60-371.31 60-479.93q0-108.61 75.68-184.34T320-740h320q108.64 0 184.32 75.66Q900-588.69 900-480.07q0 108.61-75.68 184.34T640-220z");
1049
1050
  export const DropperEye = /*#__PURE__*/ b("M140-140v-162.31l353.92-353.92-64.69-64.31L472-762.69l85.08 84.08 131.31-131.7q4.13-4.12 10.33-6.6 6.2-2.47 12.77-2.47 6.56 0 12.31 2.42 5.74 2.42 10.97 6.65l75.54 75.93q4.12 4.84 6.6 10.5 2.47 5.65 2.47 12.3 0 6.66-2.47 12.86-2.48 6.2-6.6 10.33L678.23-556.31l64.46 66.08-42.15 42.15-163.85-165.38L200-278.15V-200h55.85q8.07 16.61 17.07 31.42T291.85-140zm462.68 80q-82.14 0-151.64-42.81T345.39-219.23q36.15-73.62 105.66-116.42 69.51-42.81 151.65-42.81 82.15 0 151.65 42.81 69.49 42.8 105.65 116.42-36.16 73.61-105.66 116.42Q684.83-60 602.68-60m60.63-98.61q24.77-24.75 24.77-60.61t-24.76-60.63q-24.76-24.76-60.62-24.76-35.85 0-60.62 24.75-24.77 24.76-24.77 60.62 0 35.85 24.76 60.62t60.61 24.77q35.86 0 60.63-24.76m-96-25.19q-14.62-14.57-14.62-35.39 0-20.81 14.57-35.42 14.57-14.62 35.39-14.62 20.81 0 35.43 14.57 14.61 14.57 14.61 35.38 0 20.82-14.57 35.43-14.57 14.62-35.38 14.62-20.82 0-35.43-14.57");
1050
1051
  export const Dry = /*#__PURE__*/ b("M250-100q-62.15 0-106.08-41.62Q100-183.23 100-245.39v-206.76q0-28.31 13.35-52.7 13.34-24.38 37.04-39.84l327.3-212.08L490-744.46q17.31 17.31 20.04 41.15 2.73 23.85-9.96 44.39l-56.54 92.77H750q12.77 0 21.38 8.61 8.62 8.62 8.62 21.39t-8.62 21.38q-8.61 8.62-21.38 8.62H500v75.38h330q12.77 0 21.38 8.62 8.62 8.61 8.62 21.38t-8.62 21.38q-8.61 8.62-21.38 8.62H500v75.39h290q12.77 0 21.38 8.61 8.62 8.62 8.62 21.38 0 12.77-8.62 21.39-8.61 8.61-21.38 8.61H500V-160h210q12.77 0 21.38 8.62Q740-142.77 740-130t-8.62 21.38Q722.77-100 710-100zm361.69-533.85q3.85-37.53-2.42-60.26-6.27-22.74-29.5-51.97-29.08-36.92-39-70.65t-4.85-77.11h57.93q-5.7 43.69 5 66.92 10.69 23.23 34.84 56.38 24.46 33.08 32.85 64.69 8.38 31.62 3.31 72zm148.31 0q3.85-37.53-2.73-60.26-6.58-22.74-29.81-51.97-29.08-36.92-38.69-70.65-9.62-33.73-4.54-77.11h57.31q-5.7 43.69 5 66.92 10.69 23.23 34.84 56.38 24.46 33.08 32.85 64.69 8.38 31.62 3.31 72z");
1051
1052
  export const DryCleaning = /*#__PURE__*/ b("M295-100v-233.46h-70.92q-35.03 0-59.56-24.64Q140-382.74 140-417.94q0-25.52 13.89-47.14 13.88-21.61 36.8-32.07L450-612.38v-37.93q-34.46-9.92-56.08-38.11-21.61-28.19-21.61-63.89 0-44.87 31.36-76.28Q435.02-860 479.82-860q44.79 0 76.14 31.54t31.35 76.15h-60.77q0-20.27-13.38-33.98T480-800q-20.27 0-33.98 13.71t-13.71 33.98 13.71 33.98q13.71 13.72 33.98 13.72 12.75 0 21.37 8.62 8.63 8.63 8.63 21.38v62.23l258.92 115.23q22.9 10.54 36.99 32.07T820-418.07q0 35.15-24.64 59.88-24.63 24.73-59.82 24.73H665V-100zm-70.92-293.46H295v-38.85h370v38.85h70.54q10.46 0 17.46-7.31t7-18.38q0-7.31-3.65-13.31-3.66-6-10.97-9.16L480-559.69 215-441.62q-7.31 3.16-11.15 9.16-3.85 6-3.85 13.31 0 11.07 6.77 18.38t17.31 7.31");
@@ -1193,6 +1194,7 @@ export const Extension = /*#__PURE__*/ b("M355.08-140H200q-24.92 0-42.46-17.54T1
1193
1194
  export const ExtensionOff = /*#__PURE__*/ b("M200-140q-24.54 0-42.27-17.73T140-200v-155.08q41.08-5 70.54-34.15Q240-418.39 240-460t-29.46-70.77q-29.46-29.15-70.54-34.15v-158.93q0-12.77 4.46-23.61 4.46-10.85 12.77-19.15l609.38 609.38q-8.3 8.31-19.15 12.77-10.84 4.46-23.61 4.46H564.92q-5-41.08-34.15-70.54Q501.61-240 460-240t-70.77 29.46q-29.15 29.46-34.15 70.54zm580-153.23L293.23-780H360q5.39-38.15 33.42-62.92 28.04-24.77 66.58-24.77t66.58 24.77Q554.61-818.15 560-780h160q24.92 0 42.46 17.54T780-720v160q38.15 5.39 62.92 33.42 24.77 28.04 24.77 66.58t-24.77 66.58Q818.15-365.39 780-360zm12.15 210.92L82.31-792.15l42.77-42.77 709.84 709.84z");
1194
1195
  export const Eyebrow = /*#__PURE__*/ b("M598.46-408.85q-33.46 0-78.35 8.04-44.88 8.04-96.19 21.69-51.31 13.66-106.54 31.93t-110.23 39.34q-10.61 4.23-21.15 6.04T165-300q-45.51 0-77.37-30.77T55.77-405v-96.85q0-37.58 24.69-66.87 24.69-29.28 62.85-36.12 70.79-13.11 136.66-23.4 65.88-10.3 123.73-17.3 57.86-6.99 107.38-10.73Q560.6-660 598.85-660q121.3 0 203.84 88.73t101.77 238.96q1.62 8.69-4.14 15.72-5.75 7.02-14.96 10.92-8.44 3.9-17.55 2.48-9.12-1.43-17.81-7.89-62.46-45-131.38-71.38-68.93-26.39-120.16-26.39m0-60q51.69 0 103.46 15.85t124.62 54.85q-29.15-99.08-87.15-150.47-58-51.38-140.93-51.38-79.05 0-199.1 14.85-120.05 14.84-243.9 39.3-17.36 3.39-28.53 15.8-11.16 12.41-11.16 28.2V-405q0 24.31 21.73 37.35 21.73 13.03 46.73 3.88 61.54-23.08 120.5-42.46t111.92-33.15T515.77-461q46.15-7.85 82.69-7.85m0 0q-36.54 0-82.69 7.85-46.16 7.85-99.12 21.62t-111.92 33.15-120.5 42.46q-25 9.15-46.73-3.88-21.73-13.04-21.73-37.35v-96.85q0-15.92 11.11-28.27 11.12-12.34 28.58-15.73 123.85-24.46 243.81-39.3Q519.23-600 598.46-600q82.93 0 140.93 51.38 58 51.39 87.15 150.47-72.85-39-124.62-54.85t-103.46-15.85");
1195
1196
  export const Eyeglasses = /*#__PURE__*/ b("M285.92-359.23q31.39 0 56.66-18.39 25.27-18.38 35.65-48.15l13.85-43.31q16.38-49.15-8.58-90.42t-71.11-41.27H170.62l19 156.62q5 36.15 32.27 60.53 27.26 24.39 64.03 24.39m388.16 0q36.77 0 64.03-24.39 27.27-24.38 32.27-60.53l19-156.62H648.61q-46.15 0-71.3 41.58-25.16 41.57-8.77 90.73l13.23 42.69q10.38 29.77 35.65 48.15 25.27 18.39 56.66 18.39m-388.16 60q-59.07 0-103.57-39.08t-51.73-98.54L110-600.77H73.08v-60h239.31q39.38 0 72.61 20.16 33.23 20.15 53.08 55.23h84.84q19.85-35.08 53.08-55.23 33.23-20.16 72.61-20.16h238.31v60H850l-20.62 163.92q-7.23 59.46-51.73 98.54t-103.57 39.08q-51.23 0-91.93-29.23-40.69-29.23-57.15-77.46l-13.85-42.7q-2.38-8.15-4.38-17-2-8.84-4-25.92h-45.54q-2 15.08-4 24.12-2 9.03-4.38 17.19L435-406.92q-16.08 48.23-56.96 77.96-40.89 29.73-92.12 29.73");
1197
+ export const EyeglassesThree = /*#__PURE__*/ b("M265.77-313.85q-69.23 0-117.69-48.46T99.62-480t48.46-117.69 117.69-48.46q54.85 0 96.92 30.77 42.08 30.77 59.23 79.54 13.39-4.77 27.66-7.16 14.27-2.38 29.42-2.38t29.92 2.57q14.77 2.58 29.16 7.35 16.77-48.77 59.04-79.73 42.26-30.96 97.11-30.96 69.23 0 117.69 48.46T860.38-480t-48.46 117.69-117.69 48.46q-68 0-116.35-47.23-48.34-47.23-50.19-114.61-11.54-5.16-23.46-7.43T479-485.39q-12.92 0-24.35 2.58-11.42 2.58-22.34 7.12-1.85 67.38-50.19 114.61-48.35 47.23-116.35 47.23m-75.23-241.38q-30.92 30.92-30.92 75.23t30.92 75.23 75.23 30.92 75.42-30.92q31.12-30.92 31.12-75.23t-31.12-75.23q-31.11-30.92-75.42-30.92t-75.23 30.92m428.27 0q-31.12 30.92-31.12 75.23t31.12 75.23q31.11 30.92 75.42 30.92t75.23-30.92T800.38-480t-30.92-75.23-75.23-30.92-75.42 30.92");
1196
1198
  export const EyeglassesTwo = /*#__PURE__*/ b("M262-323.85q-59.46 0-90.69-15.92t-57.85-60.15q-15.77-26.16-25.88-60.27-10.12-34.12-17.96-63.66-11 0-18.39-7-7.38-7-7.38-18v-41.3q0-9.39 6-16.08t15.38-8.69q51.77-10.62 96.89-15.62 45.11-5 88.65-5 56 0 104.73 8.85 48.73 8.84 81.35 30.54h87.3q29.77-22.23 80.24-30.81 50.46-8.58 105.84-8.58 43.15 0 87.96 5t96.58 15.62q9 2 15.19 8.69t6.19 16.08v41.3q0 11-7.38 18-7.39 7-18.39 7-7.84 29.54-17.96 63.47-10.11 33.92-25.88 60.46-25.23 43.23-57.16 59.65-31.92 16.42-91.38 16.42-61.46 0-103.92-26.61-42.46-26.62-60.62-84.69-5.38-16-8.5-32-3.11-16-8.11-32-4-12.77-13.73-19.23-9.74-6.47-23.12-6.47-12.77 0-22.12 6.77-9.34 6.77-14.34 18.93-5 16-8.69 31.8-3.7 15.81-8.7 32.2-17 58.84-59.65 85.07T262-323.85m0-46.46q76.39 0 103.54-45.65 27.15-45.66 27.15-115.89 0-20.07-16.61-29.96-16.62-9.88-48.16-17.5-29.46-7.77-66.07-9.08-36.62-1.3-72 3.7-26 4-41.77 15.3-15.77 11.31-15.77 31.39 0 27.77 4.69 53.54t14.08 47.54q17.15 37.69 40 52.15 22.84 14.46 70.92 14.46m436 0q48.08 0 70.92-14.46 22.85-14.46 39-52.15 9.39-21.77 14.58-47.54t5.19-54.54q0-20.46-15.77-32.08-15.77-11.61-42.77-14.61-35-5-71.3-3.2-36.31 1.81-65.77 9.58-31.54 7.62-48.16 17-16.61 9.39-16.61 29.46 0 70.23 27.15 116.39 27.15 46.15 103.54 46.15");
1197
1199
  export const EyeglassesTwoSound = /*#__PURE__*/ b("M262-370.31q76.39 0 103.54-45.65 27.15-45.66 27.15-115.89 0-20.07-16.61-29.65-16.62-9.58-48.16-17.81-29.46-7.77-66.07-9.08-36.62-1.3-72 3.7-26 4-41.77 15.3-15.77 11.31-15.77 31.39 0 27.77 4.69 53.54t14.08 47.54q16.77 37.69 39.8 52.15 23.04 14.46 71.12 14.46m421.08 184.15V-400h47.69v213.84zm-93.85-51.53v-110.77h47.69v110.77zm187.69 0v-110.77h47.69v110.77zM262-323.85q-59.46 0-90.69-15.92t-57.85-60.15q-15.77-27.16-25.88-60.77-10.12-33.62-17.96-63.16-11 0-18.39-7-7.38-7-7.38-18v-41.3q0-9.39 6-16.08t15.38-8.69q51.77-10.62 96.89-15.93 45.11-5.3 88.65-5.3 56 0 104.73 9.15t81.35 30.85h87.3q29.77-22.23 80.24-30.81 50.46-8.58 105.84-8.58 43.15 0 87.96 5t96.58 15.62q9 2 15.19 8.69t6.19 16.08v41.3q0 11-7.38 18-7.39 7-18.39 7-7 27-15.27 56.39-8.26 29.38-22.34 55.08-9.31-9.85-19.54-18.39t-21.77-16.15q7.69-21.08 11.96-44.54t4.27-47.54q0-20.46-15.77-32.08-15.77-11.61-42.77-14.61-35-5-71.3-3.2-36.31 1.81-65.77 9.58-31.54 8.23-48.16 17.62-16.61 9.38-16.61 29.46 0 28.38 3.8 52.46 3.81 24.08 13.04 44.23-9.69 8.08-18.38 17.46-8.69 9.39-15.54 20.31-5.08-8.69-9.31-17.58-4.23-8.88-7.46-19.8-5.38-16-8.5-32-3.11-16-8.11-32-4-12.77-13.73-19.23-9.74-6.47-23.12-6.47-12.77 0-22.42 6.77-9.66 6.77-14.04 18.93-5 16-8.69 31.8-3.7 15.81-8.7 32.2-17 58.84-59.65 85.07T262-323.85");
1198
1200
  export const EyeTracking = /*#__PURE__*/ b("M244.62-60H132.31Q102-60 81-81t-21-51.31v-112.31h60v112.31q0 5.39 3.46 8.85t8.85 3.46h112.31zm470.76 0v-60h112.31q5.39 0 8.85-3.46t3.46-8.85v-112.31h60v112.31Q900-102 879-81t-51.31 21zM480-235.39q-113.46 0-204.81-65.8Q183.85-367 139.62-480q44.23-113 135.57-178.81 91.35-65.8 204.81-65.8t204.81 65.8Q776.15-593 820.38-480q-44.23 113-135.57 178.81-91.35 65.8-204.81 65.8m0-117.3q53 0 90.15-37.16Q607.31-427 607.31-480t-37.16-90.15Q533-607.31 480-607.31t-90.15 37.16Q352.69-533 352.69-480t37.16 90.15Q427-352.69 480-352.69m0-60q-28.08 0-47.69-19.62-19.62-19.61-19.62-47.69t19.62-47.69q19.61-19.62 47.69-19.62t47.69 19.62q19.62 19.61 19.62 47.69t-19.62 47.69q-19.61 19.62-47.69 19.62M60-715.38v-112.31Q60-858 81-879t51.31-21h112.31v60H132.31q-5.39 0-8.85 3.46t-3.46 8.85v112.31zm780 0v-112.31q0-5.39-3.46-8.85t-8.85-3.46H715.38v-60h112.31Q858-900 879-879t21 51.31v112.31z");
@@ -2774,6 +2776,7 @@ export const ReportOff = /*#__PURE__*/ b("M818.46-57.23 678-197.69 621.54-140H33
2774
2776
  export const RequestPage = /*#__PURE__*/ b("M450-250h60v-40h50q12.75 0 21.37-8.63Q590-307.25 590-320v-120q0-12.75-8.63-21.37Q572.75-470 560-470H430v-60h160v-60h-80v-40h-60v40h-50q-12.75 0-21.37 8.63Q370-572.75 370-560v120q0 12.75 8.63 21.37Q387.25-410 400-410h130v60H370v60h80zM252.31-100Q222-100 201-121t-21-51.31v-615.38Q180-818 201-839t51.31-21h299.23L780-631.54v459.23Q780-142 759-121t-51.31 21z");
2775
2777
  export const RequestQuote = /*#__PURE__*/ b("M252.31-100Q222-100 201-121t-21-51.31v-615.38Q180-818 201-839t51.31-21H570l210 210v477.69Q780-142 759-121t-51.31 21zm204.61-115h60v-40h50q12.75 0 21.38-8.63 8.62-8.62 8.62-21.37v-120q0-12.75-8.62-21.37-8.63-8.63-21.38-8.63h-130v-60h160v-60h-80v-40h-60v40h-50q-12.75 0-21.37 8.63-8.63 8.62-8.63 21.37v120q0 12.75 8.63 21.37 8.62 8.63 21.37 8.63h130v60h-160v60h80zm88.16-435h150l-150-150z");
2776
2778
  export const ResetBrightness = /*#__PURE__*/ b("M672.31-84.62 616.92-140h-92.3v-92.31l-55.39-55.38 55.39-55.39v-92.3h92.3l55.39-55.39 55.38 55.39H820v92.3l55.38 55.39L820-232.31V-140h-92.31zm0-92.3q46.15 0 78.46-32.31t32.31-78.46q0-46.16-32.31-78.46-32.31-32.31-78.46-32.31zm135.61-390.77h-62.23q-27.54-84.54-99.57-138.43Q574.08-760 480-760q-117 0-198.5 81.5T200-480q0 78.15 38.46 141.81 38.46 63.65 101.54 99.34V-360h60v220H180v-60h113.23q-69.3-45-111.27-118.27Q140-391.54 140-480q0-70.8 26.77-132.63t72.77-107.83 107.83-72.77T480-820q118.61 0 208.81 71.42Q779-677.15 807.92-567.69");
2779
+ export const ResetColors = /*#__PURE__*/ b("M677.23-63.54q-9.08-3.54-16.54-11L504.92-230.31Q490-244.62 490-265t14.92-35.31L653.23-448l-75.69-75.69 41.77-42.15 267.15 265.53q7.46 7.46 11 16.54t3.54 18.15q0 9.08-3.54 18.47-3.54 9.38-11 16.84L730.69-74.54q-7.46 7.46-16.84 11Q704.46-60 695.38-60q-9.07 0-18.15-3.54M558-269.23h273.62L695-405.85zM180-140v-60h113.23q-69.3-45-111.27-118.27Q140-391.54 140-480q0-70.77 26.77-132.61 26.77-61.85 72.77-107.85t107.85-72.77Q409.23-820 480-820q118.61 0 208.81 71.42Q779-677.15 807.92-567.69h-62.23q-27.54-84.54-99.57-138.43Q574.08-760 480-760q-117 0-198.5 81.5T200-480q0 78.15 38.46 141.81 38.46 63.65 101.54 99.34V-360h60v220z");
2777
2780
  export const ResetExposure = /*#__PURE__*/ b("M180-140v-60h113.23q-69.3-45-111.27-118.27Q140-391.54 140-480q0-70.77 26.77-132.61 26.77-61.85 72.77-107.85t107.85-72.77Q409.23-820 480-820q118.61 0 208.81 71.42Q779-677.15 807.92-567.69h-62.23q-27.54-84.54-99.57-138.43Q574.08-760 480-760q-117 0-198.5 81.5T200-480q0 78.15 38.46 141.81 38.46 63.65 101.54 99.34V-360h60v220zm354.23 40q-22.69 0-38.46-15.77T480-154.23v-271.54q0-22.69 15.77-38.46T534.23-480h271.54q22.69 0 38.46 15.77T860-425.77v271.54q0 22.69-15.77 38.46T805.77-100zm5.77-60h260v-260z");
2778
2781
  export const ResetFocus = /*#__PURE__*/ b("M480-333.85v-91.92q0-22.6 15.82-38.41Q511.63-480 534.23-480h91.92v47.69h-98.46v98.46zM534.23-100q-22.6 0-38.41-15.82Q480-131.64 480-154.23v-91.92h47.69v98.46h98.46V-100zm278.08-233.85v-98.46h-98.46V-480h91.92q22.59 0 38.41 15.82Q860-448.37 860-425.77v91.92zM713.85-100v-47.69h98.46v-98.46H860v91.92q0 22.59-15.82 38.41T805.77-100zm94.07-467.69h-62.23q-27.54-84.54-99.57-138.43Q574.08-760 480-760q-117 0-198.5 81.5T200-480q0 78.15 38.46 141.81 38.46 63.65 101.54 99.34V-360h60v220H180v-60h113.23q-69.3-45-111.27-118.27Q140-391.54 140-480q0-70.8 26.77-132.63t72.77-107.83 107.83-72.77T480-820q118.61 0 208.81 71.42Q779-677.15 807.92-567.69");
2779
2782
  export const ResetImage = /*#__PURE__*/ b("M140-584.61V-800h60v131.7q45-68.93 118.27-110.31Q391.54-820 480-820q113.77 0 202.23 66.04t121.23 169.35h-64.69q-30.92-78.16-100.23-126.77Q569.23-760 480-760q-68.92 0-126.54 31.39-57.62 31.38-93.31 84h95.23v60zM270-250h423.07L561.54-425.38 449.23-279.23l-80-102.31zm-57.69 150q-29.92 0-51.12-21.19Q140-142.39 140-172.31v-295.38h60v295.38q0 5.39 3.46 8.85t8.85 3.46h535.38q5.39 0 8.85-3.46t3.46-8.85v-295.38h60v295.38q0 29.92-21.19 51.12Q777.61-100 747.69-100z");
@@ -2900,6 +2903,7 @@ export const SeatHeatLeft = /*#__PURE__*/ b("M790.23-478.39 740-509.69l9.54-16.7
2900
2903
  export const SeatHeatRight = /*#__PURE__*/ b("m553.69-478.39-50.23-31.3 9.54-16.77q5.23-9.77 7.85-19.85 2.61-10.08 2.61-21.08 0-15.53-5.31-30.07-5.3-14.54-15.69-26.08-18.31-20.61-28.54-46.19T463.69-723q0-19.54 5.35-37.65 5.35-18.12 15.42-34.81l9.54-15.39 50.84 31.31-10.53 16.39q-5.62 9.38-8.62 19.65t-3 21.27q0 15.54 6.08 29.88 6.08 14.35 16.46 25.89 18.69 19.84 28.15 45.23 9.46 25.38 9.46 52.69 0 19.92-4.84 38.23-4.85 18.31-14.15 35.39zm-161.84 0-50.23-31.3 9.53-16.77q5.24-9.77 7.85-19.85 2.62-10.08 2.62-21.08 0-15.53-5.31-30.07t-15.69-26.08q-18.31-20.61-28.54-46.19T301.85-723q0-19.54 5.34-37.65 5.35-18.12 15.43-34.81l9.53-15.39L383-779.54l-10.54 16.39q-5.61 9.38-8.61 19.46-3 10.07-3 21.07 0 15.54 5.88 30.08T383-666.46q18.69 19.84 28.35 45.23 9.65 25.38 9.65 52.69 0 19.92-4.85 38.23Q411.31-512 402-494.92zm-161.85 0-50.23-31.3 10.15-16.77q5.24-9.77 7.74-20.04t2.5-21.27q0-15.54-5.2-29.88-5.19-14.35-15.57-25.89-18.7-20.23-29.04-45.81Q140-694.92 140-722.62q0-19.53 5.04-37.84t15.73-35l10.15-15.39 50.23 31.31-10.53 16.39Q205-754.39 202-744q-3 10.38-3 21.38 0 15.54 5.88 30.08 5.89 14.54 16.27 26.08 18.7 19.84 28.66 45.23 9.96 25.38 9.96 52.69 0 19.92-5.15 38.23-5.16 18.31-14.47 35.39zM296.69-140v-30q0-28.39 19.93-48.42 19.92-20.04 48.92-20.04h213.23q18.31 0 34.81 6.84 16.5 6.85 30.42 17.47v-49.39q0-66.54 18.42-130.08 18.43-63.53 45.89-124.23l17.84-39.69q11.77-26.54 8.2-54.77-3.58-28.23-23.73-49-6.47-6.84-9.7-14.92T697.69-693q0-18.77 13.43-32.5 13.42-13.73 32.19-13.73 16.54 0 31.04 8.77 14.49 8.77 21.96 24.08 11.84 23.07 17.77 47.96 5.92 24.88 5.92 50.96 0 14.85-1.81 29.19-1.81 14.35-6.42 28.58l-92.54 359.15Q712.38-168 694.15-154t-41.38 14z");
2901
2904
  export const SeatVentLeft = /*#__PURE__*/ b("M576.49-402.31q-26.1 0-39.99-16.69-13.88-16.7-13.88-35.66 0-14.66 6.04-26.73 6.03-12.07 19.04-20.94 9.53-6.21 16.99-16.17t11.85-29.89q-3.23-2-6.33-3.67-3.09-1.67-5.75-4.17-34 13.46-47.95 18.5-13.94 5.04-30.51 5.04-33.38 0-58.54-29.16-25.15-29.15-25.15-83.97 0-26.1 16.69-40.18 16.7-14.08 35.66-14.08 14.66 0 26.73 6.23t20.92 19.22q6.19 9.53 16.36 16.89 10.18 7.35 30.1 11.59 2-3.24 3.67-6.2t4.18-5.5q-13.46-34-18.5-47.94-5.04-13.95-5.04-30.52 0-33.38 29.15-58.53Q591.38-820 646.2-820q26.11 0 39.99 16.69 13.89 16.7 13.89 35.66 0 14.66-6.04 26.73T675-719.98q-9.54 6.21-17 16.17t-11.85 29.89q3.24 2 6.33 3.67 3.1 1.67 5.75 4.17 34-13.46 47.95-18.5t30.51-5.04q33.39 0 58.35 29.16Q820-631.31 820-576.49q0 26.1-16.44 40.18t-35.47 14.08q-14.71 0-27.03-6.06-12.33-6.06-21.13-19.04-6.16-9.52-16.12-16.98t-29.89-11.85q-2 3.24-3.67 6.33-1.67 3.1-4.17 5.75 13.46 34 18.5 47.69 5.04 13.7 5.04 30.39 0 33.38-29.16 58.54-29.15 25.15-83.97 25.15m59.51-184q10.15-10.15 10.15-24.86 0-14.7-10.15-24.65t-24.86-9.95q-14.7 0-24.65 9.95t-9.95 24.65q0 14.71 9.95 24.86t24.65 10.15q14.71 0 24.86-10.15M306.62-140q-23.09 0-41.05-14-17.95-14-24.8-36.54l-92.54-359.15q-4-14.23-6.11-28.62Q140-592.7 140-607.55q0-25.99 5.92-50.88 5.93-24.9 17.77-47.95 7.47-15.31 21.66-24.08t30.61-8.77q18.89 0 32.62 13.73t13.73 32.31q0 8.88-3.23 16.96t-9.7 14.92q-20.15 20.77-24.03 49-3.89 28.23 7.88 54.77l18.46 39.69q27.46 60.7 45.58 124.29 18.11 63.58 18.11 130.02v49.39q13.93-10.62 30.45-17.47 16.52-6.84 34.78-6.84h213.24q29.15 0 49.3 20.11 20.16 20.11 20.16 48.35v30z");
2902
2905
  export const SeatVentRight = /*#__PURE__*/ b("M314.18-402.31q-26.1 0-40.18-16.69-14.08-16.7-14.08-35.66 0-14.66 5.93-26.73 5.92-12.07 18.92-20.94 9.54-6.21 16.85-16.17t11.61-29.89q-3.23-2-5.97-3.67-2.75-1.67-5.49-4.17-34 13.46-47.69 18.5t-30.39 5.04q-33.38 0-58.53-29.16Q140-591 140-645.82q0-26.1 16.69-40.18 16.7-14.08 35.75-14.08 14.72 0 26.41 6.23t20.56 19.24q6.21 9.53 16.54 16.84 10.33 7.32 30.13 11.62 2-3.24 3.67-6.2t4.17-5.5q-13.46-34-18.5-47.94-5.04-13.95-5.04-30.52 0-33.38 28.77-58.53Q327.92-820 382.84-820q26.16 0 40.54 16.69 14.39 16.7 14.39 35.66 0 14.66-6.23 26.73t-19.24 20.94q-9.53 6.21-16.84 16.17t-11.62 29.89q3.24 2 5.98 3.67t5.49 4.17q34-13.46 48-18.5t30.69-5.04q33.38 0 58.54 29.16 25.15 29.15 25.15 83.97 0 26.1-16.69 40.18-16.7 14.08-35.66 14.08-14.66 0-26.73-6.04t-20.94-19.04q-6.21-9.54-16.17-17t-29.89-11.85l-3.92 6.35q-1.92 3.12-4.54 5.73 13.46 34 18.81 47.69 5.35 13.7 5.35 30.39 0 33.38-29.16 58.54-29.15 25.15-83.97 25.15m59.32-184q9.96-10.15 9.96-24.86 0-14.7-9.95-24.65t-24.65-9.95q-14.71 0-24.67 9.95t-9.96 24.65q0 14.71 9.95 24.86t24.65 10.15q14.71 0 24.67-10.15M296.69-140v-30q0-28.24 20.16-48.35 20.15-20.11 49.3-20.11h212.62q18.17 0 35.05 6.84 16.87 6.85 30.8 17.47v-49.39q0-66.44 18.11-130.02 18.12-63.59 45.58-124.29l18.46-39.69q11.77-26.54 7.88-54.77-3.88-28.23-24.03-49-6.47-6.84-9.7-14.92t-3.23-16.96q0-18.58 13.5-32.31 13.49-13.73 32.3-13.73 16.36 0 30.86 8.77 14.49 8.77 21.96 24.08 11.84 23.11 17.77 48.07 5.92 24.96 5.92 50.85 0 14.82-1.81 29.18t-6.42 28.59l-92.54 359.15Q712.38-168 694.43-154q-17.96 14-41.05 14z");
2906
+ export const SeatWindow = /*#__PURE__*/ b("M572-600q-12.46 0-21.5-7.23t-12.65-19.08L483.92-814q-4.61-17.69 5.93-31.84Q500.38-860 518.46-860h250.31q12.46 0 21.5 7.23t12.65 19.08L856.84-646q4.62 17.69-5.92 31.85Q840.38-600 822.31-600zm-305.08-68.46q-30.31 0-52.08-21.77t-21.77-52.08q0-30.3 21.77-52.07t52.08-21.77T319-794.38t21.77 52.07q0 30.31-21.77 52.08t-52.08 21.77M499.23-140h-248q-30.31 0-55.12-20.62-24.8-20.61-31.03-50.92L80-640h61.23l85.69 427.69q.77 4.62 5.39 8.46 4.61 3.85 9.23 3.85h257.69zm211.54 87.69L601.69-240H318.31q-25.54 0-44.16-15.38-18.61-15.39-23.84-40.16l-45.54-219.38q-9.23-44.54 20.88-77.5 30.12-32.96 72.35-32.96 31.54 0 57.54 18.88 26 18.89 33.23 51.42L435.07-340h139.24q18.3 0 34 9.46 15.69 9.46 25.53 25.93l129.23 222.3z");
2903
2907
  export const Security = /*#__PURE__*/ b("M480-100.77q-129.77-35.39-214.88-152.77Q180-370.92 180-516v-230.15l300-112.31 300 112.31V-516q0 145.08-85.12 262.46Q609.77-136.16 480-100.77m0-63.23q97-30 162-118.5T718-480H480v-314.62L240-705v206.62q0 7.38 2 18.38h238z");
2904
2908
  export const SecurityKey = /*#__PURE__*/ b("M408.46-60q-30.31 0-51.31-21-20.99-21-20.99-51.31v-118.84h-3.85q-30.31 0-51.31-21t-21-51.31v-504.23Q260-858 281-879t51.31-21h295.38Q658-900 679-879t21 51.31v504.23q0 30.31-21 51.31t-51.31 21h-3.85v118.84q0 30.31-20.99 51.31-21 21-51.31 21zM480-469.62q44.23 0 75.19-30.77 30.96-30.76 30.96-74.99t-30.96-75.39q-30.96-31.15-75.19-31.15t-75.19 31.15q-30.96 31.16-30.96 75.39t30.96 74.99q30.96 30.77 75.19 30.77M405.39-120H555q3.85 0 6.54-2.69 2.69-2.7 2.69-6.54v-121.92H396.15v121.92q0 3.84 2.7 6.54 2.69 2.69 6.54 2.69M480-529.61q-19.31 0-32.54-13.24-13.23-13.23-13.23-32.53 0-19.31 13.23-32.93 13.23-13.61 32.54-13.61t32.92 13.61q13.62 13.62 13.62 32.93 0 19.3-13.62 32.53-13.61 13.24-32.92 13.24");
2905
2909
  export const Segment = /*#__PURE__*/ b("M380-254.62v-59.99h440v59.99zM380-450v-60h440v60zM140-645.39v-59.99h680v59.99z");
@@ -2966,6 +2970,7 @@ export const SettingsPhone = /*#__PURE__*/ b("M442.65-534.96q-10.34-10.35-10.34-
2966
2970
  export const SettingsPhotoCamera = /*#__PURE__*/ b("m387.69-100-15.23-121.85q-16.07-5.38-32.96-15.07-16.88-9.7-30.19-20.77L196.46-210l-92.3-160 97.61-73.77q-1.38-8.92-1.96-17.92t-.58-17.93q0-8.53.58-17.34t1.96-19.27L104.16-590l92.3-159.23 112.46 47.31q14.47-11.46 30.89-20.96t32.27-15.27L387.69-860h184.62l15.23 122.23q18 6.54 32.57 15.27 14.58 8.73 29.43 20.58l114-47.31L855.84-590l-88.07 66.92q0 .77.19 1.54t.19 1.54H592.92q-12.84-34.54-42.88-57.27T480.46-600q-49.92 0-84.96 35.04T360.46-480q0 39.92 21.81 70.15T440-366.77V-100zm195.39 0q-23.08 0-39.23-16.16-16.16-16.15-16.16-39.23V-340q0-23.08 16.16-39.23 16.15-16.15 39.23-16.15h55.38l36.92-36.93h73.85l36.92 36.93h55.39q23.07 0 39.23 16.15 16.15 16.15 16.15 39.23v184.61q0 23.08-16.15 39.23Q864.61-100 841.54-100zm181.3-95.62q21.77-21.77 21.77-52.07 0-30.31-21.77-52.08t-52.07-21.77q-30.31 0-52.08 21.77t-21.77 52.08q0 30.3 21.77 52.07t52.08 21.77q30.3 0 52.07-21.77");
2967
2971
  export const SettingsPower = /*#__PURE__*/ b("M450-480v-366.92h60V-480zm30 260q-125.54 0-212.77-87.23T180-520q0-75.15 34.96-140.31 34.96-65.15 96.89-107.84l43.38 43.38Q302-691.62 271-637.31T240-520q0 100 70 170t170 70 170-70 70-170q0-63-30.62-117.69-30.61-54.69-84.61-87.08l43.38-43.38q61.16 43.46 96.5 108.42Q780-594.77 780-520q0 125.54-87.23 212.77T480-220M320-4.62q-14.69 0-25.04-10.34Q284.62-25.31 284.62-40t10.34-25.04Q305.31-75.38 320-75.38t25.04 10.34Q355.38-54.69 355.38-40t-10.34 25.04Q334.69-4.62 320-4.62m160 0q-14.69 0-25.04-10.34Q444.62-25.31 444.62-40t10.34-25.04Q465.31-75.38 480-75.38t25.04 10.34Q515.38-54.69 515.38-40t-10.34 25.04Q494.69-4.62 480-4.62m160 0q-14.69 0-25.04-10.34Q604.62-25.31 604.62-40t10.34-25.04Q625.31-75.38 640-75.38t25.04 10.34Q675.38-54.69 675.38-40t-10.34 25.04Q654.69-4.62 640-4.62");
2968
2972
  export const SettingsRemote = /*#__PURE__*/ b("M365.39-50q-14.7 0-25.04-10.35Q330-70.69 330-85.39v-469.22q0-14.7 10.35-25.04Q350.69-590 365.39-590h229.22q14.7 0 25.04 10.35Q630-569.31 630-554.61v469.22q0 14.7-10.35 25.04Q609.31-50 594.61-50zM480-398.46q17.15 0 29.35-12.19 12.19-12.2 12.19-29.35t-12.19-29.35q-12.2-12.19-29.35-12.19t-29.35 12.19q-12.19 12.2-12.19 29.35t12.19 29.35q12.2 12.19 29.35 12.19M338.77-675.85 296.62-718q37.69-35.38 84.84-53.69Q428.62-790 480-790t98.54 18.31q47.15 18.31 84.84 53.69l-42.15 42.15q-29.38-26.69-65.69-40.42T480-730t-75.54 13.73-65.69 40.42M226-787.85 182.62-832q60.69-56.77 137.34-87.38Q396.62-950 480-950q83 0 159.65 30.81 76.66 30.81 135.73 89.19L734-787.85q-51.15-50.07-116.77-76.11Q551.62-890 480-890t-137.23 26.04Q277.15-837.92 226-787.85");
2973
+ export const SettingsScreen = /*#__PURE__*/ b("M592.31-100Q562-100 541-121t-21-51.31v-155.38Q520-358 541-379t51.31-21h235.38Q858-400 879-379t21 51.31v155.38Q900-142 879-121t-51.31 21zm0-60h235.38q5.39 0 8.85-3.46t3.46-8.85v-155.38q0-5.39-3.46-8.85t-8.85-3.46H592.31q-5.39 0-8.85 3.46t-3.46 8.85v155.38q0 5.39 3.46 8.85t8.85 3.46m-204.62 60-15.23-121.85q-16.07-5.38-32.96-15.07-16.88-9.7-30.19-20.77L196.46-210l-92.3-160 97.61-73.77q-1.38-8.92-1.96-17.92t-.58-17.93q0-8.53.58-17.34t1.96-19.27L104.16-590l92.3-159.23 112.46 47.31q14.47-11.46 30.89-20.96t32.27-15.27L387.69-860h184.62l15.23 122.23q18 6.54 32.57 15.27 14.58 8.73 29.43 20.58l114-47.31L855.84-590l-99.15 74.92q2.15 9.69 2.35 18.12.19 8.42.19 16.96H600.69v-.38q0-49.54-35.54-84.58T480.08-600q-50.16 0-84.89 34.73t-34.73 84.89q0 39.53 22.12 69.96Q404.69-380 440-367.16V-100z");
2969
2974
  export const SettingsSeating = /*#__PURE__*/ b("M326.17-100q-14.71 0-24.67-10.16-9.96-10.15-9.96-24.65t9.95-24.46 24.65-9.96q14.71 0 24.67 9.95t9.96 24.66q0 14.31-9.95 24.46Q340.87-100 326.17-100m153.46 0q-14.71 0-24.67-10.16-9.96-10.15-9.96-24.65t9.95-24.46 24.65-9.96q14.71 0 24.67 9.95t9.96 24.66q0 14.31-9.95 24.46Q494.33-100 479.63-100m153.45 0q-14.31 0-24.46-10.16-10.16-10.15-10.16-24.65t10.16-24.46q10.15-9.96 24.65-9.96t24.46 9.95 9.96 24.66q0 14.31-9.95 24.46Q647.79-100 633.08-100M334.62-255.39v-116.53H324q-28.54 0-49.42-19.08-20.89-19.08-22.89-47L220-820h85.31q40.01 0 69.35 25.31T410.85-730l23.38 151.92h160.38q60.24 0 102.81 42.77Q740-492.54 740-431.92v60h-76.92v116.53h-60v-116.53H394.61v116.53z");
2970
2975
  export const SettingsSlowMotion = /*#__PURE__*/ b("m387.69-100-15.23-121.85q-17.61-5.77-33.34-15.07-15.73-9.31-29.81-20.77L196.46-210l-92.3-160 97.61-73.77q-1.38-8.92-1.96-17.73t-.58-18.12q0-9.3.58-18.3t1.96-18.31L104.16-590l92.3-159.23 112.46 47.31q14.47-11.46 30-20.77 15.54-9.31 33.16-15.46L387.69-860h184.62l15.23 122.23q17.23 6.16 32.57 15.27 15.35 9.12 29.43 20.58l114-47.31L855.84-590l-74 56q-25.38-11.15-52-17.04-26.61-5.88-54.46-5.88-23.84 0-46.19 5.04-22.35 5.03-44.42 13.11-15.93-28-44-44.61Q512.69-600 480.46-600q-49.92 0-84.96 35.04T360.46-480q0 32.23 15.81 59.81 15.81 27.57 43.19 43.88-9.07 24.23-12.54 50.16-3.46 25.92-3.46 51.92 1.77 49.08 20.19 94.19 18.43 45.12 52.27 80.04zm257.62-4q-58.62-9.62-100.27-51.58t-50.89-100.57h45.93q8.61 39.61 37.11 68.11t68.12 37.12zm56.92 1v-47.92q46.85-10.23 77.65-47.04 30.81-36.81 30.81-86.66 0-49.84-30.81-86.65-30.8-36.81-77.65-47.04v-47.92q66.23 10.23 111.19 61.31 44.96 51.07 44.96 120.3t-44.96 120.31T702.23-103M494.15-313.08q9.24-58.61 50.89-100.57t100.27-51.58v46.92q-39.62 8.62-68.12 37.12t-37.11 68.11zm142.7 102.31v-147.69l114 73.84z");
2971
2976
  export const SettingsSystemDaydream = /*#__PURE__*/ b("M363.08-341.92h260q33.53 0 56.77-23.24 23.23-23.23 23.23-56.76 0-33.54-23.23-56.77-23.24-23.23-56.77-23.23h-11.23q-4.93-49.85-38.54-84.92-33.62-35.08-82.69-35.08-40.47 0-73.97 21.38-33.5 21.39-47.26 58.62h-13.08q-40.08 0-66.65 29.65-26.58 29.66-26.58 70.35 0 41.92 29.04 70.96 29.03 29.04 70.96 29.04M172.31-180Q142-180 121-201t-21-51.31v-455.38Q100-738 121-759t51.31-21h615.38Q818-780 839-759t21 51.31v455.38Q860-222 839-201t-51.31 21z");
@@ -3099,6 +3104,7 @@ export const SmbShare = /*#__PURE__*/ b("M471.15-446.15h171.46q22.54 0 38.24-15.
3099
3104
  export const SmokeFree = /*#__PURE__*/ b("M799.69-69.85 537.23-332.31H102.31v-95.38h339.54L77.54-792l42.15-42.15L841.85-112zm-58-262.46-20.92-20.92v-74.46h47.69v95.38zm66.77 0v-95.38h47.69v95.38zm-127.69-54.77-40.62-40.61h40.62zm40-88.3v-52q0-37.47-23-59.12t-55-21.65h-62q-50.62 0-86.15-35.87-35.54-35.86-35.54-87.36 0-50.22 35.54-85.19 35.53-34.97 86.15-34.97v47.7q-30 0-52 20.54t-22 51.84q0 31.31 22 53.46 22 22.16 52 22.16h62q51.38 0 88.54 34.65 37.15 34.65 37.15 85.19v60.62zm87.69 0v-90q0-66-46-110.93-46-44.92-114-44.92v-47.69q30 0 51.62-21.62 21.61-21.61 21.61-51.61h47.69q0 29-11.38 51.15-11.39 22.16-29.39 38.64 54.08 21.44 90.81 70.82 36.73 49.39 36.73 116.16v90z");
3100
3105
  export const SmokingRooms = /*#__PURE__*/ b("M103.08-216.92v-95.39h578.46v95.39zm618.46 0v-95.39h47.69v95.39zm87.69 0v-95.39h47.69v95.39zM721.54-360v-52q0-37.46-23-59.12-23-21.65-55-21.65h-62q-50.62 0-86.15-35.86-35.54-35.87-35.54-87.37 0-50.21 35.54-85.18 35.53-34.97 86.15-34.97v47.69q-30 0-52 20.54t-22 51.85q0 31.3 22 53.46 22 22.15 52 22.15h62q51.38 0 88.54 34.65 37.15 34.66 37.15 85.2V-360zm87.69 0v-90q0-66-46-110.92-46-44.93-114-44.93v-47.69q30 0 51.62-21.61 21.61-21.62 21.61-51.62 0-30.77-21.61-52.77-21.62-22-51.62-22v-47.69q50.61 0 85.77 35.92 35.15 35.93 35.15 86.54 0 29-11.38 51.16-11.39 22.15-29.39 38.64 54.08 21.43 90.81 70.82 36.73 49.38 36.73 116.15v90z");
3101
3106
  export const Sms = /*#__PURE__*/ b("M100-118.46v-669.23Q100-818 121-839t51.31-21h615.38Q818-860 839-839t21 51.31v455.38Q860-302 839-281t-51.31 21H241.54zm245.04-416.5q10.34-10.35 10.34-25.04t-10.34-25.04q-10.35-10.34-25.04-10.34t-25.04 10.34q-10.34 10.35-10.34 25.04t10.34 25.04q10.35 10.34 25.04 10.34t25.04-10.34m160 0q10.34-10.35 10.34-25.04t-10.34-25.04q-10.35-10.34-25.04-10.34t-25.04 10.34q-10.34 10.35-10.34 25.04t10.34 25.04q10.35 10.34 25.04 10.34t25.04-10.34m160 0q10.34-10.35 10.34-25.04t-10.34-25.04q-10.35-10.34-25.04-10.34t-25.04 10.34q-10.34 10.35-10.34 25.04t10.34 25.04q10.35 10.34 25.04 10.34t25.04-10.34");
3107
+ export const Snail = /*#__PURE__*/ b("M140-179.62q0-54.46 27.19-101 27.2-46.53 73.35-75.15-46.69-23-73.62-67.81Q140-468.38 140-522.31q0-107.15 76.5-182.42T403.46-780q67.93 0 126.85 32.23t93.92 88.54q16.62-37.69 51.35-59.81 34.73-22.11 76.88-22.11 57.23 0 102.38 29.15Q900-682.85 900-631.23q0 41.61-29.54 70.96t-71.15 29.35h-15.85v167.07q0 77.46-54.46 130.85-54.46 53.38-131.31 53.38zm185.77-214.23q52.69 0 89.62-36.76 36.92-36.77 36.92-83.24 0-28.23-13.89-42.57-13.88-14.35-34.04-14.35-21.15 0-35.07 12.65-13.93 12.66-13.93 31.2h-59.99q0-43.08 31.34-73.46 31.35-30.39 76.19-30.39 46.31 0 77.85 33t31.54 83.92q0 32.47-13.5 64.39t-37.35 55.61h78.16q27.69 0 47.3-19.11 19.62-19.12 19.62-47.42v-58.08q0-83.77-59.46-142.66Q487.62-720 403.46-720q-85.54 0-144.5 57.73T200-522.31q0 54.08 36.23 91.27t89.54 37.19");
3102
3108
  export const SnippetFolder = /*#__PURE__*/ b("M172.31-180Q142-180 121-201t-21-51.31v-455.38Q100-738 121-759t51.31-21h219.61l80 80h315.77Q818-700 839-679t21 51.31v375.38Q860-222 839-201t-51.31 21zm401.54-153.85v-212.3h63.84l68.46 68.46v143.84zm-47.7 47.7h227.7v-211.16l-96.54-96.54H526.15z");
3103
3109
  export const Snooze = /*#__PURE__*/ b("M386.15-334.77h187.7v-47.69h-119.7l119.7-134.46v-45.54h-187.7v47.69h121.7l-121.7 136.46zm-38.76 208q-61.85-26.77-107.85-72.77t-72.77-107.85Q140-369.23 140-440t26.77-132.61q26.77-61.85 72.77-107.85t107.85-72.77Q409.23-780 480-780t132.61 26.77q61.85 26.77 107.85 72.77t72.77 107.85Q820-510.77 820-440t-26.77 132.61q-26.77 61.85-72.77 107.85t-107.85 72.77Q550.77-100 480-100t-132.61-26.77M230.15-844.46l42.16 42.15-154.62 154.62-42.15-42.16zm499.7 0 154.61 154.61-42.15 42.16-154.62-154.62z");
3104
3110
  export const Snowboarding = /*#__PURE__*/ b("M751.38-66.15q-8.61 0-17.92-1t-18.31-3l-505-108q-42.46-8.62-73.8-34.16-31.35-25.54-47.96-62.38-1.62-3.23-1.62-13.77 1.85-9.31 9.73-15.35t17.81-4.8q5.84 1.23 10.27 5.15 4.42 3.92 7.03 9.15 12.77 26.16 35.43 45.31 22.65 19.15 52.81 25.15l26.69 5.16 144.23-95.54-34.31-147.31q-3.61-13.46-.81-28.19 2.81-14.73 9.66-26.81L473-690H358.23L283-568.39 231.92-600l93.47-150H548q24.69 0 39.65 13.65 14.96 13.66 20.58 25.89l21 47.61q20.77 48.39 64.69 79.47 43.93 31.07 99.93 33v59.99q-66.54-1.15-121.08-35.03-54.54-33.89-90.31-93.5L495.85-482l136.46 108.54 39.61 246.08 52.93 10.53q6.38 2 13.27 2.5 6.88.5 13.26.5 24.39 0 44.74-8.38 20.34-8.38 37.73-22.77 3.07-3.08 20.23-5.23 9.92 1.23 15.46 9.54t4.31 17q-.62 4.61-2.74 8.23-2.11 3.61-5.34 6.84-23.08 21.23-53.12 31.85-30.03 10.62-61.27 10.62m-142.69-74.62-31.54-197.92-137.07-97.16 18.77 148-130.24 86.77zM640-766.15q-30.31 0-52.08-21.77T566.15-840t21.77-52.08T640-913.85t52.08 21.77T713.85-840t-21.77 52.08T640-766.15");
@@ -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("M450-295.39h60v-178L584.38-399
1046
1046
  export const Drone = /*#__PURE__*/ b("M180-180q0-70.39 38.69-125.85 38.7-55.46 100.23-79l-13.46-122.84H179.62V-720H60.39v-60h298.46v60H239.62v152.31h58.77l-6.08-60h375l-6.08 60h58.39V-720H600.38v-60h299.46v60H780.61v212.31H655.15l-13.46 122.84q61.54 23.54 99.92 79Q780-250.39 780-180h-60q0-66-45.85-113-45.84-47-111.46-47H396.92q-65.23 0-111.07 47Q240-246 240-180zm197.31-220h204.38l18.54-167.69H358.38zm0 0h204.38z");
1047
1047
  export const DroneTwo = /*#__PURE__*/ b("M265.15-100q-69.23 0-117.19-48.77t-47.96-118 47.96-117.19 117.19-47.96q23.16 0 44.43 5.96t39.27 16.88q22.84-34.77 24.04-72.11 1.19-37.35-20.04-71.73-19 11.92-40.77 18.27-21.77 6.34-45.93 6.34-69.23 0-117.69-48.46T100-694.46t48.46-117.38Q196.92-860 266.15-860t117.7 48.16q48.46 48.15 48.46 117.38 0 24.15-6.85 45.92t-18.77 40.77q34.39 21.23 71.93 20.35 37.53-.89 72.3-23.35-10.92-18-17.07-39.27-6.16-21.27-6.16-44.42 0-69.23 48.16-117.19 48.15-47.96 117.38-47.96t118 47.96T860-694.46t-48.77 118-118 48.77q-25.15 0-47.62-7.16-22.46-7.15-42.07-20.46-22.23 35.39-21.04 73.81t24.42 74.81q19-11.92 40.58-18.58 21.58-6.65 45.73-6.65 69.23 0 118 47.96T860-266.77t-48.77 118-118 48.77-117.38-48.77q-48.16-48.77-48.16-118 0-24.15 6.66-45.92 6.65-21.77 18.57-40.77-36.38-23.23-74.42-24.54t-73.81 21.31q13.31 19.61 20.46 42.19 7.16 22.58 7.16 47.73 0 69.23-48.96 118Q334.38-100 265.15-100m428.08-487.69q44.31 0 75.54-31.23T800-694.46t-31.23-74.73q-31.23-30.43-75.54-30.43t-74.92 30.43q-30.62 30.42-30.62 74.73 0 12.61 3.04 24.58 3.04 11.96 8.5 22.27l66.92-66.93q8.93-8.92 20.89-8.92t20.88 8.92q9.31 9.31 9.12 20.89-.2 11.57-9.12 20.88l-68.15 69.16q11.31 8.07 24.96 12 13.65 3.92 28.5 3.92m-427.08-.62q13.85 0 26.31-3.92t23.16-10l-70.54-70.54q-8.92-8.92-9.12-20.69-.19-11.77 9.12-21.08 9.31-9.3 21.07-9.3 11.77 0 21.08 9.3L358.39-644q6.46-10.69 10.19-23.65t3.73-26.81q0-44.31-30.92-75.23-30.93-30.93-75.24-30.93-44.3 0-75.23 30.93Q160-738.77 160-694.46t30.92 75.23q30.93 30.92 75.23 30.92M693.23-160q44.31 0 75.54-31.23T800-266.77t-31.23-74.73-75.54-30.42q-13.85 0-26.31 3.42t-23.15 9.5l72.15 72.15q8.92 8.93 8.92 20.89t-8.92 20.88q-9.92 8.92-21.88 9.12-11.96.19-21.27-9.12l-71.16-71.15q-6.07 10.69-10 23.15-3.92 12.46-3.92 26.31 0 44.31 30.62 75.54Q648.92-160 693.23-160m-428.08 0q44.7 0 75.93-31.23t31.23-75.54q0-14.85-3.92-28.62-3.93-13.77-12-25.07l-76.16 75.38q-9.31 9.31-21.38 9.31-12.08 0-21.39-9.31-9.3-9.31-9.3-20.88 0-11.58 9.3-20.89L311-360.39q-10.31-5.46-21.77-8.5-11.46-3.03-24.08-3.03-44.3 0-74.73 30.42Q160-311.08 160-266.77t30.42 75.54Q220.85-160 265.15-160M480-445q14.69 0 24.65-9.96t9.96-24.66q0-14.69-9.96-24.65T480-514.23t-24.65 9.96-9.96 24.65q0 14.7 9.96 24.66T480-445");
1048
1048
  export const Dropdown = /*#__PURE__*/ b("M460-460h260v-260H460zM212.31-140Q182-140 161-161t-21-51.31v-535.38Q140-778 161-799t51.31-21h535.38Q778-820 799-799t21 51.31v535.38Q820-182 799-161t-51.31 21zm0-60h535.38q4.62 0 8.46-3.85 3.85-3.84 3.85-8.46v-535.38q0-4.62-3.85-8.46-3.84-3.85-8.46-3.85H212.31q-4.62 0-8.46 3.85-3.85 3.84-3.85 8.46v535.38q0 4.62 3.85 8.46 3.84 3.85 8.46 3.85M200-760v560z");
1049
+ export const DropdownMenu = /*#__PURE__*/ b("m580-385.39 129.23-129.22H450.77zM320-220q-108.64 0-184.32-75.66Q60-371.31 60-479.93q0-108.61 75.68-184.34T320-740h320q108.64 0 184.32 75.66Q900-588.69 900-480.07q0 108.61-75.68 184.34T640-220zm0-60h320q83 0 141.5-58.5T840-480t-58.5-141.5T640-680H320q-83 0-141.5 58.5T120-480t58.5 141.5T320-280");
1049
1050
  export const DropperEye = /*#__PURE__*/ b("M634.38-601.08 749-712l-37-37-112.15 112.54zm0 0-34.53-35.38zM140-140v-162.31l353.92-353.92-64.69-64.31L472-762.69l85.08 84.08 131.31-131.7q4.23-4.23 10.38-6.65t12.62-2.42q6.84 0 12.49 2.42 5.66 2.42 10.89 6.65l75.54 75.93q4.23 4.84 6.65 10.5 2.42 5.65 2.42 12.49 0 6.47-2.42 12.62t-6.65 10.38L678.23-556.31l64.46 66.08-42.15 42.15-163.85-165.38L200-278.15V-200h55.85q8.07 16.61 17.07 31.42T291.85-140zm462.69 80q-82.15 0-151.65-42.81T345.39-219.23q36.15-73.62 105.65-116.42 69.5-42.81 151.65-42.81 82.16 0 151.66 42.81 69.49 42.8 105.65 116.42-36.16 73.61-105.65 116.42Q684.85-60 602.69-60m106.16-86.38q49.92-26.39 82.69-72.85-32.77-46.46-82.69-72.85-49.93-26.38-106.16-26.38t-106.15 26.38q-49.92 26.39-82.69 72.85 32.77 46.46 82.69 72.85Q546.46-120 602.69-120t106.16-26.38m-141.54-37.47q-14.62-14.61-14.62-35.38t14.62-35.38q14.61-14.62 35.38-14.62t35.39 14.62q14.61 14.61 14.61 35.38t-14.61 35.38q-14.62 14.62-35.39 14.62t-35.38-14.62");
1050
1051
  export const Dry = /*#__PURE__*/ b("M611.69-633.85q3.85-37.53-2.42-60.26-6.27-22.74-29.5-51.97-29.08-36.92-39-70.65t-4.85-77.11h57.93q-5.7 43.69 5 66.92 10.69 23.23 34.84 56.38 24.46 33.08 32.85 64.69 8.38 31.62 3.31 72zm148.31 0q3.85-37.53-2.73-60.26-6.58-22.74-29.81-51.97-29.08-36.92-38.69-70.65-9.62-33.73-4.54-77.11h57.31q-5.7 43.69 5 66.92 10.69 23.23 34.84 56.38 24.46 33.08 32.85 64.69 8.38 31.62 3.31 72zM250-100q-62.15 0-106.08-41.62Q100-183.23 100-245.39v-206.76q0-28.31 13.35-52.7 13.34-24.38 37.04-39.84l327.3-212.08L490-744.46q17.31 17.31 20.04 41.15 2.73 23.85-9.96 44.39l-56.54 92.77H750q12.77 0 21.38 8.61 8.62 8.62 8.62 21.39t-8.62 21.38q-8.61 8.62-21.38 8.62H336.08l88.15-144.78L183-494.62q-10.92 6.54-16.96 17.85T160-452.15v206.76q0 37.24 26.38 61.31Q212.77-160 250-160h460q12.77 0 21.38 8.62Q740-142.77 740-130t-8.62 21.38Q722.77-100 710-100zm250-270.77v-60h330q12.77 0 21.38 8.62 8.62 8.61 8.62 21.38t-8.62 21.38q-8.61 8.62-21.38 8.62zm0 135.38v-59.99h290q12.77 0 21.38 8.61 8.62 8.62 8.62 21.38 0 12.77-8.62 21.39-8.61 8.61-21.38 8.61zM330-370.77");
1051
1052
  export const DryCleaning = /*#__PURE__*/ b("M295-100v-233.46h-70.92q-35.03 0-59.56-24.64Q140-382.74 140-417.94q0-25.52 13.89-47.14 13.88-21.61 36.8-32.07L450-612.38v-37.93q-34.46-9.92-56.08-38.11-21.61-28.19-21.61-63.89 0-44.87 31.36-76.28Q435.02-860 479.82-860q44.79 0 76.14 31.54t31.35 76.15h-60.77q0-20.27-13.38-33.98T480-800q-20.27 0-33.98 13.71t-13.71 33.98 13.71 33.98q13.71 13.72 33.98 13.72 12.75 0 21.37 8.62 8.63 8.63 8.63 21.38v62.23l258.92 115.23q22.9 10.54 36.99 32.07T820-418.07q0 35.15-24.64 59.88-24.63 24.73-59.82 24.73H665V-100zm-70.92-293.46H295v-38.85h370v38.85h70.54q10.46 0 17.46-7.31t7-18.38q0-7.31-3.65-13.31-3.66-6-10.97-9.16L480-559.69 215-441.62q-7.31 3.16-11.15 9.16-3.85 6-3.85 13.31 0 11.07 6.77 18.38t17.31 7.31M355-160h250v-212.31H355zm0-212.31h250z");
@@ -1193,6 +1194,7 @@ export const Extension = /*#__PURE__*/ b("M355.08-140H200q-24.92 0-42.46-17.54T1
1193
1194
  export const ExtensionOff = /*#__PURE__*/ b("M200-140q-24.54 0-42.27-17.73T140-200v-155.08q41.08-5 70.54-34.15Q240-418.39 240-460t-29.46-70.77q-29.46-29.15-70.54-34.15v-158.93q0-12.75 4.5-23.63 4.49-10.88 12.73-19.13L200-723.85v113.39q45.54 18.85 72.77 59.88Q300-509.54 300-459.88q0 48.8-27.23 89.84T200-309.54V-200h109.16q19.84-45.54 60.88-72.77T460-300t89.96 27.23T610.84-200h113.01l42.76 42.77q-8.25 8.24-19.13 12.73-10.88 4.5-23.63 4.5H564.92q-5-41.08-34.15-70.54Q501.61-240 460-240t-70.77 29.46q-29.15 29.46-34.15 70.54zm580-153.23-60-59.98v-64.48h49.23q16.46-1.92 27.46-13.89 11-11.96 11-28.42t-11-28.42q-11-11.97-27.46-13.89H720V-720H502.31v-49.23q-1.92-16.46-13.89-27.46-11.96-11-28.42-11t-28.42 11q-11.97 11-13.89 27.46V-720h-64.48l-59.98-60H360q5.39-38.15 33.42-62.92 28.04-24.77 66.58-24.77t66.58 24.77Q554.61-818.15 560-780h160q24.75 0 42.37 17.63Q780-744.75 780-720v160q38.15 5.39 62.92 33.42 24.77 28.04 24.77 66.58t-24.77 66.58Q818.15-365.39 780-360zm12.15 210.92L82.31-792.15l42.77-42.77 709.84 709.84zM461.92-461.92");
1194
1195
  export const Eyebrow = /*#__PURE__*/ b("M598.46-408.85q-33.46 0-78.35 8.04-44.88 8.04-96.19 21.69-51.31 13.66-106.54 31.93t-110.23 39.34q-10.61 4.23-21.15 6.04T165-300q-45.51 0-77.37-30.77T55.77-405v-96.85q0-37.58 24.69-66.87 24.69-29.28 62.85-36.12 70.79-13.11 136.66-23.4 65.88-10.3 123.73-17.3 57.86-6.99 107.38-10.73Q560.6-660 598.85-660q121.3 0 203.84 88.73t101.77 238.96q1.62 8.69-4.14 15.72-5.75 7.02-14.96 10.92-8.44 3.9-17.55 2.48-9.12-1.43-17.81-7.89-62.46-45-131.38-71.38-68.93-26.39-120.16-26.39m0-60q51.69 0 103.46 15.85t124.62 54.85q-29.15-99.08-87.15-150.47-58-51.38-140.93-51.38-79.05 0-199.1 14.85-120.05 14.84-243.9 39.3-17.36 3.39-28.53 15.8-11.16 12.41-11.16 28.2V-405q0 24.31 21.73 37.35 21.73 13.03 46.73 3.88 61.54-23.08 120.5-42.46t111.92-33.15T515.77-461q46.15-7.85 82.69-7.85m-127.61-33");
1195
1196
  export const Eyeglasses = /*#__PURE__*/ b("M285.92-359.23q31.39 0 56.66-18.39 25.27-18.38 35.65-48.15l13.85-43.31q16.38-49.15-8.58-90.42t-71.11-41.27H170.62l19 156.62q5 36.15 32.27 60.53 27.26 24.39 64.03 24.39m388.16 0q36.77 0 64.03-24.39 27.27-24.38 32.27-60.53l19-156.62H648.61q-46.15 0-71.3 41.58-25.16 41.57-8.77 90.73l13.23 42.69q10.38 29.77 35.65 48.15 25.27 18.39 56.66 18.39m-388.16 60q-59.07 0-103.57-39.08t-51.73-98.54L110-600.77H73.08v-60h239.31q39.38 0 72.61 20.16 33.23 20.15 53.08 55.23h84.84q19.85-35.08 53.08-55.23 33.23-20.16 72.61-20.16h238.31v60H850l-20.62 163.92q-7.23 59.46-51.73 98.54t-103.57 39.08q-51.23 0-91.93-29.23-40.69-29.23-57.15-77.46l-13.85-42.7q-2.38-8.15-4.38-17-2-8.84-4-25.92h-45.54q-2 15.08-4 24.12-2 9.03-4.38 17.19L435-406.92q-16.08 48.23-56.96 77.96-40.89 29.73-92.12 29.73");
1197
+ export const EyeglassesThree = /*#__PURE__*/ b("M265.77-313.85q-69.23 0-117.69-48.46T99.62-480t48.46-117.69 117.69-48.46q54.85 0 96.92 30.77 42.08 30.77 59.23 79.54 13.39-4.77 27.66-7.16 14.27-2.38 29.42-2.38t29.92 2.57q14.77 2.58 29.16 7.35 16.77-48.77 59.04-79.73 42.26-30.96 97.11-30.96 69.23 0 117.69 48.46T860.38-480t-48.46 117.69-117.69 48.46q-68 0-116.35-47.23-48.34-47.23-50.19-114.61-11.54-5.16-23.46-7.43T479-485.39q-12.92 0-24.35 2.58-11.42 2.58-22.34 7.12-1.85 67.38-50.19 114.61-48.35 47.23-116.35 47.23m-75.23-241.38q-30.92 30.92-30.92 75.23t30.92 75.23 75.23 30.92 75.42-30.92q31.12-30.92 31.12-75.23t-31.12-75.23q-31.11-30.92-75.42-30.92t-75.23 30.92m428.27 0q-31.12 30.92-31.12 75.23t31.12 75.23q31.11 30.92 75.42 30.92t75.23-30.92T800.38-480t-30.92-75.23-75.23-30.92-75.42 30.92");
1196
1198
  export const EyeglassesTwo = /*#__PURE__*/ b("M262-323.85q-59.46 0-90.69-15.92t-57.85-60.15q-15.77-26.16-25.88-60.27-10.12-34.12-17.96-63.66-11 0-18.39-7-7.38-7-7.38-18v-41.3q0-9.39 6-16.08t15.38-8.69q51.77-10.62 96.89-15.62 45.11-5 88.65-5 56 0 104.73 8.85 48.73 8.84 81.35 30.54h87.3q29.77-22.23 80.24-30.81 50.46-8.58 105.84-8.58 43.15 0 87.96 5t96.58 15.62q9 2 15.19 8.69t6.19 16.08v41.3q0 11-7.38 18-7.39 7-18.39 7-7.84 29.54-17.96 63.47-10.11 33.92-25.88 60.46-25.23 43.23-57.16 59.65-31.92 16.42-91.38 16.42-61.46 0-103.92-26.61-42.46-26.62-60.62-84.69-5.38-16-8.5-32-3.11-16-8.11-32-4-12.77-13.73-19.23-9.74-6.47-23.12-6.47-12.77 0-22.12 6.77-9.34 6.77-14.34 18.93-5 16-8.69 31.8-3.7 15.81-8.7 32.2-17 58.84-59.65 85.07T262-323.85m0-46.46q76.39 0 103.54-45.65 27.15-45.66 27.15-115.89 0-20.07-16.61-29.96-16.62-9.88-48.16-17.5-29.46-7.77-66.07-9.08-36.62-1.3-72 3.7-26 4-41.77 15.3-15.77 11.31-15.77 31.39 0 27.77 4.69 53.54t14.08 47.54q17.15 37.69 40 52.15 22.84 14.46 70.92 14.46m436 0q48.08 0 70.92-14.46 22.85-14.46 39-52.15 9.39-21.77 14.58-47.54t5.19-54.54q0-20.46-15.77-32.08-15.77-11.61-42.77-14.61-35-5-71.3-3.2-36.31 1.81-65.77 9.58-31.54 7.62-48.16 17-16.61 9.39-16.61 29.46 0 70.23 27.15 116.39 27.15 46.15 103.54 46.15");
1197
1199
  export const EyeglassesTwoSound = /*#__PURE__*/ b("M262-370.31q76.39 0 103.54-45.65 27.15-45.66 27.15-115.89 0-20.07-16.61-29.65-16.62-9.58-48.16-17.81-29.46-7.77-66.07-9.08-36.62-1.3-72 3.7-26 4-41.77 15.3-15.77 11.31-15.77 31.39 0 27.77 4.69 53.54t14.08 47.54q16.77 37.69 39.8 52.15 23.04 14.46 71.12 14.46m421.08 184.15V-400h47.69v213.84zm-93.85-51.53v-110.77h47.69v110.77zm187.69 0v-110.77h47.69v110.77zM262-323.85q-59.46 0-90.69-15.92t-57.85-60.15q-15.77-27.16-25.88-60.77-10.12-33.62-17.96-63.16-11 0-18.39-7-7.38-7-7.38-18v-41.3q0-9.39 6-16.08t15.38-8.69q51.77-10.62 96.89-15.93 45.11-5.3 88.65-5.3 56 0 104.73 9.15t81.35 30.85h87.3q29.77-22.23 80.24-30.81 50.46-8.58 105.84-8.58 43.15 0 87.96 5t96.58 15.62q9 2 15.19 8.69t6.19 16.08v41.3q0 11-7.38 18-7.39 7-18.39 7-7 27-15.27 56.39-8.26 29.38-22.34 55.08-9.31-9.85-19.54-18.39t-21.77-16.15q7.69-21.08 11.96-44.54t4.27-47.54q0-20.46-15.77-32.08-15.77-11.61-42.77-14.61-35-5-71.3-3.2-36.31 1.81-65.77 9.58-31.54 8.23-48.16 17.62-16.61 9.38-16.61 29.46 0 28.38 3.8 52.46 3.81 24.08 13.04 44.23-9.69 8.08-18.38 17.46-8.69 9.39-15.54 20.31-5.08-8.69-9.31-17.58-4.23-8.88-7.46-19.8-5.38-16-8.5-32-3.11-16-8.11-32-4-12.77-13.73-19.23-9.74-6.47-23.12-6.47-12.77 0-22.42 6.77-9.66 6.77-14.04 18.93-5 16-8.69 31.8-3.7 15.81-8.7 32.2-17 58.84-59.65 85.07T262-323.85");
1198
1200
  export const EyeTracking = /*#__PURE__*/ b("M244.62-60H132.31Q102-60 81-81t-21-51.31v-112.31h60v112.31q0 5.39 3.46 8.85t8.85 3.46h112.31zm470.76 0v-60h112.31q5.39 0 8.85-3.46t3.46-8.85v-112.31h60v112.31Q900-102 879-81t-51.31 21zM480-235.39q-113.46 0-204.81-65.8Q183.85-367 139.62-480q44.23-113 135.57-178.81 91.35-65.8 204.81-65.8t204.81 65.8Q776.15-593 820.38-480q-44.23 113-135.57 178.81-91.35 65.8-204.81 65.8m0-59.99q89.54 0 162.15-48.77Q714.77-392.92 754.92-480q-40.15-87.08-112.77-135.85-72.61-48.77-162.15-48.77t-162.15 48.77Q245.23-567.08 205.08-480q40.15 87.08 112.77 135.85 72.61 48.77 162.15 48.77m0-57.31q53 0 90.15-37.16Q607.31-427 607.31-480t-37.16-90.15Q533-607.31 480-607.31t-90.15 37.16Q352.69-533 352.69-480t37.16 90.15Q427-352.69 480-352.69m0-60q-28.08 0-47.69-19.62-19.62-19.61-19.62-47.69t19.62-47.69q19.61-19.62 47.69-19.62t47.69 19.62q19.62 19.61 19.62 47.69t-19.62 47.69q-19.61 19.62-47.69 19.62M60-715.38v-112.31Q60-858 81-879t51.31-21h112.31v60H132.31q-5.39 0-8.85 3.46t-3.46 8.85v112.31zm780 0v-112.31q0-5.39-3.46-8.85t-8.85-3.46H715.38v-60h112.31Q858-900 879-879t21 51.31v112.31zM480-480");
@@ -2774,6 +2776,7 @@ export const ReportOff = /*#__PURE__*/ b("M778.15-295.08 734-338l26-26v-232L596-
2774
2776
  export const RequestPage = /*#__PURE__*/ b("M450-250h60v-40h50q12.77 0 21.38-8.62Q590-307.23 590-320v-120q0-12.77-8.62-21.38Q572.77-470 560-470H430v-60h160v-60h-80v-40h-60v40h-50q-12.77 0-21.38 8.62Q370-572.77 370-560v120q0 12.77 8.62 21.38Q387.23-410 400-410h130v60H370v60h80zM252.31-100Q222-100 201-121t-21-51.31v-615.38Q180-818 201-839t51.31-21h299.23L780-631.54v459.23Q780-142 759-121t-51.31 21zm0-60h455.38q4.62 0 8.46-3.85 3.85-3.84 3.85-8.46V-606L526-800H252.31q-4.62 0-8.46 3.85-3.85 3.84-3.85 8.46v615.38q0 4.62 3.85 8.46 3.84 3.85 8.46 3.85M240-160v-640z");
2775
2777
  export const RequestQuote = /*#__PURE__*/ b("M456.92-215h60v-40h50q12.77 0 21.39-8.62 8.61-8.61 8.61-21.38v-120q0-12.77-8.61-21.38-8.62-8.62-21.39-8.62h-130v-60h160v-60h-80v-40h-60v40h-50q-12.77 0-21.38 8.62-8.62 8.61-8.62 21.38v120q0 12.77 8.62 21.38 8.61 8.62 21.38 8.62h130v60h-160v60h80zM252.31-100Q222-100 201-121t-21-51.31v-615.38Q180-818 201-839t51.31-21H570l210 210v477.69Q780-142 759-121t-51.31 21zM540-644.62V-800H252.31q-4.62 0-8.46 3.85-3.85 3.84-3.85 8.46v615.38q0 4.62 3.85 8.46 3.84 3.85 8.46 3.85h455.38q4.62 0 8.46-3.85 3.85-3.84 3.85-8.46v-472.31zM240-800v155.38zv640z");
2776
2778
  export const ResetBrightness = /*#__PURE__*/ b("M672.31-84.62 616.92-140h-92.3v-92.31l-55.39-55.38 55.39-55.39v-92.3h92.3l55.39-55.39 55.38 55.39H820v92.3l55.38 55.39L820-232.31V-140h-92.31zm0-92.3q46.15 0 78.46-32.31t32.31-78.46q0-46.16-32.31-78.46-32.31-32.31-78.46-32.31zm135.61-390.77h-62.23q-27.54-84.54-99.57-138.43Q574.08-760 480-760q-117 0-198.5 81.5T200-480q0 78.15 38.46 141.81 38.46 63.65 101.54 99.34V-360h60v220H180v-60h113.23q-69.3-45-111.27-118.27Q140-391.54 140-480q0-70.8 26.77-132.63t72.77-107.83 107.83-72.77T480-820q118.61 0 208.81 71.42Q779-677.15 807.92-567.69");
2779
+ export const ResetColors = /*#__PURE__*/ b("M677.23-63.54q-9.08-3.54-16.54-11L504.92-230.31Q490-244.62 490-265t14.92-35.31L653.23-448l-75.69-75.69 41.77-42.15 267.15 265.53q7.46 7.46 11 16.54t3.54 18.15q0 9.08-3.54 18.47-3.54 9.38-11 16.84L730.69-74.54q-7.46 7.46-16.84 11Q704.46-60 695.38-60q-9.07 0-18.15-3.54M558-269.23h273.62L695-405.85zM180-140v-60h113.23q-69.3-45-111.27-118.27Q140-391.54 140-480q0-70.77 26.77-132.61 26.77-61.85 72.77-107.85t107.85-72.77Q409.23-820 480-820q118.61 0 208.81 71.42Q779-677.15 807.92-567.69h-62.23q-27.54-84.54-99.57-138.43Q574.08-760 480-760q-117 0-198.5 81.5T200-480q0 78.15 38.46 141.81 38.46 63.65 101.54 99.34V-360h60v220z");
2777
2780
  export const ResetExposure = /*#__PURE__*/ b("M180-140v-60h113.23q-69.3-45-111.27-118.27Q140-391.54 140-480q0-70.77 26.77-132.61 26.77-61.85 72.77-107.85t107.85-72.77Q409.23-820 480-820q118.61 0 208.81 71.42Q779-677.15 807.92-567.69h-62.23q-27.54-84.54-99.57-138.43Q574.08-760 480-760q-117 0-198.5 81.5T200-480q0 78.15 38.46 141.81 38.46 63.65 101.54 99.34V-360h60v220zm354.23 40q-22.69 0-38.46-15.77T480-154.23v-271.54q0-22.69 15.77-38.46T534.23-480h271.54q22.69 0 38.46 15.77T860-425.77v271.54q0 22.69-15.77 38.46T805.77-100zm5.77-60h260v-260z");
2778
2781
  export const ResetFocus = /*#__PURE__*/ b("M480-333.85v-91.92q0-22.6 15.82-38.41Q511.63-480 534.23-480h91.92v47.69h-98.46v98.46zM534.23-100q-22.6 0-38.41-15.82Q480-131.64 480-154.23v-91.92h47.69v98.46h98.46V-100zm278.08-233.85v-98.46h-98.46V-480h91.92q22.59 0 38.41 15.82Q860-448.37 860-425.77v91.92zM713.85-100v-47.69h98.46v-98.46H860v91.92q0 22.59-15.82 38.41T805.77-100zm94.07-467.69h-62.23q-27.54-84.54-99.57-138.43Q574.08-760 480-760q-117 0-198.5 81.5T200-480q0 78.15 38.46 141.81 38.46 63.65 101.54 99.34V-360h60v220H180v-60h113.23q-69.3-45-111.27-118.27Q140-391.54 140-480q0-70.8 26.77-132.63t72.77-107.83 107.83-72.77T480-820q118.61 0 208.81 71.42Q779-677.15 807.92-567.69");
2779
2782
  export const ResetImage = /*#__PURE__*/ b("M140-584.61V-800h60v131.7q45-68.93 118.27-110.31Q391.54-820 480-820q113.77 0 202.23 66.04t121.23 169.35h-64.69q-30.92-78.16-100.23-126.77Q569.23-760 480-760q-68.92 0-126.54 31.39-57.62 31.38-93.31 84h95.23v60zM270-250h423.07L561.54-425.38 449.23-279.23l-80-102.31zm-57.69 150q-29.92 0-51.12-21.19Q140-142.39 140-172.31v-295.38h60v295.38q0 5.39 3.46 8.85t8.85 3.46h535.38q5.39 0 8.85-3.46t3.46-8.85v-295.38h60v295.38q0 29.92-21.19 51.12Q777.61-100 747.69-100z");
@@ -2900,6 +2903,7 @@ export const SeatHeatLeft = /*#__PURE__*/ b("M790.23-478.39 740-509.69l9.54-16.7
2900
2903
  export const SeatHeatRight = /*#__PURE__*/ b("m553.69-478.39-50.23-31.3 9.54-16.77q5.23-9.77 7.85-19.85 2.61-10.08 2.61-21.08 0-15.53-5.31-30.07-5.3-14.54-15.69-26.08-18.31-20.61-28.54-46.19T463.69-723q0-19.54 5.35-37.65 5.35-18.12 15.42-34.81l9.54-15.39 50.84 31.31-10.53 16.39q-5.62 9.38-8.62 19.65t-3 21.27q0 15.54 6.08 29.88 6.08 14.35 16.46 25.89 18.69 19.84 28.15 45.23 9.46 25.38 9.46 52.69 0 19.92-4.84 38.23-4.85 18.31-14.15 35.39zm-161.84 0-50.23-31.3 9.53-16.77q5.24-9.77 7.85-19.85 2.62-10.08 2.62-21.08 0-15.53-5.31-30.07t-15.69-26.08q-18.31-20.61-28.54-46.19T301.85-723q0-19.54 5.34-37.65 5.35-18.12 15.43-34.81l9.53-15.39L383-779.54l-10.54 16.39q-5.61 9.38-8.61 19.46-3 10.07-3 21.07 0 15.54 5.88 30.08T383-666.46q18.69 19.84 28.35 45.23 9.65 25.38 9.65 52.69 0 19.92-4.85 38.23Q411.31-512 402-494.92zm-161.85 0-50.23-31.3 10.15-16.77q5.24-9.77 7.74-20.04t2.5-21.27q0-15.54-5.2-29.88-5.19-14.35-15.57-25.89-18.7-20.23-29.04-45.81Q140-694.92 140-722.62q0-19.53 5.04-37.84t15.73-35l10.15-15.39 50.23 31.31-10.53 16.39Q205-754.39 202-744q-3 10.38-3 21.38 0 15.54 5.88 30.08 5.89 14.54 16.27 26.08 18.7 19.84 28.66 45.23 9.96 25.38 9.96 52.69 0 19.92-5.15 38.23-5.16 18.31-14.47 35.39zM296.69-140v-30q0-28.39 19.93-48.42 19.92-20.04 48.92-20.04h213.23q18.31 0 34.81 6.84 16.5 6.85 30.42 17.47v-49.39q0-66.54 18.42-130.08 18.43-63.53 45.89-124.23l17.84-39.69q11.77-26.54 8.2-54.77-3.58-28.23-23.73-49-6.47-6.84-9.7-14.92T697.69-693q0-18.77 13.43-32.5 13.42-13.73 32.19-13.73 16.54 0 31.04 8.77 14.49 8.77 21.96 24.08 11.84 23.07 17.77 47.96 5.92 24.88 5.92 50.96 0 14.85-1.81 29.19-1.81 14.35-6.42 28.58l-92.54 359.15Q712.38-168 694.15-154t-41.38 14z");
2901
2904
  export const SeatVentLeft = /*#__PURE__*/ b("M576.49-402.31q-26.1 0-39.99-16.69-13.88-16.7-13.88-35.66 0-14.66 6.04-26.73 6.03-12.07 19.04-20.94 9.53-6.21 16.99-16.17t11.85-29.89q-3.23-2-6.33-3.67-3.09-1.67-5.75-4.17-34 13.46-47.95 18.5-13.94 5.04-30.51 5.04-33.38 0-58.54-29.16-25.15-29.15-25.15-83.97 0-26.1 16.69-40.18 16.7-14.08 35.66-14.08 14.66 0 26.73 6.23t20.92 19.22q6.19 9.53 16.36 16.89 10.18 7.35 30.1 11.59 2-3.24 3.67-6.2t4.18-5.5q-13.46-34-18.5-47.94-5.04-13.95-5.04-30.52 0-33.38 29.15-58.53Q591.38-820 646.2-820q26.11 0 39.99 16.69 13.89 16.7 13.89 35.66 0 14.66-6.04 26.73T675-719.98q-9.54 6.21-17 16.17t-11.85 29.89q3.24 2 6.33 3.67 3.1 1.67 5.75 4.17 34-13.46 47.95-18.5t30.51-5.04q33.39 0 58.35 29.16Q820-631.31 820-576.49q0 26.1-16.44 40.18t-35.47 14.08q-14.71 0-27.03-6.06-12.33-6.06-21.13-19.04-6.16-9.52-16.12-16.98t-29.89-11.85q-2 3.24-3.67 6.33-1.67 3.1-4.17 5.75 13.46 34 18.5 47.69 5.04 13.7 5.04 30.39 0 33.38-29.16 58.54-29.15 25.15-83.97 25.15m59.51-184q10.15-10.15 10.15-24.86 0-14.7-10.15-24.65t-24.86-9.95q-14.7 0-24.65 9.95t-9.95 24.65q0 14.71 9.95 24.86t24.65 10.15q14.71 0 24.86-10.15M306.62-140q-23.09 0-41.05-14-17.95-14-24.8-36.54l-92.54-359.15q-4-14.23-6.11-28.62Q140-592.7 140-607.55q0-25.99 5.92-50.88 5.93-24.9 17.77-47.95 7.47-15.31 21.66-24.08t30.61-8.77q18.89 0 32.62 13.73t13.73 32.31q0 8.88-3.23 16.96t-9.7 14.92q-20.15 20.77-24.03 49-3.89 28.23 7.88 54.77l18.46 39.69q27.46 60.7 45.58 124.29 18.11 63.58 18.11 130.02v49.39q13.93-10.62 30.45-17.47 16.52-6.84 34.78-6.84h213.24q29.15 0 49.3 20.11 20.16 20.11 20.16 48.35v30z");
2902
2905
  export const SeatVentRight = /*#__PURE__*/ b("M314.18-402.31q-26.1 0-40.18-16.69-14.08-16.7-14.08-35.66 0-14.66 5.93-26.73 5.92-12.07 18.92-20.94 9.54-6.21 16.85-16.17t11.61-29.89q-3.23-2-5.97-3.67-2.75-1.67-5.49-4.17-34 13.46-47.69 18.5t-30.39 5.04q-33.38 0-58.53-29.16Q140-591 140-645.82q0-26.1 16.69-40.18 16.7-14.08 35.75-14.08 14.72 0 26.41 6.23t20.56 19.24q6.21 9.53 16.54 16.84 10.33 7.32 30.13 11.62 2-3.24 3.67-6.2t4.17-5.5q-13.46-34-18.5-47.94-5.04-13.95-5.04-30.52 0-33.38 28.77-58.53Q327.92-820 382.84-820q26.16 0 40.54 16.69 14.39 16.7 14.39 35.66 0 14.66-6.23 26.73t-19.24 20.94q-9.53 6.21-16.84 16.17t-11.62 29.89q3.24 2 5.98 3.67t5.49 4.17q34-13.46 48-18.5t30.69-5.04q33.38 0 58.54 29.16 25.15 29.15 25.15 83.97 0 26.1-16.69 40.18-16.7 14.08-35.66 14.08-14.66 0-26.73-6.04t-20.94-19.04q-6.21-9.54-16.17-17t-29.89-11.85l-3.92 6.35q-1.92 3.12-4.54 5.73 13.46 34 18.81 47.69 5.35 13.7 5.35 30.39 0 33.38-29.16 58.54-29.15 25.15-83.97 25.15m59.32-184q9.96-10.15 9.96-24.86 0-14.7-9.95-24.65t-24.65-9.95q-14.71 0-24.67 9.95t-9.96 24.65q0 14.71 9.95 24.86t24.65 10.15q14.71 0 24.67-10.15M296.69-140v-30q0-28.24 20.16-48.35 20.15-20.11 49.3-20.11h212.62q18.17 0 35.05 6.84 16.87 6.85 30.8 17.47v-49.39q0-66.44 18.11-130.02 18.12-63.59 45.58-124.29l18.46-39.69q11.77-26.54 7.88-54.77-3.88-28.23-24.03-49-6.47-6.84-9.7-14.92t-3.23-16.96q0-18.58 13.5-32.31 13.49-13.73 32.3-13.73 16.36 0 30.86 8.77 14.49 8.77 21.96 24.08 11.84 23.11 17.77 48.07 5.92 24.96 5.92 50.85 0 14.82-1.81 29.18t-6.42 28.59l-92.54 359.15Q712.38-168 694.43-154q-17.96 14-41.05 14z");
2906
+ export const SeatWindow = /*#__PURE__*/ b("M572-600q-12.46 0-21.5-7.23t-12.65-19.08L483.92-814q-4.61-17.69 5.93-31.84Q500.38-860 518.46-860h250.31q12.46 0 21.5 7.23t12.65 19.08L856.84-646q4.62 17.69-5.92 31.85Q840.38-600 822.31-600zm18.08-60h200.38l-40.38-140H549.92zm-323.16-8.46q-30.31 0-52.08-21.77t-21.77-52.08q0-30.3 21.77-52.07t52.08-21.77T319-794.38t21.77 52.07q0 30.31-21.77 52.08t-52.08 21.77M499.23-140h-248q-30.31 0-55.12-20.62-24.8-20.61-31.03-50.92L80-640h61.23l85.69 427.69q.77 4.62 5.39 8.46 4.61 3.85 9.23 3.85h257.69zm211.54 87.69L601.69-240H318.31q-25.54 0-44.16-15.38-18.61-15.39-23.84-40.16l-45.54-219.38q-9.23-44.54 20.88-77.5 30.12-32.96 72.35-32.96 31.54 0 57.54 18.88 26 18.89 33.23 51.42L435.07-340h139.24q18.3 0 34 9.46 15.69 9.46 25.53 25.93l129.23 222.3zM590.08-660l-40.16-140z");
2903
2907
  export const Security = /*#__PURE__*/ b("M480-100.77q-129.77-35.39-214.88-152.77Q180-370.92 180-516v-230.15l300-112.31 300 112.31V-516q0 145.08-85.12 262.46Q609.77-136.16 480-100.77m0-63.23q97-30 162-118.5T718-480H480v-314.62L240-705v206.62q0 7.38 2 18.38h238z");
2904
2908
  export const SecurityKey = /*#__PURE__*/ b("M408.46-60q-30.31 0-51.31-21-20.99-21-20.99-51.31v-118.84h-3.85q-30.31 0-51.31-21t-21-51.31v-504.23Q260-858 281-879t51.31-21h295.38Q658-900 679-879t21 51.31v504.23q0 30.31-21 51.31t-51.31 21h-3.85v118.84q0 30.31-20.99 51.31-21 21-51.31 21zM480-469.62q44.23 0 75.19-30.77 30.96-30.76 30.96-74.99t-30.96-75.39q-30.96-31.15-75.19-31.15t-75.19 31.15q-30.96 31.16-30.96 75.39t30.96 74.99q30.96 30.77 75.19 30.77M405.39-120H555q3.85 0 6.54-2.69 2.69-2.7 2.69-6.54v-121.92H396.15v121.92q0 3.84 2.7 6.54 2.69 2.69 6.54 2.69m-76.16-191.15h301.54q3.84 0 6.54-2.7 2.69-2.69 2.69-6.53v-510.39q0-3.84-2.69-6.54-2.7-2.69-6.54-2.69H329.23q-3.84 0-6.54 2.69-2.69 2.7-2.69 6.54v510.39q0 3.84 2.69 6.53 2.7 2.7 6.54 2.7M480-529.61q-19.31 0-32.54-13.24-13.23-13.23-13.23-32.53 0-19.31 13.23-32.93 13.23-13.61 32.54-13.61t32.92 13.61q13.62 13.62 13.62 32.93 0 19.3-13.62 32.53-13.61 13.24-32.92 13.24M329.23-311.15H320h320z");
2905
2909
  export const Segment = /*#__PURE__*/ b("M380-254.62v-59.99h440v59.99zM380-450v-60h440v60zM140-645.39v-59.99h680v59.99z");
@@ -2966,6 +2970,7 @@ export const SettingsPhone = /*#__PURE__*/ b("M442.65-534.96q-10.34-10.35-10.34-
2966
2970
  export const SettingsPhotoCamera = /*#__PURE__*/ b("M583.08-100q-23.08 0-39.23-16.16-16.16-16.15-16.16-39.23V-340q0-23.08 16.16-39.23 16.15-16.15 39.23-16.15h55.38l36.92-36.93h73.85l36.92 36.93h55.39q23.07 0 39.23 16.15 16.15 16.15 16.15 39.23v184.61q0 23.08-16.15 39.23Q864.61-100 841.54-100zm181.3-95.62q21.77-21.77 21.77-52.07 0-30.31-21.77-52.08t-52.07-21.77q-30.31 0-52.08 21.77t-21.77 52.08q0 30.3 21.77 52.07t52.08 21.77q30.3 0 52.07-21.77M480.46-600q-49.92 0-84.96 35.04T360.46-480q0 39.92 21.81 70.15T440-366.77v-67.69q-8.77-8-14.15-20.89-5.39-12.88-5.39-24.65 0-25 17.5-42.5t42.5-17.5q14 0 25.19 5.5 11.2 5.5 19.2 14.5h68.07q-12.23-35.54-42.58-57.77Q520-600 480.46-600m-92.77 500-15.23-121.85q-16.07-5.38-32.96-15.07-16.88-9.7-30.19-20.77L196.46-210l-92.3-160 97.61-73.77q-1.38-8.92-1.96-17.92t-.58-17.93q0-8.53.58-17.34t1.96-19.27L104.16-590l92.3-159.23 112.46 47.31q14.47-11.46 30.89-20.96t32.27-15.27L387.69-860h184.62l15.23 122.23q18 6.54 32.57 15.27 14.58 8.73 29.43 20.58l114-47.31L855.84-590l-88.07 66.92q.38.77.38 1.54t.39 1.54h-74.08q-1-5-1.81-9.92-.8-4.93-2.8-9.93L777.38-606 738-674l-100.54 42.38q-20.08-21.46-48.11-37.92-28.04-16.46-56.73-23.31L520-800h-79.38l-13.24 106.77q-30.61 7.23-56.53 22.15-25.93 14.93-49.47 38.46L222-674l-39.38 68L269-541.62q-5 14.24-7 29.62t-2 32.38q0 15.62 2 30.62t6.62 29.62l-86 65.38L222-286l99-42q24 24.62 54.19 41.04T440-264.38V-100z");
2967
2971
  export const SettingsPower = /*#__PURE__*/ b("M450-480v-366.92h60V-480zm30 260q-125.54 0-212.77-87.23T180-520q0-75.15 34.96-140.31 34.96-65.15 96.89-107.84l43.38 43.38Q302-691.62 271-637.31T240-520q0 100 70 170t170 70 170-70 70-170q0-63-30.62-117.69-30.61-54.69-84.61-87.08l43.38-43.38q61.16 43.46 96.5 108.42Q780-594.77 780-520q0 125.54-87.23 212.77T480-220M320-4.62q-14.69 0-25.04-10.34Q284.62-25.31 284.62-40t10.34-25.04Q305.31-75.38 320-75.38t25.04 10.34Q355.38-54.69 355.38-40t-10.34 25.04Q334.69-4.62 320-4.62m160 0q-14.69 0-25.04-10.34Q444.62-25.31 444.62-40t10.34-25.04Q465.31-75.38 480-75.38t25.04 10.34Q515.38-54.69 515.38-40t-10.34 25.04Q494.69-4.62 480-4.62m160 0q-14.69 0-25.04-10.34Q604.62-25.31 604.62-40t10.34-25.04Q625.31-75.38 640-75.38t25.04 10.34Q675.38-54.69 675.38-40t-10.34 25.04Q654.69-4.62 640-4.62");
2968
2972
  export const SettingsRemote = /*#__PURE__*/ b("M365.39-50q-14.7 0-25.04-10.35Q330-70.69 330-85.39v-469.22q0-14.7 10.35-25.04Q350.69-590 365.39-590h229.22q14.7 0 25.04 10.35Q630-569.31 630-554.61v469.22q0 14.7-10.35 25.04Q609.31-50 594.61-50zM480-398.46q17.15 0 29.35-12.19 12.19-12.2 12.19-29.35t-12.19-29.35q-12.2-12.19-29.35-12.19t-29.35 12.19q-12.19 12.2-12.19 29.35t12.19 29.35q12.2 12.19 29.35 12.19M338.77-675.85 296.62-718q37.69-35.38 84.84-53.69Q428.62-790 480-790t98.54 18.31q47.15 18.31 84.84 53.69l-42.15 42.15q-29.38-26.69-65.69-40.42T480-730t-75.54 13.73-65.69 40.42M226-787.85 182.62-832q60.69-56.77 137.34-87.38Q396.62-950 480-950q83 0 159.65 30.81 76.66 30.81 135.73 89.19L734-787.85q-51.15-50.07-116.77-76.11Q551.62-890 480-890t-137.23 26.04Q277.15-837.92 226-787.85M390-110h180v-420H390zm0 0h180z");
2973
+ export const SettingsScreen = /*#__PURE__*/ b("M592.31-100Q562-100 541-121t-21-51.31v-155.38Q520-358 541-379t51.31-21h235.38Q858-400 879-379t21 51.31v155.38Q900-142 879-121t-51.31 21zm0-60h235.38q5.39 0 8.85-3.46t3.46-8.85v-155.38q0-5.39-3.46-8.85t-8.85-3.46H592.31q-5.39 0-8.85 3.46t-3.46 8.85v155.38q0 5.39 3.46 8.85t8.85 3.46M441.92-366q-35.69-12.46-58.57-43.08-22.89-30.61-22.89-70.92 0-49.92 35.04-84.96T480.46-600q49.15 0 84 34.27t36 83.04h-25.85q-9.84.38-18.19 1.69-8.34 1.31-16.57 3.92v-4.3Q539.46-506 522.27-523t-41.81-17q-25 0-42.5 17.5t-17.5 42.5q0 20.62 12.12 36.12 12.11 15.5 30.96 20.88-8.92 12.77-14.39 26.77-5.46 14-7.23 30.23m-54.23 266-15.23-121.85q-16.07-5.38-32.96-15.07-16.88-9.7-30.19-20.77L196.46-210l-92.3-160 97.61-73.77q-1.38-8.92-1.96-17.92t-.58-17.93q0-8.53.58-17.34t1.96-19.27L104.16-590l92.3-159.23 112.46 47.31q14.47-11.46 30.89-20.96t32.27-15.27L387.69-860h184.62l15.23 122.23q18 6.54 32.57 15.27 14.58 8.73 29.43 20.58l114-47.31L855.84-590l-99.15 74.92q2.15 9.69 2.35 18.12.19 8.42.19 16.96h-60.77q-.61-18.23-2.61-32.15-2-13.93-6-27.7L777.38-606 738-674l-100.54 42.38q-20.08-21.46-48.11-37.92-28.04-16.46-56.73-23.31L520-800h-79.38l-13.24 106.77q-30.61 7.23-56.53 22.15-25.93 14.93-49.47 38.46L222-674l-39.38 68L269-541.62q-5 14.24-7 29.62t-2 32.38q0 15.62 2 30.62t6.62 29.62l-86 65.38L222-286l99-42q24 24.62 54.19 41.04T440-264.38V-100zm92.77-380");
2969
2974
  export const SettingsSeating = /*#__PURE__*/ b("M326.17-100q-14.71 0-24.67-10.16-9.96-10.15-9.96-24.65t9.95-24.46 24.65-9.96q14.71 0 24.67 9.95t9.96 24.66q0 14.31-9.95 24.46Q340.87-100 326.17-100m153.46 0q-14.71 0-24.67-10.16-9.96-10.15-9.96-24.65t9.95-24.46 24.65-9.96q14.71 0 24.67 9.95t9.96 24.66q0 14.31-9.95 24.46Q494.33-100 479.63-100m153.45 0q-14.31 0-24.46-10.16-10.16-10.15-10.16-24.65t10.16-24.46q10.15-9.96 24.65-9.96t24.46 9.95 9.96 24.66q0 14.31-9.95 24.46Q647.79-100 633.08-100M334.62-255.39v-116.53H324q-28.54 0-49.42-19.08-20.89-19.08-22.89-47L220-820h85.31q40.01 0 69.35 25.31T410.85-730l23.38 151.92h160.38q60.24 0 102.81 42.77Q740-492.54 740-431.92v60h-76.92v116.53h-60v-116.53H394.61v116.53zM680-431.92q0-35.69-25.08-60.93-25.08-25.23-60.31-25.23H383.15l-31.3-201.77q-2.77-17.69-16.02-28.92Q322.59-760 305.31-760h-20.23l26.61 316.92q.39 5 3.66 8.08t8.27 3.08zm-368.31 0");
2970
2975
  export const SettingsSlowMotion = /*#__PURE__*/ b("M645.31-104q-58.62-9.62-100.27-51.58t-50.89-100.57h45.93q8.61 39.61 37.11 68.11t68.12 37.12zm56.92 1v-47.92q46.85-10.23 77.65-47.04 30.81-36.81 30.81-86.66 0-49.84-30.81-86.65-30.8-36.81-77.65-47.04v-47.92q66.23 10.23 111.19 61.31 44.96 51.07 44.96 120.3t-44.96 120.31T702.23-103M494.15-313.08q9.24-58.61 50.89-100.57t100.27-51.58v46.92q-39.62 8.62-68.12 37.12t-37.11 68.11zm142.7 102.31v-147.69l114 73.84zM387.69-100l-15.23-121.85q-16.07-5.38-32.96-15.07-16.88-9.7-30.19-20.77L196.46-210l-92.3-160 97.61-73.77q-1.38-8.92-1.96-17.92t-.58-17.93q0-8.53.58-17.34t1.96-19.27L104.16-590l92.3-159.23 112.46 47.31q14.47-11.46 30.89-20.96t32.27-15.27L387.69-860h184.62l15.23 122.23q18 6.54 32.57 15.27 14.58 8.73 29.43 20.58l114-47.31L855.84-590l-74 56q-17-7.54-34.8-12.92-17.81-5.39-37.27-8L777.38-606 738-674l-100.54 42.38q-20.08-21.46-48.11-37.92-28.04-16.46-56.73-23.31L520-800h-79.38l-13.24 106.77q-30.61 7.23-56.53 22.15-25.93 14.93-49.47 38.46L222-674l-39.38 68L269-541.62q-5 14.24-7 29.62t-2 32.38q0 15.62 2 30.62t6.62 29.62l-86 65.38L222-286l99-42q18.15 18.15 38.42 31.65t44.04 22.12q1.77 50.46 21 95.08 19.23 44.61 51.46 79.15zm31.77-276.31q4.85-15 11.43-28.69 6.57-13.69 14.88-26.46-11.77-8-18.54-20.69-6.77-12.7-6.77-27.85 0-25 17.5-42.5t42.5-17.5q14.77 0 27.96 6.88 13.2 6.89 21.2 18.66 12.76-8.31 26.34-14.69 13.58-6.39 28.19-10.62-15.31-27.38-42.88-43.81Q513.69-600 480.46-600q-50.54 0-85.27 35.04T360.46-480q0 33 15.81 60.69t43.19 43");
2971
2976
  export const SettingsSystemDaydream = /*#__PURE__*/ b("M363.08-341.92h260q33.53 0 56.77-23.24 23.23-23.23 23.23-56.76 0-33.54-23.23-56.77-23.24-23.23-56.77-23.23h-11.23q-4.93-49.85-38.54-84.92-33.62-35.08-82.69-35.08-40.47 0-73.97 21.38-33.5 21.39-47.26 58.62h-13.08q-40.08 0-66.65 29.65-26.58 29.66-26.58 70.35 0 41.92 29.04 70.96 29.03 29.04 70.96 29.04m0-60q-17 0-28.5-11.5t-11.5-28.5 11.5-28.5 28.5-11.5h51.15v-10q0-29 20.69-49.5 20.7-20.5 52-20.5 31.31 0 51.81 23.57 20.5 23.58 20.5 54.89v41.54h63.85q8 0 14 6t6 14-6 14-14 6zM172.31-180Q142-180 121-201t-21-51.31v-455.38Q100-738 121-759t51.31-21h615.38Q818-780 839-759t21 51.31v455.38Q860-222 839-201t-51.31 21zm0-60h615.38q4.62 0 8.46-3.85 3.85-3.84 3.85-8.46v-455.38q0-4.62-3.85-8.46-3.84-3.85-8.46-3.85H172.31q-4.62 0-8.46 3.85-3.85 3.84-3.85 8.46v455.38q0 4.62 3.85 8.46 3.84 3.85 8.46 3.85M160-240v-480z");
@@ -3099,6 +3104,7 @@ export const SmbShare = /*#__PURE__*/ b("M471.15-446.15h171.46q22.54 0 38.24-15.
3099
3104
  export const SmokeFree = /*#__PURE__*/ b("M799.69-69.85 537.23-332.31H102.31v-95.38h339.54L77.54-792l42.15-42.15L841.85-112zm-58-262.46-20.92-20.92v-74.46h47.69v95.38zm66.77 0v-95.38h47.69v95.38zm-127.69-54.77-40.62-40.61h40.62zm40-88.3v-52q0-37.47-23-59.12t-55-21.65h-62q-50.62 0-86.15-35.87-35.54-35.86-35.54-87.36 0-50.22 35.54-85.19 35.53-34.97 86.15-34.97v47.7q-30 0-52 20.54t-22 51.84q0 31.31 22 53.46 22 22.16 52 22.16h62q51.38 0 88.54 34.65 37.15 34.65 37.15 85.19v60.62zm87.69 0v-90q0-66-46-110.93-46-44.92-114-44.92v-47.69q30 0 51.62-21.62 21.61-21.61 21.61-51.61h47.69q0 29-11.38 51.15-11.39 22.16-29.39 38.64 54.08 21.44 90.81 70.82 36.73 49.39 36.73 116.16v90z");
3100
3105
  export const SmokingRooms = /*#__PURE__*/ b("M103.08-216.92v-95.39h578.46v95.39zm618.46 0v-95.39h47.69v95.39zm87.69 0v-95.39h47.69v95.39zM721.54-360v-52q0-37.46-23-59.12-23-21.65-55-21.65h-62q-50.62 0-86.15-35.86-35.54-35.87-35.54-87.37 0-50.21 35.54-85.18 35.53-34.97 86.15-34.97v47.69q-30 0-52 20.54t-22 51.85q0 31.3 22 53.46 22 22.15 52 22.15h62q51.38 0 88.54 34.65 37.15 34.66 37.15 85.2V-360zm87.69 0v-90q0-66-46-110.92-46-44.93-114-44.93v-47.69q30 0 51.62-21.61 21.61-21.62 21.61-51.62 0-30.77-21.61-52.77-21.62-22-51.62-22v-47.69q50.61 0 85.77 35.92 35.15 35.93 35.15 86.54 0 29-11.38 51.16-11.39 22.15-29.39 38.64 54.08 21.43 90.81 70.82 36.73 49.38 36.73 116.15v90z");
3101
3106
  export const Sms = /*#__PURE__*/ b("M345.04-534.96q10.34-10.35 10.34-25.04t-10.34-25.04q-10.35-10.34-25.04-10.34t-25.04 10.34q-10.34 10.35-10.34 25.04t10.34 25.04q10.35 10.34 25.04 10.34t25.04-10.34m160 0q10.34-10.35 10.34-25.04t-10.34-25.04q-10.35-10.34-25.04-10.34t-25.04 10.34q-10.34 10.35-10.34 25.04t10.34 25.04q10.35 10.34 25.04 10.34t25.04-10.34m160 0q10.34-10.35 10.34-25.04t-10.34-25.04q-10.35-10.34-25.04-10.34t-25.04 10.34q-10.34 10.35-10.34 25.04t10.34 25.04q10.35 10.34 25.04 10.34t25.04-10.34M100-118.46v-669.23Q100-818 121-839t51.31-21h615.38Q818-860 839-839t21 51.31v455.38Q860-302 839-281t-51.31 21H241.54zM216-320h571.69q4.62 0 8.46-3.85 3.85-3.84 3.85-8.46v-455.38q0-4.62-3.85-8.46-3.84-3.85-8.46-3.85H172.31q-4.62 0-8.46 3.85-3.85 3.84-3.85 8.46v523.08zm-56 0v-480z");
3107
+ export const Snail = /*#__PURE__*/ b("M140-179.62q0-54.46 27.19-101 27.2-46.53 73.35-75.15-46.69-23-73.62-67.81Q140-468.38 140-522.31q0-107.15 76.5-182.42T403.46-780q67.93 0 126.85 32.23t93.92 88.54q16.62-37.69 51.35-59.81 34.73-22.11 76.88-22.11 57.23 0 102.38 29.15Q900-682.85 900-631.23q0 41.72-29.54 71.01-29.54 29.3-71.15 29.3h-15.85v167.07q0 77.38-54.46 130.81-54.46 53.42-131.31 53.42zm185.77-214.23q52.72 0 89.63-36.76 36.91-36.77 36.91-83.24 0-28.23-13.89-42.57-13.88-14.35-34.04-14.35-21.15 0-35.07 12.61-13.93 12.6-13.93 31.24h-59.99q0-43.08 31.34-73.46 31.35-30.39 76.19-30.39 46.31 0 77.85 33t31.54 83.92q0 32.47-13.5 64.39t-37.35 55.61h78.16q27.88 0 47.4-19.11 19.52-19.12 19.52-47.42v-58.08q0-83.64-59.45-142.59T403.29-720q-85.37 0-144.33 57.82Q200-604.35 200-522.31q0 54.08 36.16 91.27t89.61 37.19M214.08-239.62h383.61q51.93 0 88.85-35.84 36.92-35.85 36.92-88.39v-163.61q0-27.77 17.16-45.61 17.15-17.85 44.84-17.85h15.78q16.99 0 27.88-11.66Q840-614.24 840-631.42q0-13.5-8.73-23.23t-22.04-14.89q-14.38-5.38-28.51-8.5-14.13-3.11-28.26-3.11-35.89 0-60.91 25.03-25.01 25.04-25.01 60.74v135q0 53.32-37.17 89.93-37.17 36.6-89.75 36.6h-175q-49.36 0-90.3 25.16-40.94 25.15-60.24 69.07m493.23-13.3");
3102
3108
  export const SnippetFolder = /*#__PURE__*/ b("M573.85-333.85v-212.3h63.84l68.46 68.46v143.84zm-47.7 47.7h227.7v-211.16l-96.54-96.54H526.15zM172.31-180Q142-180 121-201t-21-51.31v-455.38Q100-738 121-759t51.31-21h219.61l80 80h315.77Q818-700 839-679t21 51.31v375.38Q860-222 839-201t-51.31 21zm0-60h615.38q5.39 0 8.85-3.46t3.46-8.85v-375.38q0-5.39-3.46-8.85t-8.85-3.46H447.38l-80-80H172.31q-5.39 0-8.85 3.46t-3.46 8.85v455.38q0 5.39 3.46 8.85t8.85 3.46M160-240v-480z");
3103
3109
  export const Snooze = /*#__PURE__*/ b("M386.15-334.77h187.7v-47.69h-119.7l119.7-134.46v-45.54h-187.7v47.69h121.7l-121.7 136.46zm-38.76 208q-61.85-26.77-107.85-72.77t-72.77-107.85Q140-369.23 140-440t26.77-132.61q26.77-61.85 72.77-107.85t107.85-72.77Q409.23-780 480-780t132.61 26.77q61.85 26.77 107.85 72.77t72.77 107.85Q820-510.77 820-440t-26.77 132.61q-26.77 61.85-72.77 107.85t-107.85 72.77Q550.77-100 480-100t-132.61-26.77M230.15-844.46l42.16 42.15-154.62 154.62-42.15-42.16zm499.7 0 154.61 154.61-42.15 42.16-154.62-154.62zM480-160q116.62 0 198.31-81.69T760-440t-81.69-198.31T480-720t-198.31 81.69T200-440t81.69 198.31T480-160");
3104
3110
  export const Snowboarding = /*#__PURE__*/ b("M751.38-66.15q-8.61 0-17.92-1t-18.31-3l-505-108q-42.46-8.62-73.8-34.16-31.35-25.54-47.96-62.38-1.62-3.23-1.62-13.77 1.85-9.31 9.73-15.35t17.81-4.8q5.84 1.23 10.27 5.15 4.42 3.92 7.03 9.15 12.77 26.16 35.43 45.31 22.65 19.15 52.81 25.15l26.69 5.16 144.23-95.54-34.31-147.31q-3.61-13.46-.81-28.19 2.81-14.73 9.66-26.81L473-690H358.23L283-568.39 231.92-600l93.47-150H548q24.69 0 39.65 13.65 14.96 13.66 20.58 25.89l21 47.61q20.77 48.39 64.69 79.47 43.93 31.07 99.93 33v59.99q-66.54-1.15-121.08-35.03-54.54-33.89-90.31-93.5L495.85-482l136.46 108.54 39.61 246.08 52.93 10.53q6.38 2 13.27 2.5 6.88.5 13.26.5 24.39 0 44.74-8.38 20.34-8.38 37.73-22.77 3.07-3.08 20.23-5.23 9.92 1.23 15.46 9.54t4.31 17q-.62 4.61-2.74 8.23-2.11 3.61-5.34 6.84-23.08 21.23-53.12 31.85-30.03 10.62-61.27 10.62m-142.69-74.62-31.54-197.92-137.07-97.16 18.77 148-130.24 86.77zM640-766.15q-30.31 0-52.08-21.77T566.15-840t21.77-52.08T640-913.85t52.08 21.77T713.85-840t-21.77 52.08T640-766.15");
@@ -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("M160-160q-33 0-56.5-23.5T80-24
1046
1046
  export const Drone = /*#__PURE__*/ b("M160-160q0-75 41-134.5T307-381l-10-99H160v-240H40v-80h320v80H240v160h48l-8-80h400l-8 80h48v-160H600v-80h321v80H801v240H664l-10 99q65 27 105.5 86.5T800-160h-80q0-66-47-113t-113-47H400q-66 0-113 47t-47 113z");
1047
1047
  export const DroneTwo = /*#__PURE__*/ b("M259-80q-75 0-127-53T80-261t52-127 127-52q22 0 42.5 5t38.5 14q14-29 15-60t-11-60q-19 10-40 15t-44 5q-75 0-127.5-52.5T80-701t52.5-127T260-880t127.5 52T440-701q0 23-5.5 44T419-617q29 12 60 11.5t60-14.5q-9-18-14-38.5t-5-42.5q0-75 52-127t127-52 128 52 53 127-53 128-128 53q-24 0-45.5-6T612-543q-13 30-12 61.5t15 62.5q19-10 40-15.5t44-5.5q75 0 128 52t53 127-53 128-128 53-127-53-52-128q0-23 5.5-44t15.5-40q-31-14-62.5-15.5T417-349q11 20 17 42t6 46q0 75-53 128T259-80m440-520q42 0 71.5-29.5T800-701t-29.5-70.5T699-800t-70.5 28.5T600-701q0 8 1.5 16.5T605-668l60-60q12-12 28-12t28 12 12 28-12 28l-62 63q9 5 19 7t21 2m-439-1q10 0 19-2t17-5l-64-64q-12-12-12-28t12-28 28-12 28 12l65 64q3-8 5-17.5t2-19.5q0-42-29-71t-71-29-71 29-29 71 29 71 71 29m439 441q42 0 71.5-29.5T800-261t-29.5-70.5T699-360q-10 0-19 1.5t-17 4.5l66 66q12 12 12 28t-12 28q-13 12-29 12t-28-12l-65-65q-3 8-5 17t-2 19q0 42 28.5 71.5T699-160m-440 0q42 0 71.5-29.5T360-261q0-11-2-21.5t-7-19.5l-70 70q-12 12-28.5 12T224-232t-12-28 12-28l67-67q-8-2-16-3.5t-16-1.5q-42 0-70.5 28.5T160-261t28.5 71.5T259-160m221-280q17 0 28.5-11.5T520-480t-11.5-28.5T480-520t-28.5 11.5T440-480t11.5 28.5T480-440");
1048
1048
  export const Dropdown = /*#__PURE__*/ b("M440-440h280v-280H440zM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120z");
1049
+ export const DropdownMenu = /*#__PURE__*/ b("m580-380 140-140H440zM320-200q-117 0-198.5-81.5T40-480t81.5-198.5T320-760h320q117 0 198.5 81.5T920-480t-81.5 198.5T640-200z");
1049
1050
  export const DropperEye = /*#__PURE__*/ b("M120-120v-190l357-357-57-57 57-56 77 76 124-124q5-5 12.5-8t15.5-3 15 3 13 8l94 94q5 6 8 13t3 15-3 15.5-8 12.5L704-554l56 58-56 56-170-170-334 333v77h42q10 22 21.5 42t24.5 38zm480 80q-91 0-168-48T320-220q35-84 112-132t168-48 168 48 112 132q-35 84-112 132T600-40m71-109q29-29 29-71t-29-71-71-29-71 29-29 71 29 71 71 29 71-29m-113.5-28.5Q540-195 540-220t17.5-42.5T600-280t42.5 17.5T660-220t-17.5 42.5T600-160t-42.5-17.5");
1050
1051
  export const Dry = /*#__PURE__*/ b("M240-80q-66 0-113-47T80-240v-216q0-31 14.5-57.5T135-557l330-214 20 20q20 20 23.5 47.5T497-652l-45 72h308q17 0 28.5 11.5T800-540t-11.5 28.5T760-500H480v60h360q17 0 28.5 11.5T880-400t-11.5 28.5T840-360H480v60h320q17 0 28.5 11.5T840-260t-11.5 28.5T800-220H480v60h240q17 0 28.5 11.5T760-120t-11.5 28.5T720-80zm359-560q5-41-.5-64.5T569-758q-31-40-41.5-77t-3.5-85h76q-8 51 5 75t36 56q26 35 34 69.5t1 79.5zm161 0q5-41-1-64.5T729-758q-31-40-41-77t-3-85h75q-8 51 5 75t36 56q26 35 34 69.5t1 79.5z");
1051
1052
  export const DryCleaning = /*#__PURE__*/ b("M280-80v-240h-64q-40 0-68-28t-28-68q0-29 16-53.5t42-36.5l262-116v-26q-36-13-58-43.5T360-760q0-50 35-85t85-35 85 35 35 85h-80q0-17-11.5-28.5T480-800t-28.5 11.5T440-760t11.5 28.5T480-720t28.5 11.5T520-680v58l262 116q26 12 42 36.5t16 53.5q0 40-28 68t-68 28h-64v240zm-64-320h64v-40h400v40h64q7 0 11.5-5t4.5-13q0-5-2.5-8.5T750-432L480-552 210-432q-5 2-7.5 5.5T200-418q0 8 4.5 13t11.5 5");
@@ -1193,6 +1194,7 @@ export const Extension = /*#__PURE__*/ b("M352-120H200q-33 0-56.5-23.5T120-200v-
1193
1194
  export const ExtensionOff = /*#__PURE__*/ b("M200-120q-33 0-56.5-23.5T120-200v-152q48 0 84-30.5t36-77.5-36-77.5-84-30.5v-152q0-17 6-31.5t17-25.5l634 634q-11 11-25.5 17t-31.5 6H568q0-48-30.5-84T460-240t-77.5 36-30.5 84zm600-154L274-800h86q0-42 29-71t71-29 71 29 29 71h160q33 0 56.5 23.5T800-720v160q42 0 71 29t29 71-29 71-71 29zm-9 219L55-791l57-57 736 736z");
1194
1195
  export const Eyebrow = /*#__PURE__*/ b("M600-400q-25 0-69.5 9T432-367t-112.5 35T206-289q-11 5-22.5 7t-23.5 2q-50 0-85-35t-35-85v-103q0-43 27-76.5t69-41.5q72-14 139-25t126-18.5T510.5-676t89.5-4q124 0 212.5 99.5T921-320q2 11-5.5 20T896-286q-11 5-23 3t-23-10q-64-50-131-78.5T600-400m0-80q54 0 100 14.5T815-412q-33-91-88.5-139.5T600-600q-80 0-201.5 16T152-542q-14 3-23 14t-9 25v103q0 22 17.5 33.5T175-363q60-25 123-46.5t120-37T522.5-471t77.5-9m0 0q-30 0-77.5 9T418-446.5t-120 37T175-363q-20 8-37.5-3.5T120-400v-103q0-14 9-25t23-14q125-26 246.5-42T600-600q71 0 126.5 48.5T815-412q-69-39-115-53.5T600-480");
1195
1196
  export const Eyeglasses = /*#__PURE__*/ b("M274-360q31 0 55.5-18t34.5-47l15-46q16-48-8-88.5T302-600H161l19 157q5 35 31.5 59t62.5 24m412 0q36 0 62.5-24t31.5-59l19-157H659q-45 0-69 41t-8 89l14 45q10 29 34.5 47t55.5 18m-412 80q-66 0-115.5-43.5T101-433L80-600H40v-80h262q44 0 80.5 21.5T440-600h81q21-37 57.5-58.5T659-680h261v80h-40l-21 167q-8 66-57.5 109.5T686-280q-57 0-102.5-32.5T520-399l-15-45q-2-7-4-14.5t-4-21.5h-34q-2 12-4 19.5t-4 14.5l-15 46q-18 54-63.5 87T274-280");
1197
+ export const EyeglassesThree = /*#__PURE__*/ b("M260-300q-75 0-127.5-52.5T80-480t52.5-127.5T260-660q56 0 100 30t65 78q13-4 26.5-6t27.5-2 28 2 28 6q21-48 65-78t100-30q75 0 127.5 52.5T880-480t-52.5 127.5T700-300q-73 0-125-50.5T520-473q-10-4-20-5.5t-21-1.5-20.5 2-18.5 5q-3 72-55 122.5T260-300m-71-251q-29 29-29 71t29 71 71 29 71-29 29-71-29-71-71-29-71 29m440 0q-29 29-29 71t29 71 71 29 71-29 29-71-29-71-71-29-71 29");
1196
1198
  export const EyeglassesTwo = /*#__PURE__*/ b("M262-320q-61 0-93-16.5T110-398q-15-25-25.5-59.5T65-520q-11 0-18-7t-7-18v-49q0-9 6-15.5t15-8.5q56-11 101.5-16t87.5-5q61 0 110.5 10t77.5 29h85q24-18 76-28.5T711-639q42 0 87 5t101 16q9 2 15 8.5t6 15.5v49q0 11-7 18t-18 7q-9 28-19.5 62.5T850-398q-26 44-58.5 61T698-320q-63 0-107-27t-61-87q-5-16-8.5-32t-8.5-32q-4-12-12-17.5t-21-5.5q-12 0-20 6t-13 17q-5 16-8.5 32t-8.5 32q-17 60-61 87t-107 27m0-58q71 0 97-42t26-108q0-17-12-26.5T326-572q-26-7-63-8.5t-72 3.5q-26 4-38.5 13T140-538q0 27 4.5 52t13.5 46q16 35 37.5 48.5T262-378m436 0q45 0 66.5-13.5T801-440q9-21 14-46t5-53q0-17-12.5-26.5T768-578q-35-5-71.5-3t-62.5 9q-35 8-47 17t-12 26q0 66 26 108.5t97 42.5");
1197
1199
  export const EyeglassesTwoSound = /*#__PURE__*/ b("M262-378q71 0 97-42t26-108q0-17-12-26t-47-18q-26-7-63-8.5t-72 3.5q-26 4-38.5 13T140-538q0 27 4.5 52t13.5 46q16 35 37.5 48.5T262-378m428 218v-240h60v240zm-110-60v-120h60v120zm220 0v-120h60v120zM262-320q-61 0-93-16.5T110-398q-15-26-25.5-60T65-520q-11 0-18-7t-7-18v-49q0-9 6-15.5t15-8.5q56-11 101.5-16.5T250-640q61 0 110.5 10.5T438-600h85q24-18 76-28.5T711-639q42 0 87 5t101 16q9 2 15 8.5t6 15.5v49q0 11-7 18t-18 7q-7 22-14.5 48.5T862-422q-12-11-25.5-20.5T808-460q5-18 8.5-38t3.5-41q0-17-12.5-26.5T768-578q-35-5-71.5-3t-62.5 9q-35 9-47 18t-12 26q0 28 4 51.5t14 42.5q-12 10-23 21.5T551-387q-7-11-12-22t-9-25q-5-16-8.5-32t-8.5-32q-4-12-12-17.5t-21-5.5q-12 0-20.5 6T447-498q-5 16-8.5 32t-8.5 32q-17 60-61 87t-107 27");
1198
1200
  export const EyeTracking = /*#__PURE__*/ b("M240-40H120q-33 0-56.5-23.5T40-120v-120h80v120h120zm480 0v-80h120v-120h80v120q0 33-23.5 56.5T840-40zM480-220q-120 0-217.5-71T120-480q45-118 142.5-189T480-740t217.5 71T840-480q-45 118-142.5 189T480-220m0-120q58 0 99-41t41-99-41-99-99-41-99 41-41 99 41 99 99 41m0-80q-25 0-42.5-17.5T420-480t17.5-42.5T480-540t42.5 17.5T540-480t-17.5 42.5T480-420M40-720v-120q0-33 23.5-56.5T120-920h120v80H120v120zm800 0v-120H720v-80h120q33 0 56.5 23.5T920-840v120z");
@@ -2774,6 +2776,7 @@ export const ReportOff = /*#__PURE__*/ b("M820-28 678-170l-48 50H330L120-332v-29
2774
2776
  export const RequestPage = /*#__PURE__*/ b("M440-240h80v-40h40q17 0 28.5-11.5T600-320v-120q0-17-11.5-28.5T560-480H440v-40h160v-80h-80v-40h-80v40h-40q-17 0-28.5 11.5T360-560v120q0 17 11.5 28.5T400-400h120v40H360v80h80zM240-80q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h320l240 240v480q0 33-23.5 56.5T720-80z");
2775
2777
  export const RequestQuote = /*#__PURE__*/ b("M240-80q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h320l240 240v480q0 33-23.5 56.5T720-80zm200-120h80v-40h40q17 0 28.5-11.5T600-280v-120q0-17-11.5-28.5T560-440H440v-40h160v-80h-80v-40h-80v40h-40q-17 0-28.5 11.5T360-520v120q0 17 11.5 28.5T400-360h120v40H360v80h80zm87-440h160L527-800z");
2776
2778
  export const ResetBrightness = /*#__PURE__*/ b("m680-60-60-60H520v-100l-60-60 60-60v-100h100l60-60 60 60h100v100l60 60-60 60v100H740zm0-100q50 0 85-35t35-85-35-85-85-35zm151-400h-83q-26-88-99-144t-169-56q-117 0-198.5 81.5T200-480q0 72 32.5 132t87.5 98v-110h80v240H160v-80h94q-62-50-98-122.5T120-480q0-75 28.5-140.5t77-114 114-77T480-840q129 0 226.5 79.5T831-560");
2779
+ export const ResetColors = /*#__PURE__*/ b("M678-44.5Q667-49 658-58L498-218q-18-17-18-42t18-43l146-145-78-78 56-56 281 279q9 9 13.5 20t4.5 22-4.5 22.5T903-218L743-58q-9 9-20.5 13.5T700-40t-22-4.5M568-260h264L700-392zM160-120v-80h94q-62-50-98-122.5T120-480q0-75 28.5-140.5t77-114 114-77T480-840q129 0 226.5 79.5T831-560h-83q-26-88-99-144t-169-56q-117 0-198.5 81.5T200-480q0 72 32.5 132t87.5 98v-110h80v240z");
2777
2780
  export const ResetExposure = /*#__PURE__*/ b("M160-120v-80h94q-62-50-98-122.5T120-480q0-75 28.5-140.5t77-114 114-77T480-840q129 0 226.5 79.5T831-560h-83q-26-88-99-144t-169-56q-117 0-198.5 81.5T200-480q0 72 32.5 132t87.5 98v-110h80v240zm380 40q-25 0-42.5-17.5T480-140v-280q0-25 17.5-42.5T540-480h280q25 0 42.5 17.5T880-420v280q0 25-17.5 42.5T820-80zm20-80h240v-240z");
2778
2781
  export const ResetFocus = /*#__PURE__*/ b("M480-320v-100q0-25 17.5-42.5T540-480h100v60H540v100zm60 240q-25 0-42.5-17.5T480-140v-100h60v100h100v60zm280-240v-100H720v-60h100q25 0 42.5 17.5T880-420v100zM720-80v-60h100v-100h60v100q0 25-17.5 42.5T820-80zm111-480h-83q-26-88-99-144t-169-56q-117 0-198.5 81.5T200-480q0 72 32.5 132t87.5 98v-110h80v240H160v-80h94q-62-50-98-122.5T120-480q0-75 28.5-140.5t77-114 114-77T480-840q129 0 226.5 79.5T831-560");
2779
2782
  export const ResetImage = /*#__PURE__*/ b("M120-600v-240h80v134q50-62 122.5-98T480-840q118 0 210.5 67T820-600h-87q-34-72-101-116t-152-44q-57 0-107.5 21T284-680h76v80zm120 360h480L570-440 450-280l-90-120zM200-80q-33 0-56.5-23.5T120-160v-320h80v320h560v-320h80v320q0 33-23.5 56.5T760-80z");
@@ -2900,6 +2903,7 @@ export const SeatHeatLeft = /*#__PURE__*/ b("m801-458-66-44 13-21q6-9 9-18.5t3-2
2900
2903
  export const SeatHeatRight = /*#__PURE__*/ b("m561-458-66-44 13-21q6-9 9-18.5t3-20.5q0-14-5.5-27T499-612q-21-21-32-48.5T456-718q0-23 6.5-44t18.5-40l13-20 67 44-14 21q-6 9-9 18.5t-3 20.5q0 14 5.5 27t15.5 23q21 21 32 48.5t11 57.5q0 23-6 44t-18 40zm-168 0-66-44 13-21q6-9 9-18.5t3-20.5q0-14-5.5-27T331-612q-21-21-32-48.5T288-718q0-23 6.5-44t18.5-40l13-20 67 44-14 21q-6 9-9 18.5t-3 20.5q0 14 5.5 27t15.5 23q21 21 32 48.5t11 57.5q0 23-6 44t-18 40zm-168 0-66-44 14-21q6-9 8.5-18.5T184-562q0-14-5-27t-15-23q-21-21-32.5-48.5T120-718q0-23 6-44t19-40l14-20 66 44-14 21q-6 8-9 18t-3 21q0 14 5.5 27t15.5 23q21 21 32.5 48.5T264-562q0 23-6.5 44T239-478zm54 338v-40q0-33 23-56.5t57-23.5h204q21 0 40 8t36 19v-44q0-70 19-137t48-130l19-42q11-25 8-51.5T711-664q-8-8-12-18t-4-21q0-23 16.5-40t39.5-17q20 0 37 10.5t26 28.5q13 25 19.5 52t6.5 55q0 16-2 31.5t-7 30.5l-96 373q-8 26-29.5 42.5T657-120z");
2901
2904
  export const SeatVentLeft = /*#__PURE__*/ b("M560-360q-30 0-46-19t-16-41q0-17 7-31t22-24q11-7 19.5-18.5T560-528q-4-2-7.5-4t-6.5-5q-39 15-55 21t-35 6q-38 0-67-33.5T360-640q0-30 19-46t41-16q17 0 31 7t24 22q7 11 18.5 19.5T528-640q2-4 4-7.5t5-6.5q-15-39-21-55t-6-35q0-38 33.5-67t96.5-29q30 0 46 19t16 41q0 17-7 31t-22 24q-11 7-19.5 18.5T640-672q4 2 7.5 4t6.5 5q39-15 55-21t35-6q38 0 67 33.5t29 96.5q0 30-19 46t-41 16q-17 0-31-7t-24-22q-7-11-18.5-19.5T672-560q-2 4-4 7.5t-5 6.5q15 39 21 55t6 35q0 38-33.5 67T560-360m68.5-211.5Q640-583 640-600t-11.5-28.5T600-640t-28.5 11.5T560-600t11.5 28.5T600-560t28.5-11.5M302-120q-27 0-48-16.5T225-179l-96-373q-4-15-6.5-30.5T120-614q0-28 6.5-55t19.5-52q9-18 25.5-28.5T208-760q23 0 40 17t17 40q0 11-4 21t-12 18q-19 20-22.5 46.5T234-566l20 42q29 63 47.5 130T320-257v44q17-11 36-19t40-8h204q34 0 57.5 23.5T681-160v40z");
2902
2905
  export const SeatVentRight = /*#__PURE__*/ b("M320-360q-30 0-46-19t-16-41q0-17 6.5-31t21.5-24q11-7 19.5-18.5T319-528q-4-2-7-4t-6-5q-39 15-55 21t-35 6q-38 0-67-33.5T120-640q0-30 19-46t41-16q17 0 30.5 7t23.5 22q7 11 19 19.5t35 13.5q2-4 4-7.5t5-6.5q-15-39-21-55t-6-35q0-38 33-67t96-29q30 0 46.5 19t16.5 41q0 17-7 31t-22 24q-11 7-19.5 18.5T400-672q4 2 7 4t6 5q39-15 55.5-21t35.5-6q38 0 67 33.5t29 96.5q0 30-19 46t-41 16q-17 0-31-7t-24-22q-7-11-18.5-19.5T432-560q-2 4-4.5 7.5T422-546q15 39 21.5 55t6.5 35q0 38-33.5 67T320-360m68.5-211.5Q400-583 400-600t-11.5-28.5T360-640t-28.5 11.5T320-600t11.5 28.5T360-560t28.5-11.5M279-120v-40q0-33 23.5-56.5T360-240h203q21 0 40.5 8t36.5 19v-44q0-70 18.5-137T706-524l20-42q11-25 7.5-51.5T711-664q-8-8-12-18t-4-21q0-23 16.5-40t39.5-17q20 0 37 10.5t26 28.5q13 25 19.5 52t6.5 55q0 16-2 31.5t-7 30.5l-96 373q-8 26-29 42.5T658-120z");
2906
+ export const SeatWindow = /*#__PURE__*/ b("M577-600q-14 0-24-8t-14-21l-57-200q-5-20 6.5-35.5T520-880h263q14 0 24 8t14 21l57 200q5 20-6.5 35.5T840-600zm-277-80q-33 0-56.5-23.5T220-760t23.5-56.5T300-840t56.5 23.5T380-760t-23.5 56.5T300-680m220 560H262q-33 0-60.5-23.5T167-200L80-640h82l88 440h270zm220 80L624-240H346q-29 0-50.5-17.5T268-304l-44-214q-10-48 23-85t81-37q35 0 63.5 21t36.5 57l44 202h130q21 0 39 11t29 29L810-80z");
2903
2907
  export const Security = /*#__PURE__*/ b("M480-80q-139-35-229.5-159.5T160-516v-244l320-120 320 120v244q0 152-90.5 276.5T480-80m0-84q97-30 162-118.5T718-480H480v-315l-240 90v207q0 7 2 18h238z");
2904
2908
  export const SecurityKey = /*#__PURE__*/ b("M400-40q-33 0-56.5-23.5T320-120v-120q-33 0-56.5-23.5T240-320v-520q0-33 23.5-56.5T320-920h320q33 0 56.5 23.5T720-840v520q0 33-23.5 56.5T640-240v120q0 33-23.5 56.5T560-40zm80-420q50 0 85-35t35-85-35-85-85-35-85 35-35 85 35 85 85 35m-80 340h160v-120H400zm80-420q-17 0-28.5-11.5T440-580t11.5-28.5T480-620t28.5 11.5T520-580t-11.5 28.5T480-540");
2905
2909
  export const Segment = /*#__PURE__*/ b("M360-240v-80h480v80zm0-200v-80h480v80zM120-640v-80h720v80z");
@@ -2966,6 +2970,7 @@ export const SettingsPhone = /*#__PURE__*/ b("M451.5-531.5Q440-543 440-560t11.5-
2966
2970
  export const SettingsPhotoCamera = /*#__PURE__*/ b("m370-80-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 23-15t24-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-85 65H616q-14-43-50-71.5T482-620q-58 0-99 41t-41 99q0 48 27 84t71 50v266zm210 0q-25 0-42.5-17.5T520-140v-200q0-25 17.5-42.5T580-400h60l40-40h80l40 40h60q25 0 42.5 17.5T920-340v200q0 25-17.5 42.5T860-80zm196.5-103.5Q800-207 800-240t-23.5-56.5T720-320t-56.5 23.5T640-240t23.5 56.5T720-160t56.5-23.5");
2967
2971
  export const SettingsPower = /*#__PURE__*/ b("M440-480v-400h80v400zm40 280q-134 0-227-93t-93-227q0-79 36.5-148T298-782l58 58q-54 32-85 86.5T240-520q0 100 70 170t170 70 170-70 70-170q0-63-31-117.5T604-724l58-58q65 45 101.5 114T800-520q0 134-93 227t-227 93M320 0q-17 0-28.5-11.5T280-40t11.5-28.5T320-80t28.5 11.5T360-40t-11.5 28.5T320 0m160 0q-17 0-28.5-11.5T440-40t11.5-28.5T480-80t28.5 11.5T520-40t-11.5 28.5T480 0m160 0q-17 0-28.5-11.5T600-40t11.5-28.5T640-80t28.5 11.5T680-40t-11.5 28.5T640 0");
2968
2972
  export const SettingsRemote = /*#__PURE__*/ b("M360-40q-17 0-28.5-11.5T320-80v-480q0-17 11.5-28.5T360-600h240q17 0 28.5 11.5T640-560v480q0 17-11.5 28.5T600-40zm120-350q21 0 35.5-14.5T530-440t-14.5-35.5T480-490t-35.5 14.5T430-440t14.5 35.5T480-390M338-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("M600-80q-33 0-56.5-23.5T520-160v-160q0-33 23.5-56.5T600-400h240q33 0 56.5 23.5T920-320v160q0 33-23.5 56.5T840-80zm0-80h240v-160H600zM370-80l-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 23-15t24-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-103 78q1 7 1 13.5v13.5H623q0-58-41.5-99T482-620q-59 0-99.5 40.5T342-480q0 48 27.5 84t70.5 50v266z");
2969
2974
  export const SettingsSeating = /*#__PURE__*/ b("M320-80q-17 0-28.5-11.5T280-120t11.5-28.5T320-160t28.5 11.5T360-120t-11.5 28.5T320-80m160 0q-17 0-28.5-11.5T440-120t11.5-28.5T480-160t28.5 11.5T520-120t-11.5 28.5T480-80m160 0q-17 0-28.5-11.5T600-120t11.5-28.5T640-160t28.5 11.5T680-120t-11.5 28.5T640-80M320-240v-120h-6q-32 0-55-21t-25-52l-34-407h98q45 0 78 28t41 72l23 140h160q66 0 113 47t47 113v80h-80v120h-80v-120H400v120z");
2970
2975
  export const SettingsSlowMotion = /*#__PURE__*/ b("m370-80-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 22.5-15t24.5-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-74 56q-30-15-62-23t-66-8q-20 0-38.5 3.5T604-548q-19-33-51.5-52.5T482-620q-58 0-99 41t-41 99q0 38 18.5 70t50.5 51q-6 20-8.5 41.5T400-275q1 56 22.5 106.5T484-80zm278-4q-64-10-109.5-56T483-250h59q9 40 37.5 68.5T648-144zm60 1v-61q48-11 79-48t31-88-31-88-79-48v-61q72 11 121 66.5T878-280t-49 130.5T708-83M483-310q10-64 55.5-110T648-476v60q-40 9-68.5 37.5T542-310zm155 110v-160l124 80z");
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 35M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160z");
@@ -3099,6 +3104,7 @@ export const SmbShare = /*#__PURE__*/ b("M485-440h163q26 0 44-18t18-44-18-44.5-4
3099
3104
  export const SmokeFree = /*#__PURE__*/ b("M792-56 528-320H80v-120h328L56-792l56-56 736 736zm-38-264-34-34v-86h60v120zm66 0v-120h60v120zm-140-74-46-46h46zm40-86v-52q0-39-23-59.5T642-612h-62q-56 0-95-39t-39-95 39-95 95-39v60q-30 0-52 21t-22 53 22 53 52 21h62q56 0 97 36t41 90v66zm100 0v-90q0-66-46-114t-114-48v-60q30 0 52-22t22-52h60q0 29-11 52.5T754-770q56 26 91 80t35 120v90z");
3100
3105
  export const SmokingRooms = /*#__PURE__*/ b("M80-200v-120h600v120zm640 0v-120h60v120zm100 0v-120h60v120zM720-360v-52q0-39-23-59.5T642-492h-62q-56 0-95-39t-39-95 39-95 95-39v60q-30 0-52 21t-22 53 22 53 52 21h62q56 0 97 36t41 90v66zm100 0v-90q0-66-46-114t-114-48v-60q30 0 52-22t22-52-22-52-52-22v-60q56 0 95 39t39 95q0 29-11 52.5T754-650q56 26 91 80t35 120v90z");
3101
3106
  export const Sms = /*#__PURE__*/ b("M80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240zm268.5-451.5Q360-543 360-560t-11.5-28.5T320-600t-28.5 11.5T280-560t11.5 28.5T320-520t28.5-11.5m160 0Q520-543 520-560t-11.5-28.5T480-600t-28.5 11.5T440-560t11.5 28.5T480-520t28.5-11.5m160 0Q680-543 680-560t-11.5-28.5T640-600t-28.5 11.5T600-560t11.5 28.5T640-520t28.5-11.5");
3107
+ export const Snail = /*#__PURE__*/ b("M120-160q0-56 24.5-106t69.5-84q-44-28-69-73t-25-97q0-116 81.5-198T400-800q66 0 125.5 30.5T625-685q22-35 57.5-55t76.5-20q63 0 112 33t49 90q0 47-33 80t-80 33h-7v164q0 84-58.5 142T600-160zm200-240q50 0 85-38.5t35-81.5q0-24-11-32t-25-8q-20 0-32 11.5T360-520h-80q0-50 35-85t86-35q49 0 84 33t35 87q0 29-11 61.5T478-400h62q25 0 42.5-17t17.5-43v-60q0-83-58.5-141.5T400-720q-84 0-142 58.5T200-520q0 51 34.5 85.5T320-400");
3102
3108
  export const SnippetFolder = /*#__PURE__*/ b("M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h240l80 80h320q33 0 56.5 23.5T880-640v400q0 33-23.5 56.5T800-160zm420-180v-200h55l65 65v135zm-60 60h240v-220L660-600H520z");
3103
3109
  export const Snooze = /*#__PURE__*/ b("M380-334h200v-60H468l112-126v-54H380v60h114L380-386zm-40.5 225.5q-65.5-28.5-114-77t-77-114T120-440t28.5-140.5 77-114 114-77T480-800t140.5 28.5 114 77 77 114T840-440t-28.5 140.5-77 114-114 77T480-80t-140.5-28.5M224-866l56 56-170 170-56-56zm512 0 170 170-56 56-170-170z");
3104
3110
  export const Snowboarding = /*#__PURE__*/ b("M751-60q-9 0-18.5-1T714-64L209-172q-44-9-76.5-35.5T83-272q-2-4-2-18 3-12 13-19t23-5q7 2 12 6.5t8 10.5q12 25 33.5 43t50.5 24l19 4 140-94-32-140q-4-15-1-30.5t11-29.5l100-160h-94l-76 122-68-42 100-160h228q27 0 43.5 15t22.5 28l21 48q20 48 64.5 78.5T800-560v80q-70 0-128-33.5T579-602l-72 115 133 107 40 248 46 9q6 2 12.5 2.5t12.5.5q24 0 43-8t36-22q5-5 26-6 13 2 19.5 13t4.5 22q-1 5-3.5 9t-6.5 8q-25 22-56 33t-63 11m-155-90-30-186-114-81 18 133-121 81zm44-610q-33 0-56.5-23.5T560-840t23.5-56.5T640-920t56.5 23.5T720-840t-23.5 56.5T640-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("M440-280h80v-168l64 64 56-56-1
1046
1046
  export const Drone = /*#__PURE__*/ b("M160-160q0-75 41-134.5T307-381l-10-99H160v-240H40v-80h320v80H240v160h48l-8-80h400l-8 80h48v-160H600v-80h321v80H801v240H664l-10 99q65 27 105.5 86.5T800-160h-80q0-66-47-113t-113-47H400q-66 0-113 47t-47 113zm225-240h189l17-160H368zm0 0h189z");
1047
1047
  export const DroneTwo = /*#__PURE__*/ b("M259-80q-75 0-127-53T80-261t52-127 127-52q22 0 42.5 5t38.5 14q14-29 15-60t-11-60q-19 10-40 15t-44 5q-75 0-127.5-52.5T80-701t52.5-127T260-880t127.5 52T440-701q0 23-5.5 44T419-617q29 12 60 11.5t60-14.5q-9-18-14-38.5t-5-42.5q0-75 52-127t127-52 128 52 53 127-53 128-128 53q-24 0-45.5-6T612-543q-13 30-12 61.5t15 62.5q19-10 40-15.5t44-5.5q75 0 128 52t53 127-53 128-128 53-127-53-52-128q0-23 5.5-44t15.5-40q-31-14-62.5-15.5T417-349q11 20 17 42t6 46q0 75-53 128T259-80m440-520q42 0 71.5-29.5T800-701t-29.5-70.5T699-800t-70.5 28.5T600-701q0 8 1.5 16.5T605-668l60-60q12-12 28-12t28 12 12 28-12 28l-62 63q9 5 19 7t21 2m-439-1q10 0 19-2t17-5l-64-64q-12-12-12-28t12-28 28-12 28 12l65 64q3-8 5-17.5t2-19.5q0-42-29-71t-71-29-71 29-29 71 29 71 71 29m439 441q42 0 71.5-29.5T800-261t-29.5-70.5T699-360q-10 0-19 1.5t-17 4.5l66 66q12 12 12 28t-12 28q-13 12-29 12t-28-12l-65-65q-3 8-5 17t-2 19q0 42 28.5 71.5T699-160m-440 0q42 0 71.5-29.5T360-261q0-11-2-21.5t-7-19.5l-70 70q-12 12-28.5 12T224-232t-12-28 12-28l67-67q-8-2-16-3.5t-16-1.5q-42 0-70.5 28.5T160-261t28.5 71.5T259-160m221-280q17 0 28.5-11.5T520-480t-11.5-28.5T480-520t-28.5 11.5T440-480t11.5 28.5T480-440");
1048
1048
  export const Dropdown = /*#__PURE__*/ b("M440-440h280v-280H440zM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120zm0-80h560v-560H200zm0-560v560z");
1049
+ export const DropdownMenu = /*#__PURE__*/ b("m580-380 140-140H440zM320-200q-117 0-198.5-81.5T40-480t81.5-198.5T320-760h320q117 0 198.5 81.5T920-480t-81.5 198.5T640-200zm0-80h320q83 0 141.5-58.5T840-480t-58.5-141.5T640-680H320q-83 0-141.5 58.5T120-480t58.5 141.5T320-280");
1049
1050
  export const DropperEye = /*#__PURE__*/ b("m644-613 100-94-37-37-96 96zm0 0-33-35zM120-120v-190l357-357-57-57 57-56 77 76 124-124q5-5 12.5-8t15.5-3 15 3 13 8l94 94q5 6 8 13t3 15-3 15.5-8 12.5L704-554l56 58-56 56-170-170-334 333v77h42q10 22 21.5 42t24.5 38zm480 80q-91 0-168-48T320-220q35-84 112-132t168-48 168 48 112 132q-35 84-112 132T600-40m107.5-106q50.5-26 82.5-74-32-48-82.5-74T600-320t-107.5 26-82.5 74q32 48 82.5 74T600-120t107.5-26m-150-31.5Q540-195 540-220t17.5-42.5T600-280t42.5 17.5T660-220t-17.5 42.5T600-160t-42.5-17.5");
1050
1051
  export const Dry = /*#__PURE__*/ b("M599-640q5-41-.5-64.5T569-758q-31-40-41.5-77t-3.5-85h76q-8 51 5 75t36 56q26 35 34 69.5t1 79.5zm161 0q5-41-1-64.5T729-758q-31-40-41-77t-3-85h75q-8 51 5 75t36 56q26 35 34 69.5t1 79.5zM240-80q-66 0-113-47T80-240v-216q0-31 14.5-57.5T135-557l330-214 20 20q20 20 23.5 47.5T497-652l-45 72h308q17 0 28.5 11.5T800-540t-11.5 28.5T760-500H308l77-124-207 134q-9 5-13.5 14t-4.5 20v216q0 33 23.5 56.5T240-160h480q17 0 28.5 11.5T760-120t-11.5 28.5T720-80zm240-280v-80h360q17 0 28.5 11.5T880-400t-11.5 28.5T840-360zm0 140v-80h320q17 0 28.5 11.5T840-260t-11.5 28.5T800-220zM320-360");
1051
1052
  export const DryCleaning = /*#__PURE__*/ b("M280-80v-240h-64q-40 0-68-28t-28-68q0-29 16-53.5t42-36.5l262-116v-26q-36-13-58-43.5T360-760q0-50 35-85t85-35 85 35 35 85h-80q0-17-11.5-28.5T480-800t-28.5 11.5T440-760t11.5 28.5T480-720t28.5 11.5T520-680v58l262 116q26 12 42 36.5t16 53.5q0 40-28 68t-68 28h-64v240zm-64-320h64v-40h400v40h64q7 0 11.5-5t4.5-13q0-5-2.5-8.5T750-432L480-552 210-432q-5 2-7.5 5.5T200-418q0 8 4.5 13t11.5 5m144 240h240v-200H360zm0-200h240z");
@@ -1193,6 +1194,7 @@ export const Extension = /*#__PURE__*/ b("M352-120H200q-33 0-56.5-23.5T120-200v-
1193
1194
  export const ExtensionOff = /*#__PURE__*/ b("M200-120q-33 0-56.5-23.5T120-200v-152q48 0 84-30.5t36-77.5-36-77.5-84-30.5v-152q0-17 6-31.5t17-25.5l57 57v88q54 20 87 67t33 105q0 57-33 104t-87 68v88h88q21-54 68-87t104-33 104 33 68 87h88l57 57q-11 11-25.5 17t-31.5 6H568q0-48-30.5-84T460-240t-77.5 36-30.5 84zm600-154-80-80v-86h80q8 0 14-6t6-14-6-14-14-6h-80v-240H480v-80q0-8-6-14t-14-6-14 6-6 14v80h-86l-80-80h86q0-42 29-71t71-29 71 29 29 71h160q33 0 56.5 23.5T800-720v160q42 0 71 29t29 71-29 71-71 29zm-9 219L55-791l57-57 736 736zM460-460");
1194
1195
  export const Eyebrow = /*#__PURE__*/ b("M600-400q-25 0-69.5 9T432-367t-112.5 35T206-289q-11 5-22.5 7t-23.5 2q-50 0-85-35t-35-85v-103q0-43 27-76.5t69-41.5q72-14 139-25t126-18.5T510.5-676t89.5-4q124 0 212.5 99.5T921-320q2 11-5.5 20T896-286q-11 5-23 3t-23-10q-64-50-131-78.5T600-400m0-80q54 0 100 14.5T815-412q-33-91-88.5-139.5T600-600q-80 0-201.5 16T152-542q-14 3-23 14t-9 25v103q0 22 17.5 33.5T175-363q60-25 123-46.5t120-37T522.5-471t77.5-9m-133-23");
1195
1196
  export const Eyeglasses = /*#__PURE__*/ b("M274-360q31 0 55.5-18t34.5-47l15-46q16-48-8-88.5T302-600H161l19 157q5 35 31.5 59t62.5 24m412 0q36 0 62.5-24t31.5-59l19-157H659q-45 0-69 41t-8 89l14 45q10 29 34.5 47t55.5 18m-412 80q-66 0-115.5-43.5T101-433L80-600H40v-80h262q44 0 80.5 21.5T440-600h81q21-37 57.5-58.5T659-680h261v80h-40l-21 167q-8 66-57.5 109.5T686-280q-57 0-102.5-32.5T520-399l-15-45q-2-7-4-14.5t-4-21.5h-34q-2 12-4 19.5t-4 14.5l-15 46q-18 54-63.5 87T274-280");
1197
+ export const EyeglassesThree = /*#__PURE__*/ b("M260-300q-75 0-127.5-52.5T80-480t52.5-127.5T260-660q56 0 100 30t65 78q13-4 26.5-6t27.5-2 28 2 28 6q21-48 65-78t100-30q75 0 127.5 52.5T880-480t-52.5 127.5T700-300q-73 0-125-50.5T520-473q-10-4-20-5.5t-21-1.5-20.5 2-18.5 5q-3 72-55 122.5T260-300m-71-251q-29 29-29 71t29 71 71 29 71-29 29-71-29-71-71-29-71 29m440 0q-29 29-29 71t29 71 71 29 71-29 29-71-29-71-71-29-71 29");
1196
1198
  export const EyeglassesTwo = /*#__PURE__*/ b("M262-320q-61 0-93-16.5T110-398q-15-25-25.5-59.5T65-520q-11 0-18-7t-7-18v-49q0-9 6-15.5t15-8.5q56-11 101.5-16t87.5-5q61 0 110.5 10t77.5 29h85q24-18 76-28.5T711-639q42 0 87 5t101 16q9 2 15 8.5t6 15.5v49q0 11-7 18t-18 7q-9 28-19.5 62.5T850-398q-26 44-58.5 61T698-320q-63 0-107-27t-61-87q-5-16-8.5-32t-8.5-32q-4-12-12-17.5t-21-5.5q-12 0-20 6t-13 17q-5 16-8.5 32t-8.5 32q-17 60-61 87t-107 27m0-58q71 0 97-42t26-108q0-17-12-26.5T326-572q-26-7-63-8.5t-72 3.5q-26 4-38.5 13T140-538q0 27 4.5 52t13.5 46q16 35 37.5 48.5T262-378m436 0q45 0 66.5-13.5T801-440q9-21 14-46t5-53q0-17-12.5-26.5T768-578q-35-5-71.5-3t-62.5 9q-35 8-47 17t-12 26q0 66 26 108.5t97 42.5");
1197
1199
  export const EyeglassesTwoSound = /*#__PURE__*/ b("M262-378q71 0 97-42t26-108q0-17-12-26t-47-18q-26-7-63-8.5t-72 3.5q-26 4-38.5 13T140-538q0 27 4.5 52t13.5 46q16 35 37.5 48.5T262-378m428 218v-240h60v240zm-110-60v-120h60v120zm220 0v-120h60v120zM262-320q-61 0-93-16.5T110-398q-15-26-25.5-60T65-520q-11 0-18-7t-7-18v-49q0-9 6-15.5t15-8.5q56-11 101.5-16.5T250-640q61 0 110.5 10.5T438-600h85q24-18 76-28.5T711-639q42 0 87 5t101 16q9 2 15 8.5t6 15.5v49q0 11-7 18t-18 7q-7 22-14.5 48.5T862-422q-12-11-25.5-20.5T808-460q5-18 8.5-38t3.5-41q0-17-12.5-26.5T768-578q-35-5-71.5-3t-62.5 9q-35 9-47 18t-12 26q0 28 4 51.5t14 42.5q-12 10-23 21.5T551-387q-7-11-12-22t-9-25q-5-16-8.5-32t-8.5-32q-4-12-12-17.5t-21-5.5q-12 0-20.5 6T447-498q-5 16-8.5 32t-8.5 32q-17 60-61 87t-107 27");
1198
1200
  export const EyeTracking = /*#__PURE__*/ b("M240-40H120q-33 0-56.5-23.5T40-120v-120h80v120h120zm480 0v-80h120v-120h80v120q0 33-23.5 56.5T840-40zM480-220q-120 0-217.5-71T120-480q45-118 142.5-189T480-740t217.5 71T840-480q-45 118-142.5 189T480-220m0-80q88 0 161-48t112-132q-39-84-112-132t-161-48-161 48-112 132q39 84 112 132t161 48m0-40q58 0 99-41t41-99-41-99-99-41-99 41-41 99 41 99 99 41m0-80q-25 0-42.5-17.5T420-480t17.5-42.5T480-540t42.5 17.5T540-480t-17.5 42.5T480-420M40-720v-120q0-33 23.5-56.5T120-920h120v80H120v120zm800 0v-120H720v-80h120q33 0 56.5 23.5T920-840v120zM480-480");
@@ -2774,6 +2776,7 @@ export const ReportOff = /*#__PURE__*/ b("m792-282-58-56 26-26v-232L596-760H364l
2774
2776
  export const RequestPage = /*#__PURE__*/ b("M440-240h80v-40h40q17 0 28.5-11.5T600-320v-120q0-17-11.5-28.5T560-480H440v-40h160v-80h-80v-40h-80v40h-40q-17 0-28.5 11.5T360-560v120q0 17 11.5 28.5T400-400h120v40H360v80h80zM240-80q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h320l240 240v480q0 33-23.5 56.5T720-80zm0-80h480v-446L526-800H240zm0 0v-640z");
2775
2777
  export const RequestQuote = /*#__PURE__*/ b("M440-200h80v-40h40q17 0 28.5-11.5T600-280v-120q0-17-11.5-28.5T560-440H440v-40h160v-80h-80v-40h-80v40h-40q-17 0-28.5 11.5T360-520v120q0 17 11.5 28.5T400-360h120v40H360v80h80zM240-80q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h320l240 240v480q0 33-23.5 56.5T720-80zm280-560v-160H240v640h480v-480zM240-800v160zv640z");
2776
2778
  export const ResetBrightness = /*#__PURE__*/ b("m680-60-60-60H520v-100l-60-60 60-60v-100h100l60-60 60 60h100v100l60 60-60 60v100H740zm0-100q50 0 85-35t35-85-35-85-85-35zm151-400h-83q-26-88-99-144t-169-56q-117 0-198.5 81.5T200-480q0 72 32.5 132t87.5 98v-110h80v240H160v-80h94q-62-50-98-122.5T120-480q0-75 28.5-140.5t77-114 114-77T480-840q129 0 226.5 79.5T831-560");
2779
+ export const ResetColors = /*#__PURE__*/ b("M678-44.5Q667-49 658-58L498-218q-18-17-18-42t18-43l146-145-78-78 56-56 281 279q9 9 13.5 20t4.5 22-4.5 22.5T903-218L743-58q-9 9-20.5 13.5T700-40t-22-4.5M568-260h264L700-392zM160-120v-80h94q-62-50-98-122.5T120-480q0-75 28.5-140.5t77-114 114-77T480-840q129 0 226.5 79.5T831-560h-83q-26-88-99-144t-169-56q-117 0-198.5 81.5T200-480q0 72 32.5 132t87.5 98v-110h80v240z");
2777
2780
  export const ResetExposure = /*#__PURE__*/ b("M160-120v-80h94q-62-50-98-122.5T120-480q0-75 28.5-140.5t77-114 114-77T480-840q129 0 226.5 79.5T831-560h-83q-26-88-99-144t-169-56q-117 0-198.5 81.5T200-480q0 72 32.5 132t87.5 98v-110h80v240zm380 40q-25 0-42.5-17.5T480-140v-280q0-25 17.5-42.5T540-480h280q25 0 42.5 17.5T880-420v280q0 25-17.5 42.5T820-80zm20-80h240v-240z");
2778
2781
  export const ResetFocus = /*#__PURE__*/ b("M480-320v-100q0-25 17.5-42.5T540-480h100v60H540v100zm60 240q-25 0-42.5-17.5T480-140v-100h60v100h100v60zm280-240v-100H720v-60h100q25 0 42.5 17.5T880-420v100zM720-80v-60h100v-100h60v100q0 25-17.5 42.5T820-80zm111-480h-83q-26-88-99-144t-169-56q-117 0-198.5 81.5T200-480q0 72 32.5 132t87.5 98v-110h80v240H160v-80h94q-62-50-98-122.5T120-480q0-75 28.5-140.5t77-114 114-77T480-840q129 0 226.5 79.5T831-560");
2779
2782
  export const ResetImage = /*#__PURE__*/ b("M120-600v-240h80v134q50-62 122.5-98T480-840q118 0 210.5 67T820-600h-87q-34-72-101-116t-152-44q-57 0-107.5 21T284-680h76v80zm120 360h480L570-440 450-280l-90-120zM200-80q-33 0-56.5-23.5T120-160v-320h80v320h560v-320h80v320q0 33-23.5 56.5T760-80z");
@@ -2900,6 +2903,7 @@ export const SeatHeatLeft = /*#__PURE__*/ b("m801-458-66-44 13-21q6-9 9-18.5t3-2
2900
2903
  export const SeatHeatRight = /*#__PURE__*/ b("m561-458-66-44 13-21q6-9 9-18.5t3-20.5q0-14-5.5-27T499-612q-21-21-32-48.5T456-718q0-23 6.5-44t18.5-40l13-20 67 44-14 21q-6 9-9 18.5t-3 20.5q0 14 5.5 27t15.5 23q21 21 32 48.5t11 57.5q0 23-6 44t-18 40zm-168 0-66-44 13-21q6-9 9-18.5t3-20.5q0-14-5.5-27T331-612q-21-21-32-48.5T288-718q0-23 6.5-44t18.5-40l13-20 67 44-14 21q-6 9-9 18.5t-3 20.5q0 14 5.5 27t15.5 23q21 21 32 48.5t11 57.5q0 23-6 44t-18 40zm-168 0-66-44 14-21q6-9 8.5-18.5T184-562q0-14-5-27t-15-23q-21-21-32.5-48.5T120-718q0-23 6-44t19-40l14-20 66 44-14 21q-6 8-9 18t-3 21q0 14 5.5 27t15.5 23q21 21 32.5 48.5T264-562q0 23-6.5 44T239-478zm54 338v-40q0-33 23-56.5t57-23.5h204q21 0 40 8t36 19v-44q0-70 19-137t48-130l19-42q11-25 8-51.5T711-664q-8-8-12-18t-4-21q0-23 16.5-40t39.5-17q20 0 37 10.5t26 28.5q13 25 19.5 52t6.5 55q0 16-2 31.5t-7 30.5l-96 373q-8 26-29.5 42.5T657-120z");
2901
2904
  export const SeatVentLeft = /*#__PURE__*/ b("M560-360q-30 0-46-19t-16-41q0-17 7-31t22-24q11-7 19.5-18.5T560-528q-4-2-7.5-4t-6.5-5q-39 15-55 21t-35 6q-38 0-67-33.5T360-640q0-30 19-46t41-16q17 0 31 7t24 22q7 11 18.5 19.5T528-640q2-4 4-7.5t5-6.5q-15-39-21-55t-6-35q0-38 33.5-67t96.5-29q30 0 46 19t16 41q0 17-7 31t-22 24q-11 7-19.5 18.5T640-672q4 2 7.5 4t6.5 5q39-15 55-21t35-6q38 0 67 33.5t29 96.5q0 30-19 46t-41 16q-17 0-31-7t-24-22q-7-11-18.5-19.5T672-560q-2 4-4 7.5t-5 6.5q15 39 21 55t6 35q0 38-33.5 67T560-360m68.5-211.5Q640-583 640-600t-11.5-28.5T600-640t-28.5 11.5T560-600t11.5 28.5T600-560t28.5-11.5M302-120q-27 0-48-16.5T225-179l-96-373q-4-15-6.5-30.5T120-614q0-28 6.5-55t19.5-52q9-18 25.5-28.5T208-760q23 0 40 17t17 40q0 11-4 21t-12 18q-19 20-22.5 46.5T234-566l20 42q29 63 47.5 130T320-257v44q17-11 36-19t40-8h204q34 0 57.5 23.5T681-160v40z");
2902
2905
  export const SeatVentRight = /*#__PURE__*/ b("M320-360q-30 0-46-19t-16-41q0-17 6.5-31t21.5-24q11-7 19.5-18.5T319-528q-4-2-7-4t-6-5q-39 15-55 21t-35 6q-38 0-67-33.5T120-640q0-30 19-46t41-16q17 0 30.5 7t23.5 22q7 11 19 19.5t35 13.5q2-4 4-7.5t5-6.5q-15-39-21-55t-6-35q0-38 33-67t96-29q30 0 46.5 19t16.5 41q0 17-7 31t-22 24q-11 7-19.5 18.5T400-672q4 2 7 4t6 5q39-15 55.5-21t35.5-6q38 0 67 33.5t29 96.5q0 30-19 46t-41 16q-17 0-31-7t-24-22q-7-11-18.5-19.5T432-560q-2 4-4.5 7.5T422-546q15 39 21.5 55t6.5 35q0 38-33.5 67T320-360m68.5-211.5Q400-583 400-600t-11.5-28.5T360-640t-28.5 11.5T320-600t11.5 28.5T360-560t28.5-11.5M279-120v-40q0-33 23.5-56.5T360-240h203q21 0 40.5 8t36.5 19v-44q0-70 18.5-137T706-524l20-42q11-25 7.5-51.5T711-664q-8-8-12-18t-4-21q0-23 16.5-40t39.5-17q20 0 37 10.5t26 28.5q13 25 19.5 52t6.5 55q0 16-2 31.5t-7 30.5l-96 373q-8 26-29 42.5T658-120z");
2906
+ export const SeatWindow = /*#__PURE__*/ b("M577-600q-14 0-24-8t-14-21l-57-200q-5-20 6.5-35.5T520-880h263q14 0 24 8t14 21l57 200q5 20-6.5 35.5T840-600zm30-80h180l-35-120H573zm-307 0q-33 0-56.5-23.5T220-760t23.5-56.5T300-840t56.5 23.5T380-760t-23.5 56.5T300-680m220 560H262q-33 0-60.5-23.5T167-200L80-640h82l88 440h270zm220 80L624-240H346q-29 0-50.5-17.5T268-304l-44-214q-10-48 23-85t81-37q35 0 63.5 21t36.5 57l44 202h130q21 0 39 11t29 29L810-80zM607-680l-34-120z");
2903
2907
  export const Security = /*#__PURE__*/ b("M480-80q-139-35-229.5-159.5T160-516v-244l320-120 320 120v244q0 152-90.5 276.5T480-80m0-84q97-30 162-118.5T718-480H480v-315l-240 90v207q0 7 2 18h238z");
2904
2908
  export const SecurityKey = /*#__PURE__*/ b("M400-40q-33 0-56.5-23.5T320-120v-120q-33 0-56.5-23.5T240-320v-520q0-33 23.5-56.5T320-920h320q33 0 56.5 23.5T720-840v520q0 33-23.5 56.5T640-240v120q0 33-23.5 56.5T560-40zm80-420q50 0 85-35t35-85-35-85-85-35-85 35-35 85 35 85 85 35m-80 340h160v-120H400zm-80-200h320v-520H320zm160-220q-17 0-28.5-11.5T440-580t11.5-28.5T480-620t28.5 11.5T520-580t-11.5 28.5T480-540M320-320h320z");
2905
2909
  export const Segment = /*#__PURE__*/ b("M360-240v-80h480v80zm0-200v-80h480v80zM120-640v-80h720v80z");
@@ -2966,6 +2970,7 @@ export const SettingsPhone = /*#__PURE__*/ b("M451.5-531.5Q440-543 440-560t11.5-
2966
2970
  export const SettingsPhotoCamera = /*#__PURE__*/ b("M580-80q-25 0-42.5-17.5T520-140v-200q0-25 17.5-42.5T580-400h60l40-40h80l40 40h60q25 0 42.5 17.5T920-340v200q0 25-17.5 42.5T860-80zm196.5-103.5Q800-207 800-240t-23.5-56.5T720-320t-56.5 23.5T640-240t23.5 56.5T720-160t56.5-23.5M482-620q-58 0-99 41t-41 99q0 48 27 84t71 50v-90q-8-8-13-20.5t-5-23.5q0-25 17.5-42.5T482-540q14 0 25 5.5t19 14.5h90q-13-44-49.5-72T482-620M370-80l-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 23-15t24-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-85 65H696q-1-5-2-10.5t-3-10.5l86-65-39-68-99 42q-22-23-48.5-38.5T533-694l-13-106h-79l-14 106q-31 8-57.5 23.5T321-633l-99-41-39 68 86 64q-5 15-7 30t-2 32q0 16 2 31t7 30l-86 65 39 68 99-42q24 25 54 42t65 22v184z");
2967
2971
  export const SettingsPower = /*#__PURE__*/ b("M440-480v-400h80v400zm40 280q-134 0-227-93t-93-227q0-79 36.5-148T298-782l58 58q-54 32-85 86.5T240-520q0 100 70 170t170 70 170-70 70-170q0-63-31-117.5T604-724l58-58q65 45 101.5 114T800-520q0 134-93 227t-227 93M320 0q-17 0-28.5-11.5T280-40t11.5-28.5T320-80t28.5 11.5T360-40t-11.5 28.5T320 0m160 0q-17 0-28.5-11.5T440-40t11.5-28.5T480-80t28.5 11.5T520-40t-11.5 28.5T480 0m160 0q-17 0-28.5-11.5T600-40t11.5-28.5T640-80t28.5 11.5T680-40t-11.5 28.5T640 0");
2968
2972
  export const SettingsRemote = /*#__PURE__*/ b("M360-40q-17 0-28.5-11.5T320-80v-480q0-17 11.5-28.5T360-600h240q17 0 28.5 11.5T640-560v480q0 17-11.5 28.5T600-40zm120-350q21 0 35.5-14.5T530-440t-14.5-35.5T480-490t-35.5 14.5T430-440t14.5 35.5T480-390M338-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 79m174 654h160v-400H400zm0 0h160z");
2973
+ export const SettingsScreen = /*#__PURE__*/ b("M600-80q-33 0-56.5-23.5T520-160v-160q0-33 23.5-56.5T600-400h240q33 0 56.5 23.5T920-320v160q0 33-23.5 56.5T840-80zm0-80h240v-160H600zM440-346q-43-14-70.5-50T342-480q0-58 41-99t99-41 99 41 41 99h-42q-11 0-20.5 1.5T541-474v-7q0-25-17-42t-42-17-42.5 17.5T422-480q0 21 12.5 36.5T467-423q-12 17-19 36t-8 41M370-80l-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 23-15t24-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-103 78q1 7 1 13.5v13.5h-80q-1-19-3-33.5t-6-27.5l86-65-39-68-99 42q-22-23-48.5-38.5T533-694l-13-106h-79l-14 106q-31 8-57.5 23.5T321-633l-99-41-39 68 86 64q-5 15-7 30t-2 32q0 16 2 31t7 30l-86 65 39 68 99-42q24 25 54 42t65 22v184zm112-400");
2969
2974
  export const SettingsSeating = /*#__PURE__*/ b("M320-80q-17 0-28.5-11.5T280-120t11.5-28.5T320-160t28.5 11.5T360-120t-11.5 28.5T320-80m160 0q-17 0-28.5-11.5T440-120t11.5-28.5T480-160t28.5 11.5T520-120t-11.5 28.5T480-80m160 0q-17 0-28.5-11.5T600-120t11.5-28.5T640-160t28.5 11.5T680-120t-11.5 28.5T640-80M320-240v-120h-6q-32 0-55-21t-25-52l-34-407h98q45 0 78 28t41 72l23 140h160q66 0 113 47t47 113v80h-80v120h-80v-120H400v120zm360-200q0-33-23.5-56.5T600-520H372l-34-206q-2-15-13.5-24.5T298-760h-11l27 320zm-366 0");
2970
2975
  export const SettingsSlowMotion = /*#__PURE__*/ b("M648-84q-64-10-109.5-56T483-250h59q9 40 37.5 68.5T648-144zm60 1v-61q48-11 79-48t31-88-31-88-79-48v-61q72 11 121 66.5T878-280t-49 130.5T708-83M483-310q10-64 55.5-110T648-476v60q-40 9-68.5 37.5T542-310zm155 110v-160l124 80zM370-80l-16-128q-13-5-24.5-12T307-235l-119 50L78-375l103-78q-1-7-1-13.5v-27q0-6.5 1-13.5L78-585l110-190 119 50q11-8 23-15t24-12l16-128h220l16 128q13 5 24.5 12t22.5 15l119-50 110 190-74 56q-22-11-45-18.5T714-558l63-48-39-68-99 42q-22-23-48.5-38.5T533-694l-13-106h-79l-14 106q-31 8-57.5 23.5T321-633l-99-41-39 68 86 64q-5 15-7 30t-2 32q0 16 2 31t7 30l-86 65 39 68 99-42q17 17 36.5 30.5T400-275q1 57 23.5 107T484-80zm41-279q6-20 14.5-38.5T445-433q-11-8-17-20.5t-6-26.5q0-25 17.5-42.5T482-540q14 0 27 6.5t21 17.5q17-11 35-19.5t38-13.5q-18-32-50-51.5T482-620q-59 0-99.5 41T342-480q0 38 18.5 70.5T411-359");
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 6zM160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160zm0-80h640v-480H160zm0 0v-480z");
@@ -3099,6 +3104,7 @@ export const SmbShare = /*#__PURE__*/ b("M485-440h163q26 0 44-18t18-44-18-44.5-4
3099
3104
  export const SmokeFree = /*#__PURE__*/ b("M792-56 528-320H80v-120h328L56-792l56-56 736 736zm-38-264-34-34v-86h60v120zm66 0v-120h60v120zm-140-74-46-46h46zm40-86v-52q0-39-23-59.5T642-612h-62q-56 0-95-39t-39-95 39-95 95-39v60q-30 0-52 21t-22 53 22 53 52 21h62q56 0 97 36t41 90v66zm100 0v-90q0-66-46-114t-114-48v-60q30 0 52-22t22-52h60q0 29-11 52.5T754-770q56 26 91 80t35 120v90z");
3100
3105
  export const SmokingRooms = /*#__PURE__*/ b("M80-200v-120h600v120zm640 0v-120h60v120zm100 0v-120h60v120zM720-360v-52q0-39-23-59.5T642-492h-62q-56 0-95-39t-39-95 39-95 95-39v60q-30 0-52 21t-22 53 22 53 52 21h62q56 0 97 36t41 90v66zm100 0v-90q0-66-46-114t-114-48v-60q30 0 52-22t22-52-22-52-52-22v-60q56 0 95 39t39 95q0 29-11 52.5T754-650q56 26 91 80t35 120v90z");
3101
3106
  export const Sms = /*#__PURE__*/ b("M348.5-531.5Q360-543 360-560t-11.5-28.5T320-600t-28.5 11.5T280-560t11.5 28.5T320-520t28.5-11.5m160 0Q520-543 520-560t-11.5-28.5T480-600t-28.5 11.5T440-560t11.5 28.5T480-520t28.5-11.5m160 0Q680-543 680-560t-11.5-28.5T640-600t-28.5 11.5T600-560t11.5 28.5T640-520t28.5-11.5M80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240zm126-240h594v-480H160v525zm-46 0v-480z");
3107
+ export const Snail = /*#__PURE__*/ b("M120-160q0-56 24.5-106t69.5-84q-44-28-69-73t-25-97q0-116 81.5-198T400-800q66 0 125.5 30.5T625-685q22-35 57.5-55t76.5-20q63 0 112 33t49 90q0 47-33 80t-80 33h-7v164q0 84-58.5 142T600-160zm200-240q50 0 85-38.5t35-81.5q0-24-11-32t-25-8q-20 0-32 11.5T360-520h-80q0-50 35-85t86-35q49 0 84 33t35 87q0 29-11 61.5T478-400h62q25 0 42.5-17t17.5-43v-60q0-83-58.5-141.5T400-720q-84 0-142 58.5T200-520q0 51 34.5 85.5T320-400m-99 160h379q50 0 85-34.5t35-85.5v-164q0-35 21-57.5t56-22.5h13q14 0 22-9.5t8-23.5q0-11-7-19t-18-12q-14-5-28-8.5t-28-3.5q-33 0-56 23.5T680-600v140q0 59-41 99.5T540-320H360q-44 0-80.5 21.5T221-240m494-6");
3102
3108
  export const SnippetFolder = /*#__PURE__*/ b("M580-340v-200h55l65 65v135zm-60 60h240v-220L660-600H520zM160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h240l80 80h320q33 0 56.5 23.5T880-640v400q0 33-23.5 56.5T800-160zm0-80h640v-400H447l-80-80H160zm0 0v-480z");
3103
3109
  export const Snooze = /*#__PURE__*/ b("M380-334h200v-60H468l112-126v-54H380v60h114L380-386zm-40.5 225.5q-65.5-28.5-114-77t-77-114T120-440t28.5-140.5 77-114 114-77T480-800t140.5 28.5 114 77 77 114T840-440t-28.5 140.5-77 114-114 77T480-80t-140.5-28.5M224-866l56 56-170 170-56-56zm512 0 170 170-56 56-170-170zM480-160q117 0 198.5-81.5T760-440t-81.5-198.5T480-720t-198.5 81.5T200-440t81.5 198.5T480-160");
3104
3110
  export const Snowboarding = /*#__PURE__*/ b("M751-60q-9 0-18.5-1T714-64L209-172q-44-9-76.5-35.5T83-272q-2-4-2-18 3-12 13-19t23-5q7 2 12 6.5t8 10.5q12 25 33.5 43t50.5 24l19 4 140-94-32-140q-4-15-1-30.5t11-29.5l100-160h-94l-76 122-68-42 100-160h228q27 0 43.5 15t22.5 28l21 48q20 48 64.5 78.5T800-560v80q-70 0-128-33.5T579-602l-72 115 133 107 40 248 46 9q6 2 12.5 2.5t12.5.5q24 0 43-8t36-22q5-5 26-6 13 2 19.5 13t4.5 22q-1 5-3.5 9t-6.5 8q-25 22-56 33t-63 11m-155-90-30-186-114-81 18 133-121 81zm44-610q-33 0-56.5-23.5T560-840t23.5-56.5T640-920t56.5 23.5T720-840t-23.5 56.5T640-760");