@nine-thirty-five/material-symbols-react 2.1.1 → 2.1.2

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 +4 -0
  3. package/dist/outlined/100/filled/index.js +4 -0
  4. package/dist/outlined/100/index.d.ts +4 -0
  5. package/dist/outlined/100/index.js +4 -0
  6. package/dist/outlined/200/filled/index.d.ts +4 -0
  7. package/dist/outlined/200/filled/index.js +4 -0
  8. package/dist/outlined/200/index.d.ts +4 -0
  9. package/dist/outlined/200/index.js +4 -0
  10. package/dist/outlined/300/filled/index.d.ts +4 -0
  11. package/dist/outlined/300/filled/index.js +4 -0
  12. package/dist/outlined/300/index.d.ts +4 -0
  13. package/dist/outlined/300/index.js +4 -0
  14. package/dist/outlined/400/filled/index.d.ts +4 -0
  15. package/dist/outlined/400/filled/index.js +4 -0
  16. package/dist/outlined/400/index.d.ts +4 -0
  17. package/dist/outlined/400/index.js +4 -0
  18. package/dist/outlined/500/filled/index.d.ts +4 -0
  19. package/dist/outlined/500/filled/index.js +4 -0
  20. package/dist/outlined/500/index.d.ts +4 -0
  21. package/dist/outlined/500/index.js +4 -0
  22. package/dist/outlined/600/filled/index.d.ts +4 -0
  23. package/dist/outlined/600/filled/index.js +4 -0
  24. package/dist/outlined/600/index.d.ts +4 -0
  25. package/dist/outlined/600/index.js +4 -0
  26. package/dist/outlined/700/filled/index.d.ts +4 -0
  27. package/dist/outlined/700/filled/index.js +4 -0
  28. package/dist/outlined/700/index.d.ts +4 -0
  29. package/dist/outlined/700/index.js +4 -0
  30. package/dist/rounded/100/filled/index.d.ts +4 -0
  31. package/dist/rounded/100/filled/index.js +4 -0
  32. package/dist/rounded/100/index.d.ts +4 -0
  33. package/dist/rounded/100/index.js +4 -0
  34. package/dist/rounded/200/filled/index.d.ts +4 -0
  35. package/dist/rounded/200/filled/index.js +4 -0
  36. package/dist/rounded/200/index.d.ts +4 -0
  37. package/dist/rounded/200/index.js +4 -0
  38. package/dist/rounded/300/filled/index.d.ts +4 -0
  39. package/dist/rounded/300/filled/index.js +4 -0
  40. package/dist/rounded/300/index.d.ts +4 -0
  41. package/dist/rounded/300/index.js +4 -0
  42. package/dist/rounded/400/filled/index.d.ts +4 -0
  43. package/dist/rounded/400/filled/index.js +4 -0
  44. package/dist/rounded/400/index.d.ts +4 -0
  45. package/dist/rounded/400/index.js +4 -0
  46. package/dist/rounded/500/filled/index.d.ts +4 -0
  47. package/dist/rounded/500/filled/index.js +4 -0
  48. package/dist/rounded/500/index.d.ts +4 -0
  49. package/dist/rounded/500/index.js +4 -0
  50. package/dist/rounded/600/filled/index.d.ts +4 -0
  51. package/dist/rounded/600/filled/index.js +4 -0
  52. package/dist/rounded/600/index.d.ts +4 -0
  53. package/dist/rounded/600/index.js +4 -0
  54. package/dist/rounded/700/filled/index.d.ts +4 -0
  55. package/dist/rounded/700/filled/index.js +4 -0
  56. package/dist/rounded/700/index.d.ts +4 -0
  57. package/dist/rounded/700/index.js +4 -0
  58. package/dist/sharp/100/filled/index.d.ts +4 -0
  59. package/dist/sharp/100/filled/index.js +4 -0
  60. package/dist/sharp/100/index.d.ts +4 -0
  61. package/dist/sharp/100/index.js +4 -0
  62. package/dist/sharp/200/filled/index.d.ts +4 -0
  63. package/dist/sharp/200/filled/index.js +4 -0
  64. package/dist/sharp/200/index.d.ts +4 -0
  65. package/dist/sharp/200/index.js +4 -0
  66. package/dist/sharp/300/filled/index.d.ts +4 -0
  67. package/dist/sharp/300/filled/index.js +4 -0
  68. package/dist/sharp/300/index.d.ts +4 -0
  69. package/dist/sharp/300/index.js +4 -0
  70. package/dist/sharp/400/filled/index.d.ts +4 -0
  71. package/dist/sharp/400/filled/index.js +4 -0
  72. package/dist/sharp/400/index.d.ts +4 -0
  73. package/dist/sharp/400/index.js +4 -0
  74. package/dist/sharp/500/filled/index.d.ts +4 -0
  75. package/dist/sharp/500/filled/index.js +4 -0
  76. package/dist/sharp/500/index.d.ts +4 -0
  77. package/dist/sharp/500/index.js +4 -0
  78. package/dist/sharp/600/filled/index.d.ts +4 -0
  79. package/dist/sharp/600/filled/index.js +4 -0
  80. package/dist/sharp/600/index.d.ts +4 -0
  81. package/dist/sharp/600/index.js +4 -0
  82. package/dist/sharp/700/filled/index.d.ts +4 -0
  83. package/dist/sharp/700/filled/index.js +4 -0
  84. package/dist/sharp/700/index.d.ts +4 -0
  85. package/dist/sharp/700/index.js +4 -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;
@@ -1046,6 +1046,7 @@ export const DriveFolderUpload = /*#__PURE__*/ b("M192-212q-26 0-43-17t-17-43v-4
1046
1046
  export const Drone = /*#__PURE__*/ b("M212-212q0-63 35-112t91-67l-19-161H211v-168H93v-28h264v28H239v140h76l-3-28h335l-3 28h75v-140H601v-28h265v28H748v168H641l-19 161q56 18 91 67t35 112h-28q0-66-44-113t-109-47H392q-64 0-108 47t-44 113z");
1047
1047
  export const DroneTwo = /*#__PURE__*/ b("M275-132q-60 0-101.5-42T132-276t41.5-101.5T275-419q25 0 47.5 7.5T363-390q37-44 38.5-91.5T367-572q-19 15-42 23.5t-49 8.5q-60 0-102-42t-42-102 42-102 102-42 102 42 42 102q0 26-9 49t-24 42q43 36 91 34.5t92-37.5q-14-18-22-40.5t-8-47.5q0-60 42-101.5T684-827t102 41.5T828-684t-42 102-102 42q-27 0-51-9t-43-26q-37 44-35.5 93.5T594-387q19-15 41.5-23.5T684-419q60 0 102 41.5T828-276t-42 102-102 42-102-42-42-102q0-26 8.5-49t23.5-42q-45-38-93.5-39T385-369q17 19 26 42.5t9 50.5q0 60-42.5 102T275-132m409-436q48 0 82-34t34-82-34-81.5-82-33.5-82 33.5-34 81.5q0 20 5.5 37.5T590-615l78-78q4-4 9.5-4t9.5 4q5 5 4.5 9.5T687-674l-78 79q15 13 34.5 20t40.5 7m-408 0q20 0 38-7t33-18l-81-81q-4-4-4.5-9t4.5-10 10-5 10 5l81 81q12-15 18.5-33.5T392-684q0-48-34-82t-82-34-82 34-34 82 34 82 82 34m408 408q48 0 82-34t34-82-34-81.5-82-33.5q-20 0-38 6.5T613-367l82 82q4 4 4 9.5t-4 9.5q-5 4-10.5 4.5T674-266l-81-81q-11 15-18 33t-7 38q0 48 34 82t82 34m-409 0q49 0 83-34t34-82q0-21-7-40t-20-34l-86 84q-5 5-10 5t-10-5-5-9.5 5-9.5l84-84q-14-11-31-16.5t-37-5.5q-48 0-81.5 33.5T160-276t33.5 82 81.5 34m205-293q11 0 18.5-7.5T506-479t-7.5-18.5T480-505t-18.5 7.5T454-479t7.5 18.5T480-453");
1048
1048
  export const Dropdown = /*#__PURE__*/ b("M492-492h228v-228H492zM232-172q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h496q26 0 43 17t17 43v496q0 26-17 43t-43 17z");
1049
+ export const DropdownMenu = /*#__PURE__*/ b("m580-394 112-112H468zM320-252q-95.27 0-161.64-66.31Q92-384.62 92-479.81t66.36-161.69Q224.73-708 320-708h320q95.27 0 161.64 66.31Q868-575.38 868-480.19T801.64-318.5Q735.27-252 640-252z");
1049
1050
  export const DropperEye = /*#__PURE__*/ b("M172-172v-118l349-349-77-76 20-20 98 97 143-144q2.75-2.73 6.88-4.36Q716-788 720.27-788q4.26 0 8 1.5Q732-785 736-782l46 47q2.73 3 4.36 6.5 1.64 3.5 1.64 8t-1.64 8.62q-1.63 4.13-4.36 6.88L637-560l78 79-20 20-154-158-341 339v80h78q5 8 10 14.5t10 13.5zm434.98 80Q539-92 481.5-126.5T386-218q38-57 95.52-91.5t125.5-34.5 125.48 34.5T828-218q-38 57-95.52 91.5T606.98-92M651-173.97q18-17.97 18-44T651.03-262t-44-18T563-262.03t-18 44T562.97-174t44 18T651-173.97m-68-19.91q-10-9.88-10-24t9.88-24.12 24-10 24.12 9.88 10 24-9.88 24.12-24 10-24.12-9.88");
1050
1051
  export const Dry = /*#__PURE__*/ b("M266-132q-56 0-95-33t-39-89v-192q0-24 11.5-45t31.5-34l323-209q13 13 14.5 31t-7.5 33l-75 126h304q6 0 10 4t4 10-4 10-10 4H532v100h282q6 0 10 4t4 10-4 10-10 4H532v100h242q6 0 10 4t4 10-4 10-10 4H532v100h162q6 0 10 4t4 10-4 10-10 4zm366-492q2-32-5.5-53.5T597-727q-26-32-35-60.5t-7-64.5h29q-2 32 5 54t33 57q22 30 31 57t7 60zm128 0q2-32-5.5-53.5T725-727q-26-32-35-60.5t-7-64.5h29q-2 32 5 54t33 57q22 30 31 57t7 60z");
1051
1052
  export const DryCleaning = /*#__PURE__*/ b("M319-132v-223h-82q-27.08 0-46.04-19.26Q172-393.53 172-421.05 172-441 182.5-458t28.5-25l255-114v-57q-32-5-53-29.5T392-740q0-36.67 25.53-62.33 25.53-25.67 62-25.67t61.97 26 25.5 62h-30q0-25.5-16.39-42.75Q504.23-800 480-800q-25.5 0-42.75 17.25T420-740t17.25 42.75T480-680q5.95 0 9.98 4.03Q494-671.95 494-666v69l254 114q17.93 8.22 28.97 24.99Q788-441.24 788-421.38q0 27.38-19.25 46.88T722-355h-81v223zm-82-251h82v-37h322v37h81q16 0 27-11t11-27q0-11-5.5-21T738-457L480-572 223-457q-11 5-17 15t-6 21q0 16 10.41 27 10.4 11 26.59 11");
@@ -1193,6 +1194,7 @@ export const Extension = /*#__PURE__*/ b("M360-172H200q-12 0-20-8t-8-20v-160q30-
1193
1194
  export const ExtensionOff = /*#__PURE__*/ b("M200-172q-11 0-19.5-8.5T172-200v-160q30-13 49-40t19-60-19-60-49-40v-170q0-6 2-11t6-9l570 570q-4 4-9 6t-11 2H560q-13-30-40-49t-60-19-60 19-40 49zm548-152L324-748h36q14-32 40.5-50t59.5-18 59.5 18 40.5 50h160q12 0 20 8t8 20v160q32 14 50 40.5t18 59.5-18 59.5-50 40.5zm46 198L126-794l20-20 668 668z");
1194
1195
  export const Eyebrow = /*#__PURE__*/ b("M596-423q-47 0-92.5 6.5t-92.5 18-97 27T209-338q-10 3-19 4.5t-17 1.5q-38.33 0-65.17-24Q81-380 81-413v-87q0-28.93 21-51.46Q123-574 155-579q68.85-11.67 132.93-20.83Q352-609 408.03-615.2q56.02-6.19 103.98-9.5Q559.97-628 597-628q117 0 190 71.5T878-352q1 5-1.96 8.86-2.96 3.85-7.7 6-4.34 2.14-8.84 1.64T850-340q-60-37-132-60t-122-23m0-28q48 0 109 18t140 57q-23-112-85-168t-164-56q-77.52 0-195.26 13T161-552q-22.75 4-37.37 18.67Q109-518.67 109-500v87q0 28 28.5 43.5T199-365q64-20 116.5-36t99-27 90.5-17 91-6m0 0q-47 0-91 6t-90.5 17-99 27T199-365q-33 11-61.5-4.5T109-413v-87q0-19 14.5-33.5T161-552q122-22 239.5-35T596-600q102 0 164 56t85 168q-79-39-140-57t-109-18");
1195
1196
  export const Eyeglasses = /*#__PURE__*/ b("M305-358q32 0 58.5-19t37.5-50l12-39q17-51-9.5-93.5T329-602H186l19 156q5 38 33.5 63t66.5 25m350 0q38 0 66.5-25t33.5-63l19-156H632q-48 0-75 42.5T547-466l12 39q11 31 37.5 50t58.5 19m-350 28q-48 0-84.5-32T178-443l-20-159h-32v-28h203q32 0 60 18t46 50h91q18-32 46-50t60-18h202v28h-32l-20 159q-6 49-42.5 81T655-330q-42 0-75-24t-47-63l-12-39q-3-10-5-21t-4-33h-64q-2 20-4 31.5t-5 21.5l-12 39q-13 39-46.5 63.5T305-330");
1197
+ export const EyeglassesThree = /*#__PURE__*/ b("M275-336q-60 0-102-42t-42-102 42-102 102-42q53 0 92 32t50 82q14-6 29.5-9t32.5-3 33 3.5 31 9.5q10-50 49.5-82.5T685-624q60 0 102 42t42 102-42 102-102 42-102.5-42T540-480q-14-7-29-10.5t-32-3.5q-16 0-30.5 3.5T420-480q0 60-42.5 102T275-336m-82-226q-34 34-34 82t34 82 82 34 82.5-34 34.5-82-34.5-82-82.5-34-82 34m409.5 0Q568-528 568-480t34.5 82 82.5 34 82-34 34-82-34-82-82-34-82.5 34");
1196
1198
  export const EyeglassesTwo = /*#__PURE__*/ b("M262-330q-57 0-87-15t-56-58q-17-28-26.5-61.5T77-530q-11 0-19-7t-8-18v-29q0-10 6-17t16-9q45-10 89.5-15t90.5-5q48 0 95.5 7t87.5 33h91q39-29 87-34.5t96-5.5q45 0 89.5 5t89.5 15q9 2 15.5 9t6.5 17v29q0 11-8 18t-19 7q-6 32-15.5 65T841-403q-24 42-55 57.5T698-330q-59 0-99-26t-60-81q-6-16-8.5-32t-7.5-32q-4-14-16.5-22t-26.5-8-25.5 8-16.5 22q-5 16-9 31.5t-9 32.5q-17 57-57.5 82T262-330m0-28q85 0 114-51.5T405-538q0-25-24-35.5T331-591q-35-9-71-10t-72 4q-26 4-47 19t-21 40q0 29 5 56t15 50q19 42 44 58t78 16m436 0q53 0 78-16t43-58q10-23 15.5-50t5.5-57q0-26-21-41t-48-18q-35-5-71-3.5T629-591q-26 7-50 17t-24 35q0 77 29 129t114 52");
1197
1199
  export const EyeglassesTwoSound = /*#__PURE__*/ b("M262-358q85 0 114-51.5T405-538q0-25-24-35.5T331-591q-35-9-71-10t-72 4q-26 4-47 19t-21 40q0 29 5 56t15 50q18 42 43.5 58t78.5 16m410 130v-172h28v172zm-68-38v-96h28v96zm136 0v-96h28v96zm-478-64q-57 0-87-15t-56-58q-17-29-26.5-62T77-530q-11 0-19-7t-8-18v-29q0-10 6-17t16-9q45-10 89.5-15t90.5-5q48 0 95.5 7t87.5 33h91q39-29 87-34.5t96-5.5q45 0 89.5 5t89.5 15q9 2 15.5 9t6.5 17v29q0 11-8 18t-19 7q-7 35-16.5 69T838-397q-5-8-10-15t-11-14q12-26 17.5-55t5.5-58q0-26-21-41t-48-18q-35-5-71-3.5T629-591q-26 7-50 17t-24 35q0 29 3.5 54t11.5 47q-6 5-11 11l-10 12q-2-5-5-10.5t-5-11.5q-6-16-8.5-32t-7.5-32q-4-14-16.5-22t-26.5-8-25.5 8-16.5 22q-5 16-9 31.5t-9 32.5q-17 57-57.5 82T262-330");
1198
1200
  export const EyeTracking = /*#__PURE__*/ b("M252-92H152q-26 0-43-17t-17-43v-100h28v100q0 14 9 23t23 9h100zm456 0v-28h100q14 0 23-9t9-23v-100h28v100q0 26-17 43t-43 17zM480-260q-103 0-184.5-57.5T171-480q43-105 124.5-162.5T480-700t184.5 57.5T789-480q-43 105-124.5 162.5T480-260m0-113q45 0 76-31t31-76-31-76-76-31-76 31-31 76 31 76 76 31m0-28q-33 0-56-23t-23-56 23-56 56-23 56 23 23 56-23 56-56 23M92-708v-100q0-26 17-43t43-17h100v28H152q-14 0-23 9t-9 23v100zm748 0v-100q0-14-9-23t-23-9H708v-28h100q26 0 43 17t17 43v100z");
@@ -2774,6 +2776,7 @@ export const ReportOff = /*#__PURE__*/ b("M816-104 678-242l-70 70H352L172-352v-2
2774
2776
  export const RequestPage = /*#__PURE__*/ b("M466-266h28v-40h66q5.95 0 9.97-4.02Q574-314.05 574-320v-120q0-5.95-4.03-9.98Q565.95-454 560-454H414v-92h160v-28h-80v-40h-28v40h-66q-5.95 0-9.98 4.03Q386-565.95 386-560v120q0 5.95 4.02 9.98Q394.05-426 400-426h146v92H386v28h80zM272-132q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h266l210 210v426q0 26-17 43t-43 17z");
2775
2777
  export const RequestQuote = /*#__PURE__*/ b("M272-132q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h314l162 162v474q0 26-17 43t-43 17zm212-107h28v-40h66q5.95 0 9.97-4.02Q592-287.05 592-293v-120q0-5.95-4.03-9.98Q583.95-427 578-427H432v-92h160v-28h-80v-40h-28v40h-66q-5.95 0-9.98 4.03Q404-538.95 404-533v120q0 5.95 4.02 9.98Q412.05-399 418-399h146v92H404v28h80zm90-427h134L574-800z");
2776
2778
  export const ResetBrightness = /*#__PURE__*/ b("m660-124-48-48h-80v-80l-48-48 48-48v-80h80l48-48 48 48h80v80l48 48-48 48v80h-80zm0-80q40 0 68-28t28-68-28-68-68-28zm111-376h-29q-30-79-100.5-129.5T480-760q-117 0-198.5 81.5T200-480q0 88 48 157.5T372-221v-139h28v188H212v-28h144q-81-37-132.5-111.5T172-480q0-64.08 24-120.04T262-698t97.96-66T480-788q102 0 180.5 58.5T771-580");
2779
+ export const ResetColors = /*#__PURE__*/ b("M676-94q-6-2-11-7L516-250q-10-10-10-23t10-23l152-152-72-72 19-20 245 244q5 5 7 11t2 12-2 12-7 11L711-101q-5 5-11 7t-12 2-12-2M542-284h289L687-428zM212-172v-28h144q-81-37-132.5-111.5T172-480q0-64 24-120t66-98 98-66 120-24q102 0 180.5 58.5T771-580h-29q-30-79-100.5-129.5T480-760q-117 0-198.5 81.5T200-480q0 88 48 157.5T372-221v-139h28v188z");
2777
2780
  export const ResetExposure = /*#__PURE__*/ b("M212-172v-28h144q-81-37-132.5-111.5T172-480q0-64 24-120t66-98 98-66 120-24q102 0 180.5 58.5T771-580h-29q-30-79-100.5-129.5T480-760q-117 0-198.5 81.5T200-480q0 88 48 157.5T372-221v-139h28v188zm313 40q-19 0-32-13t-13-32v-258q0-19 13-32t32-13h258q19 0 32 13t13 32v258q0 19-13 32t-32 13zm-17-28h292v-292z");
2778
2781
  export const ResetFocus = /*#__PURE__*/ b("M480-356v-79q0-18.75 13.13-31.88Q506.25-480 525-480h79v28h-96v96zm45 224q-18.75 0-31.87-13.13Q480-158.25 480-177v-79h28v96h96v28zm275-224v-96h-96v-28h79q18.75 0 31.88 13.12Q828-453.75 828-435v79zm-96 224v-28h96v-96h28v79q0 18.75-13.12 31.87Q801.75-132 783-132zm67-448h-29q-30-79-100.5-129.5T480-760q-117 0-198.5 81.5T200-480q0 88 48 157.5T372-221v-139h28v188H212v-28h144q-81-37-132.5-111.5T172-480q0-64.08 24-120.04T262-698t97.96-66T480-788q102 0 180.5 58.5T771-580");
2779
2782
  export const ResetImage = /*#__PURE__*/ b("M172-560v-176h28v128q37-80 111.5-130T480-788q107 0 189 64.5T777-560h-29q-26-88-99-144t-169-56q-88 0-157 48T222-588h126v28zm146 294h332L548-402 448-278l-64-74zm-86 134q-25 0-42.5-17.5T172-192v-256h28v256q0 14 9 23t23 9h496q14 0 23-9t9-23v-256h28v256q0 25-17.5 42.5T728-132z");
@@ -2900,6 +2903,7 @@ export const SeatHeatLeft = /*#__PURE__*/ b("m773-511-25-11 4-10q4-11 6-22t2-22q
2900
2903
  export const SeatHeatRight = /*#__PURE__*/ b("m542-511-25-11 4-10q4-11 6-22t2-22q0-18-5-35t-16-31q-14-20-23-42.5t-9-46.5q0-14 3.5-27.5T490-785l4-8 25 11-5 9q-5 10-8 21.5t-3 22.5q0 18 7 34.5t18 30.5q15 18 22 40t7 45q0 15-3 29t-8 28zm-152 0-25-11 4-10q4-11 6-22t2-22q0-18-5-35t-16-31q-14-20-23-42.5t-9-46.5q0-14 3.5-27.5T338-785l4-8 25 11-5 9q-5 10-8 21t-3 22q0 18 6.5 35t17.5 31q15 18 22.5 40t7.5 45q0 15-3 29t-8 28zm-152 0-25-11 4-10q4-11 6.5-22.5T226-577q0-18-5.5-34.5T204-642q-15-19-23.5-41.5T172-730q0-14 3.5-28t10.5-27l4-8 25 11-5 9q-5 10-8 21t-3 22q0 18 6.5 35t17.5 31q15 18 22.5 40t7.5 45q0 15-3 29t-8 28zm87 339v-14q0-21 15-35.5t36-14.5h228q14 0 26.5 5t21.5 15v-58q0-61 17.5-119T712-508l16-36q13-29 8.5-60T710-657q-4-5-6-10t-2-10q0-12 8.5-20.5T731-706q11 0 21.5 6t15.5 17q10 20 15 41.5t5 44.5q0 13-1.5 25.5T781-546l-87 337q-5 17-18 27t-30 10z");
2901
2904
  export const SeatVentLeft = /*#__PURE__*/ b("M602.88-470q-19.88 0-30.38-13T562-510.12q0-10.91 4.5-19.89 4.5-8.99 14.31-16.05Q588-551 593.8-558.5q5.79-7.5 9.2-22.5-2-2-4.45-3.14-2.45-1.15-4.55-2.86-26 11-36.67 14.5Q546.67-569 534-569q-26 0-45-22.19-19-22.2-19-63.94Q470-675 483-686t27.12-11q10.91 0 19.89 5 8.99 5 15.99 14.77 4.9 7.16 12.95 12.7Q567-659 582-656q2-2 3.14-4.1 1.15-2.1 2.86-3.9-11-26-14.5-36.67Q570-711.33 570-724q0-26 22.19-45 22.2-19 63.94-19 19.87 0 30.37 13t10.5 27.12q0 10.91-4.5 19.89-4.5 8.99-14.31 16.05Q671-707 665.2-699.5q-5.79 7.5-9.2 22.5 2 2 4.45 3.14 2.45 1.15 4.55 2.86 26-11 36.67-14.5Q712.33-689 725-689q26 0 44.5 22.19 18.5 22.2 18.5 63.93Q788-583 775.66-572t-26.62 11q-11.04 0-20.68-4.55-9.65-4.55-16.54-14.3Q707-587 699.5-592.8q-7.5-5.79-22.5-9.2-2 2-3.14 4.45-1.15 2.45-2.86 4.55 11 26 14.5 36t3.5 23q0 26-22.19 45-22.2 19-63.93 19M648-610q8-8 8-19.04 0-11.03-8-18.5-8-7.46-19.04-7.46-11.03 0-18.5 7.46-7.46 7.47-7.46 18.5 0 11.04 7.46 19.04 7.47 8 18.5 8 11.04 0 19.04-8M314-172q-16.83 0-29.91-10Q271-192 266-209l-87-337q-4-13-5.5-25.61-1.5-12.6-1.5-25.62 0-22.77 5-44.3T192-683q5-11 15.5-17t21.2-6q12.3 0 20.8 8.5t8.5 20q0 5.5-2 10.5t-6 10q-22 22-26.5 53t8.5 60l16 36q25 57 42.5 115.13T308-274v58q9-10 21.56-15t26.44-5h228q21.41 0 36.2 14.69Q635-206.63 635-186v14z");
2902
2905
  export const SeatVentRight = /*#__PURE__*/ b("M304.88-470Q285-470 274-483t-11-27.12q0-10.91 5-19.89 5-8.99 14.81-16.05 7.19-4.94 12.6-12.44T304-581q-2-2-4.33-3.14-2.34-1.15-4.67-2.86-26 11-36 14.5t-23 3.5q-26 0-45-22.19-19-22.2-19-63.94Q172-675 185-686t27.33-11q11.08 0 19.87 5 8.8 5 15.86 14.81 4.94 7.19 12.6 12.6T283-656q2-2 3.14-4.1 1.15-2.1 2.86-3.9-11-26-14.5-36.67Q271-711.33 271-724q0-26 22-45t64-19q20 0 31 13t11 27.12q0 10.91-5 19.89-5 8.99-14.81 16.05-7.19 4.94-12.6 12.44T358-677q2 2 4.33 3.14 2.34 1.15 4.67 2.86 26-11 36-14.5t23-3.5q26 0 45 22.19 19 22.2 19 63.93Q490-583 477-572t-27.12 11q-10.91 0-19.89-4.5-8.99-4.5-16.05-14.31Q409-587 401.5-592.8q-7.5-5.79-22.5-9.2-2 2-3 4.5t-3 4.5q11 26 14.5 36t3.5 23q0 26-22.19 45-22.2 19-63.93 19m44.62-140q7.5-8 7.5-19.04 0-11.03-7.46-18.5-7.47-7.46-18.5-7.46-11.04 0-18.54 7.46-7.5 7.47-7.5 18.5 0 11.04 7.46 19.04 7.47 8 18.5 8 11.04 0 18.54-8M325-172v-14q0-20.63 14.8-35.31Q354.59-236 376-236h228q13.65 0 26.33 5Q643-226 652-216v-58q0-60.74 17.5-118.87T712-508l16-36q13-29 8.5-60T710-657q-4-5-6-10t-2-10.5q0-11.5 8.68-20 8.69-8.5 20.79-8.5 10.53 0 21.03 6t15.5 17q10 20.09 15 41.79 5 21.71 5 44.21 0 12.94-1.5 25.47T781-546l-87 337q-5 17-18.09 27-13.08 10-29.91 10z");
2906
+ export const SeatWindow = /*#__PURE__*/ b("M564-600q-10 0-17.5-6T536-622l-49-168q-4-14 5-26t24-12h230q10 0 17.5 6t10.5 16l49 168q4 14-5 26t-24 12zm-350-50q-26 0-45-19t-19-45 19-45 45-19 45 19 19 45-19 45-45 19m252 478H234q-26 0-46.5-16T162-230L80-640h28l82 408q2 12 14 22t24 10h238zM664-72l-98-168H274q-20 0-34-12t-18-30l-48-228q-8-39 17.5-65.5T250-602q26 0 48 15.5t28 42.5l50 236h154q14 0 26 7t20 21L688-86z");
2903
2907
  export const Security = /*#__PURE__*/ b("M480-134q-115-36-191.5-142T212-516v-208l268-100 268 100v208q0 134-76.5 240T480-134m0-30q97-30 162-118.5T718-480H480v-314l-240 89v206q0 8 2 19h238z");
2904
2908
  export const SecurityKey = /*#__PURE__*/ b("M422-92q-26 0-43-17t-17-43v-117h-10q-26 0-43-17t-17-43v-479q0-26 17-43t43-17h256q26 0 43 17t17 43v479q0 26-17 43t-43 17h-10v117q0 26-17 43t-43 17zm58-393q35 0 59.5-24t24.5-59-24.5-60-59.5-25-59.5 25-24.5 60 24.5 59 59.5 24m-66 365h133q10 0 17-7t7-17v-125H390v125q0 10 7 17t17 7m66-393q-23 0-39-16t-16-39 16-40 39-17 40 17 17 40-17 39-40 16");
2905
2909
  export const Segment = /*#__PURE__*/ b("M412-278v-28h376v28zm0-188v-28h376v28zM172-654v-28h616v28z");
@@ -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;
@@ -1046,6 +1046,7 @@ export const DriveFolderUpload = /*#__PURE__*/ b("M466-320h28v-194l91 91 20-20-1
1046
1046
  export const Drone = /*#__PURE__*/ b("M212-212q0-63 35-112t91-67l-19-161H211v-168H93v-28h264v28H239v140h76l-3-28h335l-3 28h75v-140H601v-28h265v28H748v168H641l-19 161q56 18 91 67t35 112h-28q0-66-44-113t-109-47H392q-64 0-108 47t-44 113zm153-188h229l21-180H343zm0 0h229z");
1047
1047
  export const DroneTwo = /*#__PURE__*/ b("M275-132q-60 0-101.5-42T132-276t41.5-101.5T275-419q25 0 47.5 7.5T363-390q37-44 38.5-91.5T367-572q-19 15-42 23.5t-49 8.5q-60 0-102-42t-42-102 42-102 102-42 102 42 42 102q0 26-9 49t-24 42q43 36 91 34.5t92-37.5q-14-18-22-40.5t-8-47.5q0-60 42-101.5T684-827t102 41.5T828-684t-42 102-102 42q-27 0-51-9t-43-26q-37 44-35.5 93.5T594-387q19-15 41.5-23.5T684-419q60 0 102 41.5T828-276t-42 102-102 42-102-42-42-102q0-26 8.5-49t23.5-42q-45-38-93.5-39T385-369q17 19 26 42.5t9 50.5q0 60-42.5 102T275-132m409-436q48 0 82-34t34-82-34-81.5-82-33.5-82 33.5-34 81.5q0 20 5.5 37.5T590-615l78-78q4-4 9.5-4t9.5 4q5 5 4.5 9.5T687-674l-78 79q15 13 34.5 20t40.5 7m-408 0q20 0 38-7t33-18l-81-81q-4-4-4.5-9t4.5-10 10-5 10 5l81 81q12-15 18.5-33.5T392-684q0-48-34-82t-82-34-82 34-34 82 34 82 82 34m408 408q48 0 82-34t34-82-34-81.5-82-33.5q-20 0-38 6.5T613-367l82 82q4 4 4 9.5t-4 9.5q-5 4-10.5 4.5T674-266l-81-81q-11 15-18 33t-7 38q0 48 34 82t82 34m-409 0q49 0 83-34t34-82q0-21-7-40t-20-34l-86 84q-5 5-10 5t-10-5-5-9.5 5-9.5l84-84q-14-11-31-16.5t-37-5.5q-48 0-81.5 33.5T160-276t33.5 82 81.5 34m205-293q11 0 18.5-7.5T506-479t-7.5-18.5T480-505t-18.5 7.5T454-479t7.5 18.5T480-453");
1048
1048
  export const Dropdown = /*#__PURE__*/ b("M492-492h228v-228H492zM232-172q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h496q26 0 43 17t17 43v496q0 26-17 43t-43 17zm0-28h496q12 0 22-10t10-22v-496q0-12-10-22t-22-10H232q-12 0-22 10t-10 22v496q0 12 10 22t22 10m-32-560v560z");
1049
+ export const DropdownMenu = /*#__PURE__*/ b("m580-394 112-112H468zM320-252q-95.27 0-161.64-66.31Q92-384.62 92-479.81t66.36-161.69Q224.73-708 320-708h320q95.27 0 161.64 66.31Q868-575.38 868-480.19T801.64-318.5Q735.27-252 640-252zm0-28h320q83 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("m619-582 138-138-37-37-138 139zm0 0-37-36zM172-172v-118l349-349-77-76 20-20 98 97 143-144q3-3 7-4.5t8-1.5q5 0 8.5 1.5t7.5 4.5l46 47q3 3 4.5 6.5t1.5 8.5q0 4-1.5 8t-4.5 7L637-560l78 79-20 20-154-158-341 339v80h78q5 8 10 14.5t10 13.5zm435 80q-68 0-125.5-34.5T386-218q38-57 95.5-91.5T607-344t125.5 34.5T828-218q-38 57-95.5 91.5T607-92m104-55q49-27 83-71-34-44-83-71t-104-27-104 27-83 71q34 44 83 71t104 27 104-27m-128-47q-10-10-10-24t10-24 24-10 24 10 10 24-10 24-24 10-24-10");
1050
1051
  export const Dry = /*#__PURE__*/ b("M632-624q2-32-5.5-53.5T597-727q-26-32-35-60.5t-7-64.5h29q-2 32 5 54t33 57q22 30 31 57t7 60zm128 0q2-32-5.5-53.5T725-727q-26-32-35-60.5t-7-64.5h29q-2 32 5 54t33 57q22 30 31 57t7 60zM266-132q-56 0-95-33t-39-89v-192q0-24 11.5-45t31.5-34l323-209q13 13 14.5 31t-7.5 33l-75 126h304q6 0 10 4t4 10-4 10-10 4H381l106-178-296 192q-14 9-22.5 24t-8.5 32v192q0 44 31 69t75 25h428q6 0 10 4t4 10-4 10-10 4zm266-256v-28h282q6 0 10 4t4 10-4 10-10 4zm0 128v-28h242q6 0 10 4t4 10-4 10-10 4zM346-388");
1051
1052
  export const DryCleaning = /*#__PURE__*/ b("M319-132v-223h-82q-27.08 0-46.04-19.26Q172-393.53 172-421.05 172-441 182.5-458t28.5-25l255-114v-57q-32-5-53-29.5T392-740q0-36.67 25.53-62.33 25.53-25.67 62-25.67t61.97 26 25.5 62h-30q0-25.5-16.39-42.75Q504.23-800 480-800q-25.5 0-42.75 17.25T420-740t17.25 42.75T480-680q5.95 0 9.98 4.03Q494-671.95 494-666v69l254 114q17.93 8.22 28.97 24.99Q788-441.24 788-421.38q0 27.38-19.25 46.88T722-355h-81v223zm-82-251h82v-37h322v37h81q16 0 27-11t11-27q0-11-5.5-21T738-457L480-572 223-457q-11 5-17 15t-6 21q0 16 10.41 27 10.4 11 26.59 11m110 223h266v-232H347zm0-232h266z");
@@ -1193,6 +1194,7 @@ export const Extension = /*#__PURE__*/ b("M360-172H200q-12 0-20-8t-8-20v-160q30-
1193
1194
  export const ExtensionOff = /*#__PURE__*/ b("M200-172q-11 0-19.5-8.5T172-200v-160q30-13 49-40t19-60-19-60-49-40v-170q0-5.96 2.09-11.05 2.08-5.09 5.91-8.95l20 20v154q32 17 50 48.5t18 67.81q0 35.69-18 67.19T200-344v144h143q18-32 49.5-50t67.5-18 67.5 18 49.5 50h153l20 20q-3.86 3.83-8.95 5.91Q735.96-172 730-172H560q-13-30-40-49t-60-19-60 19-40 49zm548-152-28-27.95V-382q30-5 49-26.5t19-51.5-19-51.5-49-26.5v-182H538q-5-30-26.5-49T460-788t-51.5 19-26.5 49h-30.05L324-748h36q14-32 40.5-50t59.5-18 59.5 18 40.5 50h160q11.55 0 19.78 8.22Q748-731.55 748-720v160q32 14 50 40.5t18 59.5-18 59.5-50 40.5zm46 198L126-794l20-20 668 668zM465-465");
1194
1195
  export const Eyebrow = /*#__PURE__*/ b("M596-423q-47 0-92.5 6.5t-92.5 18-97 27T209-338q-10 3-19 4.5t-17 1.5q-38.33 0-65.17-24Q81-380 81-413v-87q0-28.93 21-51.46Q123-574 155-579q68.85-11.67 132.93-20.83Q352-609 408.03-615.2q56.02-6.19 103.98-9.5Q559.97-628 597-628q117 0 190 71.5T878-352q1 5-1.96 8.86-2.96 3.85-7.7 6-4.34 2.14-8.84 1.64T850-340q-60-37-132-60t-122-23m0-28q48 0 109 18t140 57q-23-112-85-168t-164-56q-77.52 0-195.26 13T161-552q-22.75 4-37.37 18.67Q109-518.67 109-500v87q0 28 28.5 43.5T199-365q64-20 116.5-36t99-27 90.5-17 91-6m-119-49");
1195
1196
  export const Eyeglasses = /*#__PURE__*/ b("M305-358q32 0 58.5-19t37.5-50l12-39q17-51-9.5-93.5T329-602H186l19 156q5 38 33.5 63t66.5 25m350 0q38 0 66.5-25t33.5-63l19-156H632q-48 0-75 42.5T547-466l12 39q11 31 37.5 50t58.5 19m-350 28q-48 0-84.5-32T178-443l-20-159h-32v-28h203q32 0 60 18t46 50h91q18-32 46-50t60-18h202v28h-32l-20 159q-6 49-42.5 81T655-330q-42 0-75-24t-47-63l-12-39q-3-10-5-21t-4-33h-64q-2 20-4 31.5t-5 21.5l-12 39q-13 39-46.5 63.5T305-330");
1197
+ export const EyeglassesThree = /*#__PURE__*/ b("M275-336q-60 0-102-42t-42-102 42-102 102-42q53 0 92 32t50 82q14-6 29.5-9t32.5-3 33 3.5 31 9.5q10-50 49.5-82.5T685-624q60 0 102 42t42 102-42 102-102 42-102.5-42T540-480q-14-7-29-10.5t-32-3.5q-16 0-30.5 3.5T420-480q0 60-42.5 102T275-336m-82-226q-34 34-34 82t34 82 82 34 82.5-34 34.5-82-34.5-82-82.5-34-82 34m409.5 0Q568-528 568-480t34.5 82 82.5 34 82-34 34-82-34-82-82-34-82.5 34");
1196
1198
  export const EyeglassesTwo = /*#__PURE__*/ b("M262-330q-57 0-87-15t-56-58q-17-28-26.5-61.5T77-530q-11 0-19-7t-8-18v-29q0-10 6-17t16-9q45-10 89.5-15t90.5-5q48 0 95.5 7t87.5 33h91q39-29 87-34.5t96-5.5q45 0 89.5 5t89.5 15q9 2 15.5 9t6.5 17v29q0 11-8 18t-19 7q-6 32-15.5 65T841-403q-24 42-55 57.5T698-330q-59 0-99-26t-60-81q-6-16-8.5-32t-7.5-32q-4-14-16.5-22t-26.5-8-25.5 8-16.5 22q-5 16-9 31.5t-9 32.5q-17 57-57.5 82T262-330m0-28q85 0 114-51.5T405-538q0-25-24-35.5T331-591q-35-9-71-10t-72 4q-26 4-47 19t-21 40q0 29 5 56t15 50q19 42 44 58t78 16m436 0q53 0 78-16t43-58q10-23 15.5-50t5.5-57q0-26-21-41t-48-18q-35-5-71-3.5T629-591q-26 7-50 17t-24 35q0 77 29 129t114 52");
1197
1199
  export const EyeglassesTwoSound = /*#__PURE__*/ b("M262-358q85 0 114-51.5T405-538q0-25-24-35.5T331-591q-35-9-71-10t-72 4q-26 4-47 19t-21 40q0 29 5 56t15 50q18 42 43.5 58t78.5 16m410 130v-172h28v172zm-68-38v-96h28v96zm136 0v-96h28v96zm-478-64q-57 0-87-15t-56-58q-17-29-26.5-62T77-530q-11 0-19-7t-8-18v-29q0-10 6-17t16-9q45-10 89.5-15t90.5-5q48 0 95.5 7t87.5 33h91q39-29 87-34.5t96-5.5q45 0 89.5 5t89.5 15q9 2 15.5 9t6.5 17v29q0 11-8 18t-19 7q-7 35-16.5 69T838-397q-5-8-10-15t-11-14q12-26 17.5-55t5.5-58q0-26-21-41t-48-18q-35-5-71-3.5T629-591q-26 7-50 17t-24 35q0 29 3.5 54t11.5 47q-6 5-11 11l-10 12q-2-5-5-10.5t-5-11.5q-6-16-8.5-32t-7.5-32q-4-14-16.5-22t-26.5-8-25.5 8-16.5 22q-5 16-9 31.5t-9 32.5q-17 57-57.5 82T262-330");
1198
1200
  export const EyeTracking = /*#__PURE__*/ b("M252-92H152q-26 0-43-17t-17-43v-100h28v100q0 14 9 23t23 9h100zm456 0v-28h100q14 0 23-9t9-23v-100h28v100q0 26-17 43t-43 17zM480-260q-103 0-184.5-57.5T171-480q43-105 124.5-162.5T480-700t184.5 57.5T789-480q-43 105-124.5 162.5T480-260m0-28q92 0 164-50t114-142q-42-92-114-142t-164-50-164 50-114 142q42 92 114 142t164 50m0-85q45 0 76-31t31-76-31-76-76-31-76 31-31 76 31 76 76 31m0-28q-33 0-56-23t-23-56 23-56 56-23 56 23 23 56-23 56-56 23M92-708v-100q0-26 17-43t43-17h100v28H152q-14 0-23 9t-9 23v100zm748 0v-100q0-14-9-23t-23-9H708v-28h100q26 0 43 17t17 43v100zM480-480");
@@ -2774,6 +2776,7 @@ export const ReportOff = /*#__PURE__*/ b("m756-316-22-22 26-26v-232L596-760H364l
2774
2776
  export const RequestPage = /*#__PURE__*/ b("M466-266h28v-40h66q6 0 10-4t4-10v-120q0-6-4-10t-10-4H414v-92h160v-28h-80v-40h-28v40h-66q-6 0-10 4t-4 10v120q0 6 4 10t10 4h146v92H386v28h80zM272-132q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h266l210 210v426q0 26-17 43t-43 17zm0-28h416q12 0 22-10t10-22v-414L526-800H272q-12 0-22 10t-10 22v576q0 12 10 22t22 10m-32 0v-640z");
2775
2777
  export const RequestQuote = /*#__PURE__*/ b("M484-239h28v-40h66q6 0 10-4t4-10v-120q0-6-4-10t-10-4H432v-92h160v-28h-80v-40h-28v40h-66q-6 0-10 4t-4 10v120q0 6 4 10t10 4h146v92H404v28h80zM272-132q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h314l162 162v474q0 26-17 43t-43 17zm300-520v-148H272q-12 0-22 10t-10 22v576q0 12 10 22t22 10h416q12 0 22-10t10-22v-460zM240-800v148zv640z");
2776
2778
  export const ResetBrightness = /*#__PURE__*/ b("m660-124-48-48h-80v-80l-48-48 48-48v-80h80l48-48 48 48h80v80l48 48-48 48v80h-80zm0-80q40 0 68-28t28-68-28-68-68-28zm111-376h-29q-30-79-100.5-129.5T480-760q-117 0-198.5 81.5T200-480q0 88 48 157.5T372-221v-139h28v188H212v-28h144q-81-37-132.5-111.5T172-480q0-64.08 24-120.04T262-698t97.96-66T480-788q102 0 180.5 58.5T771-580");
2779
+ export const ResetColors = /*#__PURE__*/ b("M676-94q-6-2-11-7L516-250q-10-10-10-23t10-23l152-152-72-72 19-20 245 244q5 5 7 11t2 12-2 12-7 11L711-101q-5 5-11 7t-12 2-12-2M542-284h289L687-428zM212-172v-28h144q-81-37-132.5-111.5T172-480q0-64 24-120t66-98 98-66 120-24q102 0 180.5 58.5T771-580h-29q-30-79-100.5-129.5T480-760q-117 0-198.5 81.5T200-480q0 88 48 157.5T372-221v-139h28v188z");
2777
2780
  export const ResetExposure = /*#__PURE__*/ b("M212-172v-28h144q-81-37-132.5-111.5T172-480q0-64 24-120t66-98 98-66 120-24q102 0 180.5 58.5T771-580h-29q-30-79-100.5-129.5T480-760q-117 0-198.5 81.5T200-480q0 88 48 157.5T372-221v-139h28v188zm313 40q-19 0-32-13t-13-32v-258q0-19 13-32t32-13h258q19 0 32 13t13 32v258q0 19-13 32t-32 13zm-17-28h292v-292z");
2778
2781
  export const ResetFocus = /*#__PURE__*/ b("M480-356v-79q0-18.75 13.13-31.88Q506.25-480 525-480h79v28h-96v96zm45 224q-18.75 0-31.87-13.13Q480-158.25 480-177v-79h28v96h96v28zm275-224v-96h-96v-28h79q18.75 0 31.88 13.12Q828-453.75 828-435v79zm-96 224v-28h96v-96h28v79q0 18.75-13.12 31.87Q801.75-132 783-132zm67-448h-29q-30-79-100.5-129.5T480-760q-117 0-198.5 81.5T200-480q0 88 48 157.5T372-221v-139h28v188H212v-28h144q-81-37-132.5-111.5T172-480q0-64.08 24-120.04T262-698t97.96-66T480-788q102 0 180.5 58.5T771-580");
2779
2782
  export const ResetImage = /*#__PURE__*/ b("M172-560v-176h28v128q37-80 111.5-130T480-788q107 0 189 64.5T777-560h-29q-26-88-99-144t-169-56q-88 0-157 48T222-588h126v28zm146 294h332L548-402 448-278l-64-74zm-86 134q-25 0-42.5-17.5T172-192v-256h28v256q0 14 9 23t23 9h496q14 0 23-9t9-23v-256h28v256q0 25-17.5 42.5T728-132z");
@@ -2900,6 +2903,7 @@ export const SeatHeatLeft = /*#__PURE__*/ b("m773-511-25-11 4-10q4-11 6-22t2-22q
2900
2903
  export const SeatHeatRight = /*#__PURE__*/ b("m542-511-25-11 4-10q4-11 6-22t2-22q0-18-5-35t-16-31q-14-20-23-42.5t-9-46.5q0-14 3.5-27.5T490-785l4-8 25 11-5 9q-5 10-8 21.5t-3 22.5q0 18 7 34.5t18 30.5q15 18 22 40t7 45q0 15-3 29t-8 28zm-152 0-25-11 4-10q4-11 6-22t2-22q0-18-5-35t-16-31q-14-20-23-42.5t-9-46.5q0-14 3.5-27.5T338-785l4-8 25 11-5 9q-5 10-8 21t-3 22q0 18 6.5 35t17.5 31q15 18 22.5 40t7.5 45q0 15-3 29t-8 28zm-152 0-25-11 4-10q4-11 6.5-22.5T226-577q0-18-5.5-34.5T204-642q-15-19-23.5-41.5T172-730q0-14 3.5-28t10.5-27l4-8 25 11-5 9q-5 10-8 21t-3 22q0 18 6.5 35t17.5 31q15 18 22.5 40t7.5 45q0 15-3 29t-8 28zm87 339v-14q0-21 15-35.5t36-14.5h228q14 0 26.5 5t21.5 15v-58q0-61 17.5-119T712-508l16-36q13-29 8.5-60T710-657q-4-5-6-10t-2-10q0-12 8.5-20.5T731-706q11 0 21.5 6t15.5 17q10 20 15 41.5t5 44.5q0 13-1.5 25.5T781-546l-87 337q-5 17-18 27t-30 10z");
2901
2904
  export const SeatVentLeft = /*#__PURE__*/ b("M602.88-470q-19.88 0-30.38-13T562-510.12q0-10.91 4.5-19.89 4.5-8.99 14.31-16.05Q588-551 593.8-558.5q5.79-7.5 9.2-22.5-2-2-4.45-3.14-2.45-1.15-4.55-2.86-26 11-36.67 14.5Q546.67-569 534-569q-26 0-45-22.19-19-22.2-19-63.94Q470-675 483-686t27.12-11q10.91 0 19.89 5 8.99 5 15.99 14.77 4.9 7.16 12.95 12.7Q567-659 582-656q2-2 3.14-4.1 1.15-2.1 2.86-3.9-11-26-14.5-36.67Q570-711.33 570-724q0-26 22.19-45 22.2-19 63.94-19 19.87 0 30.37 13t10.5 27.12q0 10.91-4.5 19.89-4.5 8.99-14.31 16.05Q671-707 665.2-699.5q-5.79 7.5-9.2 22.5 2 2 4.45 3.14 2.45 1.15 4.55 2.86 26-11 36.67-14.5Q712.33-689 725-689q26 0 44.5 22.19 18.5 22.2 18.5 63.93Q788-583 775.66-572t-26.62 11q-11.04 0-20.68-4.55-9.65-4.55-16.54-14.3Q707-587 699.5-592.8q-7.5-5.79-22.5-9.2-2 2-3.14 4.45-1.15 2.45-2.86 4.55 11 26 14.5 36t3.5 23q0 26-22.19 45-22.2 19-63.93 19M648-610q8-8 8-19.04 0-11.03-8-18.5-8-7.46-19.04-7.46-11.03 0-18.5 7.46-7.46 7.47-7.46 18.5 0 11.04 7.46 19.04 7.47 8 18.5 8 11.04 0 19.04-8M314-172q-16.83 0-29.91-10Q271-192 266-209l-87-337q-4-13-5.5-25.61-1.5-12.6-1.5-25.62 0-22.77 5-44.3T192-683q5-11 15.5-17t21.2-6q12.3 0 20.8 8.5t8.5 20q0 5.5-2 10.5t-6 10q-22 22-26.5 53t8.5 60l16 36q25 57 42.5 115.13T308-274v58q9-10 21.56-15t26.44-5h228q21.41 0 36.2 14.69Q635-206.63 635-186v14z");
2902
2905
  export const SeatVentRight = /*#__PURE__*/ b("M304.88-470Q285-470 274-483t-11-27.12q0-10.91 5-19.89 5-8.99 14.81-16.05 7.19-4.94 12.6-12.44T304-581q-2-2-4.33-3.14-2.34-1.15-4.67-2.86-26 11-36 14.5t-23 3.5q-26 0-45-22.19-19-22.2-19-63.94Q172-675 185-686t27.33-11q11.08 0 19.87 5 8.8 5 15.86 14.81 4.94 7.19 12.6 12.6T283-656q2-2 3.14-4.1 1.15-2.1 2.86-3.9-11-26-14.5-36.67Q271-711.33 271-724q0-26 22-45t64-19q20 0 31 13t11 27.12q0 10.91-5 19.89-5 8.99-14.81 16.05-7.19 4.94-12.6 12.44T358-677q2 2 4.33 3.14 2.34 1.15 4.67 2.86 26-11 36-14.5t23-3.5q26 0 45 22.19 19 22.2 19 63.93Q490-583 477-572t-27.12 11q-10.91 0-19.89-4.5-8.99-4.5-16.05-14.31Q409-587 401.5-592.8q-7.5-5.79-22.5-9.2-2 2-3 4.5t-3 4.5q11 26 14.5 36t3.5 23q0 26-22.19 45-22.2 19-63.93 19m44.62-140q7.5-8 7.5-19.04 0-11.03-7.46-18.5-7.47-7.46-18.5-7.46-11.04 0-18.54 7.46-7.5 7.47-7.5 18.5 0 11.04 7.46 19.04 7.47 8 18.5 8 11.04 0 18.54-8M325-172v-14q0-20.63 14.8-35.31Q354.59-236 376-236h228q13.65 0 26.33 5Q643-226 652-216v-58q0-60.74 17.5-118.87T712-508l16-36q13-29 8.5-60T710-657q-4-5-6-10t-2-10.5q0-11.5 8.68-20 8.69-8.5 20.79-8.5 10.53 0 21.03 6t15.5 17q10 20.09 15 41.79 5 21.71 5 44.21 0 12.94-1.5 25.47T781-546l-87 337q-5 17-18.09 27-13.08 10-29.91 10z");
2906
+ export const SeatWindow = /*#__PURE__*/ b("M564-600q-10 0-17.5-6T536-622l-49-168q-4-14 5-26t24-12h230q10 0 17.5 6t10.5 16l49 168q4 14-5 26t-24 12zm-1-28h233l-49-172H513zm-349-22q-26 0-45-19t-19-45 19-45 45-19 45 19 19 45-19 45-45 19m252 478H234q-26 0-46.5-16T162-230L80-640h28l82 408q2 12 14 22t24 10h238zM664-72l-98-168H274q-20 0-34-12t-18-30l-48-228q-8-39 17.5-65.5T250-602q26 0 48 15.5t28 42.5l50 236h154q14 0 26 7t20 21L688-86zM563-628l-50-172z");
2903
2907
  export const Security = /*#__PURE__*/ b("M480-134q-115-36-191.5-142T212-516v-208l268-100 268 100v208q0 134-76.5 240T480-134m0-30q97-30 162-118.5T718-480H480v-314l-240 89v206q0 8 2 19h238z");
2904
2908
  export const SecurityKey = /*#__PURE__*/ b("M422-92q-26 0-43-17t-17-43v-117h-10q-26 0-43-17t-17-43v-479q0-26 17-43t43-17h256q26 0 43 17t17 43v479q0 26-17 43t-43 17h-10v117q0 26-17 43t-43 17zm58-393q35 0 59.5-24t24.5-59-24.5-60-59.5-25-59.5 25-24.5 60 24.5 59 59.5 24m-66 365h133q10 0 17-7t7-17v-125H390v125q0 10 7 17t17 7m-70-177h272q10 0 17-7t7-17v-495q0-10-7-17t-17-7H344q-10 0-17 7t-7 17v495q0 10 7 17t17 7m136-216q-23 0-39-16t-16-39 16-40 39-17 40 17 17 40-17 39-40 16M344-297h-24 320z");
2905
2909
  export const Segment = /*#__PURE__*/ b("M412-278v-28h376v28zm0-188v-28h376v28zM172-654v-28h616v28z");
@@ -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;
@@ -1046,6 +1046,7 @@ export const DriveFolderUpload = /*#__PURE__*/ b("M184.62-200q-27.62 0-46.12-18.
1046
1046
  export const Drone = /*#__PURE__*/ b("M200-200q0-65.77 36.38-117.19 36.39-51.43 94.47-71.5l-16.93-146.69H199.23V-720H80.77v-40h276.92v40H239.23v144.62h69.54l-4.15-40h350l-4.16 40h68.77V-720H600.77v-40h277.92v40H760.23v184.62H646.31l-16.93 146.69q58.08 20.07 94.35 71.5Q760-265.77 760-200h-40q0-66-44.69-113t-109.93-47H393.85q-64.47 0-109.16 47T240-200z");
1047
1047
  export const DroneTwo = /*#__PURE__*/ b("M271.31-120q-63.46 0-107.39-44.54-43.92-44.54-43.92-108t43.92-107.38q43.93-43.93 107.39-43.93 24.31 0 46.34 6.93 22.04 6.92 40.04 19.77 31.69-40.54 33.08-84.23 1.38-43.7-29.08-83.47-19 13.85-41.54 21.54-22.53 7.69-47.84 7.69-63.46 0-107.89-44.42Q120-624.46 120-687.92t44.42-107.77Q208.85-840 272.31-840t107.88 44.31q44.43 44.31 44.43 107.77 0 25.3-8.2 47.84-8.19 22.54-22.04 41.54 39.77 30.46 83.85 29.19t84.62-32.19q-12.85-18-20.16-40.04t-7.31-46.34q0-63.46 44.31-107.39 44.31-43.92 107.77-43.92t108 43.92Q840-751.38 840-687.92t-44.54 108-108 44.54q-26.31 0-49.73-8.31t-42.65-23.93Q563.62-526.85 565-481.5t33.85 87.12q19-13.85 41.15-21.66t47.46-7.81q63.46 0 108 43.93Q840-336 840-272.54t-44.54 108-108 44.54-107.77-44.54-44.31-108q0-25.31 7.81-47.84 7.81-22.54 21.66-41.54-41.77-32.46-86.35-33.58t-86.12 31.12Q408-345.15 416.31-322t8.31 49.46q0 63.46-44.93 108Q334.77-120 271.31-120m416.15-455.38q46.62 0 79.58-32.97Q800-641.31 800-687.92q0-46.62-32.96-78.96-32.96-32.35-79.58-32.35-46.61 0-79.34 32.35-32.74 32.34-32.74 78.96 0 17.23 4.58 32.65t13.5 28.04l73.85-73.85q5.84-5.84 13.77-5.84 7.92 0 13.77 5.84 6.61 6.62 6.23 13.77-.39 7.16-6.23 13.77l-74.31 75.31q13.61 11.15 30.92 17t36 5.85m-415.15-.24q17.69 0 33.61-5.84 15.93-5.85 29.31-15l-77.08-77.08q-5.84-5.84-6.23-13.38-.38-7.54 6.23-14.16 6.62-6.61 14.16-6.61t14.15 6.61L363.77-624q9.92-13.38 15.38-29.81 5.47-16.42 5.47-34.11 0-46.62-32.85-79.46-32.85-32.85-79.46-32.85-46.62 0-79.46 32.85Q160-734.54 160-687.92q0 46.61 32.85 79.46 32.84 32.84 79.46 32.84M687.46-160q46.62 0 79.58-32.96T800-272.54q0-46.61-32.96-78.96t-79.58-32.35q-17.69 0-33.61 5.35-15.93 5.35-29.31 14.5l78.31 78.31q5.84 5.84 5.84 13.77 0 7.92-5.84 13.77-6.85 5.84-14.77 6.23-7.93.38-14.54-6.23l-77.31-77.31q-9.15 13.38-15 29.31-5.85 15.92-5.85 33.61 0 46.62 32.74 79.58Q640.85-160 687.46-160m-416.15 0q47.38 0 80.34-32.96 32.97-32.96 32.97-79.58 0-18.69-5.85-35.73t-17-30.65l-82.31 80.77q-6.61 6.61-14.27 6.61-7.65 0-14.27-6.61-6.61-6.62-6.61-13.77 0-7.16 6.61-13.77L331-365.77q-12.62-8.92-27.54-13.5t-32.15-4.58q-46.62 0-78.96 32.35Q160-319.15 160-272.54q0 46.62 32.35 79.58Q224.69-160 271.31-160M480-450q12.38 0 20.81-8.42 8.42-8.43 8.42-20.81 0-12.39-8.42-20.81-8.43-8.42-20.81-8.42t-20.81 8.42q-8.42 8.42-8.42 20.81 0 12.38 8.42 20.81Q467.62-450 480-450");
1048
1048
  export const Dropdown = /*#__PURE__*/ b("M480-480h240v-240H480zM224.62-160q-27.62 0-46.12-18.5T160-224.62v-510.76q0-27.62 18.5-46.12t46.12-18.5h510.76q27.62 0 46.12 18.5t18.5 46.12v510.76q0 27.62-18.5 46.12T735.38-160z");
1049
+ export const DropdownMenu = /*#__PURE__*/ b("m580-390.77 118.46-118.46H461.54zM320-240q-100.29 0-170.14-69.81Q80-379.63 80-479.85q0-100.23 69.86-170.19Q219.71-720 320-720h320q100.29 0 170.14 69.81Q880-580.37 880-480.15q0 100.23-69.86 170.19Q740.29-240 640-240z");
1049
1050
  export const DropperEye = /*#__PURE__*/ b("M160-160v-134.62l350.85-350.84-72.39-71.62 28.54-28.3 93.15 92.15 138.62-139.39q3.27-3.25 8.17-5.2 4.91-1.95 10.03-1.95 5.13 0 9.62 1.85 4.49 1.84 8.95 5.3l57.08 57.85q3.25 3.69 5.2 8t1.95 9.62q0 5.3-1.95 10.21-1.95 4.9-5.2 8.17L652.46-558.62l72.92 74.16-28.3 28.31-157.7-160.77L200-279.31V-200h69.69q6.16 11.23 12.66 20.85 6.5 9.61 13.34 19.15zm445.37 80q-73.29 0-135.29-37.62-62-37.61-99.31-100.84 37.31-63.23 99.32-100.85 62.02-37.61 135.31-37.61t135.29 37.61q62 37.62 99.31 100.85-37.31 63.23-99.32 100.84Q678.66-80 605.37-80m50.25-88.21q20.53-20.52 20.53-50.23t-20.51-50.25q-20.52-20.54-50.23-20.54-29.72 0-50.26 20.52-20.53 20.51-20.53 50.23 0 29.71 20.51 50.25 20.52 20.54 50.23 20.54 29.72 0 50.26-20.52m-78.5-21.89q-11.74-11.64-11.74-28.27t11.64-28.36q11.65-11.73 28.27-11.73 16.63 0 28.36 11.64t11.73 28.27-11.64 28.36-28.26 11.73q-16.63 0-28.36-11.64");
1050
1051
  export const Dry = /*#__PURE__*/ b("M260-120q-58.31 0-99.15-36.23Q120-192.46 120-250.77v-197.54q0-25.61 12.19-47.88t33.58-36.19l324.61-210.16 4.62 4.62q14.62 14.61 16.58 34.8 1.96 20.2-8.43 37.27l-68.07 113.54H740q8.54 0 14.27 5.73t5.73 14.27-5.73 14.27-14.27 5.73H520v90.77h300q8.54 0 14.27 5.73t5.73 14.27-5.73 14.27-14.27 5.73H520v90.77h260q8.54 0 14.27 5.73t5.73 14.27-5.73 14.27-14.27 5.73H520V-160h180q8.54 0 14.27 5.73T720-140t-5.73 14.27T700-120zm364.38-507.69q2.7-34.08-4.34-56.04t-29.5-50.42q-27.16-33.85-36.5-64.31-9.35-30.46-6.19-69.23h39.84q-3.38 36.38 5 58.84 8.39 22.47 33.69 56.77 22.93 31.16 31.7 59.89t5.61 64.5zm135.62 0q2.69-34.08-4.46-56.04-7.16-21.96-29.62-50.42-27.15-33.85-36.38-64.31t-6.08-69.23h39.62q-3.39 36.38 5 58.84 8.38 22.47 33.69 56.77 22.92 31.16 31.69 59.89t5.62 64.5z");
1051
1052
  export const DryCleaning = /*#__PURE__*/ b("M310-120v-226.92h-77.85q-30.06 0-51.11-21.28Q160-389.48 160-419.88q0-22.04 11.77-40.77t31.61-27.66L460-602.77v-49.85q-32.92-6.84-54.15-32.73-21.23-25.88-21.23-59.27 0-39.74 27.71-67.56Q440.05-840 479.64-840t67.28 28.08q27.7 28.07 27.7 67.3h-41.54q0-23.53-15.26-39.46Q502.56-800 480-800q-23.54 0-39.46 15.92-15.92 15.93-15.92 39.46 0 23.54 15.92 39.47 15.92 15.92 39.46 15.92 8.5 0 14.25 5.75t5.75 14.25v66.46l255.85 114.46q19.79 9.09 31.97 27.65Q800-442.11 800-420.14q0 30.29-21.27 51.76-21.27 21.46-51.65 21.46H650V-120zm-77.85-266.92H310v-37.7h340v37.7h77.08q13.92 0 23.42-9.62 9.5-9.61 9.5-23.77 0-9.61-4.81-18.11t-14.42-12.81L480-567.38 220-451.23q-9.62 4.31-14.81 12.81T200-420.31q0 14.16 9.04 23.77 9.05 9.62 23.11 9.62");
@@ -1193,6 +1194,7 @@ export const Extension = /*#__PURE__*/ b("M358.15-160H200q-16.85 0-28.42-11.58Q1
1193
1194
  export const ExtensionOff = /*#__PURE__*/ b("M200-160q-16.08 0-28.04-11.96T160-200v-158.15q34.15-10 57.08-37.81Q240-423.77 240-460t-22.92-64.04q-22.93-27.81-57.08-37.81v-165.84q0-8.54 2.92-15.73 2.93-7.2 8.54-12.81l584.77 584.77q-5.61 5.61-12.81 8.54-7.19 2.92-15.73 2.92H561.85q-10-34.15-37.81-57.08Q496.23-240 460-240t-64.04 22.92q-27.81 22.93-37.81 57.08zm560-152.46L312.46-760H360q10.77-34.31 37.85-54.85 27.07-20.54 62.15-20.54t62.15 20.54Q549.23-794.31 560-760h160q16.85 0 28.42 11.58Q760-736.85 760-720v160q34.31 10.77 54.85 37.85 20.54 27.07 20.54 62.15t-20.54 62.15Q794.31-370.77 760-360zm33.31 202.84L109.62-793.31l28.53-28.54 683.7 683.7z");
1194
1195
  export const Eyebrow = /*#__PURE__*/ b("M596.92-417.69q-41.92 0-87.19 7.07-45.27 7.08-93.88 19.39-48.62 12.31-100.58 28.85-51.96 16.53-106.96 35.69-10.23 3.46-19.81 5.07Q178.92-320 170-320q-41.03 0-69.74-26.54Q71.54-373.08 71.54-410v-90.69q0-32.18 22.38-57.24 22.39-25.07 56.7-30.76 69.58-12.21 134.32-21.8 64.75-9.59 121.47-16.08 56.71-6.5 105.25-9.97Q560.2-640 597.69-640q118.62 0 195.19 77.96 76.58 77.96 95.04 217.42 1.23 6.39-2.77 11.43-4.01 5.05-10.43 7.85-5.87 2.8-12.1 1.96-6.24-.85-12.62-5.77-60.92-40-131.77-64.27t-121.31-24.27m0-40q49.39 0 106.93 17.19 57.53 17.19 134.23 56.19-25.31-107.15-85.81-161.42T596.92-600q-78.09 0-196.7 13.69-118.6 13.69-241.3 36.62-20.73 3.77-34.05 17.59-13.33 13.82-13.33 31.41V-410q0 26.62 25.96 41.19 25.96 14.58 55.96 4.27 63.08-21.15 118-38.42t103.85-29.31q48.92-12.04 93.73-18.73t87.88-6.69m0 0q-43.07 0-87.88 6.69t-93.73 18.73q-48.93 12.04-103.85 29.31t-118 38.42q-30 10.31-55.96-4.27-25.96-14.57-25.96-41.19v-90.69q0-17.85 13.23-31.54t34.15-17.46q122.7-22.93 241.12-36.62T596.92-600q94.85 0 155.35 54.27t85.81 161.42q-76.7-39-134.23-56.19-57.54-17.19-106.93-17.19");
1195
1196
  export const Eyeglasses = /*#__PURE__*/ b("M297.85-358.46q31.77 0 57.8-18.77 26.04-18.77 36.81-49.31l12.69-40.61q16.77-50.31-9.15-92.35t-73.23-42.04H180.23l19 156.23q5 37.31 33.04 62.08t65.58 24.77m364.3 0q37.54 0 65.58-24.77t33.04-62.08l19-156.23H638.23q-47.31 0-73.61 42.16-26.31 42.15-9.54 92.46l12.46 40.38q10.77 30.54 36.81 49.31 26.03 18.77 57.8 18.77m-364.3 40q-52.16 0-91.66-34.66-39.5-34.65-45.96-87.57L140-601.54h-33.85v-40h216.62q34.77 0 64.73 18.81t48.65 51.96h88.7q18.69-33.15 48.65-51.96t64.73-18.81h215.62v40H820l-20.23 160.85q-6.46 52.92-45.96 87.57-39.5 34.66-91.66 34.66-45.46 0-81.34-25.96-35.89-25.96-50.81-68.43l-12.69-40.38q-2.77-9.31-4.77-19.5t-4-30.35h-57.08q-2 18.16-4 28.73-2 10.58-4.77 19.89L430-413.85q-14.15 42.47-50.42 68.93t-81.73 26.46");
1197
+ export const EyeglassesThree = /*#__PURE__*/ b("M271.54-327.69q-63.46 0-107.89-44.43-44.42-44.42-44.42-107.88t44.42-107.88q44.43-44.43 107.89-44.43 53.69 0 93.84 31.54 40.16 31.54 53.47 81.08 13.77-5.54 28.8-8.31 15.04-2.77 31.35-2.77t31.85 3.15q15.53 3.16 30.3 8.7 12.54-49.54 53.08-81.46 40.54-31.93 94.23-31.93 63.46 0 107.89 44.43 44.42 44.42 44.42 107.88t-44.42 107.88q-44.43 44.43-107.89 44.43-63 0-107.69-43.96-44.69-43.97-45.39-106.73-13.07-6.31-26.92-9.35-13.84-3.04-29.46-3.04-14.85 0-28.19 3.15-13.35 3.16-26.19 9.24-.7 62.76-45.39 106.73-44.69 43.96-107.69 43.96m-79.46-231.77q-32.85 32.84-32.85 79.46t32.85 79.46q32.84 32.85 79.46 32.85 46.61 0 79.84-32.85 33.24-32.84 33.24-79.46t-33.24-79.46q-33.23-32.85-79.84-32.85-46.62 0-79.46 32.85m416.54 0q-33.24 32.84-33.24 79.46t33.24 79.46q33.23 32.85 79.84 32.85 46.62 0 79.46-32.85 32.85-32.84 32.85-79.46t-32.85-79.46q-32.84-32.85-79.46-32.85-46.61 0-79.84 32.85");
1196
1198
  export const EyeglassesTwo = /*#__PURE__*/ b("M262-327.69q-57.92 0-88.38-15.35-30.47-15.34-56.7-58.81-16.54-27.3-26.27-61.03-9.73-33.74-16.42-64.81-11 0-18.77-7t-7.77-18v-33.62q0-9.77 6-16.65 6-6.89 15.77-8.89 47.54-10.23 92.27-15.23t89.81-5q51 0 98.96 7.7 47.96 7.69 85.19 32.07h89.62q35.54-26.46 84.46-33.11 48.92-6.66 99.69-6.66 44.31 0 88.92 5 44.62 5 92.16 15.23 9 2 15.38 8.89 6.39 6.88 6.39 16.65v33.62q0 11-7.77 18t-18.77 7q-6.69 31.07-16.42 64.42t-26.27 61.42q-24.46 42.47-55.81 58.31-31.35 15.85-89.27 15.85-59.92 0-100.85-26.23-40.92-26.23-60.23-82.39-5.77-16-8.5-32t-7.73-32q-4-13.54-15.46-20.96T480-528.69q-13.54 0-24.23 7.54-10.69 7.53-15.69 20.84-5 16-8.89 31.62-3.88 15.61-8.88 32.38-17 57.69-58.31 83.16-41.31 25.46-102 25.46m0-34.93q81.77 0 110.08-49.3 28.3-49.31 28.3-123.77 0-23.16-21.23-33.43-21.23-10.26-49.3-17.5-32.93-8.53-69.16-9.65-36.23-1.11-72 3.89-26 4-45.04 17.61-19.03 13.62-19.03 36.77 0 28.54 4.88 55.08t14.65 49.07q18.31 40.39 42.5 55.81 24.2 15.42 75.35 15.42m436 0q51.15 0 75.35-15.42 24.19-15.42 41.5-55.81 9.77-22.53 15.15-49.07t5.38-56.08q0-23.92-19.03-37.65-19.04-13.73-46.04-16.73-35-5-71.12-3.39-36.11 1.62-69.04 10.15-28.07 7.24-49.3 17-21.23 9.77-21.23 32.93 0 74.46 28.3 124.27 28.31 49.8 110.08 49.8");
1197
1199
  export const EyeglassesTwoSound = /*#__PURE__*/ b("M262-362.62q81.77 0 110.08-49.3 28.3-49.31 28.3-123.77 0-23.16-21.23-33.31t-49.3-17.62q-32.93-8.53-69.16-9.65-36.23-1.11-72 3.89-26 4-45.04 17.61-19.03 13.62-19.03 36.77 0 28.54 4.88 55.08t14.65 49.07q17.54 40.39 42.12 55.81T262-362.62m414.15 150.31V-400h35.39v187.69zm-77.69-43.07v-101.54h35.39v101.54zm155.39 0v-101.54h35.38v101.54zM262-327.69q-57.92 0-88.38-15.35-30.47-15.34-56.7-58.81-16.54-28.3-26.27-61.53-9.73-33.24-16.42-64.31-11 0-18.77-7t-7.77-18v-33.62q0-9.77 6-16.65 6-6.89 15.77-8.89 47.54-10.23 92.27-15.34 44.73-5.12 89.81-5.12 51 0 98.96 7.81t85.19 32.19h89.62q35.54-26.46 84.46-33.11 48.92-6.66 99.69-6.66 44.31 0 88.92 5 44.62 5 92.16 15.23 9 2 15.38 8.89 6.39 6.88 6.39 16.65v33.62q0 11-7.77 18t-18.77 7q-7 32-16.04 64.27t-26.19 60.65q-6.62-8.69-13.58-16.27t-15.04-14.81q10.39-24.15 15.43-51.07 5.03-26.93 5.03-54.08 0-23.92-19.03-37.65-19.04-13.73-46.04-16.73-35-5-71.12-3.39-36.11 1.62-69.04 10.15-28.07 7.47-49.3 17.24-21.23 9.76-21.23 32.92 0 28.77 3.61 53.42 3.62 24.66 12.08 45.96-7.39 6.16-13.77 13.43-6.39 7.27-12.08 15.11-3.15-6.38-6.61-13.15-3.47-6.77-5.93-14.62-5.77-16-8.5-32t-7.73-32q-4-13.54-15.46-20.96T480-528.69q-13.54 0-24.35 7.54-10.8 7.53-15.57 20.84-5 16-8.89 31.62-3.88 15.61-8.88 32.38-17 57.69-58.31 83.16-41.31 25.46-102 25.46");
1198
1200
  export const EyeTracking = /*#__PURE__*/ b("M249.23-80H144.62Q117-80 98.5-98.5T80-144.62v-104.61h40v104.61q0 10.77 6.92 17.7 6.93 6.92 17.7 6.92h104.61zm461.54 0v-40h104.61q10.77 0 17.7-6.92 6.92-6.93 6.92-17.7v-104.61h40v104.61q0 27.62-18.5 46.12T815.38-80zM480-250.77q-106.92 0-192.12-60.61Q202.69-372 159.23-480q43.46-108 128.65-168.62 85.2-60.61 192.12-60.61t192.12 60.61Q757.31-588 800.77-480q-43.46 108-128.65 168.62-85.2 60.61-192.12 60.61m0-114.61q48 0 81.31-33.31T594.62-480t-33.31-81.31T480-594.62t-81.31 33.31T365.38-480t33.31 81.31T480-365.38m0-40q-31.15 0-52.88-21.74-21.74-21.73-21.74-52.88t21.74-52.88q21.73-21.74 52.88-21.74t52.88 21.74q21.74 21.73 21.74 52.88t-21.74 52.88q-21.73 21.74-52.88 21.74M80-710.77v-104.61Q80-843 98.5-861.5t46.12-18.5h104.61v40H144.62q-10.77 0-17.7 6.92-6.92 6.93-6.92 17.7v104.61zm760 0v-104.61q0-10.77-6.92-17.7-6.93-6.92-17.7-6.92H710.77v-40h104.61q27.62 0 46.12 18.5t18.5 46.12v104.61z");
@@ -2774,6 +2776,7 @@ export const ReportOff = /*#__PURE__*/ b("M816.92-86.46 678-225.38 613.08-160H34
2774
2776
  export const RequestPage = /*#__PURE__*/ b("M460-260h40v-40h60q8.5 0 14.25-5.75T580-320v-120q0-8.5-5.75-14.25T560-460H420v-80h160v-40h-80v-40h-40v40h-60q-8.5 0-14.25 5.75T380-560v120q0 8.5 5.75 14.25T400-420h140v80H380v40h80zM264.62-120q-27.62 0-46.12-18.5T200-184.62v-590.76q0-27.62 18.5-46.12t46.12-18.5h278.46L760-623.08v438.46q0 27.62-18.5 46.12T695.38-120z");
2775
2777
  export const RequestQuote = /*#__PURE__*/ b("M264.62-120q-27.62 0-46.12-18.5T200-184.62v-590.76q0-27.62 18.5-46.12t46.12-18.5H580l180 180v475.38q0 27.62-18.5 46.12T695.38-120zm209.23-110h40v-40h60q8.5 0 14.25-5.75t5.75-14.25v-120q0-8.5-5.75-14.25T573.85-430h-140v-80h160v-40h-80v-40h-40v40h-60q-8.5 0-14.25 5.75T393.85-530v120q0 8.5 5.75 14.25t14.25 5.75h140v80h-160v40h80zm89.3-430h140l-140-140z");
2776
2778
  export const ResetBrightness = /*#__PURE__*/ b("M664.62-109.23 613.85-160h-84.62v-84.62l-50.77-50.76 50.77-50.77v-84.62h84.62l50.77-50.77 50.76 50.77H800v84.62l50.77 50.77L800-244.62V-160h-84.62zm0-84.62q42.3 0 71.92-29.61 29.61-29.62 29.61-71.92 0-42.31-29.61-71.93-29.62-29.61-71.92-29.61zm120.23-381.53h-41.47q-29.07-81.08-100.15-132.85T480-760q-117 0-198.5 81.5T200-480q0 84.31 44.42 151.62 44.43 67.3 115.58 100.69V-360h40v200H200v-40h132.46q-76.61-40-124.54-114.04Q160-388.08 160-480q0-66.6 25.04-124.76t68.54-101.66 101.66-68.54T480-800q108.23 0 191.12 63.35Q754-673.31 784.85-575.38");
2779
+ export const ResetColors = /*#__PURE__*/ b("M676.46-82.58q-7.15-2.57-13.08-8.5L511.85-242.62Q500-254.23 500-270t11.85-27.62L662.46-448l-73.38-73.38 27.54-28.31 253.3 252.07q5.93 5.93 8.5 13.08 2.58 7.16 2.58 14.31t-2.58 14.42q-2.57 7.27-8.5 13.19L718.38-91.08q-5.92 5.93-13.19 8.5Q697.92-80 690.77-80t-14.31-2.58M548-278.46h283.23L690-419.69zM200-160v-40h132.46q-76.61-40-124.54-114.04Q160-388.08 160-480q0-66.54 25.04-124.73t68.54-101.69 101.69-68.54T480-800q108.23 0 191.12 63.35Q754-673.31 784.85-575.38h-41.47q-29.07-81.08-100.15-132.85T480-760q-117 0-198.5 81.5T200-480q0 84.31 44.42 151.62 44.43 67.3 115.58 100.69V-360h40v200z");
2777
2780
  export const ResetExposure = /*#__PURE__*/ b("M200-160v-40h132.46q-76.61-40-124.54-114.04Q160-388.08 160-480q0-66.54 25.04-124.73t68.54-101.69 101.69-68.54T480-800q108.23 0 191.12 63.35Q754-673.31 784.85-575.38h-41.47q-29.07-81.08-100.15-132.85T480-760q-117 0-198.5 81.5T200-480q0 84.31 44.42 151.62 44.43 67.3 115.58 100.69V-360h40v200zm328.46 40q-20.38 0-34.42-14.04T480-168.46v-263.08q0-20.38 14.04-34.42T528.46-480h263.08q20.38 0 34.42 14.04T840-431.54v263.08q0 20.38-14.04 34.42T791.54-120zM520-160h280v-280z");
2778
2781
  export const ResetFocus = /*#__PURE__*/ b("M480-347.69v-83.85q0-20.19 14.13-34.33Q508.27-480 528.46-480h83.85v35.38h-96.93v96.93zM528.46-120q-20.19 0-34.33-14.13Q480-148.27 480-168.46v-83.85h35.38v96.93h96.93V-120zm276.16-227.69v-96.93h-96.93V-480h83.85q20.19 0 34.33 14.13Q840-451.73 840-431.54v83.85zM707.69-120v-35.38h96.93v-96.93H840v83.85q0 20.19-14.13 34.33Q811.73-120 791.54-120zm77.16-455.38h-41.47q-29.07-81.08-100.15-132.85T480-760q-117 0-198.5 81.5T200-480q0 84.31 44.42 151.62 44.43 67.3 115.58 100.69V-360h40v200H200v-40h132.46q-76.61-40-124.54-114.04Q160-388.08 160-480q0-66.6 25.04-124.76t68.54-101.66 101.66-68.54T480-800q108.23 0 191.12 63.35Q754-673.31 784.85-575.38");
2779
2782
  export const ResetImage = /*#__PURE__*/ b("M160-569.23V-760h40v129.38q40-75.84 114.04-122.61T480-800q109.54 0 193.96 65.08 84.42 65.07 112.96 165.69h-42.38q-27.85-84.31-99.46-137.54Q573.46-760 480-760q-80.85 0-145.58 41.77t-98.11 109h114.46v40zM300-260h366.15L553.08-410.77 448.46-278.46l-70-84.62zm-75.38 140q-26.85 0-45.74-18.88Q160-157.77 160-184.62v-270.76h40v270.76q0 10.77 6.92 17.7 6.93 6.92 17.7 6.92h510.76q10.77 0 17.7-6.92 6.92-6.93 6.92-17.7v-270.76h40v270.76q0 26.85-18.88 45.74Q762.23-120 735.38-120z");
@@ -2900,6 +2903,7 @@ export const SeatHeatLeft = /*#__PURE__*/ b("M779.46-498.77 745-517.38l6.08-12.5
2900
2903
  export const SeatHeatRight = /*#__PURE__*/ b("m546.38-498.77-34.46-18.61 6.08-12.54q4.46-10.54 6.69-21.2 2.23-10.65 2.23-21.65 0-17.08-5.11-33.15-5.12-16.08-15.89-29.16-15.61-20.23-25.07-43.88-9.47-23.66-9.47-49.04 0-16.08 4.2-31.31 4.19-15.23 12.34-29.61l6.08-10.77 34.69 18.61-7.07 11.77q-5.24 9.77-8.24 20.81t-3 22.04q0 17.08 6.66 32.77 6.65 15.69 17.42 28.77 16.39 18.69 24.31 41.96t7.92 47.88q0 16.85-3.69 32.46-3.69 15.62-10.31 30.77zm-155.69 0-34.46-18.61 6.08-12.54q4.46-10.54 6.69-21.2 2.23-10.65 2.23-21.65 0-17.08-5.11-33.15Q361-622 350.23-635.08q-15.61-20.23-25.08-43.88-9.46-23.66-9.46-49.04 0-16.08 4.19-31.31 4.2-15.23 12.35-29.61l6.08-10.77L373-781.08l-7.08 11.77q-5.23 9.77-8.23 20.43-3 10.65-3 21.65 0 17.08 6.27 33.15Q367.23-678 378-664.92q16.38 18.69 24.69 41.96t8.31 47.88q0 16.85-3.69 32.46Q403.62-527 397-511.85zm-155.69 0-34.46-18.61 6.31-12.54q4.46-10.54 6.96-21.58t2.5-22.04q0-17.08-5.39-32.77-5.38-15.69-16.15-28.77-16.39-19.46-25.58-43.11-9.19-23.66-9.19-49.04 0-16.08 4.08-31.69 4.07-15.62 12.46-30l6.31-10.77 34.46 18.61-7.08 11.77Q205-759.77 202-749t-3 21.77q0 17.08 6.27 33.15 6.27 16.08 17.04 29.16 16.38 18.69 24.81 41.96 8.42 23.27 8.42 47.88 0 16.85-3.81 32.46-3.81 15.62-10.42 30.77zM314.38-160v-20q0-23.77 16.85-40.35 16.85-16.57 40.85-16.57h222.46q15.61 0 29.61 5.69T649-215.31v-54.77q0-63.07 17.85-123.15 17.84-60.08 43.77-118.46l16.69-37.39q12.54-28.07 8.38-58.04-4.15-29.96-25.46-51.5-4.92-5.69-7.38-11.84-2.47-6.16-2.47-12.54 0-14.54 10.35-25t24.89-10.46q13.07 0 25.07 7.04t17.93 19.65q10.69 21.15 16.03 43.92 5.35 22.77 5.35 46.93 0 13.69-1.62 26.88-1.61 13.19-5.84 26.66l-89.08 345.3q-5.69 19.08-20.65 30.58T648.54-160z");
2901
2904
  export const SeatVentLeft = /*#__PURE__*/ b("M592.98-444.61q-22.21 0-33.98-14.39-11.77-14.38-11.77-30.32 0-12.32 5.08-22.46 5.07-10.14 16.08-17.88 8.07-5.42 14.49-13.84t10.2-25.27q-2.46-2-5.16-3.34-2.69-1.34-5-3.35-29 11.92-40.89 16-11.9 4.08-26.03 4.08-28.77 0-50.08-24.81-21.31-24.8-21.31-71.44 0-22.22 14.39-34.37 14.38-12.15 30.32-12.15 12.32 0 22.46 5.46t17.84 16.43q5.38 8.05 14.23 14.27 8.84 6.22 25.69 9.68 2-2.46 3.34-4.88 1.34-2.43 3.35-4.5-11.92-29-16-40.9t-4.08-26.03q0-28.76 24.81-50.07Q605.76-800 652.4-800q22.22 0 33.98 14.38 11.77 14.39 11.77 30.33 0 12.31-5.07 22.46-5.08 10.14-16.09 17.88-8.07 5.41-14.49 13.83-6.42 8.43-10.19 25.27 2.46 2 5.15 3.34 2.69 1.35 5 3.36 29-11.93 40.9-16 11.9-4.08 26.02-4.08 28.77 0 49.7 24.8Q800-639.62 800-592.98q0 22.21-13.87 34.36-13.88 12.16-29.95 12.16-12.41 0-23.06-5.12-10.65-5.11-18.26-16.07-5.32-8.04-13.74-14.46-8.43-6.42-25.27-10.2-2 2.46-3.34 5.16-1.35 2.69-3.36 5 11.93 29 16 40.38 4.08 11.39 4.08 25.77 0 28.77-24.8 50.08-24.81 21.31-71.45 21.31m50.52-156.51q8.81-8.8 8.81-21.21 0-12.42-8.81-20.81-8.81-8.4-21.22-8.4t-20.81 8.4q-8.39 8.39-8.39 20.81 0 12.41 8.39 21.21 8.4 8.81 20.81 8.81t21.22-8.81M311.23-160q-19.17 0-34.09-11.5-14.91-11.5-20.6-30.58l-89.08-345.3q-4-13.47-5.73-26.74T160-601.1q0-23.98 5.35-46.77 5.34-22.79 16.03-43.9 5.93-12.61 17.81-19.65 11.89-7.04 24.73-7.04 14.77 0 25.23 10.46 10.47 10.46 10.47 24.62 0 6.76-2.47 12.92-2.46 6.15-7.38 11.84-21.31 21.54-25.58 51.5-4.27 29.97 8.27 58.04l16.92 37.39q25.93 58.38 43.66 118.56t17.73 123.05v54.77q10.85-10.23 24.89-15.92 14.05-5.69 29.57-5.69h222.46q24.32 0 41.12 16.72 16.81 16.72 16.81 40.2v20z");
2902
2905
  export const SeatVentRight = /*#__PURE__*/ b("M308.37-444.61q-22.22 0-34.37-14.39-12.15-14.38-12.15-30.32 0-12.32 5.34-22.46 5.35-10.14 16.35-17.88 8.08-5.42 14.2-13.84t9.72-25.27q-2.46-2-4.95-3.34-2.48-1.34-4.97-3.35-29 11.92-40.39 16-11.38 4.08-25.77 4.08-28.76 0-50.07-24.81Q160-604.99 160-651.63q0-22.22 14.38-34.37 14.39-12.15 30.49-12.15 12.44 0 22.33 5.46 9.88 5.46 17.61 16.47 5.42 8.07 14.08 14.19t25.26 9.72q2-2.46 3.34-4.88 1.35-2.43 3.36-4.5-11.93-29-16-40.9-4.08-11.9-4.08-26.03 0-28.76 24.54-50.07T366.69-800q22.31 0 34.58 14.38 12.27 14.39 12.27 30.33 0 12.31-5.46 22.46-5.46 10.14-16.47 17.88-8.07 5.41-14.19 13.83-6.13 8.43-9.73 25.27 2.46 2 4.95 3.34 2.49 1.35 4.98 3.36 29-11.93 40.5-16 11.5-4.08 25.88-4.08 28.77 0 50.08 24.8 21.31 24.81 21.31 71.45 0 22.21-14.39 34.36-14.38 12.16-30.32 12.16-12.32 0-22.46-5.08t-17.88-16.08q-5.42-8.07-13.84-14.49t-25.27-10.2q-2 2.46-3.35 5.19-1.34 2.74-3.57 4.97 11.92 29 16.11 40.38 4.2 11.39 4.2 25.77 0 28.77-24.81 50.08-24.8 21.31-71.44 21.31m50.13-156.51q8.42-8.8 8.42-21.21 0-12.42-8.39-20.81-8.4-8.4-20.81-8.4t-20.84 8.4q-8.42 8.39-8.42 20.81 0 12.41 8.4 21.21 8.39 8.81 20.81 8.81 12.41 0 20.83-8.81M314.38-160v-20q0-23.48 16.81-40.2 16.8-16.72 41.12-16.72h222.23q15.34 0 29.59 5.69t25.1 15.92v-54.77q0-62.87 17.73-123.05t43.66-118.56l16.92-37.39q12.54-28.07 8.27-58.04-4.27-29.96-25.58-51.5-4.92-5.69-7.38-11.84-2.47-6.16-2.47-12.92 0-14.16 10.49-24.62t25.11-10.46q12.71 0 24.71 7.04t17.93 19.65q10.69 21.23 16.03 44.15 5.35 22.92 5.35 46.7 0 13.64-1.62 26.86-1.61 13.21-5.84 26.68l-89.08 345.3q-5.69 19.08-20.6 30.58-14.92 11.5-34.09 11.5z");
2906
+ export const SeatWindow = /*#__PURE__*/ b("M567-600q-10.92 0-19-6.46t-11.31-17.16L485.85-799q-4.23-15.38 5.34-28.19Q500.77-840 516.92-840h237.62q10.92 0 19 6.46t11.31 17.16L835.69-641q4.23 15.38-5.34 28.19Q820.77-600 804.62-600zm-333.15-56.92q-27.62 0-47.66-20.04t-20.04-47.66q0-27.61 20.04-47.65t47.66-20.04q27.61 0 47.65 20.04t20.04 47.65q0 27.62-20.04 47.66t-47.65 20.04M478.46-160h-238q-27.61 0-49.73-17.73-22.11-17.73-27.58-45.35L80-640h40.46l83.39 415.38q1.53 9.24 10.77 16.93 9.23 7.69 18.46 7.69h245.38zm203.08 95.38L579.38-240H290.62q-22.08 0-37.81-13.27t-20.19-33.81l-47.08-224.77q-8.46-41.07 18.77-70 27.23-28.92 63.69-28.92 28.08 0 51.58 16.77t29.96 45.85L398.15-320h148.47q15.61 0 29 7.92 13.38 7.93 22.07 22.85L716.15-84.62z");
2903
2907
  export const Security = /*#__PURE__*/ b("M480-121.54q-120.54-35.77-200.27-146.04T200-516v-216.31l280-104.61 280 104.61V-516q0 138.15-79.73 248.42T480-121.54m0-42.46q97-30 162-118.5T718-480H480v-314.23L240-705v206.23q0 7.77 2 18.77h238z");
2904
2908
  export const SecurityKey = /*#__PURE__*/ b("M416.92-80q-27.61 0-46.11-18.5t-18.5-46.12v-117.69h-7.69q-27.62 0-46.12-18.5T280-326.92v-488.46q0-27.62 18.5-46.12t46.12-18.5h270.76q27.62 0 46.12 18.5t18.5 46.12v488.46q0 27.61-18.5 46.11t-46.12 18.5h-7.69v117.69q0 27.62-18.5 46.12T543.08-80zM480-479.23q38.46 0 65.38-26.54 26.93-26.54 26.93-65t-26.93-65.77q-26.92-27.31-65.38-27.31t-65.38 27.31q-26.93 27.31-26.93 65.77t26.93 65q26.92 26.54 65.38 26.54M410.77-120H550q7.69 0 13.08-5.38 5.38-5.39 5.38-13.08v-123.85H392.31v123.85q0 7.69 5.38 13.08 5.39 5.38 13.08 5.38M480-519.23q-21.62 0-36.58-14.96t-14.96-36.58q0-21.61 14.96-37.35 14.96-15.73 36.58-15.73t37.35 15.73q15.73 15.74 15.73 37.35 0 21.62-15.73 36.58T480-519.23");
2905
2909
  export const Segment = /*#__PURE__*/ b("M400-269.23v-40h400v40zM400-460v-40h400v40zM160-650.77v-40h640v40z");
@@ -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;
@@ -1046,6 +1046,7 @@ export const DriveFolderUpload = /*#__PURE__*/ b("M460-310.77h40v-188L584.77-414
1046
1046
  export const Drone = /*#__PURE__*/ b("M200-200q0-65.77 36.38-117.19 36.39-51.43 94.47-71.5l-16.93-146.69H199.23V-720H80.77v-40h276.92v40H239.23v144.62h69.54l-4.15-40h350l-4.16 40h68.77V-720H600.77v-40h277.92v40H760.23v184.62H646.31l-16.93 146.69q58.08 20.07 94.35 71.5Q760-265.77 760-200h-40q0-66-44.69-113t-109.93-47H393.85q-64.47 0-109.16 47T240-200zm169.62-200h219.76l20.08-175.38H348.77zm0 0h219.76z");
1047
1047
  export const DroneTwo = /*#__PURE__*/ b("M271.31-120q-63.46 0-107.39-44.54-43.92-44.54-43.92-108t43.92-107.38q43.93-43.93 107.39-43.93 24.31 0 46.34 6.93 22.04 6.92 40.04 19.77 31.69-40.54 33.08-84.23 1.38-43.7-29.08-83.47-19 13.85-41.54 21.54-22.53 7.69-47.84 7.69-63.46 0-107.89-44.42Q120-624.46 120-687.92t44.42-107.77Q208.85-840 272.31-840t107.88 44.31q44.43 44.31 44.43 107.77 0 25.3-8.2 47.84-8.19 22.54-22.04 41.54 39.77 30.46 83.85 29.19t84.62-32.19q-12.85-18-20.16-40.04t-7.31-46.34q0-63.46 44.31-107.39 44.31-43.92 107.77-43.92t108 43.92Q840-751.38 840-687.92t-44.54 108-108 44.54q-26.31 0-49.73-8.31t-42.65-23.93Q563.62-526.85 565-481.5t33.85 87.12q19-13.85 41.15-21.66t47.46-7.81q63.46 0 108 43.93Q840-336 840-272.54t-44.54 108-108 44.54-107.77-44.54-44.31-108q0-25.31 7.81-47.84 7.81-22.54 21.66-41.54-41.77-32.46-86.35-33.58t-86.12 31.12Q408-345.15 416.31-322t8.31 49.46q0 63.46-44.93 108Q334.77-120 271.31-120m416.15-455.38q46.62 0 79.58-32.97Q800-641.31 800-687.92q0-46.62-32.96-78.96-32.96-32.35-79.58-32.35-46.61 0-79.34 32.35-32.74 32.34-32.74 78.96 0 17.23 4.58 32.65t13.5 28.04l73.85-73.85q5.84-5.84 13.77-5.84 7.92 0 13.77 5.84 6.61 6.62 6.23 13.77-.39 7.16-6.23 13.77l-74.31 75.31q13.61 11.15 30.92 17t36 5.85m-415.15-.24q17.69 0 33.61-5.84 15.93-5.85 29.31-15l-77.08-77.08q-5.84-5.84-6.23-13.38-.38-7.54 6.23-14.16 6.62-6.61 14.16-6.61t14.15 6.61L363.77-624q9.92-13.38 15.38-29.81 5.47-16.42 5.47-34.11 0-46.62-32.85-79.46-32.85-32.85-79.46-32.85-46.62 0-79.46 32.85Q160-734.54 160-687.92q0 46.61 32.85 79.46 32.84 32.84 79.46 32.84M687.46-160q46.62 0 79.58-32.96T800-272.54q0-46.61-32.96-78.96t-79.58-32.35q-17.69 0-33.61 5.35-15.93 5.35-29.31 14.5l78.31 78.31q5.84 5.84 5.84 13.77 0 7.92-5.84 13.77-6.85 5.84-14.77 6.23-7.93.38-14.54-6.23l-77.31-77.31q-9.15 13.38-15 29.31-5.85 15.92-5.85 33.61 0 46.62 32.74 79.58Q640.85-160 687.46-160m-416.15 0q47.38 0 80.34-32.96 32.97-32.96 32.97-79.58 0-18.69-5.85-35.73t-17-30.65l-82.31 80.77q-6.61 6.61-14.27 6.61-7.65 0-14.27-6.61-6.61-6.62-6.61-13.77 0-7.16 6.61-13.77L331-365.77q-12.62-8.92-27.54-13.5t-32.15-4.58q-46.62 0-78.96 32.35Q160-319.15 160-272.54q0 46.62 32.35 79.58Q224.69-160 271.31-160M480-450q12.38 0 20.81-8.42 8.42-8.43 8.42-20.81 0-12.39-8.42-20.81-8.43-8.42-20.81-8.42t-20.81 8.42q-8.42 8.42-8.42 20.81 0 12.38 8.42 20.81Q467.62-450 480-450");
1048
1048
  export const Dropdown = /*#__PURE__*/ b("M480-480h240v-240H480zM224.62-160q-27.62 0-46.12-18.5T160-224.62v-510.76q0-27.62 18.5-46.12t46.12-18.5h510.76q27.62 0 46.12 18.5t18.5 46.12v510.76q0 27.62-18.5 46.12T735.38-160zm0-40h510.76q9.24 0 16.93-7.69t7.69-16.93v-510.76q0-9.24-7.69-16.93T735.38-760H224.62q-9.24 0-16.93 7.69T200-735.38v510.76q0 9.24 7.69 16.93t16.93 7.69M200-760v560z");
1049
+ export const DropdownMenu = /*#__PURE__*/ b("m580-390.77 118.46-118.46H461.54zM320-240q-100.29 0-170.14-69.81Q80-379.63 80-479.85q0-100.23 69.86-170.19Q219.71-720 320-720h320q100.29 0 170.14 69.81Q880-580.37 880-480.15q0 100.23-69.86 170.19Q740.29-240 640-240zm0-40h320q83 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("M624.77-589.15 754-717l-37-37-128.31 129.08zm0 0-36.08-35.77zM160-160v-134.62l350.85-350.84-72.39-71.62 28.54-28.3 93.15 92.15 138.62-139.39q3.46-3.46 8.27-5.3 4.81-1.85 9.73-1.85 5.69 0 10 1.85 4.31 1.84 8.77 5.3l57.08 57.85q3.46 3.69 5.3 8 1.85 4.31 1.85 10 0 4.92-1.85 9.73-1.84 4.81-5.3 8.27L652.46-558.62l72.92 74.16-28.3 28.31-157.7-160.77L200-279.31V-200h69.69q6.16 11.23 12.66 20.85 6.5 9.61 13.34 19.15zm445.38 80q-73.3 0-135.3-37.62-62-37.61-99.31-100.84 37.31-63.23 99.31-100.85 62-37.61 135.3-37.61 73.31 0 135.31 37.61 62 37.62 99.31 100.85-37.31 63.23-99.31 100.84Q678.69-80 605.38-80m104.81-66.77q49.35-26.77 82.89-71.69-33.54-44.92-82.89-71.69-49.34-26.77-104.81-26.77-55.46 0-104.8 26.77-49.35 26.77-82.89 71.69 33.54 44.92 82.89 71.69Q549.92-120 605.38-120q55.47 0 104.81-26.77m-133.07-43.42q-11.74-11.73-11.74-28.27t11.74-28.27q11.73-11.73 28.26-11.73 16.54 0 28.27 11.73t11.73 28.27-11.73 28.27-28.27 11.73q-16.53 0-28.26-11.73");
1050
1051
  export const Dry = /*#__PURE__*/ b("M624.38-627.69q2.7-34.08-4.34-56.04t-29.5-50.42q-27.16-33.85-36.5-64.31-9.35-30.46-6.19-69.23h39.84q-3.38 36.38 5 58.84 8.39 22.47 33.69 56.77 22.93 31.16 31.7 59.89t5.61 64.5zm135.62 0q2.69-34.08-4.46-56.04-7.16-21.96-29.62-50.42-27.15-33.85-36.38-64.31t-6.08-69.23h39.62q-3.39 36.38 5 58.84 8.38 22.47 33.69 56.77 22.92 31.16 31.69 59.89t5.62 64.5zM260-120q-58.31 0-99.15-36.23Q120-192.46 120-250.77v-197.54q0-25.61 12.19-47.88t33.58-36.19l324.61-210.16 4.62 4.62q14.62 14.61 16.58 34.8 1.96 20.2-8.43 37.27l-68.07 113.54H740q8.54 0 14.27 5.73t5.73 14.27-5.73 14.27-14.27 5.73H364.15l99.31-165.54L188-499.23q-12.85 8.08-20.42 21.69-7.58 13.62-7.58 29.23v197.54q0 41.46 29.27 66.12Q218.54-160 260-160h440q8.54 0 14.27 5.73T720-140t-5.73 14.27T700-120zm260-261.54v-40h300q8.54 0 14.27 5.73t5.73 14.27-5.73 14.27-14.27 5.73zm0 130.77v-40h260q8.54 0 14.27 5.73t5.73 14.27-5.73 14.27-14.27 5.73zM340-381.54");
1051
1052
  export const DryCleaning = /*#__PURE__*/ b("M310-120v-226.92h-77.85q-30.06 0-51.11-21.28Q160-389.48 160-419.88q0-22.04 11.77-40.77t31.61-27.66L460-602.77v-49.85q-32.92-6.84-54.15-32.73-21.23-25.88-21.23-59.27 0-39.74 27.71-67.56Q440.05-840 479.64-840t67.28 28.08q27.7 28.07 27.7 67.3h-41.54q0-23.53-15.26-39.46Q502.56-800 480-800q-23.54 0-39.46 15.92-15.92 15.93-15.92 39.46 0 23.54 15.92 39.47 15.92 15.92 39.46 15.92 8.5 0 14.25 5.75t5.75 14.25v66.46l255.85 114.46q19.79 9.09 31.97 27.65Q800-442.11 800-420.14q0 30.29-21.27 51.76-21.27 21.46-51.65 21.46H650V-120zm-77.85-266.92H310v-37.7h340v37.7h77.08q13.92 0 23.42-9.62 9.5-9.61 9.5-23.77 0-9.61-4.81-18.11t-14.42-12.81L480-567.38 220-451.23q-9.62 4.31-14.81 12.81T200-420.31q0 14.16 9.04 23.77 9.05 9.62 23.11 9.62M350-160h260v-224.62H350zm0-224.62h260z");
@@ -1193,6 +1194,7 @@ export const Extension = /*#__PURE__*/ b("M358.15-160H200q-16.85 0-28.42-11.58Q1
1193
1194
  export const ExtensionOff = /*#__PURE__*/ b("M200-160q-16.08 0-28.04-11.96T160-200v-158.15q34.15-10 57.08-37.81Q240-423.77 240-460t-22.92-64.04q-22.93-27.81-57.08-37.81v-165.84q0-8.51 2.99-15.77t8.47-12.77L200-727.69v138.77q37.08 17.69 58.54 52.77Q280-501.08 280-459.76q0 40.61-21.46 75.68-21.46 35.08-58.54 53V-200h130.31q18.69-37.08 53.77-58.54Q419.15-280 460-280t75.92 21.46Q571-237.08 589.69-200h138l28.54 28.54q-5.51 5.48-12.77 8.47T727.69-160H561.85q-10-34.15-37.81-57.08Q496.23-240 460-240t-64.04 22.92q-27.81 22.93-37.81 57.08zm560-152.46-40-39.96v-42.96h18.46q24.92-3.85 40.92-21.77 16-17.93 16-42.85t-16-42.85q-16-17.92-40.92-21.77H720V-720H524.62v-18.46q-3.85-24.92-21.77-40.92-17.93-16-42.85-16t-42.85 16q-17.92 16-21.77 40.92V-720h-42.96l-39.96-40H360q10.77-34.31 37.85-54.85 27.07-20.54 62.15-20.54t62.15 20.54Q549.23-794.31 560-760h160q16.5 0 28.25 11.75T760-720v160q34.31 10.77 54.85 37.85 20.54 27.07 20.54 62.15t-20.54 62.15Q794.31-370.77 760-360zm33.31 202.84L109.62-793.31l28.53-28.54 683.7 683.7zM463.85-463.85");
1194
1195
  export const Eyebrow = /*#__PURE__*/ b("M596.92-417.69q-41.92 0-87.19 7.07-45.27 7.08-93.88 19.39-48.62 12.31-100.58 28.85-51.96 16.53-106.96 35.69-10.23 3.46-19.81 5.07Q178.92-320 170-320q-41.03 0-69.74-26.54Q71.54-373.08 71.54-410v-90.69q0-32.18 22.38-57.24 22.39-25.07 56.7-30.76 69.58-12.21 134.32-21.8 64.75-9.59 121.47-16.08 56.71-6.5 105.25-9.97Q560.2-640 597.69-640q118.62 0 195.19 77.96 76.58 77.96 95.04 217.42 1.23 6.39-2.77 11.43-4.01 5.05-10.43 7.85-5.87 2.8-12.1 1.96-6.24-.85-12.62-5.77-60.92-40-131.77-64.27t-121.31-24.27m0-40q49.39 0 106.93 17.19 57.53 17.19 134.23 56.19-25.31-107.15-85.81-161.42T596.92-600q-78.09 0-196.7 13.69-118.6 13.69-241.3 36.62-20.73 3.77-34.05 17.59-13.33 13.82-13.33 31.41V-410q0 26.62 25.96 41.19 25.96 14.58 55.96 4.27 63.08-21.15 118-38.42t103.85-29.31q48.92-12.04 93.73-18.73t87.88-6.69m-122.23-43");
1195
1196
  export const Eyeglasses = /*#__PURE__*/ b("M297.85-358.46q31.77 0 57.8-18.77 26.04-18.77 36.81-49.31l12.69-40.61q16.77-50.31-9.15-92.35t-73.23-42.04H180.23l19 156.23q5 37.31 33.04 62.08t65.58 24.77m364.3 0q37.54 0 65.58-24.77t33.04-62.08l19-156.23H638.23q-47.31 0-73.61 42.16-26.31 42.15-9.54 92.46l12.46 40.38q10.77 30.54 36.81 49.31 26.03 18.77 57.8 18.77m-364.3 40q-52.16 0-91.66-34.66-39.5-34.65-45.96-87.57L140-601.54h-33.85v-40h216.62q34.77 0 64.73 18.81t48.65 51.96h88.7q18.69-33.15 48.65-51.96t64.73-18.81h215.62v40H820l-20.23 160.85q-6.46 52.92-45.96 87.57-39.5 34.66-91.66 34.66-45.46 0-81.34-25.96-35.89-25.96-50.81-68.43l-12.69-40.38q-2.77-9.31-4.77-19.5t-4-30.35h-57.08q-2 18.16-4 28.73-2 10.58-4.77 19.89L430-413.85q-14.15 42.47-50.42 68.93t-81.73 26.46");
1197
+ export const EyeglassesThree = /*#__PURE__*/ b("M271.54-327.69q-63.46 0-107.89-44.43-44.42-44.42-44.42-107.88t44.42-107.88q44.43-44.43 107.89-44.43 53.69 0 93.84 31.54 40.16 31.54 53.47 81.08 13.77-5.54 28.8-8.31 15.04-2.77 31.35-2.77t31.85 3.15q15.53 3.16 30.3 8.7 12.54-49.54 53.08-81.46 40.54-31.93 94.23-31.93 63.46 0 107.89 44.43 44.42 44.42 44.42 107.88t-44.42 107.88q-44.43 44.43-107.89 44.43-63 0-107.69-43.96-44.69-43.97-45.39-106.73-13.07-6.31-26.92-9.35-13.84-3.04-29.46-3.04-14.85 0-28.19 3.15-13.35 3.16-26.19 9.24-.7 62.76-45.39 106.73-44.69 43.96-107.69 43.96m-79.46-231.77q-32.85 32.84-32.85 79.46t32.85 79.46q32.84 32.85 79.46 32.85 46.61 0 79.84-32.85 33.24-32.84 33.24-79.46t-33.24-79.46q-33.23-32.85-79.84-32.85-46.62 0-79.46 32.85m416.54 0q-33.24 32.84-33.24 79.46t33.24 79.46q33.23 32.85 79.84 32.85 46.62 0 79.46-32.85 32.85-32.84 32.85-79.46t-32.85-79.46q-32.84-32.85-79.46-32.85-46.61 0-79.84 32.85");
1196
1198
  export const EyeglassesTwo = /*#__PURE__*/ b("M262-327.69q-57.92 0-88.38-15.35-30.47-15.34-56.7-58.81-16.54-27.3-26.27-61.03-9.73-33.74-16.42-64.81-11 0-18.77-7t-7.77-18v-33.62q0-9.77 6-16.65 6-6.89 15.77-8.89 47.54-10.23 92.27-15.23t89.81-5q51 0 98.96 7.7 47.96 7.69 85.19 32.07h89.62q35.54-26.46 84.46-33.11 48.92-6.66 99.69-6.66 44.31 0 88.92 5 44.62 5 92.16 15.23 9 2 15.38 8.89 6.39 6.88 6.39 16.65v33.62q0 11-7.77 18t-18.77 7q-6.69 31.07-16.42 64.42t-26.27 61.42q-24.46 42.47-55.81 58.31-31.35 15.85-89.27 15.85-59.92 0-100.85-26.23-40.92-26.23-60.23-82.39-5.77-16-8.5-32t-7.73-32q-4-13.54-15.46-20.96T480-528.69q-13.54 0-24.23 7.54-10.69 7.53-15.69 20.84-5 16-8.89 31.62-3.88 15.61-8.88 32.38-17 57.69-58.31 83.16-41.31 25.46-102 25.46m0-34.93q81.77 0 110.08-49.3 28.3-49.31 28.3-123.77 0-23.16-21.23-33.43-21.23-10.26-49.3-17.5-32.93-8.53-69.16-9.65-36.23-1.11-72 3.89-26 4-45.04 17.61-19.03 13.62-19.03 36.77 0 28.54 4.88 55.08t14.65 49.07q18.31 40.39 42.5 55.81 24.2 15.42 75.35 15.42m436 0q51.15 0 75.35-15.42 24.19-15.42 41.5-55.81 9.77-22.53 15.15-49.07t5.38-56.08q0-23.92-19.03-37.65-19.04-13.73-46.04-16.73-35-5-71.12-3.39-36.11 1.62-69.04 10.15-28.07 7.24-49.3 17-21.23 9.77-21.23 32.93 0 74.46 28.3 124.27 28.31 49.8 110.08 49.8");
1197
1199
  export const EyeglassesTwoSound = /*#__PURE__*/ b("M262-362.62q81.77 0 110.08-49.3 28.3-49.31 28.3-123.77 0-23.16-21.23-33.31t-49.3-17.62q-32.93-8.53-69.16-9.65-36.23-1.11-72 3.89-26 4-45.04 17.61-19.03 13.62-19.03 36.77 0 28.54 4.88 55.08t14.65 49.07q17.54 40.39 42.12 55.81T262-362.62m414.15 150.31V-400h35.39v187.69zm-77.69-43.07v-101.54h35.39v101.54zm155.39 0v-101.54h35.38v101.54zM262-327.69q-57.92 0-88.38-15.35-30.47-15.34-56.7-58.81-16.54-28.3-26.27-61.53-9.73-33.24-16.42-64.31-11 0-18.77-7t-7.77-18v-33.62q0-9.77 6-16.65 6-6.89 15.77-8.89 47.54-10.23 92.27-15.34 44.73-5.12 89.81-5.12 51 0 98.96 7.81t85.19 32.19h89.62q35.54-26.46 84.46-33.11 48.92-6.66 99.69-6.66 44.31 0 88.92 5 44.62 5 92.16 15.23 9 2 15.38 8.89 6.39 6.88 6.39 16.65v33.62q0 11-7.77 18t-18.77 7q-7 32-16.04 64.27t-26.19 60.65q-6.62-8.69-13.58-16.27t-15.04-14.81q10.39-24.15 15.43-51.07 5.03-26.93 5.03-54.08 0-23.92-19.03-37.65-19.04-13.73-46.04-16.73-35-5-71.12-3.39-36.11 1.62-69.04 10.15-28.07 7.47-49.3 17.24-21.23 9.76-21.23 32.92 0 28.77 3.61 53.42 3.62 24.66 12.08 45.96-7.39 6.16-13.77 13.43-6.39 7.27-12.08 15.11-3.15-6.38-6.61-13.15-3.47-6.77-5.93-14.62-5.77-16-8.5-32t-7.73-32q-4-13.54-15.46-20.96T480-528.69q-13.54 0-24.35 7.54-10.8 7.53-15.57 20.84-5 16-8.89 31.62-3.88 15.61-8.88 32.38-17 57.69-58.31 83.16-41.31 25.46-102 25.46");
1198
1200
  export const EyeTracking = /*#__PURE__*/ b("M249.23-80H144.62Q117-80 98.5-98.5T80-144.62v-104.61h40v104.61q0 10.77 6.92 17.7 6.93 6.92 17.7 6.92h104.61zm461.54 0v-40h104.61q10.77 0 17.7-6.92 6.92-6.93 6.92-17.7v-104.61h40v104.61q0 27.62-18.5 46.12T815.38-80zM480-250.77q-106.92 0-192.12-60.61Q202.69-372 159.23-480q43.46-108 128.65-168.62 85.2-60.61 192.12-60.61t192.12 60.61Q757.31-588 800.77-480q-43.46 108-128.65 168.62-85.2 60.61-192.12 60.61m0-40q91.08 0 163.31-49.54T756.85-480q-41.31-90.15-113.54-139.69T480-669.23t-163.31 49.54T203.15-480q41.31 90.15 113.54 139.69T480-290.77m0-74.61q48 0 81.31-33.31T594.62-480t-33.31-81.31T480-594.62t-81.31 33.31T365.38-480t33.31 81.31T480-365.38m0-40q-31.15 0-52.88-21.74-21.74-21.73-21.74-52.88t21.74-52.88q21.73-21.74 52.88-21.74t52.88 21.74q21.74 21.73 21.74 52.88t-21.74 52.88q-21.73 21.74-52.88 21.74M80-710.77v-104.61Q80-843 98.5-861.5t46.12-18.5h104.61v40H144.62q-10.77 0-17.7 6.92-6.92 6.93-6.92 17.7v104.61zm760 0v-104.61q0-10.77-6.92-17.7-6.93-6.92-17.7-6.92H710.77v-40h104.61q27.62 0 46.12 18.5t18.5 46.12v104.61zM480-480");
@@ -2774,6 +2776,7 @@ export const ReportOff = /*#__PURE__*/ b("M764.31-308.15 734-338l26-26v-232L596-
2774
2776
  export const RequestPage = /*#__PURE__*/ b("M460-260h40v-40h60q8.54 0 14.27-5.73T580-320v-120q0-8.54-5.73-14.27T560-460H420v-80h160v-40h-80v-40h-40v40h-60q-8.54 0-14.27 5.73T380-560v120q0 8.54 5.73 14.27T400-420h140v80H380v40h80zM264.62-120q-27.62 0-46.12-18.5T200-184.62v-590.76q0-27.62 18.5-46.12t46.12-18.5h278.46L760-623.08v438.46q0 27.62-18.5 46.12T695.38-120zm0-40h430.76q9.24 0 16.93-7.69t7.69-16.93V-606L526-800H264.62q-9.24 0-16.93 7.69T240-775.38v590.76q0 9.24 7.69 16.93t16.93 7.69M240-160v-640z");
2775
2777
  export const RequestQuote = /*#__PURE__*/ b("M473.85-230h40v-40h60q8.53 0 14.27-5.73 5.73-5.73 5.73-14.27v-120q0-8.54-5.73-14.27-5.74-5.73-14.27-5.73h-140v-80h160v-40h-80v-40h-40v40h-60q-8.54 0-14.27 5.73T393.85-530v120q0 8.54 5.73 14.27t14.27 5.73h140v80h-160v40h80zM264.62-120q-27.62 0-46.12-18.5T200-184.62v-590.76q0-27.62 18.5-46.12t46.12-18.5H580l180 180v475.38q0 27.62-18.5 46.12T695.38-120zM560-649.23V-800H264.62q-9.24 0-16.93 7.69T240-775.38v590.76q0 9.24 7.69 16.93t16.93 7.69h430.76q9.24 0 16.93-7.69t7.69-16.93v-464.61zM240-800v150.77zv640z");
2776
2778
  export const ResetBrightness = /*#__PURE__*/ b("M664.62-109.23 613.85-160h-84.62v-84.62l-50.77-50.76 50.77-50.77v-84.62h84.62l50.77-50.77 50.76 50.77H800v84.62l50.77 50.77L800-244.62V-160h-84.62zm0-84.62q42.3 0 71.92-29.61 29.61-29.62 29.61-71.92 0-42.31-29.61-71.93-29.62-29.61-71.92-29.61zm120.23-381.53h-41.47q-29.07-81.08-100.15-132.85T480-760q-117 0-198.5 81.5T200-480q0 84.31 44.42 151.62 44.43 67.3 115.58 100.69V-360h40v200H200v-40h132.46q-76.61-40-124.54-114.04Q160-388.08 160-480q0-66.6 25.04-124.76t68.54-101.66 101.66-68.54T480-800q108.23 0 191.12 63.35Q754-673.31 784.85-575.38");
2779
+ export const ResetColors = /*#__PURE__*/ b("M676.46-82.58q-7.15-2.57-13.08-8.5L511.85-242.62Q500-254.23 500-270t11.85-27.62L662.46-448l-73.38-73.38 27.54-28.31 253.3 252.07q5.93 5.93 8.5 13.08 2.58 7.16 2.58 14.31t-2.58 14.42q-2.57 7.27-8.5 13.19L718.38-91.08q-5.92 5.93-13.19 8.5Q697.92-80 690.77-80t-14.31-2.58M548-278.46h283.23L690-419.69zM200-160v-40h132.46q-76.61-40-124.54-114.04Q160-388.08 160-480q0-66.54 25.04-124.73t68.54-101.69 101.69-68.54T480-800q108.23 0 191.12 63.35Q754-673.31 784.85-575.38h-41.47q-29.07-81.08-100.15-132.85T480-760q-117 0-198.5 81.5T200-480q0 84.31 44.42 151.62 44.43 67.3 115.58 100.69V-360h40v200z");
2777
2780
  export const ResetExposure = /*#__PURE__*/ b("M200-160v-40h132.46q-76.61-40-124.54-114.04Q160-388.08 160-480q0-66.54 25.04-124.73t68.54-101.69 101.69-68.54T480-800q108.23 0 191.12 63.35Q754-673.31 784.85-575.38h-41.47q-29.07-81.08-100.15-132.85T480-760q-117 0-198.5 81.5T200-480q0 84.31 44.42 151.62 44.43 67.3 115.58 100.69V-360h40v200zm328.46 40q-20.38 0-34.42-14.04T480-168.46v-263.08q0-20.38 14.04-34.42T528.46-480h263.08q20.38 0 34.42 14.04T840-431.54v263.08q0 20.38-14.04 34.42T791.54-120zM520-160h280v-280z");
2778
2781
  export const ResetFocus = /*#__PURE__*/ b("M480-347.69v-83.85q0-20.19 14.13-34.33Q508.27-480 528.46-480h83.85v35.38h-96.93v96.93zM528.46-120q-20.19 0-34.33-14.13Q480-148.27 480-168.46v-83.85h35.38v96.93h96.93V-120zm276.16-227.69v-96.93h-96.93V-480h83.85q20.19 0 34.33 14.13Q840-451.73 840-431.54v83.85zM707.69-120v-35.38h96.93v-96.93H840v83.85q0 20.19-14.13 34.33Q811.73-120 791.54-120zm77.16-455.38h-41.47q-29.07-81.08-100.15-132.85T480-760q-117 0-198.5 81.5T200-480q0 84.31 44.42 151.62 44.43 67.3 115.58 100.69V-360h40v200H200v-40h132.46q-76.61-40-124.54-114.04Q160-388.08 160-480q0-66.6 25.04-124.76t68.54-101.66 101.66-68.54T480-800q108.23 0 191.12 63.35Q754-673.31 784.85-575.38");
2779
2782
  export const ResetImage = /*#__PURE__*/ b("M160-569.23V-760h40v129.38q40-75.84 114.04-122.61T480-800q109.54 0 193.96 65.08 84.42 65.07 112.96 165.69h-42.38q-27.85-84.31-99.46-137.54Q573.46-760 480-760q-80.85 0-145.58 41.77t-98.11 109h114.46v40zM300-260h366.15L553.08-410.77 448.46-278.46l-70-84.62zm-75.38 140q-26.85 0-45.74-18.88Q160-157.77 160-184.62v-270.76h40v270.76q0 10.77 6.92 17.7 6.93 6.92 17.7 6.92h510.76q10.77 0 17.7-6.92 6.92-6.93 6.92-17.7v-270.76h40v270.76q0 26.85-18.88 45.74Q762.23-120 735.38-120z");
@@ -2900,6 +2903,7 @@ export const SeatHeatLeft = /*#__PURE__*/ b("M779.46-498.77 745-517.38l6.08-12.5
2900
2903
  export const SeatHeatRight = /*#__PURE__*/ b("m546.38-498.77-34.46-18.61 6.08-12.54q4.46-10.54 6.69-21.2 2.23-10.65 2.23-21.65 0-17.08-5.11-33.15-5.12-16.08-15.89-29.16-15.61-20.23-25.07-43.88-9.47-23.66-9.47-49.04 0-16.08 4.2-31.31 4.19-15.23 12.34-29.61l6.08-10.77 34.69 18.61-7.07 11.77q-5.24 9.77-8.24 20.81t-3 22.04q0 17.08 6.66 32.77 6.65 15.69 17.42 28.77 16.39 18.69 24.31 41.96t7.92 47.88q0 16.85-3.69 32.46-3.69 15.62-10.31 30.77zm-155.69 0-34.46-18.61 6.08-12.54q4.46-10.54 6.69-21.2 2.23-10.65 2.23-21.65 0-17.08-5.11-33.15Q361-622 350.23-635.08q-15.61-20.23-25.08-43.88-9.46-23.66-9.46-49.04 0-16.08 4.19-31.31 4.2-15.23 12.35-29.61l6.08-10.77L373-781.08l-7.08 11.77q-5.23 9.77-8.23 20.43-3 10.65-3 21.65 0 17.08 6.27 33.15Q367.23-678 378-664.92q16.38 18.69 24.69 41.96t8.31 47.88q0 16.85-3.69 32.46Q403.62-527 397-511.85zm-155.69 0-34.46-18.61 6.31-12.54q4.46-10.54 6.96-21.58t2.5-22.04q0-17.08-5.39-32.77-5.38-15.69-16.15-28.77-16.39-19.46-25.58-43.11-9.19-23.66-9.19-49.04 0-16.08 4.08-31.69 4.07-15.62 12.46-30l6.31-10.77 34.46 18.61-7.08 11.77Q205-759.77 202-749t-3 21.77q0 17.08 6.27 33.15 6.27 16.08 17.04 29.16 16.38 18.69 24.81 41.96 8.42 23.27 8.42 47.88 0 16.85-3.81 32.46-3.81 15.62-10.42 30.77zM314.38-160v-20q0-23.77 16.85-40.35 16.85-16.57 40.85-16.57h222.46q15.61 0 29.61 5.69T649-215.31v-54.77q0-63.07 17.85-123.15 17.84-60.08 43.77-118.46l16.69-37.39q12.54-28.07 8.38-58.04-4.15-29.96-25.46-51.5-4.92-5.69-7.38-11.84-2.47-6.16-2.47-12.54 0-14.54 10.35-25t24.89-10.46q13.07 0 25.07 7.04t17.93 19.65q10.69 21.15 16.03 43.92 5.35 22.77 5.35 46.93 0 13.69-1.62 26.88-1.61 13.19-5.84 26.66l-89.08 345.3q-5.69 19.08-20.65 30.58T648.54-160z");
2901
2904
  export const SeatVentLeft = /*#__PURE__*/ b("M592.98-444.61q-22.21 0-33.98-14.39-11.77-14.38-11.77-30.32 0-12.32 5.08-22.46 5.07-10.14 16.08-17.88 8.07-5.42 14.49-13.84t10.2-25.27q-2.46-2-5.16-3.34-2.69-1.34-5-3.35-29 11.92-40.89 16-11.9 4.08-26.03 4.08-28.77 0-50.08-24.81-21.31-24.8-21.31-71.44 0-22.22 14.39-34.37 14.38-12.15 30.32-12.15 12.32 0 22.46 5.46t17.84 16.43q5.38 8.05 14.23 14.27 8.84 6.22 25.69 9.68 2-2.46 3.34-4.88 1.34-2.43 3.35-4.5-11.92-29-16-40.9t-4.08-26.03q0-28.76 24.81-50.07Q605.76-800 652.4-800q22.22 0 33.98 14.38 11.77 14.39 11.77 30.33 0 12.31-5.07 22.46-5.08 10.14-16.09 17.88-8.07 5.41-14.49 13.83-6.42 8.43-10.19 25.27 2.46 2 5.15 3.34 2.69 1.35 5 3.36 29-11.93 40.9-16 11.9-4.08 26.02-4.08 28.77 0 49.7 24.8Q800-639.62 800-592.98q0 22.21-13.87 34.36-13.88 12.16-29.95 12.16-12.41 0-23.06-5.12-10.65-5.11-18.26-16.07-5.32-8.04-13.74-14.46-8.43-6.42-25.27-10.2-2 2.46-3.34 5.16-1.35 2.69-3.36 5 11.93 29 16 40.38 4.08 11.39 4.08 25.77 0 28.77-24.8 50.08-24.81 21.31-71.45 21.31m50.52-156.51q8.81-8.8 8.81-21.21 0-12.42-8.81-20.81-8.81-8.4-21.22-8.4t-20.81 8.4q-8.39 8.39-8.39 20.81 0 12.41 8.39 21.21 8.4 8.81 20.81 8.81t21.22-8.81M311.23-160q-19.17 0-34.09-11.5-14.91-11.5-20.6-30.58l-89.08-345.3q-4-13.47-5.73-26.74T160-601.1q0-23.98 5.35-46.77 5.34-22.79 16.03-43.9 5.93-12.61 17.81-19.65 11.89-7.04 24.73-7.04 14.77 0 25.23 10.46 10.47 10.46 10.47 24.62 0 6.76-2.47 12.92-2.46 6.15-7.38 11.84-21.31 21.54-25.58 51.5-4.27 29.97 8.27 58.04l16.92 37.39q25.93 58.38 43.66 118.56t17.73 123.05v54.77q10.85-10.23 24.89-15.92 14.05-5.69 29.57-5.69h222.46q24.32 0 41.12 16.72 16.81 16.72 16.81 40.2v20z");
2902
2905
  export const SeatVentRight = /*#__PURE__*/ b("M308.37-444.61q-22.22 0-34.37-14.39-12.15-14.38-12.15-30.32 0-12.32 5.34-22.46 5.35-10.14 16.35-17.88 8.08-5.42 14.2-13.84t9.72-25.27q-2.46-2-4.95-3.34-2.48-1.34-4.97-3.35-29 11.92-40.39 16-11.38 4.08-25.77 4.08-28.76 0-50.07-24.81Q160-604.99 160-651.63q0-22.22 14.38-34.37 14.39-12.15 30.49-12.15 12.44 0 22.33 5.46 9.88 5.46 17.61 16.47 5.42 8.07 14.08 14.19t25.26 9.72q2-2.46 3.34-4.88 1.35-2.43 3.36-4.5-11.93-29-16-40.9-4.08-11.9-4.08-26.03 0-28.76 24.54-50.07T366.69-800q22.31 0 34.58 14.38 12.27 14.39 12.27 30.33 0 12.31-5.46 22.46-5.46 10.14-16.47 17.88-8.07 5.41-14.19 13.83-6.13 8.43-9.73 25.27 2.46 2 4.95 3.34 2.49 1.35 4.98 3.36 29-11.93 40.5-16 11.5-4.08 25.88-4.08 28.77 0 50.08 24.8 21.31 24.81 21.31 71.45 0 22.21-14.39 34.36-14.38 12.16-30.32 12.16-12.32 0-22.46-5.08t-17.88-16.08q-5.42-8.07-13.84-14.49t-25.27-10.2q-2 2.46-3.35 5.19-1.34 2.74-3.57 4.97 11.92 29 16.11 40.38 4.2 11.39 4.2 25.77 0 28.77-24.81 50.08-24.8 21.31-71.44 21.31m50.13-156.51q8.42-8.8 8.42-21.21 0-12.42-8.39-20.81-8.4-8.4-20.81-8.4t-20.84 8.4q-8.42 8.39-8.42 20.81 0 12.41 8.4 21.21 8.39 8.81 20.81 8.81 12.41 0 20.83-8.81M314.38-160v-20q0-23.48 16.81-40.2 16.8-16.72 41.12-16.72h222.23q15.34 0 29.59 5.69t25.1 15.92v-54.77q0-62.87 17.73-123.05t43.66-118.56l16.92-37.39q12.54-28.07 8.27-58.04-4.27-29.96-25.58-51.5-4.92-5.69-7.38-11.84-2.47-6.16-2.47-12.92 0-14.16 10.49-24.62t25.11-10.46q12.71 0 24.71 7.04t17.93 19.65q10.69 21.23 16.03 44.15 5.35 22.92 5.35 46.7 0 13.64-1.62 26.86-1.61 13.21-5.84 26.68l-89.08 345.3q-5.69 19.08-20.6 30.58-14.92 11.5-34.09 11.5z");
2906
+ export const SeatWindow = /*#__PURE__*/ b("M567-600q-10.92 0-19-6.46t-11.31-17.16L485.85-799q-4.23-15.38 5.34-28.19Q500.77-840 516.92-840h237.62q10.92 0 19 6.46t11.31 17.16L835.69-641q4.23 15.38-5.34 28.19Q820.77-600 804.62-600zm6.15-40h220.77l-45.77-160h-221.3zm-339.3-16.92q-27.62 0-47.66-20.04t-20.04-47.66q0-27.61 20.04-47.65t47.66-20.04q27.61 0 47.65 20.04t20.04 47.65q0 27.62-20.04 47.66t-47.65 20.04M478.46-160h-238q-27.61 0-49.73-17.73-22.11-17.73-27.58-45.35L80-640h40.46l83.39 415.38q1.53 9.24 10.77 16.93 9.23 7.69 18.46 7.69h245.38zm203.08 95.38L579.38-240H290.62q-22.08 0-37.81-13.27t-20.19-33.81l-47.08-224.77q-8.46-41.07 18.77-70 27.23-28.92 63.69-28.92 28.08 0 51.58 16.77t29.96 45.85L398.15-320h148.47q15.61 0 29 7.92 13.38 7.93 22.07 22.85L716.15-84.62zM573.15-640l-46.3-160z");
2903
2907
  export const Security = /*#__PURE__*/ b("M480-121.54q-120.54-35.77-200.27-146.04T200-516v-216.31l280-104.61 280 104.61V-516q0 138.15-79.73 248.42T480-121.54m0-42.46q97-30 162-118.5T718-480H480v-314.23L240-705v206.23q0 7.77 2 18.77h238z");
2904
2908
  export const SecurityKey = /*#__PURE__*/ b("M416.92-80q-27.61 0-46.11-18.5t-18.5-46.12v-117.69h-7.69q-27.62 0-46.12-18.5T280-326.92v-488.46q0-27.62 18.5-46.12t46.12-18.5h270.76q27.62 0 46.12 18.5t18.5 46.12v488.46q0 27.61-18.5 46.11t-46.12 18.5h-7.69v117.69q0 27.62-18.5 46.12T543.08-80zM480-479.23q38.46 0 65.38-26.54 26.93-26.54 26.93-65t-26.93-65.77q-26.92-27.31-65.38-27.31t-65.38 27.31q-26.93 27.31-26.93 65.77t26.93 65q26.92 26.54 65.38 26.54M410.77-120H550q7.69 0 13.08-5.38 5.38-5.39 5.38-13.08v-123.85H392.31v123.85q0 7.69 5.38 13.08 5.39 5.38 13.08 5.38m-72.31-182.31h283.08q7.69 0 13.08-5.38 5.38-5.39 5.38-13.08v-500.77q0-7.69-5.38-13.08-5.39-5.38-13.08-5.38H338.46q-7.69 0-13.08 5.38-5.38 5.39-5.38 13.08v500.77q0 7.69 5.38 13.08 5.39 5.38 13.08 5.38M480-519.23q-21.62 0-36.58-14.96t-14.96-36.58q0-21.61 14.96-37.35 14.96-15.73 36.58-15.73t37.35 15.73q15.73 15.74 15.73 37.35 0 21.62-15.73 36.58T480-519.23M338.46-302.31H320h320z");
2905
2909
  export const Segment = /*#__PURE__*/ b("M400-269.23v-40h400v40zM400-460v-40h400v40zM160-650.77v-40h640v40z");
@@ -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;
@@ -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");
@@ -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;