@spark-ui/icons 1.21.2 → 1.21.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/icons/BabyFurniture.d.ts +4 -0
  3. package/dist/icons/BabyFurniture.js +1 -0
  4. package/dist/icons/BabyFurniture.mjs +6 -0
  5. package/dist/icons/BikeSize.d.ts +4 -0
  6. package/dist/icons/BikeSize.js +1 -0
  7. package/dist/icons/BikeSize.mjs +6 -0
  8. package/dist/icons/Bluetooth.d.ts +4 -0
  9. package/dist/icons/Bluetooth.js +1 -0
  10. package/dist/icons/Bluetooth.mjs +6 -0
  11. package/dist/icons/Book.d.ts +4 -0
  12. package/dist/icons/Book.js +1 -0
  13. package/dist/icons/Book.mjs +6 -0
  14. package/dist/icons/Collectible.d.ts +4 -0
  15. package/dist/icons/Collectible.js +1 -0
  16. package/dist/icons/Collectible.mjs +6 -0
  17. package/dist/icons/ComputerAccessory.d.ts +4 -0
  18. package/dist/icons/ComputerAccessory.js +1 -0
  19. package/dist/icons/ComputerAccessory.mjs +6 -0
  20. package/dist/icons/Donation.d.ts +4 -0
  21. package/dist/icons/Donation.js +1 -0
  22. package/dist/icons/Donation.mjs +6 -0
  23. package/dist/icons/EngineStart.d.ts +4 -0
  24. package/dist/icons/EngineStart.js +1 -0
  25. package/dist/icons/EngineStart.mjs +6 -0
  26. package/dist/icons/Gps.d.ts +4 -0
  27. package/dist/icons/Gps.js +1 -0
  28. package/dist/icons/Gps.mjs +6 -0
  29. package/dist/icons/Headlight.d.ts +4 -0
  30. package/dist/icons/Headlight.js +1 -0
  31. package/dist/icons/Headlight.mjs +6 -0
  32. package/dist/icons/KeylessAccess.d.ts +4 -0
  33. package/dist/icons/KeylessAccess.js +1 -0
  34. package/dist/icons/KeylessAccess.mjs +6 -0
  35. package/dist/icons/MultimediaSystem.d.ts +4 -0
  36. package/dist/icons/MultimediaSystem.js +1 -0
  37. package/dist/icons/MultimediaSystem.mjs +6 -0
  38. package/dist/icons/ParkAssist.d.ts +4 -0
  39. package/dist/icons/ParkAssist.js +1 -0
  40. package/dist/icons/ParkAssist.mjs +6 -0
  41. package/dist/icons/ParkingSensor.d.ts +4 -0
  42. package/dist/icons/ParkingSensor.js +1 -0
  43. package/dist/icons/ParkingSensor.mjs +6 -0
  44. package/dist/icons/PetAccessory.d.ts +4 -0
  45. package/dist/icons/PetAccessory.js +1 -0
  46. package/dist/icons/PetAccessory.mjs +6 -0
  47. package/dist/icons/RainSensor.d.ts +4 -0
  48. package/dist/icons/RainSensor.js +1 -0
  49. package/dist/icons/RainSensor.mjs +6 -0
  50. package/dist/icons/RearviewCamera.d.ts +4 -0
  51. package/dist/icons/RearviewCamera.js +1 -0
  52. package/dist/icons/RearviewCamera.mjs +6 -0
  53. package/dist/icons/RearviewMirror.d.ts +4 -0
  54. package/dist/icons/RearviewMirror.js +1 -0
  55. package/dist/icons/RearviewMirror.mjs +6 -0
  56. package/dist/icons/Rental.d.ts +4 -0
  57. package/dist/icons/Rental.js +1 -0
  58. package/dist/icons/Rental.mjs +6 -0
  59. package/dist/icons/Seat.d.ts +4 -0
  60. package/dist/icons/Seat.js +1 -0
  61. package/dist/icons/Seat.mjs +6 -0
  62. package/dist/icons/Speaker.d.ts +4 -0
  63. package/dist/icons/Speaker.js +1 -0
  64. package/dist/icons/Speaker.mjs +6 -0
  65. package/dist/icons/SpeedIndicator.d.ts +4 -0
  66. package/dist/icons/SpeedIndicator.js +1 -0
  67. package/dist/icons/SpeedIndicator.mjs +6 -0
  68. package/dist/icons/Sunroof.d.ts +4 -0
  69. package/dist/icons/Sunroof.js +1 -0
  70. package/dist/icons/Sunroof.mjs +6 -0
  71. package/dist/icons/WheelRim.d.ts +4 -0
  72. package/dist/icons/WheelRim.js +1 -0
  73. package/dist/icons/WheelRim.mjs +6 -0
  74. package/dist/index.d.ts +24 -0
  75. package/dist/index.js +1 -1
  76. package/dist/index.mjs +860 -812
  77. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.21.3](https://github.com/adevinta/spark/compare/@spark-ui/icons@1.21.2...@spark-ui/icons@1.21.3) (2023-11-22)
7
+
8
+ **Note:** Version bump only for package @spark-ui/icons
9
+
6
10
  ## [1.21.2](https://github.com/adevinta/spark/compare/@spark-ui/icons@1.21.1...@spark-ui/icons@1.21.2) (2023-10-30)
7
11
 
8
12
  **Note:** Version bump only for package @spark-ui/icons
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const BabyFurniture: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),l=t.forwardRef(({title:e,fill:r="currentColor",stroke:c="none",...i},o)=>t.createElement("svg",{ref:o,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"BabyFurniture",...e&&{"data-title":e},fill:r,stroke:c,...i,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path fill-rule="evenodd" d="m4.5,13.35c0,1.34,1.07,2.42,2.39,2.42h2.12v2.81c-1.03-.1-2.05-.26-3.07-.47l-.98-.2c-.2-.04-.4.09-.45.3-.04.21.09.41.29.45l.98.2c4.23.89,8.6.85,12.82-.11l.44-.1c.2-.05.33-.25.29-.46-.05-.21-.25-.34-.45-.29l-.44.1c-1.01.23-2.02.4-3.04.52v-2.75h1.72c1.32,0,2.39-1.09,2.39-2.42v-3.12h-6.57v-5.25c0-.27-.21-.48-.48-.48h-1.92c-3.2,0-5.82,2.53-6.01,5.73h-.01v3.12Zm10.14,2.42h-4.88v2.87c1.62.12,3.25.11,4.88-.04v-2.83Zm-2.46-10.51v4.97h-6.9c.19-2.78,2.47-4.97,5.26-4.97h1.65Zm-6.92,5.73v2.35c0,.92.73,1.66,1.63,1.66h10.22c.9,0,1.63-.74,1.63-1.66v-2.35H5.25Z"/>'}}));l.displayName="BabyFurniture",exports.BabyFurniture=l;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const o = e.forwardRef(({ title: t, fill: l = "currentColor", stroke: r = "none", ...c }, i) => e.createElement("svg", { ref: i, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "BabyFurniture", ...t && { "data-title": t }, fill: l, stroke: r, ...c, dangerouslySetInnerHTML: { __html: (t === void 0 ? "" : `<title>${t}</title>`) + '<path fill-rule="evenodd" d="m4.5,13.35c0,1.34,1.07,2.42,2.39,2.42h2.12v2.81c-1.03-.1-2.05-.26-3.07-.47l-.98-.2c-.2-.04-.4.09-.45.3-.04.21.09.41.29.45l.98.2c4.23.89,8.6.85,12.82-.11l.44-.1c.2-.05.33-.25.29-.46-.05-.21-.25-.34-.45-.29l-.44.1c-1.01.23-2.02.4-3.04.52v-2.75h1.72c1.32,0,2.39-1.09,2.39-2.42v-3.12h-6.57v-5.25c0-.27-.21-.48-.48-.48h-1.92c-3.2,0-5.82,2.53-6.01,5.73h-.01v3.12Zm10.14,2.42h-4.88v2.87c1.62.12,3.25.11,4.88-.04v-2.83Zm-2.46-10.51v4.97h-6.9c.19-2.78,2.47-4.97,5.26-4.97h1.65Zm-6.92,5.73v2.35c0,.92.73,1.66,1.63,1.66h10.22c.9,0,1.63-.74,1.63-1.66v-2.35H5.25Z"/>' } }));
3
+ o.displayName = "BabyFurniture";
4
+ export {
5
+ o as BabyFurniture
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const BikeSize: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),c=l.forwardRef(({title:e,fill:t="currentColor",stroke:i="none",...r},s)=>l.createElement("svg",{ref:s,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"BikeSize",...e&&{"data-title":e},fill:t,stroke:i,...r,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path fill-rule="evenodd" d="m8.52,6.77c.17,0,.31.14.31.3,0,.17-.14.3-.31.3h-.47l.3.49h5.72v-1.61c0-.09.05-.18.12-.24.08-.06.18-.08.27-.05l1.24.34c.08.02.14.07.18.14.04.07.05.15.03.23-.05.16-.22.25-.38.2l-.82-.23v3.04c.09,0,.18.02.27.04,1.15.24,1.98,1.23,1.96,2.38-.01,1.15-.86,2.12-2.01,2.34-.15.03-.31.04-.46.04-.5,0-.98-.15-1.39-.42-.97-.65-1.34-1.87-.88-2.93.34-.77,1.06-1.3,1.87-1.43v-.8s-3.27,3.46-3.27,3.46c-.05.05-.12.09-.19.09h-.06s-2.13,0-2.13,0c-.08.49-.32.96-.69,1.31-.46.45-1.09.7-1.75.7-1.36,0-2.47-1.08-2.47-2.4s1.11-2.4,2.47-2.4c.3,0,.59.05.85.15l.99-1.66-.48-.79h-.25c-.17,0-.31-.13-.31-.3s.14-.3.31-.3h1.43Zm-2.55,3.51c-1.02,0-1.85.81-1.85,1.8s.83,1.8,1.85,1.8c.89,0,1.63-.61,1.81-1.42h-1.99c-.11,0-.21-.06-.27-.15-.06-.09-.06-.21,0-.3l.98-1.65c-.17-.05-.35-.07-.53-.07h0Zm8.09,0h.05c-.83.13-1.46.8-1.53,1.62-.07.82.44,1.58,1.23,1.85.8.27,1.68-.01,2.15-.69.25-.36.36-.79.31-1.22l-.02-.13c-.16-.74-.79-1.3-1.55-1.41v1.43c0,.09-.03.17-.1.23s-.15.09-.24.08c-.17,0-.31-.13-.31-.3v-1.46Zm-7,.35l-.74,1.23h1.49c-.07-.51-.35-.95-.75-1.23Zm1.11-1.86l-.8,1.33c.59.4.99,1.03,1.06,1.76h1.57s-1.83-3.09-1.83-3.09Zm5.5-.31h-4.98s.98,1.66.98,1.66l.91,1.53,3.09-3.2Z"/><path d="m18.95,7.59c.11-.11.3-.11.42,0l1.03,1.03c.14.14.14.38,0,.52-.14.14-.38.14-.52,0l-.35-.35v7.91h0c0,.2-.15.36-.33.37-.01,0-.02,0-.04,0h0s-13.42,0-13.42,0l.47.3c.17.11.22.34.11.51-.11.17-.34.22-.51.11l-1.62-1.04c-.18-.12-.18-.38,0-.49l1.62-1.04c.17-.11.4-.06.51.11.11.17.06.4-.11.51l-.47.3h13.06v-7.55l-.35.35c-.14.14-.38.14-.52,0-.14-.14-.14-.38,0-.52l1.03-1.03Z"/>'}}));c.displayName="BikeSize",exports.BikeSize=c;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const s = e.forwardRef(({ title: l, fill: c = "currentColor", stroke: t = "none", ...h }, i) => e.createElement("svg", { ref: i, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "BikeSize", ...l && { "data-title": l }, fill: c, stroke: t, ...h, dangerouslySetInnerHTML: { __html: (l === void 0 ? "" : `<title>${l}</title>`) + '<path fill-rule="evenodd" d="m8.52,6.77c.17,0,.31.14.31.3,0,.17-.14.3-.31.3h-.47l.3.49h5.72v-1.61c0-.09.05-.18.12-.24.08-.06.18-.08.27-.05l1.24.34c.08.02.14.07.18.14.04.07.05.15.03.23-.05.16-.22.25-.38.2l-.82-.23v3.04c.09,0,.18.02.27.04,1.15.24,1.98,1.23,1.96,2.38-.01,1.15-.86,2.12-2.01,2.34-.15.03-.31.04-.46.04-.5,0-.98-.15-1.39-.42-.97-.65-1.34-1.87-.88-2.93.34-.77,1.06-1.3,1.87-1.43v-.8s-3.27,3.46-3.27,3.46c-.05.05-.12.09-.19.09h-.06s-2.13,0-2.13,0c-.08.49-.32.96-.69,1.31-.46.45-1.09.7-1.75.7-1.36,0-2.47-1.08-2.47-2.4s1.11-2.4,2.47-2.4c.3,0,.59.05.85.15l.99-1.66-.48-.79h-.25c-.17,0-.31-.13-.31-.3s.14-.3.31-.3h1.43Zm-2.55,3.51c-1.02,0-1.85.81-1.85,1.8s.83,1.8,1.85,1.8c.89,0,1.63-.61,1.81-1.42h-1.99c-.11,0-.21-.06-.27-.15-.06-.09-.06-.21,0-.3l.98-1.65c-.17-.05-.35-.07-.53-.07h0Zm8.09,0h.05c-.83.13-1.46.8-1.53,1.62-.07.82.44,1.58,1.23,1.85.8.27,1.68-.01,2.15-.69.25-.36.36-.79.31-1.22l-.02-.13c-.16-.74-.79-1.3-1.55-1.41v1.43c0,.09-.03.17-.1.23s-.15.09-.24.08c-.17,0-.31-.13-.31-.3v-1.46Zm-7,.35l-.74,1.23h1.49c-.07-.51-.35-.95-.75-1.23Zm1.11-1.86l-.8,1.33c.59.4.99,1.03,1.06,1.76h1.57s-1.83-3.09-1.83-3.09Zm5.5-.31h-4.98s.98,1.66.98,1.66l.91,1.53,3.09-3.2Z"/><path d="m18.95,7.59c.11-.11.3-.11.42,0l1.03,1.03c.14.14.14.38,0,.52-.14.14-.38.14-.52,0l-.35-.35v7.91h0c0,.2-.15.36-.33.37-.01,0-.02,0-.04,0h0s-13.42,0-13.42,0l.47.3c.17.11.22.34.11.51-.11.17-.34.22-.51.11l-1.62-1.04c-.18-.12-.18-.38,0-.49l1.62-1.04c.17-.11.4-.06.51.11.11.17.06.4-.11.51l-.47.3h13.06v-7.55l-.35.35c-.14.14-.38.14-.52,0-.14-.14-.14-.38,0-.52l1.03-1.03Z"/>' } }));
3
+ s.displayName = "BikeSize";
4
+ export {
5
+ s as BikeSize
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const Bluetooth: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),l=e.forwardRef(({title:t,fill:o="currentColor",stroke:c="none",...r},s)=>e.createElement("svg",{ref:s,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"Bluetooth",...t&&{"data-title":t},fill:o,stroke:c,...r,dangerouslySetInnerHTML:{__html:(t===void 0?"":`<title>${t}</title>`)+'<path d="m10.79,17.12c-.09,0-.17-.03-.26-.07-.12-.09-.2-.23-.2-.36v-3.62l-1.65,1.59c-.08.08-.2.12-.32.12s-.24-.04-.32-.12c-.08-.08-.13-.19-.13-.31s.05-.23.13-.31l2.11-2.02-2.11-2.02c-.08-.08-.13-.19-.13-.31s.05-.23.13-.31c.08-.08.2-.13.32-.13s.24.05.32.13l1.65,1.59v-3.62c0-.14.06-.27.18-.36.08-.05.17-.08.26-.08.05,0,.1,0,.15.03l4.85,1.75c.16.05.28.2.3.36.02.17-.06.34-.21.42l-4.24,2.55,4.24,2.55c.13.09.22.25.21.4-.03.17-.13.3-.29.36l-4.85,1.75s-.1.03-.15.03h0Zm.45-1.07l3.4-1.22-3.4-2.04v3.27Zm0-4.82l3.4-2.04-3.4-1.22v3.27Z"/><path d="m12,20c-3.58,0-6.5-2.8-6.5-6.25v-3.5c0-3.45,2.92-6.25,6.5-6.25s6.5,2.8,6.5,6.25v3.5c0,3.45-2.92,6.25-6.5,6.25Zm0-15.14c-3.09,0-5.61,2.43-5.61,5.4v3.5c0,2.97,2.52,5.39,5.61,5.39s5.61-2.42,5.61-5.39v-3.51c0-2.97-2.52-5.39-5.61-5.39Z"/>'}}));l.displayName="Bluetooth",exports.Bluetooth=l;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const r = e.forwardRef(({ title: t, fill: l = "currentColor", stroke: o = "none", ...c }, s) => e.createElement("svg", { ref: s, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "Bluetooth", ...t && { "data-title": t }, fill: l, stroke: o, ...c, dangerouslySetInnerHTML: { __html: (t === void 0 ? "" : `<title>${t}</title>`) + '<path d="m10.79,17.12c-.09,0-.17-.03-.26-.07-.12-.09-.2-.23-.2-.36v-3.62l-1.65,1.59c-.08.08-.2.12-.32.12s-.24-.04-.32-.12c-.08-.08-.13-.19-.13-.31s.05-.23.13-.31l2.11-2.02-2.11-2.02c-.08-.08-.13-.19-.13-.31s.05-.23.13-.31c.08-.08.2-.13.32-.13s.24.05.32.13l1.65,1.59v-3.62c0-.14.06-.27.18-.36.08-.05.17-.08.26-.08.05,0,.1,0,.15.03l4.85,1.75c.16.05.28.2.3.36.02.17-.06.34-.21.42l-4.24,2.55,4.24,2.55c.13.09.22.25.21.4-.03.17-.13.3-.29.36l-4.85,1.75s-.1.03-.15.03h0Zm.45-1.07l3.4-1.22-3.4-2.04v3.27Zm0-4.82l3.4-2.04-3.4-1.22v3.27Z"/><path d="m12,20c-3.58,0-6.5-2.8-6.5-6.25v-3.5c0-3.45,2.92-6.25,6.5-6.25s6.5,2.8,6.5,6.25v3.5c0,3.45-2.92,6.25-6.5,6.25Zm0-15.14c-3.09,0-5.61,2.43-5.61,5.4v3.5c0,2.97,2.52,5.39,5.61,5.39s5.61-2.42,5.61-5.39v-3.51c0-2.97-2.52-5.39-5.61-5.39Z"/>' } }));
3
+ r.displayName = "Bluetooth";
4
+ export {
5
+ r as Bluetooth
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const Book: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),t=l.forwardRef(({title:e,fill:c="currentColor",stroke:o="none",...r},h)=>l.createElement("svg",{ref:h,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"Book",...e&&{"data-title":e},fill:c,stroke:o,...r,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path fill-rule="evenodd" d="m11.53,7.85c-.45,0-.81.37-.81.83v.95c0,.46.36.83.81.83h2.79c.45,0,.81-.37.81-.83v-.95c0-.46-.36-.83-.81-.83h-2.79Zm-.12.83c0-.07.05-.12.12-.12h2.79c.06,0,.12.05.12.12v.95c0,.07-.05.12-.12.12h-2.79c-.06,0-.12-.05-.12-.12v-.95Z"/><path fill-rule="evenodd" d="m7,5.83c0-.46.36-.83.81-.83h8.37c.45,0,.81.37.81.83v10.92c0,.2-.16.36-.35.36h-.21l-.29.54s-.02.08,0,.12l.29.54h.21c.19,0,.35.16.35.36s-.16.36-.35.36H7.81c-.45,0-.81-.37-.81-.83V5.83Zm9.3,0v10.56h-6.74V5.71h6.63c.06,0,.12.05.12.12Zm-.66,11.27l-.1.19c-.14.25-.14.56,0,.81l.1.19h-7.83c-.06,0-.12-.05-.12-.12v-.95c0-.07.05-.12.12-.12h7.83Zm-7.83-.71s-.08,0-.12,0V5.83c0-.07.05-.12.12-.12h1.05v10.68h-1.05Z"/>'}}));t.displayName="Book",exports.Book=t;
@@ -0,0 +1,6 @@
1
+ import l from "react";
2
+ const r = l.forwardRef(({ title: e, fill: t = "currentColor", stroke: o = "none", ...c }, h) => l.createElement("svg", { ref: h, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "Book", ...e && { "data-title": e }, fill: t, stroke: o, ...c, dangerouslySetInnerHTML: { __html: (e === void 0 ? "" : `<title>${e}</title>`) + '<path fill-rule="evenodd" d="m11.53,7.85c-.45,0-.81.37-.81.83v.95c0,.46.36.83.81.83h2.79c.45,0,.81-.37.81-.83v-.95c0-.46-.36-.83-.81-.83h-2.79Zm-.12.83c0-.07.05-.12.12-.12h2.79c.06,0,.12.05.12.12v.95c0,.07-.05.12-.12.12h-2.79c-.06,0-.12-.05-.12-.12v-.95Z"/><path fill-rule="evenodd" d="m7,5.83c0-.46.36-.83.81-.83h8.37c.45,0,.81.37.81.83v10.92c0,.2-.16.36-.35.36h-.21l-.29.54s-.02.08,0,.12l.29.54h.21c.19,0,.35.16.35.36s-.16.36-.35.36H7.81c-.45,0-.81-.37-.81-.83V5.83Zm9.3,0v10.56h-6.74V5.71h6.63c.06,0,.12.05.12.12Zm-.66,11.27l-.1.19c-.14.25-.14.56,0,.81l.1.19h-7.83c-.06,0-.12-.05-.12-.12v-.95c0-.07.05-.12.12-.12h7.83Zm-7.83-.71s-.08,0-.12,0V5.83c0-.07.05-.12.12-.12h1.05v10.68h-1.05Z"/>' } }));
3
+ r.displayName = "Book";
4
+ export {
5
+ r as Book
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const Collectible: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),t=l.forwardRef(({title:e,fill:c="currentColor",stroke:o="none",...r},i)=>l.createElement("svg",{ref:i,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"Collectible",...e&&{"data-title":e},fill:c,stroke:o,...r,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path fill-rule="evenodd" d="m14.5,9.5c0,.55-.45,1-1,1s-1-.45-1-1,.45-1,1-1,1,.45,1,1Zm-.75,0c0,.14-.11.25-.25.25s-.25-.11-.25-.25.11-.25.25-.25.25.11.25.25Z"/><path fill-rule="evenodd" d="m6.5,7.5c0-.55.45-1,1-1h9c.55,0,1,.45,1,1v9c0,.55-.45,1-1,1H7.5c-.55,0-1-.45-1-1V7.5Zm1-.25h9c.14,0,.25.11.25.25v4.59l-1.11-1.39c-.33-.41-.93-.44-1.3-.07l-1.86,1.86-2.35-1.96c-.37-.31-.92-.26-1.23.11l-1.64,1.97v-5.11c0-.14.11-.25.25-.25Zm9.21,5.98s.03.03.04.05v2.55l-3.68-2.87,1.8-1.8c.05-.05.14-.05.19.01l1.65,2.06Zm-4.45.05l4.39,3.41s-.09.05-.15.05H7.5c-.14,0-.25-.11-.25-.25v-2.72s.03-.03.04-.04l2.18-2.62c.04-.05.12-.06.18-.02l2.62,2.18Z"/><path fill-rule="evenodd" d="m4.5,6.5c0-1.1.9-2,2-2h11c1.1,0,2,.9,2,2v11c0,1.1-.9,2-2,2H6.5c-1.1,0-2-.9-2-2V6.5Zm2-1.25h11c.69,0,1.25.56,1.25,1.25v11c0,.69-.56,1.25-1.25,1.25H6.5c-.69,0-1.25-.56-1.25-1.25V6.5c0-.69.56-1.25,1.25-1.25Z"/>'}}));t.displayName="Collectible",exports.Collectible=t;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const i = e.forwardRef(({ title: l, fill: t = "currentColor", stroke: c = "none", ...o }, r) => e.createElement("svg", { ref: r, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "Collectible", ...l && { "data-title": l }, fill: t, stroke: c, ...o, dangerouslySetInnerHTML: { __html: (l === void 0 ? "" : `<title>${l}</title>`) + '<path fill-rule="evenodd" d="m14.5,9.5c0,.55-.45,1-1,1s-1-.45-1-1,.45-1,1-1,1,.45,1,1Zm-.75,0c0,.14-.11.25-.25.25s-.25-.11-.25-.25.11-.25.25-.25.25.11.25.25Z"/><path fill-rule="evenodd" d="m6.5,7.5c0-.55.45-1,1-1h9c.55,0,1,.45,1,1v9c0,.55-.45,1-1,1H7.5c-.55,0-1-.45-1-1V7.5Zm1-.25h9c.14,0,.25.11.25.25v4.59l-1.11-1.39c-.33-.41-.93-.44-1.3-.07l-1.86,1.86-2.35-1.96c-.37-.31-.92-.26-1.23.11l-1.64,1.97v-5.11c0-.14.11-.25.25-.25Zm9.21,5.98s.03.03.04.05v2.55l-3.68-2.87,1.8-1.8c.05-.05.14-.05.19.01l1.65,2.06Zm-4.45.05l4.39,3.41s-.09.05-.15.05H7.5c-.14,0-.25-.11-.25-.25v-2.72s.03-.03.04-.04l2.18-2.62c.04-.05.12-.06.18-.02l2.62,2.18Z"/><path fill-rule="evenodd" d="m4.5,6.5c0-1.1.9-2,2-2h11c1.1,0,2,.9,2,2v11c0,1.1-.9,2-2,2H6.5c-1.1,0-2-.9-2-2V6.5Zm2-1.25h11c.69,0,1.25.56,1.25,1.25v11c0,.69-.56,1.25-1.25,1.25H6.5c-.69,0-1.25-.56-1.25-1.25V6.5c0-.69.56-1.25,1.25-1.25Z"/>' } }));
3
+ i.displayName = "Collectible";
4
+ export {
5
+ i as Collectible
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const ComputerAccessory: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),r=t.forwardRef(({title:e,fill:o="currentColor",stroke:c="none",...s},l)=>t.createElement("svg",{ref:l,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"ComputerAccessory",...e&&{"data-title":e},fill:o,stroke:c,...s,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path d="m12,19.5c-2.76,0-5-2.24-5-5v-5c0-2.76,2.24-5,5-5s5,2.24,5,5v5c0,2.76-2.24,5-5,5Zm0-14.25c-2.34,0-4.25,1.91-4.25,4.25v5c0,2.34,1.91,4.25,4.25,4.25s4.25-1.91,4.25-4.25v-5c0-2.34-1.91-4.25-4.25-4.25Z"/><path d="m12,10.88c-.21,0-.38-.17-.38-.38v-3c0-.21.17-.38.38-.38s.38.17.38.38v3c0,.21-.17.38-.38.38Z"/>'}}));r.displayName="ComputerAccessory",exports.ComputerAccessory=r;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const l = e.forwardRef(({ title: t, fill: r = "currentColor", stroke: o = "none", ...c }, s) => e.createElement("svg", { ref: s, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "ComputerAccessory", ...t && { "data-title": t }, fill: r, stroke: o, ...c, dangerouslySetInnerHTML: { __html: (t === void 0 ? "" : `<title>${t}</title>`) + '<path d="m12,19.5c-2.76,0-5-2.24-5-5v-5c0-2.76,2.24-5,5-5s5,2.24,5,5v5c0,2.76-2.24,5-5,5Zm0-14.25c-2.34,0-4.25,1.91-4.25,4.25v5c0,2.34,1.91,4.25,4.25,4.25s4.25-1.91,4.25-4.25v-5c0-2.34-1.91-4.25-4.25-4.25Z"/><path d="m12,10.88c-.21,0-.38-.17-.38-.38v-3c0-.21.17-.38.38-.38s.38.17.38.38v3c0,.21-.17.38-.38.38Z"/>' } }));
3
+ l.displayName = "ComputerAccessory";
4
+ export {
5
+ l as ComputerAccessory
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const Donation: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const h=require("react"),l=h.forwardRef(({title:e,fill:t="currentColor",stroke:c="none",...v},o)=>h.createElement("svg",{ref:o,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"Donation",...e&&{"data-title":e},fill:t,stroke:c,...v,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path fill-rule="evenodd" d="m23.88,14.79h0s0-.01,0-.01c-.23-.62-.69-1.14-1.3-1.42-.08-.04-.16-.07-.24-.1v-4.48h.05c.5,0,.95-.4.95-.94v-3.45c0-.49-.41-.94-.95-.94h-2.27c.04-.17.07-.35.07-.53,0-1.34-1.17-2.41-2.54-2.41-.92,0-1.61.29-2.15.73-.35.29-.64.64-.88,1-.24-.36-.53-.71-.88-.99-.54-.44-1.23-.71-2.15-.71-1.4,0-2.54,1.05-2.54,2.41,0,.18.02.36.07.53h-2.24c-.5,0-.95.4-.95.94v3.45c0,.49.41.94.95.94h.05v4.73c-.14.03-.28.07-.42.11h0s-.78.25-.78.25c-.09-.41-.46-.75-.93-.75H.95c-.5,0-.95.4-.95.94v8.47c0,.49.41.94.95.94h3.86c.45,0,.86-.32.94-.78l7.45.78h.51c1.19,0,2.35-.39,3.28-1.15h0s6.08-4.87,6.08-4.87h0c.81-.66,1.13-1.71.81-2.69Zm-3.45-1.45l-3.3,1.27v-5.83h3.3v4.56Zm-6.45,1.44V5.3h1.27v10.01c-.17-.12-.36-.23-.57-.31h0s-.69-.23-.69-.23Zm.12,2h0c.06.02.09.05.11.1.02.03.03.07,0,.16-.04.09-.13.14-.2.13l-4.62-.43h0c-.5-.04-.97.33-1.01.84-.04.49.33.95.84,1h0s4.63.44,4.63.44h.17c.87,0,1.65-.53,1.95-1.36.08-.2.12-.42.12-.63l5.17-1.99c.19-.07.34-.06.47,0,.17.08.28.2.34.36.07.24,0,.5-.2.67l-6.08,4.87c-.7.56-1.58.82-2.44.71h0s-7.59-.79-7.59-.79v-5l1.35-.44c.87-.29,1.81-.29,2.68,0l4.3,1.38Zm7.33-11.44v1.59h-4.3v-1.59h4.3Zm-3.81-1.86l-1.56-.02c.2-.31.37-.54.55-.71.25-.24.54-.36,1.01-.36.41,0,.66.27.66.56,0,.25-.24.53-.66.53h0Zm-6.04-1.09c.47,0,.76.13,1.01.36.19.17.36.41.56.73h-1.6c-.41,0-.65-.27-.66-.52.02-.29.3-.56.68-.56Zm-3.76,2.94h4.28v1.59h-4.28v-1.59Zm4.28,3.45v5.4l-1.73-.56h0c-.5-.17-1.04-.26-1.56-.3v-4.55h3.3ZM3.86,21.62h-1.98v-6.61h1.98v6.61Z"/>'}}));l.displayName="Donation",exports.Donation=l;
@@ -0,0 +1,6 @@
1
+ import t from "react";
2
+ const o = t.forwardRef(({ title: h, fill: l = "currentColor", stroke: c = "none", ...e }, v) => t.createElement("svg", { ref: v, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "Donation", ...h && { "data-title": h }, fill: l, stroke: c, ...e, dangerouslySetInnerHTML: { __html: (h === void 0 ? "" : `<title>${h}</title>`) + '<path fill-rule="evenodd" d="m23.88,14.79h0s0-.01,0-.01c-.23-.62-.69-1.14-1.3-1.42-.08-.04-.16-.07-.24-.1v-4.48h.05c.5,0,.95-.4.95-.94v-3.45c0-.49-.41-.94-.95-.94h-2.27c.04-.17.07-.35.07-.53,0-1.34-1.17-2.41-2.54-2.41-.92,0-1.61.29-2.15.73-.35.29-.64.64-.88,1-.24-.36-.53-.71-.88-.99-.54-.44-1.23-.71-2.15-.71-1.4,0-2.54,1.05-2.54,2.41,0,.18.02.36.07.53h-2.24c-.5,0-.95.4-.95.94v3.45c0,.49.41.94.95.94h.05v4.73c-.14.03-.28.07-.42.11h0s-.78.25-.78.25c-.09-.41-.46-.75-.93-.75H.95c-.5,0-.95.4-.95.94v8.47c0,.49.41.94.95.94h3.86c.45,0,.86-.32.94-.78l7.45.78h.51c1.19,0,2.35-.39,3.28-1.15h0s6.08-4.87,6.08-4.87h0c.81-.66,1.13-1.71.81-2.69Zm-3.45-1.45l-3.3,1.27v-5.83h3.3v4.56Zm-6.45,1.44V5.3h1.27v10.01c-.17-.12-.36-.23-.57-.31h0s-.69-.23-.69-.23Zm.12,2h0c.06.02.09.05.11.1.02.03.03.07,0,.16-.04.09-.13.14-.2.13l-4.62-.43h0c-.5-.04-.97.33-1.01.84-.04.49.33.95.84,1h0s4.63.44,4.63.44h.17c.87,0,1.65-.53,1.95-1.36.08-.2.12-.42.12-.63l5.17-1.99c.19-.07.34-.06.47,0,.17.08.28.2.34.36.07.24,0,.5-.2.67l-6.08,4.87c-.7.56-1.58.82-2.44.71h0s-7.59-.79-7.59-.79v-5l1.35-.44c.87-.29,1.81-.29,2.68,0l4.3,1.38Zm7.33-11.44v1.59h-4.3v-1.59h4.3Zm-3.81-1.86l-1.56-.02c.2-.31.37-.54.55-.71.25-.24.54-.36,1.01-.36.41,0,.66.27.66.56,0,.25-.24.53-.66.53h0Zm-6.04-1.09c.47,0,.76.13,1.01.36.19.17.36.41.56.73h-1.6c-.41,0-.65-.27-.66-.52.02-.29.3-.56.68-.56Zm-3.76,2.94h4.28v1.59h-4.28v-1.59Zm4.28,3.45v5.4l-1.73-.56h0c-.5-.17-1.04-.26-1.56-.3v-4.55h3.3ZM3.86,21.62h-1.98v-6.61h1.98v6.61Z"/>' } }));
3
+ o.displayName = "Donation";
4
+ export {
5
+ o as Donation
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const EngineStart: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),r=t.forwardRef(({title:e,fill:l="currentColor",stroke:i="none",...n},o)=>t.createElement("svg",{ref:o,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"EngineStart",...e&&{"data-title":e},fill:l,stroke:i,...n,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path fill-rule="evenodd" d="m11.36,11.78c0,.17.07.34.19.46.12.12.28.19.45.19s.33-.07.45-.19c.12-.12.19-.29.19-.46v-5.63c0-.17-.07-.34-.19-.46-.12-.12-.28-.19-.45-.19s-.33.07-.45.19c-.12.12-.19.29-.19.46v5.63Zm3.46,4.47c-.51.38-1.08.66-1.7.81-.61.15-1.25.18-1.88.08-.62-.1-1.22-.33-1.76-.67-.54-.34-1-.79-1.36-1.31-.36-.52-.62-1.12-.75-1.74-.13-.63-.14-1.27-.01-1.9.12-.63.37-1.22.72-1.75.35-.53.81-.98,1.34-1.33.07-.05.14-.11.18-.18.05-.07.08-.15.1-.23.02-.08.02-.17,0-.26-.02-.09-.05-.17-.09-.24s-.11-.13-.18-.18c-.07-.05-.15-.08-.23-.1-.08-.02-.17-.02-.25,0-.08.02-.16.05-.23.1-1.08.71-1.91,1.76-2.36,2.99-.45,1.23-.49,2.57-.12,3.82.37,1.25,1.13,2.35,2.16,3.14,1.04.78,2.3,1.2,3.59,1.2s2.55-.42,3.59-1.2c1.04-.78,1.8-1.88,2.16-3.14.37-1.25.33-2.59-.12-3.82-.45-1.23-1.27-2.28-2.36-2.99-.14-.09-.31-.11-.48-.08-.16.04-.3.14-.4.28-.09.14-.12.31-.09.48.03.17.13.31.26.41.64.42,1.16.99,1.54,1.66.37.67.58,1.42.6,2.19s-.13,1.53-.46,2.22-.82,1.29-1.43,1.75h0Z"/>'}}));r.displayName="EngineStart",exports.EngineStart=r;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const o = e.forwardRef(({ title: t, fill: r = "currentColor", stroke: l = "none", ...n }, i) => e.createElement("svg", { ref: i, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "EngineStart", ...t && { "data-title": t }, fill: r, stroke: l, ...n, dangerouslySetInnerHTML: { __html: (t === void 0 ? "" : `<title>${t}</title>`) + '<path fill-rule="evenodd" d="m11.36,11.78c0,.17.07.34.19.46.12.12.28.19.45.19s.33-.07.45-.19c.12-.12.19-.29.19-.46v-5.63c0-.17-.07-.34-.19-.46-.12-.12-.28-.19-.45-.19s-.33.07-.45.19c-.12.12-.19.29-.19.46v5.63Zm3.46,4.47c-.51.38-1.08.66-1.7.81-.61.15-1.25.18-1.88.08-.62-.1-1.22-.33-1.76-.67-.54-.34-1-.79-1.36-1.31-.36-.52-.62-1.12-.75-1.74-.13-.63-.14-1.27-.01-1.9.12-.63.37-1.22.72-1.75.35-.53.81-.98,1.34-1.33.07-.05.14-.11.18-.18.05-.07.08-.15.1-.23.02-.08.02-.17,0-.26-.02-.09-.05-.17-.09-.24s-.11-.13-.18-.18c-.07-.05-.15-.08-.23-.1-.08-.02-.17-.02-.25,0-.08.02-.16.05-.23.1-1.08.71-1.91,1.76-2.36,2.99-.45,1.23-.49,2.57-.12,3.82.37,1.25,1.13,2.35,2.16,3.14,1.04.78,2.3,1.2,3.59,1.2s2.55-.42,3.59-1.2c1.04-.78,1.8-1.88,2.16-3.14.37-1.25.33-2.59-.12-3.82-.45-1.23-1.27-2.28-2.36-2.99-.14-.09-.31-.11-.48-.08-.16.04-.3.14-.4.28-.09.14-.12.31-.09.48.03.17.13.31.26.41.64.42,1.16.99,1.54,1.66.37.67.58,1.42.6,2.19s-.13,1.53-.46,2.22-.82,1.29-1.43,1.75h0Z"/>' } }));
3
+ o.displayName = "EngineStart";
4
+ export {
5
+ o as EngineStart
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const Gps: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),t=l.forwardRef(({title:e,fill:r="currentColor",stroke:c="none",...o},s)=>l.createElement("svg",{ref:s,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"Gps",...e&&{"data-title":e},fill:r,stroke:c,...o,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path fill-rule="evenodd" d="m18.82,7.04c-.17-.36-.45-.65-.78-.83-.39-.21-.81-.21-1.65-.21H7.63c-.84,0-1.26,0-1.65.21-.34.18-.61.47-.78.83-.2.41-.2.86-.2,1.75v4.14c0,.89,0,1.35.2,1.75.17.36.45.65.78.83.36.19.77.21,1.5.21h1.74c.23,0,.41-.19.41-.44s-.18-.44-.41-.44h-1.25l1.25-7.98h5.55l1.25,7.99h-1.25c-.23,0-.41.19-.41.44s.18.44.41.44h1.74c.73,0,1.15,0,1.5-.21.34-.18.61-.47.78-.83.2-.41.2-.86.2-1.75v-4.15c0-.89,0-1.35-.2-1.75h.02Zm-11.67,7.82c-.39,0-.63-.03-.79-.11-.18-.1-.33-.26-.43-.46-.11-.22-.11-.62-.11-1.36v-4.13c0-.73,0-1.13.11-1.36.09-.19.24-.35.43-.46.21-.11.59-.11,1.28-.11h.77l-1.25,7.98h0Zm11.05-1.92c0,.73,0,1.13-.11,1.36-.09.19-.24.35-.43.46-.15.08-.4.11-.79.11l-1.25-7.98h.77c.68,0,1.06,0,1.28.11.18.1.33.25.43.46.11.22.11.62.11,1.36v4.12Z"/><path fill-rule="evenodd" d="m12.26,11.96l-.54.03-2.46,5.24-.13.33.49.45,2.39-1.46,2.13,1.29.31.16.45-.49-2.48-5.29-.15-.26h0Zm-.02,3.72l-.24-.12-1.43.88,1.45-3.09,1.45,3.09-1.23-.75h0Z"/><path d="m12.42,7.91v2.22c0,.25-.18.44-.41.44s-.41-.19-.41-.44v-2.22c0-.25.18-.44.41-.44s.41.19.41.44Z"/>'}}));t.displayName="Gps",exports.Gps=t;
@@ -0,0 +1,6 @@
1
+ import l from "react";
2
+ const o = l.forwardRef(({ title: e, fill: t = "currentColor", stroke: r = "none", ...c }, h) => l.createElement("svg", { ref: h, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "Gps", ...e && { "data-title": e }, fill: t, stroke: r, ...c, dangerouslySetInnerHTML: { __html: (e === void 0 ? "" : `<title>${e}</title>`) + '<path fill-rule="evenodd" d="m18.82,7.04c-.17-.36-.45-.65-.78-.83-.39-.21-.81-.21-1.65-.21H7.63c-.84,0-1.26,0-1.65.21-.34.18-.61.47-.78.83-.2.41-.2.86-.2,1.75v4.14c0,.89,0,1.35.2,1.75.17.36.45.65.78.83.36.19.77.21,1.5.21h1.74c.23,0,.41-.19.41-.44s-.18-.44-.41-.44h-1.25l1.25-7.98h5.55l1.25,7.99h-1.25c-.23,0-.41.19-.41.44s.18.44.41.44h1.74c.73,0,1.15,0,1.5-.21.34-.18.61-.47.78-.83.2-.41.2-.86.2-1.75v-4.15c0-.89,0-1.35-.2-1.75h.02Zm-11.67,7.82c-.39,0-.63-.03-.79-.11-.18-.1-.33-.26-.43-.46-.11-.22-.11-.62-.11-1.36v-4.13c0-.73,0-1.13.11-1.36.09-.19.24-.35.43-.46.21-.11.59-.11,1.28-.11h.77l-1.25,7.98h0Zm11.05-1.92c0,.73,0,1.13-.11,1.36-.09.19-.24.35-.43.46-.15.08-.4.11-.79.11l-1.25-7.98h.77c.68,0,1.06,0,1.28.11.18.1.33.25.43.46.11.22.11.62.11,1.36v4.12Z"/><path fill-rule="evenodd" d="m12.26,11.96l-.54.03-2.46,5.24-.13.33.49.45,2.39-1.46,2.13,1.29.31.16.45-.49-2.48-5.29-.15-.26h0Zm-.02,3.72l-.24-.12-1.43.88,1.45-3.09,1.45,3.09-1.23-.75h0Z"/><path d="m12.42,7.91v2.22c0,.25-.18.44-.41.44s-.41-.19-.41-.44v-2.22c0-.25.18-.44.41-.44s.41.19.41.44Z"/>' } }));
3
+ o.displayName = "Gps";
4
+ export {
5
+ o as Gps
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const Headlight: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),l=t.forwardRef(({title:e,fill:r="currentColor",stroke:i="none",...s},a)=>t.createElement("svg",{ref:a,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"Headlight",...e&&{"data-title":e},fill:r,stroke:i,...s,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path d="m12.67,17c-1.34,0-2.04-2.52-2.04-5,0-1.33.19-2.56.53-3.48.26-.69.73-1.52,1.51-1.52,2.65,0,6.33,1.73,6.33,5s-3.68,5-6.33,5Zm.74-8.71c-.56,0-1.02.32-1.18.82-.25.78-.39,1.8-.39,2.89s.14,2.12.39,2.89c.16.5.62.82,1.17.82.1,0,.18,0,.28-.03,2.04-.39,4.1-1.68,4.1-3.68s-2.06-3.31-4.1-3.69c-.1-.02-.18-.02-.27-.02Zm-7.81,8.43c-.27,0-.5-.18-.58-.44-.04-.15-.02-.31.06-.45.09-.14.21-.23.36-.28l3.14-.79s.08-.01.11-.01c.26,0,.5.21.58.49.04.15.02.29-.05.41-.08.13-.2.22-.35.26l-3.14.79s-.1.02-.15.02h.02Zm0-3.54c-.27,0-.5-.18-.58-.45-.09-.32.11-.64.43-.72l2.64-.69c.06-.02.12-.02.18-.02.38,0,.65.31.65.71,0,.2-.14.37-.33.43l-2.84.71s-.1.02-.15.02h0Zm.08-3.62c-.27,0-.5-.18-.58-.45-.04-.15-.02-.32.06-.45.09-.13.21-.23.36-.28l3.69-.95h.03c.13,0,.21.05.28.13.09.11.13.24.11.37-.15.45-.5.79-.92.89l-2.9.7s-.1.02-.14.02Z"/>'}}));l.displayName="Headlight",exports.Headlight=l;
@@ -0,0 +1,6 @@
1
+ import l from "react";
2
+ const i = l.forwardRef(({ title: t, fill: e = "currentColor", stroke: s = "none", ...r }, a) => l.createElement("svg", { ref: a, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "Headlight", ...t && { "data-title": t }, fill: e, stroke: s, ...r, dangerouslySetInnerHTML: { __html: (t === void 0 ? "" : `<title>${t}</title>`) + '<path d="m12.67,17c-1.34,0-2.04-2.52-2.04-5,0-1.33.19-2.56.53-3.48.26-.69.73-1.52,1.51-1.52,2.65,0,6.33,1.73,6.33,5s-3.68,5-6.33,5Zm.74-8.71c-.56,0-1.02.32-1.18.82-.25.78-.39,1.8-.39,2.89s.14,2.12.39,2.89c.16.5.62.82,1.17.82.1,0,.18,0,.28-.03,2.04-.39,4.1-1.68,4.1-3.68s-2.06-3.31-4.1-3.69c-.1-.02-.18-.02-.27-.02Zm-7.81,8.43c-.27,0-.5-.18-.58-.44-.04-.15-.02-.31.06-.45.09-.14.21-.23.36-.28l3.14-.79s.08-.01.11-.01c.26,0,.5.21.58.49.04.15.02.29-.05.41-.08.13-.2.22-.35.26l-3.14.79s-.1.02-.15.02h.02Zm0-3.54c-.27,0-.5-.18-.58-.45-.09-.32.11-.64.43-.72l2.64-.69c.06-.02.12-.02.18-.02.38,0,.65.31.65.71,0,.2-.14.37-.33.43l-2.84.71s-.1.02-.15.02h0Zm.08-3.62c-.27,0-.5-.18-.58-.45-.04-.15-.02-.32.06-.45.09-.13.21-.23.36-.28l3.69-.95h.03c.13,0,.21.05.28.13.09.11.13.24.11.37-.15.45-.5.79-.92.89l-2.9.7s-.1.02-.14.02Z"/>' } }));
3
+ i.displayName = "Headlight";
4
+ export {
5
+ i as Headlight
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const KeylessAccess: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react"),t=c.forwardRef(({title:e,fill:s="currentColor",stroke:h="none",...l},r)=>c.createElement("svg",{ref:r,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"KeylessAccess",...e&&{"data-title":e},fill:s,stroke:h,...l,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path d="M10.5 5.03c.52.18.78.66.66 1.22v.07h.34c.4 0 .79 0 1.17.14 1.04.36 1.76 1.38 1.76 2.52v7.38c0 1.45-1.16 2.64-2.57 2.65h-3.28c-1.36 0-2.48-1.1-2.57-2.49 0-.09 0-.19 0-.28v-7.14c0-.74.22-1.38.71-1.92.53-.57 1.18-.85 1.94-.84h.61c0-.17-.02-.33 0-.48.06-.42.31-.69.7-.82.11-.04.4-.04.54 0h0Zm3.28 7.64v-3.57c0-.15 0-.31-.03-.45-.19-1-.97-1.66-1.95-1.66h-3.16c-1.12 0-1.98.88-1.99 2.04v7.27c0 .15.02.3.05.45.21.96.97 1.58 1.95 1.58 1.04 0 2.09 0 3.13 0 .18 0 .37-.02.54-.07.89-.24 1.46-1.01 1.46-2v-3.59h0Zm-3.56-6.35c.17 0 .32-.15.32-.33s-.14-.33-.32-.33c-.19 0-.32.14-.32.33s.14.32.32.32ZM18 8.84c-.02 1.17-.41 2.18-1.19 3.02-.13.14-.28.17-.42.09-.13-.08-.2-.24-.15-.39.03-.08.09-.15.15-.22.65-.72.98-1.58.97-2.57-.01-.92-.32-1.74-.93-2.43-.01-.02-.03-.03-.04-.04-.19-.21-.21-.41-.06-.56.16-.15.33-.12.53.09.77.84 1.14 1.85 1.16 3h0Z"/><path d="M16.71 8.7c-.02.93-.28 1.63-.82 2.21-.1.11-.23.18-.37.11-.09-.04-.19-.15-.21-.25-.02-.1.04-.24.1-.32.43-.49.65-1.06.63-1.72-.02-.58-.23-1.08-.61-1.51-.08-.09-.13-.22-.13-.33 0-.13.09-.23.21-.27.14-.05.26 0 .36.11.34.36.59.77.71 1.26.07.28.1.56.13.71h0ZM10.22 14.17h-2.16c-.34 0-.44-.1-.44-.46v-2.16c0-.26.12-.4.38-.4h4.44c.25 0 .38.14.38.39v2.24c0 .26-.13.39-.41.39h-2.19Zm-1.95-.68h3.87v-1.64h-3.86s0 .09 0 .13v1.51ZM10.22 14.66h2.17c.31 0 .44.14.42.45-.08 1.41-1.12 2.42-2.31 2.54-1.43.15-2.59-.85-2.84-2.17-.03-.14-.04-.29-.04-.44 0-.26.12-.39.38-.39h2.22Zm-1.9.68c.05.87.99 1.67 1.92 1.66.93-.02 1.86-.83 1.87-1.66h-3.79ZM10.21 10.67h-2.16c-.33 0-.44-.11-.43-.45.02-1.16.91-2.26 2.04-2.5 1.47-.31 2.86.67 3.12 2.18.02.11.03.22.03.33.02.3-.11.44-.4.44h-2.2Zm-1.89-.68h3.79c-.05-.68-.77-1.69-1.96-1.66-.91.02-1.84.86-1.83 1.66Z"/>'}}));t.displayName="KeylessAccess",exports.KeylessAccess=t;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const r = e.forwardRef(({ title: c, fill: t = "currentColor", stroke: s = "none", ...h }, l) => e.createElement("svg", { ref: l, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "KeylessAccess", ...c && { "data-title": c }, fill: t, stroke: s, ...h, dangerouslySetInnerHTML: { __html: (c === void 0 ? "" : `<title>${c}</title>`) + '<path d="M10.5 5.03c.52.18.78.66.66 1.22v.07h.34c.4 0 .79 0 1.17.14 1.04.36 1.76 1.38 1.76 2.52v7.38c0 1.45-1.16 2.64-2.57 2.65h-3.28c-1.36 0-2.48-1.1-2.57-2.49 0-.09 0-.19 0-.28v-7.14c0-.74.22-1.38.71-1.92.53-.57 1.18-.85 1.94-.84h.61c0-.17-.02-.33 0-.48.06-.42.31-.69.7-.82.11-.04.4-.04.54 0h0Zm3.28 7.64v-3.57c0-.15 0-.31-.03-.45-.19-1-.97-1.66-1.95-1.66h-3.16c-1.12 0-1.98.88-1.99 2.04v7.27c0 .15.02.3.05.45.21.96.97 1.58 1.95 1.58 1.04 0 2.09 0 3.13 0 .18 0 .37-.02.54-.07.89-.24 1.46-1.01 1.46-2v-3.59h0Zm-3.56-6.35c.17 0 .32-.15.32-.33s-.14-.33-.32-.33c-.19 0-.32.14-.32.33s.14.32.32.32ZM18 8.84c-.02 1.17-.41 2.18-1.19 3.02-.13.14-.28.17-.42.09-.13-.08-.2-.24-.15-.39.03-.08.09-.15.15-.22.65-.72.98-1.58.97-2.57-.01-.92-.32-1.74-.93-2.43-.01-.02-.03-.03-.04-.04-.19-.21-.21-.41-.06-.56.16-.15.33-.12.53.09.77.84 1.14 1.85 1.16 3h0Z"/><path d="M16.71 8.7c-.02.93-.28 1.63-.82 2.21-.1.11-.23.18-.37.11-.09-.04-.19-.15-.21-.25-.02-.1.04-.24.1-.32.43-.49.65-1.06.63-1.72-.02-.58-.23-1.08-.61-1.51-.08-.09-.13-.22-.13-.33 0-.13.09-.23.21-.27.14-.05.26 0 .36.11.34.36.59.77.71 1.26.07.28.1.56.13.71h0ZM10.22 14.17h-2.16c-.34 0-.44-.1-.44-.46v-2.16c0-.26.12-.4.38-.4h4.44c.25 0 .38.14.38.39v2.24c0 .26-.13.39-.41.39h-2.19Zm-1.95-.68h3.87v-1.64h-3.86s0 .09 0 .13v1.51ZM10.22 14.66h2.17c.31 0 .44.14.42.45-.08 1.41-1.12 2.42-2.31 2.54-1.43.15-2.59-.85-2.84-2.17-.03-.14-.04-.29-.04-.44 0-.26.12-.39.38-.39h2.22Zm-1.9.68c.05.87.99 1.67 1.92 1.66.93-.02 1.86-.83 1.87-1.66h-3.79ZM10.21 10.67h-2.16c-.33 0-.44-.11-.43-.45.02-1.16.91-2.26 2.04-2.5 1.47-.31 2.86.67 3.12 2.18.02.11.03.22.03.33.02.3-.11.44-.4.44h-2.2Zm-1.89-.68h3.79c-.05-.68-.77-1.69-1.96-1.66-.91.02-1.84.86-1.83 1.66Z"/>' } }));
3
+ r.displayName = "KeylessAccess";
4
+ export {
5
+ r as KeylessAccess
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const MultimediaSystem: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),l=e.forwardRef(({title:t,fill:c="currentColor",stroke:i="none",...r},a)=>e.createElement("svg",{ref:a,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"MultimediaSystem",...t&&{"data-title":t},fill:c,stroke:i,...r,dangerouslySetInnerHTML:{__html:(t===void 0?"":`<title>${t}</title>`)+'<path d="m17.91,18.54H6.09c-1.15,0-2.09-.93-2.09-2.09V7.54c0-1.16.93-2.09,2.09-2.09h11.83c1.15,0,2.09.93,2.09,2.09v8.92c0,1.15-.93,2.09-2.09,2.09ZM6.09,6.32c-.68,0-1.23.55-1.23,1.23v8.92c0,.68.55,1.23,1.23,1.23h11.83c.68,0,1.23-.55,1.23-1.23V7.54c0-.68-.55-1.23-1.23-1.23H6.09Z"/><path d="m15.99,14.8v.67h-4.06c-.07-.19-.19-.36-.36-.48-.17-.12-.37-.18-.58-.18s-.41.06-.58.18c-.17.12-.3.29-.36.48h-2.06v-.67h-.67v2h.67v-.67h2.06c.07.19.19.36.36.48.17.12.37.18.58.18s.41-.06.58-.18c.17-.12.3-.29.36-.48h4.06v.67h.67v-2h-.67Zm-5-5.5v3l2.67-1.5-2.67-1.5Z"/><path d="m11.99,14.13c-.66,0-1.3-.2-1.85-.56-.55-.37-.98-.89-1.23-1.5s-.32-1.28-.19-1.93c.13-.65.45-1.24.91-1.71.47-.47,1.06-.78,1.71-.91.65-.13,1.32-.06,1.93.19.61.25,1.13.68,1.5,1.23.37.55.56,1.19.56,1.85,0,.88-.35,1.73-.98,2.36s-1.47.98-2.36.98Zm0-6c-.53,0-1.04.16-1.48.45-.44.29-.78.71-.98,1.2-.2.49-.25,1.02-.15,1.54.1.52.36.99.73,1.37.37.37.85.63,1.37.73.52.1,1.05.05,1.54-.15.49-.2.9-.54,1.2-.98.29-.44.45-.95.45-1.48,0-.71-.28-1.38-.78-1.88-.5-.5-1.18-.78-1.88-.78Z"/>'}}));l.displayName="MultimediaSystem",exports.MultimediaSystem=l;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const a = e.forwardRef(({ title: t, fill: l = "currentColor", stroke: c = "none", ...i }, m) => e.createElement("svg", { ref: m, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "MultimediaSystem", ...t && { "data-title": t }, fill: l, stroke: c, ...i, dangerouslySetInnerHTML: { __html: (t === void 0 ? "" : `<title>${t}</title>`) + '<path d="m17.91,18.54H6.09c-1.15,0-2.09-.93-2.09-2.09V7.54c0-1.16.93-2.09,2.09-2.09h11.83c1.15,0,2.09.93,2.09,2.09v8.92c0,1.15-.93,2.09-2.09,2.09ZM6.09,6.32c-.68,0-1.23.55-1.23,1.23v8.92c0,.68.55,1.23,1.23,1.23h11.83c.68,0,1.23-.55,1.23-1.23V7.54c0-.68-.55-1.23-1.23-1.23H6.09Z"/><path d="m15.99,14.8v.67h-4.06c-.07-.19-.19-.36-.36-.48-.17-.12-.37-.18-.58-.18s-.41.06-.58.18c-.17.12-.3.29-.36.48h-2.06v-.67h-.67v2h.67v-.67h2.06c.07.19.19.36.36.48.17.12.37.18.58.18s.41-.06.58-.18c.17-.12.3-.29.36-.48h4.06v.67h.67v-2h-.67Zm-5-5.5v3l2.67-1.5-2.67-1.5Z"/><path d="m11.99,14.13c-.66,0-1.3-.2-1.85-.56-.55-.37-.98-.89-1.23-1.5s-.32-1.28-.19-1.93c.13-.65.45-1.24.91-1.71.47-.47,1.06-.78,1.71-.91.65-.13,1.32-.06,1.93.19.61.25,1.13.68,1.5,1.23.37.55.56,1.19.56,1.85,0,.88-.35,1.73-.98,2.36s-1.47.98-2.36.98Zm0-6c-.53,0-1.04.16-1.48.45-.44.29-.78.71-.98,1.2-.2.49-.25,1.02-.15,1.54.1.52.36.99.73,1.37.37.37.85.63,1.37.73.52.1,1.05.05,1.54-.15.49-.2.9-.54,1.2-.98.29-.44.45-.95.45-1.48,0-.71-.28-1.38-.78-1.88-.5-.5-1.18-.78-1.88-.78Z"/>' } }));
3
+ a.displayName = "MultimediaSystem";
4
+ export {
5
+ a as MultimediaSystem
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const ParkAssist: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),s=e.forwardRef(({title:t,fill:r="currentColor",stroke:l="none",...i},a)=>e.createElement("svg",{ref:a,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"ParkAssist",...t&&{"data-title":t},fill:r,stroke:l,...i,dangerouslySetInnerHTML:{__html:(t===void 0?"":`<title>${t}</title>`)+'<path fill-rule="evenodd" d="m9.86,4.91c1.76,0,3.22,1.51,3.36,3.49v.26c0,2.07-1.5,3.75-3.36,3.75h-2.85v3.74c0,.42-.35.76-.78.76-.38,0-.7-.27-.76-.63v-.14s-.01-10.47-.01-10.47c0-.11.02-.21.06-.31.11-.27.36-.46.64-.46h3.69Zm0,1.58h-2.85s0,4.35,0,4.35h2.85c1.02,0,1.85-.86,1.94-1.94v-.2s0-.2,0-.2c-.08-1.13-.93-2-1.95-2Z"/><path d="m16.33,15.45c1.05-1.45,1.45-3.15,1.15-4.91h0c-.05-.25.14-.49.4-.54.26-.05.52.12.56.4.34,2.02-.12,3.96-1.32,5.63-1.21,1.66-2.93,2.72-4.98,3.06-.26.05-.52-.12-.56-.4-.05-.27.13-.52.41-.57,1.79-.3,3.3-1.22,4.35-2.67Z"/><path d="m15.64,10.74c.26-.05.52.12.56.4.22,1.23-.09,2.44-.81,3.44-.72,1-1.83,1.69-3.05,1.89-.26.05-.52-.12-.56-.4-.05-.27.13-.52.41-.57.96-.15,1.81-.66,2.41-1.48s.81-1.74.64-2.72c-.05-.26.14-.5.4-.55Z"/>'}}));s.displayName="ParkAssist",exports.ParkAssist=s;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const i = e.forwardRef(({ title: t, fill: s = "currentColor", stroke: r = "none", ...l }, a) => e.createElement("svg", { ref: a, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "ParkAssist", ...t && { "data-title": t }, fill: s, stroke: r, ...l, dangerouslySetInnerHTML: { __html: (t === void 0 ? "" : `<title>${t}</title>`) + '<path fill-rule="evenodd" d="m9.86,4.91c1.76,0,3.22,1.51,3.36,3.49v.26c0,2.07-1.5,3.75-3.36,3.75h-2.85v3.74c0,.42-.35.76-.78.76-.38,0-.7-.27-.76-.63v-.14s-.01-10.47-.01-10.47c0-.11.02-.21.06-.31.11-.27.36-.46.64-.46h3.69Zm0,1.58h-2.85s0,4.35,0,4.35h2.85c1.02,0,1.85-.86,1.94-1.94v-.2s0-.2,0-.2c-.08-1.13-.93-2-1.95-2Z"/><path d="m16.33,15.45c1.05-1.45,1.45-3.15,1.15-4.91h0c-.05-.25.14-.49.4-.54.26-.05.52.12.56.4.34,2.02-.12,3.96-1.32,5.63-1.21,1.66-2.93,2.72-4.98,3.06-.26.05-.52-.12-.56-.4-.05-.27.13-.52.41-.57,1.79-.3,3.3-1.22,4.35-2.67Z"/><path d="m15.64,10.74c.26-.05.52.12.56.4.22,1.23-.09,2.44-.81,3.44-.72,1-1.83,1.69-3.05,1.89-.26.05-.52-.12-.56-.4-.05-.27.13-.52.41-.57.96-.15,1.81-.66,2.41-1.48s.81-1.74.64-2.72c-.05-.26.14-.5.4-.55Z"/>' } }));
3
+ i.displayName = "ParkAssist";
4
+ export {
5
+ i as ParkAssist
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const ParkingSensor: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),r=t.forwardRef(({title:e,fill:l="currentColor",stroke:s="none",...c},o)=>t.createElement("svg",{ref:o,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"ParkingSensor",...e&&{"data-title":e},fill:l,stroke:s,...c,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path fill-rule="evenodd" d="m4.89,6h.06c3.41.4,4.75,1.76,5.83,2.86.19.19.38.38.57.55h2.07c1.04,0,1.71.88,1.71,2.26v3.52c0,.22-.18.41-.41.41h-2.6c-.2,1.36-1.36,2.41-2.78,2.41s-2.57-1.05-2.78-2.41h-1.65c-.22.01-.41-.17-.41-.4s.18-.41.41-.41h1.65s.02-.05.02-.08c.01-.08.03-.15.05-.22.03-.1.05-.19.09-.28.03-.07.06-.14.09-.21.04-.09.09-.17.14-.25.04-.06.08-.13.12-.19.06-.08.12-.15.18-.22.05-.06.1-.11.15-.16.07-.07.15-.13.23-.19.06-.04.11-.09.18-.13.09-.06.18-.1.27-.15.06-.03.12-.06.18-.09.11-.04.22-.07.34-.1.06-.01.11-.04.17-.05.17-.03.36-.05.54-.05s.37.02.54.05c.06.01.11.03.17.05.11.03.22.06.34.1.06.03.12.06.18.09.09.05.18.09.27.15.06.04.12.08.18.13.08.06.15.12.23.19.05.05.1.1.15.16.06.07.13.14.18.22.04.06.09.12.12.19.05.08.1.17.14.25.03.07.06.14.09.21.04.09.06.19.09.28.02.07.04.14.05.22,0,.03.02.05.02.08h2.18v-2.52h-1.63c-.22,0-.41-.18-.41-.41s.18-.41.41-.41h1.62c-.03-.43-.18-1.22-.88-1.22H4.91c-.22,0-.41-.18-.41-.41s.18-.41.41-.41h5.28c-1.04-1.06-2.22-2.25-5.33-2.6-.22-.03-.38-.23-.36-.46.03-.22.23-.38.46-.36h-.07Zm4.45,7.19c-1.11,0-2,.89-2,2s.9,2,2,2,2-.89,2-2-.9-2-2-2Z"/><path d="m17.35,9.31c.92.86,1.43,1.97,1.47,3.22.04,1.25-.38,2.39-1.24,3.31-.13.14-.12.36.02.49.14.13.36.12.48-.02.98-1.05,1.47-2.36,1.42-3.8-.05-1.43-.63-2.71-1.68-3.69-.14-.13-.36-.12-.48.02-.12.14-.12.36.02.48h0Z"/><path d="m16.9,10.17c-.14-.13-.36-.12-.48.02-.12.14-.12.36.02.48.51.48.79,1.07.82,1.79.03.71-.23,1.35-.69,1.84-.13.14-.12.36.02.49.14.13.36.12.48-.02.58-.63.89-1.48.86-2.33-.03-.86-.38-1.66-1.03-2.26Z"/>'}}));r.displayName="ParkingSensor",exports.ParkingSensor=r;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const c = e.forwardRef(({ title: t, fill: r = "currentColor", stroke: s = "none", ...l }, o) => e.createElement("svg", { ref: o, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "ParkingSensor", ...t && { "data-title": t }, fill: r, stroke: s, ...l, dangerouslySetInnerHTML: { __html: (t === void 0 ? "" : `<title>${t}</title>`) + '<path fill-rule="evenodd" d="m4.89,6h.06c3.41.4,4.75,1.76,5.83,2.86.19.19.38.38.57.55h2.07c1.04,0,1.71.88,1.71,2.26v3.52c0,.22-.18.41-.41.41h-2.6c-.2,1.36-1.36,2.41-2.78,2.41s-2.57-1.05-2.78-2.41h-1.65c-.22.01-.41-.17-.41-.4s.18-.41.41-.41h1.65s.02-.05.02-.08c.01-.08.03-.15.05-.22.03-.1.05-.19.09-.28.03-.07.06-.14.09-.21.04-.09.09-.17.14-.25.04-.06.08-.13.12-.19.06-.08.12-.15.18-.22.05-.06.1-.11.15-.16.07-.07.15-.13.23-.19.06-.04.11-.09.18-.13.09-.06.18-.1.27-.15.06-.03.12-.06.18-.09.11-.04.22-.07.34-.1.06-.01.11-.04.17-.05.17-.03.36-.05.54-.05s.37.02.54.05c.06.01.11.03.17.05.11.03.22.06.34.1.06.03.12.06.18.09.09.05.18.09.27.15.06.04.12.08.18.13.08.06.15.12.23.19.05.05.1.1.15.16.06.07.13.14.18.22.04.06.09.12.12.19.05.08.1.17.14.25.03.07.06.14.09.21.04.09.06.19.09.28.02.07.04.14.05.22,0,.03.02.05.02.08h2.18v-2.52h-1.63c-.22,0-.41-.18-.41-.41s.18-.41.41-.41h1.62c-.03-.43-.18-1.22-.88-1.22H4.91c-.22,0-.41-.18-.41-.41s.18-.41.41-.41h5.28c-1.04-1.06-2.22-2.25-5.33-2.6-.22-.03-.38-.23-.36-.46.03-.22.23-.38.46-.36h-.07Zm4.45,7.19c-1.11,0-2,.89-2,2s.9,2,2,2,2-.89,2-2-.9-2-2-2Z"/><path d="m17.35,9.31c.92.86,1.43,1.97,1.47,3.22.04,1.25-.38,2.39-1.24,3.31-.13.14-.12.36.02.49.14.13.36.12.48-.02.98-1.05,1.47-2.36,1.42-3.8-.05-1.43-.63-2.71-1.68-3.69-.14-.13-.36-.12-.48.02-.12.14-.12.36.02.48h0Z"/><path d="m16.9,10.17c-.14-.13-.36-.12-.48.02-.12.14-.12.36.02.48.51.48.79,1.07.82,1.79.03.71-.23,1.35-.69,1.84-.13.14-.12.36.02.49.14.13.36.12.48-.02.58-.63.89-1.48.86-2.33-.03-.86-.38-1.66-1.03-2.26Z"/>' } }));
3
+ c.displayName = "ParkingSensor";
4
+ export {
5
+ c as ParkingSensor
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const PetAccessory: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react"),t=c.forwardRef(({title:e,fill:s="currentColor",stroke:r="none",...l},o)=>c.createElement("svg",{ref:o,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"PetAccessory",...e&&{"data-title":e},fill:s,stroke:r,...l,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path d="m12,7c-4.2,0-7.5,1.52-7.5,3.44v3.12c0,1.92,3.27,3.42,7.43,3.44h.07c4.2,0,7.5-1.52,7.5-3.44v-3.12c0-1.92-3.3-3.44-7.5-3.44Zm0,.62c3.7,0,6.83,1.28,6.83,2.81,0,.47-.32.88-.65,1.16-1.38-.92-3.67-1.47-6.18-1.47s-4.8.55-6.18,1.47c-.33-.28-.65-.69-.65-1.16,0-1.53,3.13-2.81,6.83-2.81Zm-5.63,4.38c1.28-.78,3.38-1.25,5.63-1.25s4.35.47,5.63,1.25c-1.28.78-3.38,1.25-5.63,1.25s-4.35-.47-5.63-1.25Zm-1.2,1.56v-1.69c.12.12.27.25.42.36,1.1.83,2.9,1.39,4.97,1.56-.35.34-.55.8-.55,1.28v.06c0,.42.15.83.42,1.14-2.97-.28-5.25-1.42-5.25-2.72Zm13.67,0c0,1.53-3.13,2.81-6.83,2.81h-.07c-.7,0-1.27-.55-1.27-1.22v-.06c0-.33.13-.62.38-.86s.58-.36.93-.36h.02c2.65,0,5.05-.61,6.42-1.62.15-.12.3-.23.42-.38v1.69Zm-6.6,1.34c.07.06.1.14.1.22,0,.05,0,.08-.03.12-.02.03-.03.08-.07.09-.03.03-.07.05-.1.06-.05.03-.08.03-.13.03s-.08,0-.13-.03c-.03-.02-.08-.03-.1-.06-.03-.03-.05-.06-.07-.09-.03-.05-.03-.08-.03-.12,0-.08.03-.16.1-.22.12-.12.35-.12.47,0Zm1.67-.16c.07.06.1.14.1.22s-.03.16-.1.22c-.02.02-.03.03-.05.03-.02.02-.03.02-.05.03-.02,0-.03.02-.07.02h-.07c-.05,0-.08,0-.13-.03-.03-.02-.08-.03-.1-.06-.07-.05-.1-.12-.1-.2s.03-.16.1-.22c.08-.08.2-.11.3-.08.02,0,.03.02.07.02.02.02.03.02.05.03.02,0,.03.02.05.03Zm1.67-.16c.07.06.1.14.1.22,0,.05,0,.08-.03.12-.02.03-.03.08-.07.09-.02.02-.03.03-.05.03-.02.02-.03.02-.05.03-.02,0-.03.02-.07.02h-.07c-.08,0-.17-.03-.23-.09-.03-.03-.05-.06-.07-.09-.03-.03-.03-.06-.03-.11,0-.08.03-.16.1-.22.08-.08.2-.11.3-.08.02,0,.03.02.07.02.02.02.03.02.05.03.02,0,.03.02.05.03Z"/>'}}));t.displayName="PetAccessory",exports.PetAccessory=t;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const l = e.forwardRef(({ title: c, fill: t = "currentColor", stroke: s = "none", ...r }, o) => e.createElement("svg", { ref: o, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "PetAccessory", ...c && { "data-title": c }, fill: t, stroke: s, ...r, dangerouslySetInnerHTML: { __html: (c === void 0 ? "" : `<title>${c}</title>`) + '<path d="m12,7c-4.2,0-7.5,1.52-7.5,3.44v3.12c0,1.92,3.27,3.42,7.43,3.44h.07c4.2,0,7.5-1.52,7.5-3.44v-3.12c0-1.92-3.3-3.44-7.5-3.44Zm0,.62c3.7,0,6.83,1.28,6.83,2.81,0,.47-.32.88-.65,1.16-1.38-.92-3.67-1.47-6.18-1.47s-4.8.55-6.18,1.47c-.33-.28-.65-.69-.65-1.16,0-1.53,3.13-2.81,6.83-2.81Zm-5.63,4.38c1.28-.78,3.38-1.25,5.63-1.25s4.35.47,5.63,1.25c-1.28.78-3.38,1.25-5.63,1.25s-4.35-.47-5.63-1.25Zm-1.2,1.56v-1.69c.12.12.27.25.42.36,1.1.83,2.9,1.39,4.97,1.56-.35.34-.55.8-.55,1.28v.06c0,.42.15.83.42,1.14-2.97-.28-5.25-1.42-5.25-2.72Zm13.67,0c0,1.53-3.13,2.81-6.83,2.81h-.07c-.7,0-1.27-.55-1.27-1.22v-.06c0-.33.13-.62.38-.86s.58-.36.93-.36h.02c2.65,0,5.05-.61,6.42-1.62.15-.12.3-.23.42-.38v1.69Zm-6.6,1.34c.07.06.1.14.1.22,0,.05,0,.08-.03.12-.02.03-.03.08-.07.09-.03.03-.07.05-.1.06-.05.03-.08.03-.13.03s-.08,0-.13-.03c-.03-.02-.08-.03-.1-.06-.03-.03-.05-.06-.07-.09-.03-.05-.03-.08-.03-.12,0-.08.03-.16.1-.22.12-.12.35-.12.47,0Zm1.67-.16c.07.06.1.14.1.22s-.03.16-.1.22c-.02.02-.03.03-.05.03-.02.02-.03.02-.05.03-.02,0-.03.02-.07.02h-.07c-.05,0-.08,0-.13-.03-.03-.02-.08-.03-.1-.06-.07-.05-.1-.12-.1-.2s.03-.16.1-.22c.08-.08.2-.11.3-.08.02,0,.03.02.07.02.02.02.03.02.05.03.02,0,.03.02.05.03Zm1.67-.16c.07.06.1.14.1.22,0,.05,0,.08-.03.12-.02.03-.03.08-.07.09-.02.02-.03.03-.05.03-.02.02-.03.02-.05.03-.02,0-.03.02-.07.02h-.07c-.08,0-.17-.03-.23-.09-.03-.03-.05-.06-.07-.09-.03-.03-.03-.06-.03-.11,0-.08.03-.16.1-.22.08-.08.2-.11.3-.08.02,0,.03.02.07.02.02.02.03.02.05.03.02,0,.03.02.05.03Z"/>' } }));
3
+ l.displayName = "PetAccessory";
4
+ export {
5
+ l as PetAccessory
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const RainSensor: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react"),t=l.forwardRef(({title:e,fill:c="currentColor",stroke:r="none",...o},h)=>l.createElement("svg",{ref:h,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"RainSensor",...e&&{"data-title":e},fill:c,stroke:r,...o,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path d="m16.9,10.58h.1c.22-.02.42-.12.58-.29.15-.15.25-.36.27-.58v-.1h.88v.12c-.02.45-.21.87-.52,1.19-.31.32-.74.5-1.19.52h-.12v-.87h0Z"/><path d="m17.02,12.71c-.79,0-1.57-.32-2.11-.88-.56-.56-.88-1.31-.88-2.11,0-.58.19-1.15.5-1.65l2.1-3.38c.05-.06.1-.11.16-.14.06-.04.14-.05.2-.05s.14.01.2.05c.06.04.11.07.16.14l2.13,3.38c.31.5.49,1.08.5,1.66,0,.8-.31,1.55-.88,2.11s-1.33.88-2.11.88h.01Zm-1.75-4.19c-.22.36-.36.78-.37,1.2,0,.56.22,1.1.62,1.5.4.4.94.62,1.5.62s1.1-.22,1.5-.62c.4-.4.62-.94.62-1.5,0-.42-.15-.85-.37-1.21l-1.75-2.77-1.75,2.79h0Z"/><path fill-rule="evenodd" d="m11.75,19.5c-.09,0-.19-.02-.3-.06-.16-.05-.31-.16-.43-.31-.11-.14-.17-.31-.17-.5s.05-.37.15-.52l.09-.14-.33-1.35-.3.04c-.57.06-1.18.16-1.79.3-.46.1-1,.23-1.51.4-.08.02-.13.03-.15.03-.08,0-.16-.02-.22-.04-.1-.05-.18-.14-.24-.27l-2.51-6.66c-.03-.1-.04-.2-.01-.3.03-.11.09-.19.16-.25.54-.43,1.25-.7,1.86-.91,1.12-.39,3.05-.86,5.96-.86.58,0,1.11.02,1.62.06h.04v.03c-.14.27-.24.58-.31.9v.02h-.04c-.41-.02-.84-.05-1.3-.05-2.72,0-4.56.44-5.63.81-.35.12-.69.25-1.02.41l-.28.14,2.21,5.88.3-.09c.83-.21,1.67-.38,2.51-.51l.38-.05-.91-3.38c-.02-.06-.02-.11-.01-.18,0-.07.04-.13.06-.18.04-.06.08-.11.13-.15.05-.04.1-.06.17-.08h.18c.07,0,.13.02.19.05s.11.08.15.13c.04.05.06.11.08.18l.96,3.55h.51c1.1,0,2.29.14,3.54.42.29.06.57.14.86.21l.31.09,1.05-2.77c.41-.09.8-.26,1.16-.47l.06-.04-1.53,4.05c-.04.12-.14.22-.25.27-.06.03-.12.04-.21.04-.05,0-.1,0-.13,0-.56-.18-1.06-.31-1.54-.41-.61-.14-1.83-.37-3.14-.4h-.46l.3,1.26h.08c.2.07.34.19.42.35.09.15.12.33.1.52-.02.19-.09.35-.21.49-.11.14-.27.23-.45.28-.03,0-.06.02-.09.02h-.14l.03.02Z"/>'}}));t.displayName="RainSensor",exports.RainSensor=t;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const o = e.forwardRef(({ title: l, fill: t = "currentColor", stroke: c = "none", ...r }, h) => e.createElement("svg", { ref: h, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "RainSensor", ...l && { "data-title": l }, fill: t, stroke: c, ...r, dangerouslySetInnerHTML: { __html: (l === void 0 ? "" : `<title>${l}</title>`) + '<path d="m16.9,10.58h.1c.22-.02.42-.12.58-.29.15-.15.25-.36.27-.58v-.1h.88v.12c-.02.45-.21.87-.52,1.19-.31.32-.74.5-1.19.52h-.12v-.87h0Z"/><path d="m17.02,12.71c-.79,0-1.57-.32-2.11-.88-.56-.56-.88-1.31-.88-2.11,0-.58.19-1.15.5-1.65l2.1-3.38c.05-.06.1-.11.16-.14.06-.04.14-.05.2-.05s.14.01.2.05c.06.04.11.07.16.14l2.13,3.38c.31.5.49,1.08.5,1.66,0,.8-.31,1.55-.88,2.11s-1.33.88-2.11.88h.01Zm-1.75-4.19c-.22.36-.36.78-.37,1.2,0,.56.22,1.1.62,1.5.4.4.94.62,1.5.62s1.1-.22,1.5-.62c.4-.4.62-.94.62-1.5,0-.42-.15-.85-.37-1.21l-1.75-2.77-1.75,2.79h0Z"/><path fill-rule="evenodd" d="m11.75,19.5c-.09,0-.19-.02-.3-.06-.16-.05-.31-.16-.43-.31-.11-.14-.17-.31-.17-.5s.05-.37.15-.52l.09-.14-.33-1.35-.3.04c-.57.06-1.18.16-1.79.3-.46.1-1,.23-1.51.4-.08.02-.13.03-.15.03-.08,0-.16-.02-.22-.04-.1-.05-.18-.14-.24-.27l-2.51-6.66c-.03-.1-.04-.2-.01-.3.03-.11.09-.19.16-.25.54-.43,1.25-.7,1.86-.91,1.12-.39,3.05-.86,5.96-.86.58,0,1.11.02,1.62.06h.04v.03c-.14.27-.24.58-.31.9v.02h-.04c-.41-.02-.84-.05-1.3-.05-2.72,0-4.56.44-5.63.81-.35.12-.69.25-1.02.41l-.28.14,2.21,5.88.3-.09c.83-.21,1.67-.38,2.51-.51l.38-.05-.91-3.38c-.02-.06-.02-.11-.01-.18,0-.07.04-.13.06-.18.04-.06.08-.11.13-.15.05-.04.1-.06.17-.08h.18c.07,0,.13.02.19.05s.11.08.15.13c.04.05.06.11.08.18l.96,3.55h.51c1.1,0,2.29.14,3.54.42.29.06.57.14.86.21l.31.09,1.05-2.77c.41-.09.8-.26,1.16-.47l.06-.04-1.53,4.05c-.04.12-.14.22-.25.27-.06.03-.12.04-.21.04-.05,0-.1,0-.13,0-.56-.18-1.06-.31-1.54-.41-.61-.14-1.83-.37-3.14-.4h-.46l.3,1.26h.08c.2.07.34.19.42.35.09.15.12.33.1.52-.02.19-.09.35-.21.49-.11.14-.27.23-.45.28-.03,0-.06.02-.09.02h-.14l.03.02Z"/>' } }));
3
+ o.displayName = "RainSensor";
4
+ export {
5
+ o as RainSensor
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const RearviewCamera: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react"),t=c.forwardRef(({title:e,fill:r="currentColor",stroke:s="none",...a},h)=>c.createElement("svg",{ref:h,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"RearviewCamera",...e&&{"data-title":e},fill:r,stroke:s,...a,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path d="M5.98 7.95c-.24 0-.44-.19-.44-.43s.19-.43.44-.43h2.4c.24 0 .44.19.44.43s-.19.43-.44.43h-2.4ZM5.98 9.07c-.24 0-.44-.19-.44-.43s.19-.43.44-.43h2.4c.24 0 .44.19.44.43s-.19.43-.44.43h-2.4ZM13.9 14.59h-4.47c-.24 0-.44-.19-.44-.43s.19-.43.44-.43h4.47c.24 0 .44.19.44.43s-.19.43-.44.43ZM12.47 11.55h-1.15c-.24 0-.44-.19-.44-.43s.19-.43.44-.43h1.15c.24 0 .44.19.44.43s-.19.43-.44.43ZM15.24 11.55h-1.4c-.24 0-.44-.19-.44-.43s.19-.43.44-.43h1.4c.24 0 .44.19.44.43s-.19.43-.44.43Z"/><path d="m17.91,18.4H6.09c-1.15,0-2.09-.91-2.09-2.04V7.64c0-1.13.93-2.04,2.09-2.04h11.83c1.15,0,2.09.91,2.09,2.04v8.73c0,1.12-.93,2.04-2.09,2.04ZM6.09,6.44c-.68,0-1.23.54-1.23,1.2v8.73c0,.66.55,1.2,1.23,1.2h11.83c.68,0,1.23-.54,1.23-1.2V7.64c0-.66-.55-1.2-1.23-1.2H6.09Z"/><path d="M5.98 16.71c-.24 0-.44-.19-.44-.43s.18-.42.42-.42.44.19.44.42-.19.43-.44.43h.01ZM18.06 7.95c-.24 0-.44-.19-.44-.43s.18-.43.42-.43.44.19.44.43-.19.43-.44.43h.01ZM7.22 18.4c-.24 0-.44-.19-.44-.43 0-4.85 3.55-8.15 3.7-8.29.17-.16.45-.15.61.02.16.17.15.44-.02.59-.03.03-3.43 3.19-3.43 7.67 0 .23-.19.43-.44.43h.01ZM14.61 18.4c-.24 0-.44-.19-.44-.43 0-4.83 2.74-8.11 2.85-8.25.15-.18.42-.2.61-.06.18.15.21.41.06.59-.02.03-2.66 3.2-2.66 7.72 0 .23-.19.43-.44.43h.01ZM5.98 15.59c-.24 0-.44-.19-.44-.43s.18-.43.42-.43.44.19.44.43-.19.43-.44.43h.01ZM5.98 14.47c-.24 0-.44-.19-.44-.43s.18-.42.42-.42.44.19.44.42-.19.43-.44.43h.01Z"/>'}}));t.displayName="RearviewCamera",exports.RearviewCamera=t;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const r = e.forwardRef(({ title: c, fill: t = "currentColor", stroke: h = "none", ...s }, a) => e.createElement("svg", { ref: a, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "RearviewCamera", ...c && { "data-title": c }, fill: t, stroke: h, ...s, dangerouslySetInnerHTML: { __html: (c === void 0 ? "" : `<title>${c}</title>`) + '<path d="M5.98 7.95c-.24 0-.44-.19-.44-.43s.19-.43.44-.43h2.4c.24 0 .44.19.44.43s-.19.43-.44.43h-2.4ZM5.98 9.07c-.24 0-.44-.19-.44-.43s.19-.43.44-.43h2.4c.24 0 .44.19.44.43s-.19.43-.44.43h-2.4ZM13.9 14.59h-4.47c-.24 0-.44-.19-.44-.43s.19-.43.44-.43h4.47c.24 0 .44.19.44.43s-.19.43-.44.43ZM12.47 11.55h-1.15c-.24 0-.44-.19-.44-.43s.19-.43.44-.43h1.15c.24 0 .44.19.44.43s-.19.43-.44.43ZM15.24 11.55h-1.4c-.24 0-.44-.19-.44-.43s.19-.43.44-.43h1.4c.24 0 .44.19.44.43s-.19.43-.44.43Z"/><path d="m17.91,18.4H6.09c-1.15,0-2.09-.91-2.09-2.04V7.64c0-1.13.93-2.04,2.09-2.04h11.83c1.15,0,2.09.91,2.09,2.04v8.73c0,1.12-.93,2.04-2.09,2.04ZM6.09,6.44c-.68,0-1.23.54-1.23,1.2v8.73c0,.66.55,1.2,1.23,1.2h11.83c.68,0,1.23-.54,1.23-1.2V7.64c0-.66-.55-1.2-1.23-1.2H6.09Z"/><path d="M5.98 16.71c-.24 0-.44-.19-.44-.43s.18-.42.42-.42.44.19.44.42-.19.43-.44.43h.01ZM18.06 7.95c-.24 0-.44-.19-.44-.43s.18-.43.42-.43.44.19.44.43-.19.43-.44.43h.01ZM7.22 18.4c-.24 0-.44-.19-.44-.43 0-4.85 3.55-8.15 3.7-8.29.17-.16.45-.15.61.02.16.17.15.44-.02.59-.03.03-3.43 3.19-3.43 7.67 0 .23-.19.43-.44.43h.01ZM14.61 18.4c-.24 0-.44-.19-.44-.43 0-4.83 2.74-8.11 2.85-8.25.15-.18.42-.2.61-.06.18.15.21.41.06.59-.02.03-2.66 3.2-2.66 7.72 0 .23-.19.43-.44.43h.01ZM5.98 15.59c-.24 0-.44-.19-.44-.43s.18-.43.42-.43.44.19.44.43-.19.43-.44.43h.01ZM5.98 14.47c-.24 0-.44-.19-.44-.43s.18-.42.42-.42.44.19.44.42-.19.43-.44.43h.01Z"/>' } }));
3
+ r.displayName = "RearviewCamera";
4
+ export {
5
+ r as RearviewCamera
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const RearviewMirror: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react"),t=r.forwardRef(({title:e,fill:l="currentColor",stroke:i="none",...c},o)=>r.createElement("svg",{ref:o,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"RearviewMirror",...e&&{"data-title":e},fill:l,stroke:i,...c,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path fill-rule="evenodd" d="m11.47,6.8c4,0,8.28,1.84,8.52,4.92.08,1.07-.29,2.09-1.08,2.95-1.5,1.63-4.32,2.53-7.94,2.53h-6.57c-.22,0-.4-.18-.4-.4v-2.83c0-.22.18-.4.4-.4h2.09c-.41-1.58-.1-3.41.84-4.74.93-1.32,2.4-2.04,4.14-2.04Zm0,.8c-1.89,0-2.94.93-3.49,1.71-.88,1.25-1.11,3.02-.59,4.51,0,.03.02.09.03.12.01.11-.02.23-.1.32-.08.09-.19.14-.3.14h-.95v2.03h4.9c3.34,0,6.02-.83,7.35-2.27.64-.69.94-1.5.87-2.35-.18-2.31-3.65-4.19-7.73-4.19Zm-6.19,6.78h-.47v2.03h.47v-2.03Zm6.48-6.45c3.34,0,6.92,1.44,7.13,3.85.07.8-.21,1.57-.81,2.22-1.23,1.34-3.63,2.07-6.76,2.07-2.12,0-3.3-1.6-3.62-2.44-.5-1.29-.32-2.81.46-3.95.78-1.13,2.06-1.76,3.6-1.76Zm0,.8c-1.63,0-2.5.77-2.94,1.41-.63.91-.77,2.17-.38,3.21,0,.02.77,1.93,2.88,1.93,2.86,0,5.11-.66,6.17-1.82.45-.49.65-1.03.6-1.61-.15-1.72-2.99-3.12-6.33-3.12Zm3.28,3.2c.2-.09.44-.02.54.18.1.2.01.44-.18.54l-3.09,1.51c-.06.03-.12.04-.18.04-.15,0-.29-.08-.36-.22-.1-.2-.01-.44.18-.54l3.09-1.51Zm.54-1.55c.2-.1.44-.02.54.18.1.2.01.44-.18.54l-5.18,2.53c-.06.03-.12.04-.18.04-.15,0-.29-.08-.36-.22-.1-.2-.02-.44.18-.54l5.18-2.53Zm-1.55-.53c.2-.1.44-.02.54.18.1.2.01.44-.18.54l-3.09,1.51c-.06.03-.12.04-.18.04-.15,0-.29-.08-.36-.22-.1-.2-.02-.44.18-.54l3.09-1.51Z"/>'}}));t.displayName="RearviewMirror",exports.RearviewMirror=t;
@@ -0,0 +1,6 @@
1
+ import r from "react";
2
+ const c = r.forwardRef(({ title: e, fill: l = "currentColor", stroke: t = "none", ...i }, o) => r.createElement("svg", { ref: o, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "RearviewMirror", ...e && { "data-title": e }, fill: l, stroke: t, ...i, dangerouslySetInnerHTML: { __html: (e === void 0 ? "" : `<title>${e}</title>`) + '<path fill-rule="evenodd" d="m11.47,6.8c4,0,8.28,1.84,8.52,4.92.08,1.07-.29,2.09-1.08,2.95-1.5,1.63-4.32,2.53-7.94,2.53h-6.57c-.22,0-.4-.18-.4-.4v-2.83c0-.22.18-.4.4-.4h2.09c-.41-1.58-.1-3.41.84-4.74.93-1.32,2.4-2.04,4.14-2.04Zm0,.8c-1.89,0-2.94.93-3.49,1.71-.88,1.25-1.11,3.02-.59,4.51,0,.03.02.09.03.12.01.11-.02.23-.1.32-.08.09-.19.14-.3.14h-.95v2.03h4.9c3.34,0,6.02-.83,7.35-2.27.64-.69.94-1.5.87-2.35-.18-2.31-3.65-4.19-7.73-4.19Zm-6.19,6.78h-.47v2.03h.47v-2.03Zm6.48-6.45c3.34,0,6.92,1.44,7.13,3.85.07.8-.21,1.57-.81,2.22-1.23,1.34-3.63,2.07-6.76,2.07-2.12,0-3.3-1.6-3.62-2.44-.5-1.29-.32-2.81.46-3.95.78-1.13,2.06-1.76,3.6-1.76Zm0,.8c-1.63,0-2.5.77-2.94,1.41-.63.91-.77,2.17-.38,3.21,0,.02.77,1.93,2.88,1.93,2.86,0,5.11-.66,6.17-1.82.45-.49.65-1.03.6-1.61-.15-1.72-2.99-3.12-6.33-3.12Zm3.28,3.2c.2-.09.44-.02.54.18.1.2.01.44-.18.54l-3.09,1.51c-.06.03-.12.04-.18.04-.15,0-.29-.08-.36-.22-.1-.2-.01-.44.18-.54l3.09-1.51Zm.54-1.55c.2-.1.44-.02.54.18.1.2.01.44-.18.54l-5.18,2.53c-.06.03-.12.04-.18.04-.15,0-.29-.08-.36-.22-.1-.2-.02-.44.18-.54l5.18-2.53Zm-1.55-.53c.2-.1.44-.02.54.18.1.2.01.44-.18.54l-3.09,1.51c-.06.03-.12.04-.18.04-.15,0-.29-.08-.36-.22-.1-.2-.02-.44.18-.54l3.09-1.51Z"/>' } }));
3
+ c.displayName = "RearviewMirror";
4
+ export {
5
+ c as RearviewMirror
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const Rental: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),c=e.forwardRef(({title:t,fill:l="currentColor",stroke:s="none",...r},a)=>e.createElement("svg",{ref:a,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"Rental",...t&&{"data-title":t},fill:l,stroke:s,...r,dangerouslySetInnerHTML:{__html:(t===void 0?"":`<title>${t}</title>`)+'<path d="m23.91,11.53c-.06-.15-.15-.29-.27-.4L12.87.36c-.11-.12-.25-.21-.4-.27-.15-.06-.31-.09-.47-.09s-.32.03-.47.09c-.15.06-.29.15-.4.27L.36,11.13c-.12.11-.21.25-.27.4-.06.15-.09.31-.09.47s.03.32.09.47c.06.15.15.29.27.4.11.11.25.21.4.27.15.06.31.09.47.09s.32-.03.47-.09c.15-.06.29-.15.4-.27l.38-.38v10.28c0,.33.13.64.36.87.23.23.54.36.87.36h16.57c.33,0,.64-.13.87-.36.23-.23.36-.54.36-.87v-10.28l.38.38c.11.12.25.21.4.27.15.06.31.09.47.09s.32-.03.47-.09c.15-.06.29-.15.4-.27.11-.11.21-.25.27-.4.06-.15.09-.31.09-.47s-.03-.32-.09-.47h.01ZM4.95,21.54v-11.52l7.05-7.05,7.05,7.05v11.51H4.95Z"/><path d="m13.66,8.22c-.5-.44-1.13-.68-1.8-.68s-1.3.24-1.8.68c-.5.44-.82,1.04-.9,1.7s.08,1.32.45,1.87c.31.46.75.81,1.27,1.01v6.15c0,.26.1.51.29.69.18.18.43.29.69.29s.51-.1.69-.29c.08-.08.15-.18.2-.29h.26c.26,0,.51-.1.69-.29.18-.18.29-.43.29-.69s-.1-.51-.29-.69c-.18-.18-.43-.29-.69-.29h-.18v-.35h.18c.26,0,.51-.1.69-.29.18-.18.29-.43.29-.69s-.1-.51-.29-.69c-.18-.18-.43-.29-.69-.29h-.18v-2.28c.51-.2.96-.55,1.27-1.01.37-.55.53-1.21.45-1.87s-.4-1.26-.9-1.7h.01Zm-2.42,1.63c.08-.12.2-.22.34-.28.14-.06.29-.07.44-.04.15.03.28.1.39.21s.18.24.21.39c.03.15.01.3-.04.44-.06.14-.15.26-.28.34-.12.08-.27.13-.42.13-.2,0-.39-.08-.53-.22-.14-.14-.22-.33-.22-.53,0-.15.02-.31.11-.44Z"/>'}}));c.displayName="Rental",exports.Rental=c;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const r = e.forwardRef(({ title: t, fill: c = "currentColor", stroke: l = "none", ...s }, a) => e.createElement("svg", { ref: a, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "Rental", ...t && { "data-title": t }, fill: c, stroke: l, ...s, dangerouslySetInnerHTML: { __html: (t === void 0 ? "" : `<title>${t}</title>`) + '<path d="m23.91,11.53c-.06-.15-.15-.29-.27-.4L12.87.36c-.11-.12-.25-.21-.4-.27-.15-.06-.31-.09-.47-.09s-.32.03-.47.09c-.15.06-.29.15-.4.27L.36,11.13c-.12.11-.21.25-.27.4-.06.15-.09.31-.09.47s.03.32.09.47c.06.15.15.29.27.4.11.11.25.21.4.27.15.06.31.09.47.09s.32-.03.47-.09c.15-.06.29-.15.4-.27l.38-.38v10.28c0,.33.13.64.36.87.23.23.54.36.87.36h16.57c.33,0,.64-.13.87-.36.23-.23.36-.54.36-.87v-10.28l.38.38c.11.12.25.21.4.27.15.06.31.09.47.09s.32-.03.47-.09c.15-.06.29-.15.4-.27.11-.11.21-.25.27-.4.06-.15.09-.31.09-.47s-.03-.32-.09-.47h.01ZM4.95,21.54v-11.52l7.05-7.05,7.05,7.05v11.51H4.95Z"/><path d="m13.66,8.22c-.5-.44-1.13-.68-1.8-.68s-1.3.24-1.8.68c-.5.44-.82,1.04-.9,1.7s.08,1.32.45,1.87c.31.46.75.81,1.27,1.01v6.15c0,.26.1.51.29.69.18.18.43.29.69.29s.51-.1.69-.29c.08-.08.15-.18.2-.29h.26c.26,0,.51-.1.69-.29.18-.18.29-.43.29-.69s-.1-.51-.29-.69c-.18-.18-.43-.29-.69-.29h-.18v-.35h.18c.26,0,.51-.1.69-.29.18-.18.29-.43.29-.69s-.1-.51-.29-.69c-.18-.18-.43-.29-.69-.29h-.18v-2.28c.51-.2.96-.55,1.27-1.01.37-.55.53-1.21.45-1.87s-.4-1.26-.9-1.7h.01Zm-2.42,1.63c.08-.12.2-.22.34-.28.14-.06.29-.07.44-.04.15.03.28.1.39.21s.18.24.21.39c.03.15.01.3-.04.44-.06.14-.15.26-.28.34-.12.08-.27.13-.42.13-.2,0-.39-.08-.53-.22-.14-.14-.22-.33-.22-.53,0-.15.02-.31.11-.44Z"/>' } }));
3
+ r.displayName = "Rental";
4
+ export {
5
+ r as Rental
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const Seat: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),l=t.forwardRef(({title:e,fill:r="currentColor",stroke:c="none",...o},a)=>t.createElement("svg",{ref:a,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"Seat",...e&&{"data-title":e},fill:r,stroke:c,...o,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path fill-rule="evenodd" d="m9.84,19.5c-.52,0-1.73,0-2.25-1.92-.42-1.58-1.54-8.46-1.59-8.75-.93-2.33-.38-3.4.03-3.84.3-.32.7-.5,1.12-.5.17,0,.35.03.52.08.78.25,1.34.99,1.46,1.95l.02.21c.07.79.09.93.03,1.25.74.97,2.44,3.92,1.71,6.79l-.04.14.14-.02c.91-.1,3.88-.45,4.27-.53.13-.03.32-.05.54-.05.41,0,1.19.07,1.82.56.51.4.8.98.84,1.71.04.79.06,1.43.04,1.92-.08.39-.29.99-.49.99h-8.16Zm-1.39-10.8c-.39.1-.96.23-1.39.33l-.09.02.02.09c.26,1.59,1.15,6.9,1.5,8.2.33,1.24.86,1.24,1.36,1.24h7.73v-.1c.01-.32.02-.89-.04-1.85-.02-.46-.18-.81-.49-1.03-.43-.33-1.03-.36-1.27-.36-.14,0-.26.01-.35.03-.55.11-5.04.62-5.23.64h-.01c-.2,0-.32-.07-.41-.18-.1-.13-.12-.31-.05-.46,1.15-2.55-.51-5.65-1.18-6.53l-.04-.05-.06.02h0Zm-1.29-3.29c-.17,0-.33.07-.46.2-.38.41-.38,1.33,0,2.47l.03.09.09-.02c.49-.11,1.04-.24,1.38-.32l.07-.02v-.07c.03-.19,0-.39-.04-.91l-.02-.19c-.09-.71-.49-1.07-.83-1.17-.05-.02-.13-.04-.23-.04h0Z"/>'}}));l.displayName="Seat",exports.Seat=l;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const c = e.forwardRef(({ title: t, fill: l = "currentColor", stroke: r = "none", ...o }, a) => e.createElement("svg", { ref: a, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "Seat", ...t && { "data-title": t }, fill: l, stroke: r, ...o, dangerouslySetInnerHTML: { __html: (t === void 0 ? "" : `<title>${t}</title>`) + '<path fill-rule="evenodd" d="m9.84,19.5c-.52,0-1.73,0-2.25-1.92-.42-1.58-1.54-8.46-1.59-8.75-.93-2.33-.38-3.4.03-3.84.3-.32.7-.5,1.12-.5.17,0,.35.03.52.08.78.25,1.34.99,1.46,1.95l.02.21c.07.79.09.93.03,1.25.74.97,2.44,3.92,1.71,6.79l-.04.14.14-.02c.91-.1,3.88-.45,4.27-.53.13-.03.32-.05.54-.05.41,0,1.19.07,1.82.56.51.4.8.98.84,1.71.04.79.06,1.43.04,1.92-.08.39-.29.99-.49.99h-8.16Zm-1.39-10.8c-.39.1-.96.23-1.39.33l-.09.02.02.09c.26,1.59,1.15,6.9,1.5,8.2.33,1.24.86,1.24,1.36,1.24h7.73v-.1c.01-.32.02-.89-.04-1.85-.02-.46-.18-.81-.49-1.03-.43-.33-1.03-.36-1.27-.36-.14,0-.26.01-.35.03-.55.11-5.04.62-5.23.64h-.01c-.2,0-.32-.07-.41-.18-.1-.13-.12-.31-.05-.46,1.15-2.55-.51-5.65-1.18-6.53l-.04-.05-.06.02h0Zm-1.29-3.29c-.17,0-.33.07-.46.2-.38.41-.38,1.33,0,2.47l.03.09.09-.02c.49-.11,1.04-.24,1.38-.32l.07-.02v-.07c.03-.19,0-.39-.04-.91l-.02-.19c-.09-.71-.49-1.07-.83-1.17-.05-.02-.13-.04-.23-.04h0Z"/>' } }));
3
+ c.displayName = "Seat";
4
+ export {
5
+ c as Seat
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const Speaker: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),r=t.forwardRef(({title:e,fill:c="currentColor",stroke:l="none",...a},o)=>t.createElement("svg",{ref:o,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"Speaker",...e&&{"data-title":e},fill:c,stroke:l,...a,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path d="M16,19.5H8c-0.55,0-1-0.45-1-1V5.5c0-0.55,0.45-1,1-1H16c0.55,0,1,0.45,1,1V18.5 C17,19.05,16.55,19.5,16,19.5z M8,5.25c-0.14,0-0.25,0.11-0.25,0.25V18.5c0,0.13,0.11,0.25,0.25,0.25H16 c0.13,0,0.25-0.11,0.25-0.25V5.5c0-0.14-0.11-0.25-0.25-0.25H8z"/><path d="M12 10.5c-1.11 0-2-.9-2-2s.9-2 2-2 2 .9 2 2S13.1 10.5 12 10.5zM12 7.24c-.69 0-1.25.56-1.25 1.25S11.3 9.75 12 9.75c.69 0 1.25-.56 1.25-1.25S12.69 7.24 12 7.24zM12 15.49c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1S12.54 15.49 12 15.49zM12 14.25c-.14 0-.25.11-.25.25 0 .27.49.27.49 0C12.24 14.36 12.13 14.25 12 14.25z"/><path d="M12,17.49c-1.65,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3S13.65,17.49,12,17.49z M12,12.25 c-1.24,0-2.25,1.01-2.25,2.25s1.01,2.25,2.25,2.25c1.24,0,2.25-1.01,2.25-2.25S13.23,12.25,12,12.25z"/>'}}));r.displayName="Speaker",exports.Speaker=r;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const o = e.forwardRef(({ title: t, fill: c = "currentColor", stroke: r = "none", ...a }, l) => e.createElement("svg", { ref: l, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "Speaker", ...t && { "data-title": t }, fill: c, stroke: r, ...a, dangerouslySetInnerHTML: { __html: (t === void 0 ? "" : `<title>${t}</title>`) + '<path d="M16,19.5H8c-0.55,0-1-0.45-1-1V5.5c0-0.55,0.45-1,1-1H16c0.55,0,1,0.45,1,1V18.5 C17,19.05,16.55,19.5,16,19.5z M8,5.25c-0.14,0-0.25,0.11-0.25,0.25V18.5c0,0.13,0.11,0.25,0.25,0.25H16 c0.13,0,0.25-0.11,0.25-0.25V5.5c0-0.14-0.11-0.25-0.25-0.25H8z"/><path d="M12 10.5c-1.11 0-2-.9-2-2s.9-2 2-2 2 .9 2 2S13.1 10.5 12 10.5zM12 7.24c-.69 0-1.25.56-1.25 1.25S11.3 9.75 12 9.75c.69 0 1.25-.56 1.25-1.25S12.69 7.24 12 7.24zM12 15.49c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1S12.54 15.49 12 15.49zM12 14.25c-.14 0-.25.11-.25.25 0 .27.49.27.49 0C12.24 14.36 12.13 14.25 12 14.25z"/><path d="M12,17.49c-1.65,0-3-1.34-3-3s1.34-3,3-3s3,1.34,3,3S13.65,17.49,12,17.49z M12,12.25 c-1.24,0-2.25,1.01-2.25,2.25s1.01,2.25,2.25,2.25c1.24,0,2.25-1.01,2.25-2.25S13.23,12.25,12,12.25z"/>' } }));
3
+ o.displayName = "Speaker";
4
+ export {
5
+ o as Speaker
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const SpeedIndicator: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("react"),t=c.forwardRef(({title:e,fill:s="currentColor",stroke:r="none",...l},o)=>c.createElement("svg",{ref:o,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"SpeedIndicator",...e&&{"data-title":e},fill:s,stroke:r,...l,dangerouslySetInnerHTML:{__html:(e===void 0?"":`<title>${e}</title>`)+'<path d="m12,5c.64,0,1.26.08,1.85.25.59.17,1.15.4,1.68.71.52.31,1,.67,1.41,1.09.42.42.78.9,1.09,1.42.31.52.55,1.08.71,1.67.16.59.25,1.21.26,1.86,0,.64-.08,1.26-.25,1.85-.17.59-.4,1.15-.71,1.68-.31.52-.67,1-1.09,1.41-.42.42-.9.78-1.42,1.09s-1.08.55-1.67.71c-.59.16-1.21.25-1.86.26-.64,0-1.26-.08-1.85-.25-.59-.17-1.15-.4-1.68-.71-.53-.31-1-.67-1.41-1.09-.42-.42-.78-.9-1.09-1.42s-.55-1.08-.71-1.67c-.16-.59-.25-1.21-.26-1.86,0-.64.08-1.26.25-1.85.17-.59.4-1.15.71-1.68.31-.53.67-1,1.09-1.41.42-.42.9-.78,1.42-1.09.52-.31,1.08-.55,1.67-.71.59-.16,1.21-.25,1.86-.26Zm0,13.07c.56,0,1.1-.07,1.61-.22.52-.15,1-.35,1.44-.61.45-.26.86-.58,1.23-.95s.69-.78.95-1.23c.26-.45.46-.93.61-1.45.15-.52.22-1.06.22-1.61,0-.56-.07-1.1-.22-1.61-.15-.52-.35-1-.61-1.44-.26-.45-.58-.86-.95-1.23s-.78-.69-1.23-.95c-.45-.26-.93-.46-1.45-.61-.52-.15-1.06-.22-1.61-.22-.56,0-1.1.07-1.61.22-.52.15-1,.35-1.44.61-.45.26-.86.58-1.23.95-.37.37-.69.78-.95,1.22-.26.45-.46.93-.61,1.45-.15.52-.22,1.06-.22,1.61,0,.56.07,1.1.22,1.61.15.52.35,1,.61,1.44.26.45.58.86.95,1.23.37.37.78.69,1.22.95.45.26.93.46,1.45.61.52.15,1.06.22,1.61.22Zm1.26-6.67s0,0,0,0c.09.19.14.39.14.6,0,.19-.04.38-.11.55-.07.17-.17.32-.3.44s-.27.23-.44.3c-.17.07-.35.11-.55.11s-.38-.04-.55-.11c-.17-.07-.32-.17-.44-.3s-.23-.27-.3-.44c-.07-.17-.11-.35-.11-.55s.04-.38.11-.55c.07-.17.17-.32.3-.44s.27-.23.44-.3c.17-.07.35-.11.55-.11.21,0,.41.05.6.14,0,0,0,0,0,0,0,0,0,0,0,0l2.35-2.35c.18-.18.48-.18.66,0,.18.18.18.48,0,.66l-2.35,2.35s0,0,0,0Zm-1.26,1.07c.13,0,.24-.05.33-.14.09-.09.14-.2.14-.33s-.05-.24-.14-.33c-.09-.09-.2-.14-.33-.14s-.24.05-.33.14c-.09.09-.14.2-.14.33s.05.24.14.33c.09.09.2.14.33.14Zm4.25-2.38c.23-.1.51,0,.59.24.07.19.12.39.16.59.07.35.11.71.12,1.08,0,.68-.13,1.33-.38,1.96-.19.48-.46.92-.79,1.32-.17.2-.47.2-.65.01s-.18-.48-.02-.68c.25-.3.44-.64.6-1,.21-.51.32-1.04.32-1.6,0-.45-.07-.88-.21-1.31-.08-.24.02-.52.26-.62Zm-2.33-2.34c-.11.24-.38.34-.63.26-.42-.14-.86-.21-1.31-.21-.38,0-.75.05-1.11.15-.35.1-.69.24-1,.43-.31.19-.59.41-.85.66-.25.25-.47.53-.65.85-.18.32-.32.65-.42,1-.1.35-.15.72-.15,1.12,0,.56.11,1.09.32,1.6.15.37.35.7.6,1.01.16.2.16.5-.02.68s-.48.19-.65-.01c-.33-.4-.6-.84-.8-1.32-.26-.62-.39-1.28-.39-1.97,0-.47.06-.93.18-1.36.12-.44.29-.85.52-1.23.22-.38.49-.72.8-1.04s.66-.58,1.04-.79c.38-.22.79-.39,1.23-.52s.89-.19,1.37-.18c.36,0,.72.04,1.07.11.2.04.4.1.6.17.24.09.34.36.24.59Z"/>'}}));t.displayName="SpeedIndicator",exports.SpeedIndicator=t;
@@ -0,0 +1,6 @@
1
+ import e from "react";
2
+ const o = e.forwardRef(({ title: c, fill: s = "currentColor", stroke: t = "none", ...r }, l) => e.createElement("svg", { ref: l, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "SpeedIndicator", ...c && { "data-title": c }, fill: s, stroke: t, ...r, dangerouslySetInnerHTML: { __html: (c === void 0 ? "" : `<title>${c}</title>`) + '<path d="m12,5c.64,0,1.26.08,1.85.25.59.17,1.15.4,1.68.71.52.31,1,.67,1.41,1.09.42.42.78.9,1.09,1.42.31.52.55,1.08.71,1.67.16.59.25,1.21.26,1.86,0,.64-.08,1.26-.25,1.85-.17.59-.4,1.15-.71,1.68-.31.52-.67,1-1.09,1.41-.42.42-.9.78-1.42,1.09s-1.08.55-1.67.71c-.59.16-1.21.25-1.86.26-.64,0-1.26-.08-1.85-.25-.59-.17-1.15-.4-1.68-.71-.53-.31-1-.67-1.41-1.09-.42-.42-.78-.9-1.09-1.42s-.55-1.08-.71-1.67c-.16-.59-.25-1.21-.26-1.86,0-.64.08-1.26.25-1.85.17-.59.4-1.15.71-1.68.31-.53.67-1,1.09-1.41.42-.42.9-.78,1.42-1.09.52-.31,1.08-.55,1.67-.71.59-.16,1.21-.25,1.86-.26Zm0,13.07c.56,0,1.1-.07,1.61-.22.52-.15,1-.35,1.44-.61.45-.26.86-.58,1.23-.95s.69-.78.95-1.23c.26-.45.46-.93.61-1.45.15-.52.22-1.06.22-1.61,0-.56-.07-1.1-.22-1.61-.15-.52-.35-1-.61-1.44-.26-.45-.58-.86-.95-1.23s-.78-.69-1.23-.95c-.45-.26-.93-.46-1.45-.61-.52-.15-1.06-.22-1.61-.22-.56,0-1.1.07-1.61.22-.52.15-1,.35-1.44.61-.45.26-.86.58-1.23.95-.37.37-.69.78-.95,1.22-.26.45-.46.93-.61,1.45-.15.52-.22,1.06-.22,1.61,0,.56.07,1.1.22,1.61.15.52.35,1,.61,1.44.26.45.58.86.95,1.23.37.37.78.69,1.22.95.45.26.93.46,1.45.61.52.15,1.06.22,1.61.22Zm1.26-6.67s0,0,0,0c.09.19.14.39.14.6,0,.19-.04.38-.11.55-.07.17-.17.32-.3.44s-.27.23-.44.3c-.17.07-.35.11-.55.11s-.38-.04-.55-.11c-.17-.07-.32-.17-.44-.3s-.23-.27-.3-.44c-.07-.17-.11-.35-.11-.55s.04-.38.11-.55c.07-.17.17-.32.3-.44s.27-.23.44-.3c.17-.07.35-.11.55-.11.21,0,.41.05.6.14,0,0,0,0,0,0,0,0,0,0,0,0l2.35-2.35c.18-.18.48-.18.66,0,.18.18.18.48,0,.66l-2.35,2.35s0,0,0,0Zm-1.26,1.07c.13,0,.24-.05.33-.14.09-.09.14-.2.14-.33s-.05-.24-.14-.33c-.09-.09-.2-.14-.33-.14s-.24.05-.33.14c-.09.09-.14.2-.14.33s.05.24.14.33c.09.09.2.14.33.14Zm4.25-2.38c.23-.1.51,0,.59.24.07.19.12.39.16.59.07.35.11.71.12,1.08,0,.68-.13,1.33-.38,1.96-.19.48-.46.92-.79,1.32-.17.2-.47.2-.65.01s-.18-.48-.02-.68c.25-.3.44-.64.6-1,.21-.51.32-1.04.32-1.6,0-.45-.07-.88-.21-1.31-.08-.24.02-.52.26-.62Zm-2.33-2.34c-.11.24-.38.34-.63.26-.42-.14-.86-.21-1.31-.21-.38,0-.75.05-1.11.15-.35.1-.69.24-1,.43-.31.19-.59.41-.85.66-.25.25-.47.53-.65.85-.18.32-.32.65-.42,1-.1.35-.15.72-.15,1.12,0,.56.11,1.09.32,1.6.15.37.35.7.6,1.01.16.2.16.5-.02.68s-.48.19-.65-.01c-.33-.4-.6-.84-.8-1.32-.26-.62-.39-1.28-.39-1.97,0-.47.06-.93.18-1.36.12-.44.29-.85.52-1.23.22-.38.49-.72.8-1.04s.66-.58,1.04-.79c.38-.22.79-.39,1.23-.52s.89-.19,1.37-.18c.36,0,.72.04,1.07.11.2.04.4.1.6.17.24.09.34.36.24.59Z"/>' } }));
3
+ o.displayName = "SpeedIndicator";
4
+ export {
5
+ o as SpeedIndicator
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const Sunroof: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const h=require("react"),e=h.forwardRef(({title:c,fill:t="currentColor",stroke:l="none",...o},r)=>h.createElement("svg",{ref:r,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-title":"Sunroof",...c&&{"data-title":c},fill:t,stroke:l,...o,dangerouslySetInnerHTML:{__html:(c===void 0?"":`<title>${c}</title>`)+'<path d="m15.27,8.16c.01-.08,0-.16-.05-.23-.06-.1-.15-.16-.25-.19-2.93-.71-5.57-.03-5.69,0-.1.03-.2.1-.24.18-.05.08-.06.16-.05.24v8.54c0,.22.18.38.4.38h5.63c.09,0,.18-.04.24-.1,0,0,.02-.02.03-.03.07-.06.1-.15.1-.25l-.13-8.5v-.05h-.01Zm-.93.22c-.18.52-.33,1.02-.42,1.33h-3.61l-.42-1.33c.76-.14,2.52-.39,4.43,0h.01Zm-4.4,7.96l.5-1.46h3.62l.4,1.46h-4.52Zm4.43-2.21h-4.24c-.14,0-.27.06-.35.17v-3.91c.07.04.14.06.22.06h4.24c.09,0,.18-.03.25-.09l.06,3.79s-.12-.04-.18-.04h0Z"/><path d="m17.94,9.63l-.99-1.28s-.03-.01-.05-.03v-1.89c-.14-1.18-1.12-2.43-2.64-2.43h-4.24c-1.36.01-2.53,1.37-2.53,2.48v2.01s-.07,0-.09.02l-1.25.93c-.17.13-.21.37-.06.53.08.1.2.14.31.14.09,0,.17-.03.25-.09l.83-.63v8.36c0,1.27,1.08,2.24,2.52,2.24h4.35c1.38,0,2.52-1,2.52-2.24v-8.19l.39.51c.08.1.2.15.32.15.08,0,.16-.02.24-.08.18-.12.22-.36.09-.53h.01Zm-1.85-3.15c-.58-.19-1.71-.85-1.98-1.72h.15c1.02,0,1.73.9,1.83,1.72Zm-5.81-1.72c-.28.86-1.41,1.52-1.99,1.73,0-.77.83-1.73,1.71-1.73h.28Zm-.05,14.48h-.22c-.74,0-1.33-.35-1.58-.87.45.14,1.08.29,1.8.35v.54h0Zm4.13,0h-.47v-.65c.93-.05,1.69-.28,2.11-.44-.21.63-.88,1.09-1.65,1.09h.01Zm1.67-1.93s-1.06.54-2.54.54c-.22,0-.4.17-.4.38v1.01h-2.05v-.91c0-.2-.18-.38-.4-.38-1.02,0-1.93-.29-2.33-.45V7.28c.81-.2,2.52-1.12,2.79-2.51h2.18c.28,1.39,1.99,2.31,2.79,2.51v10.02s-.02.01-.05.02h.01Z"/><path d="M13.87 10.87h-3.36c-.22 0-.4.17-.4.38s.18.38.4.38h3.36c.22 0 .4-.17.4-.38s-.18-.38-.4-.38ZM13.87 11.92h-3.36c-.22 0-.4.17-.4.38s.18.38.4.38h3.36c.22 0 .4-.17.4-.38s-.18-.38-.4-.38ZM13.87 12.97h-3.36c-.22 0-.4.17-.4.38s.18.38.4.38h3.36c.22 0 .4-.17.4-.38s-.18-.38-.4-.38Z"/>'}}));e.displayName="Sunroof",exports.Sunroof=e;
@@ -0,0 +1,6 @@
1
+ import h from "react";
2
+ const s = h.forwardRef(({ title: c, fill: t = "currentColor", stroke: l = "none", ...e }, o) => h.createElement("svg", { ref: o, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "Sunroof", ...c && { "data-title": c }, fill: t, stroke: l, ...e, dangerouslySetInnerHTML: { __html: (c === void 0 ? "" : `<title>${c}</title>`) + '<path d="m15.27,8.16c.01-.08,0-.16-.05-.23-.06-.1-.15-.16-.25-.19-2.93-.71-5.57-.03-5.69,0-.1.03-.2.1-.24.18-.05.08-.06.16-.05.24v8.54c0,.22.18.38.4.38h5.63c.09,0,.18-.04.24-.1,0,0,.02-.02.03-.03.07-.06.1-.15.1-.25l-.13-8.5v-.05h-.01Zm-.93.22c-.18.52-.33,1.02-.42,1.33h-3.61l-.42-1.33c.76-.14,2.52-.39,4.43,0h.01Zm-4.4,7.96l.5-1.46h3.62l.4,1.46h-4.52Zm4.43-2.21h-4.24c-.14,0-.27.06-.35.17v-3.91c.07.04.14.06.22.06h4.24c.09,0,.18-.03.25-.09l.06,3.79s-.12-.04-.18-.04h0Z"/><path d="m17.94,9.63l-.99-1.28s-.03-.01-.05-.03v-1.89c-.14-1.18-1.12-2.43-2.64-2.43h-4.24c-1.36.01-2.53,1.37-2.53,2.48v2.01s-.07,0-.09.02l-1.25.93c-.17.13-.21.37-.06.53.08.1.2.14.31.14.09,0,.17-.03.25-.09l.83-.63v8.36c0,1.27,1.08,2.24,2.52,2.24h4.35c1.38,0,2.52-1,2.52-2.24v-8.19l.39.51c.08.1.2.15.32.15.08,0,.16-.02.24-.08.18-.12.22-.36.09-.53h.01Zm-1.85-3.15c-.58-.19-1.71-.85-1.98-1.72h.15c1.02,0,1.73.9,1.83,1.72Zm-5.81-1.72c-.28.86-1.41,1.52-1.99,1.73,0-.77.83-1.73,1.71-1.73h.28Zm-.05,14.48h-.22c-.74,0-1.33-.35-1.58-.87.45.14,1.08.29,1.8.35v.54h0Zm4.13,0h-.47v-.65c.93-.05,1.69-.28,2.11-.44-.21.63-.88,1.09-1.65,1.09h.01Zm1.67-1.93s-1.06.54-2.54.54c-.22,0-.4.17-.4.38v1.01h-2.05v-.91c0-.2-.18-.38-.4-.38-1.02,0-1.93-.29-2.33-.45V7.28c.81-.2,2.52-1.12,2.79-2.51h2.18c.28,1.39,1.99,2.31,2.79,2.51v10.02s-.02.01-.05.02h.01Z"/><path d="M13.87 10.87h-3.36c-.22 0-.4.17-.4.38s.18.38.4.38h3.36c.22 0 .4-.17.4-.38s-.18-.38-.4-.38ZM13.87 11.92h-3.36c-.22 0-.4.17-.4.38s.18.38.4.38h3.36c.22 0 .4-.17.4-.38s-.18-.38-.4-.38ZM13.87 12.97h-3.36c-.22 0-.4.17-.4.38s.18.38.4.38h3.36c.22 0 .4-.17.4-.38s-.18-.38-.4-.38Z"/>' } }));
3
+ s.displayName = "Sunroof";
4
+ export {
5
+ s as Sunroof
6
+ };
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from '../Types';
3
+ export declare const WheelRim: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ export declare const tags: string[];