@kvdbil/components 17.12.5 → 17.12.7

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 (246) hide show
  1. package/cjs/ColorCard.js +1 -1
  2. package/cjs/components/Accordion/index.js +1 -1
  3. package/cjs/components/Breadcrumbs/index.js +1 -1
  4. package/cjs/components/Button/index.js +1 -1
  5. package/cjs/components/DayPicker/index.js +1 -1
  6. package/cjs/components/EditRow/index.js +1 -1
  7. package/cjs/components/Flex/index.js +5 -5
  8. package/cjs/components/FocusTrap.js +1 -1
  9. package/cjs/components/Icon/index.js +1 -1
  10. package/cjs/components/Message/index.js +1 -1
  11. package/cjs/components/Modal/index.js +1 -1
  12. package/cjs/components/OffCanvas/index.js +1 -1
  13. package/cjs/components/OffCanvas/useClickOutside.js +1 -1
  14. package/cjs/components/Select/index.js +2 -2
  15. package/cjs/components/Snackbar/index.js +1 -1
  16. package/cjs/components/Stepper/index.js +1 -1
  17. package/cjs/components/StepperAccordion/index.js +1 -1
  18. package/cjs/components/Table/index.js +1 -1
  19. package/cjs/components/Tabs/Tab.js +1 -1
  20. package/cjs/components/Tabs/Tabs.js +1 -1
  21. package/cjs/components/TextArea/index.js +1 -1
  22. package/cjs/components/Textfield/index.js +1 -1
  23. package/cjs/components/TimePicker/index.js +1 -1
  24. package/cjs/components/TimePicker/testHelper.js +1 -1
  25. package/cjs/components/Toggle/index.js +1 -1
  26. package/cjs/hooks/useDynamicScript.js +1 -1
  27. package/cjs/shared/helpers.js +1 -1
  28. package/package.json +5 -6
  29. package/package.json.tmp +5 -6
  30. package/types/ColorCard.d.ts +2 -1
  31. package/types/ElevationCard.d.ts +2 -1
  32. package/types/components/Accordion/index.d.ts +2 -2
  33. package/types/components/Badge/index.d.ts +2 -1
  34. package/types/components/Breadcrumbs/BreadcrumbsItem.d.ts +2 -2
  35. package/types/components/Breadcrumbs/index.d.ts +2 -2
  36. package/types/components/Card/index.d.ts +2 -1
  37. package/types/components/CheckBox/index.d.ts +2 -2
  38. package/types/components/Chip/index.d.ts +1 -1
  39. package/types/components/DayPicker/index.d.ts +2 -1
  40. package/types/components/Dialog/index.d.ts +2 -1
  41. package/types/components/EditRow/index.d.ts +2 -1
  42. package/types/components/ErrorMessage/index.d.ts +2 -1
  43. package/types/components/FieldLabel.d.ts +10 -2
  44. package/types/components/Flex/index.d.ts +2 -2
  45. package/types/components/FocusTrap.d.ts +1 -1
  46. package/types/components/Hero/index.d.ts +2 -1
  47. package/types/components/Icon/index.d.ts +1 -1
  48. package/types/components/IconButton.d.ts +4 -3
  49. package/types/components/Link/index.d.ts +2 -2
  50. package/types/components/ListItem/Bacon.d.ts +2 -1
  51. package/types/components/ListItem/index.d.ts +2 -1
  52. package/types/components/Logo/LogoEn.d.ts +2 -1
  53. package/types/components/Logo/LogoSv.d.ts +2 -1
  54. package/types/components/Logo/index.d.ts +2 -1
  55. package/types/components/MenuItem/index.d.ts +1 -1
  56. package/types/components/Message/index.d.ts +2 -1
  57. package/types/components/Modal/index.d.ts +2 -2
  58. package/types/components/NotificationButton/index.d.ts +2 -1
  59. package/types/components/OffCanvas/Overlay.d.ts +2 -1
  60. package/types/components/OffCanvas/index.d.ts +2 -1
  61. package/types/components/RadioButton/index.d.ts +2 -2
  62. package/types/components/RegistrationPlate/EuFlagIcon.d.ts +1 -1
  63. package/types/components/RegistrationPlate/index.d.ts +2 -1
  64. package/types/components/Select/components/test-icon.d.ts +2 -1
  65. package/types/components/Select/index.d.ts +2 -1
  66. package/types/components/Snackbar/index.d.ts +2 -1
  67. package/types/components/Spacer/index.d.ts +1 -1
  68. package/types/components/Spinner/index.d.ts +2 -1
  69. package/types/components/SpinnerThin/index.d.ts +2 -1
  70. package/types/components/Stack/index.d.ts +2 -1
  71. package/types/components/Stamp/index.d.ts +2 -1
  72. package/types/components/Stepper/index.d.ts +1 -1
  73. package/types/components/StepperAccordion/index.d.ts +2 -2
  74. package/types/components/Switcher/index.d.ts +2 -1
  75. package/types/components/Table/index.d.ts +2 -1
  76. package/types/components/Tabs/Tabs.d.ts +1 -1
  77. package/types/components/TextArea/index.d.ts +2 -2
  78. package/types/components/Textfield/index.d.ts +2 -1
  79. package/types/components/TimePicker/index.d.ts +2 -1
  80. package/types/components/Toggle/index.d.ts +2 -1
  81. package/types/components/ValuationRange/index.d.ts +2 -1
  82. package/types/icons/components/AddIcon.d.ts +2 -1
  83. package/types/icons/components/AlertIcon.d.ts +2 -1
  84. package/types/icons/components/ArrowDownIcon.d.ts +2 -1
  85. package/types/icons/components/ArrowLeftIcon.d.ts +2 -1
  86. package/types/icons/components/ArrowRightIcon.d.ts +2 -1
  87. package/types/icons/components/ArrowUpIcon.d.ts +2 -1
  88. package/types/icons/components/AtvIcon.d.ts +2 -1
  89. package/types/icons/components/AuctionIcon.d.ts +2 -1
  90. package/types/icons/components/BackIcon.d.ts +2 -1
  91. package/types/icons/components/BackToTopIcon.d.ts +2 -1
  92. package/types/icons/components/BankidIcon.d.ts +2 -1
  93. package/types/icons/components/BatteryIcon.d.ts +2 -1
  94. package/types/icons/components/BidIcon.d.ts +2 -1
  95. package/types/icons/components/BodyIcon.d.ts +2 -1
  96. package/types/icons/components/BreaksIcon.d.ts +2 -1
  97. package/types/icons/components/CabIcon.d.ts +2 -1
  98. package/types/icons/components/CalendarIcon.d.ts +2 -1
  99. package/types/icons/components/CameraIcon.d.ts +2 -1
  100. package/types/icons/components/CamperIcon.d.ts +2 -1
  101. package/types/icons/components/CancelCircleIcon.d.ts +2 -1
  102. package/types/icons/components/CancelIcon.d.ts +2 -1
  103. package/types/icons/components/CarIcon.d.ts +2 -1
  104. package/types/icons/components/CarServiceIcon.d.ts +2 -1
  105. package/types/icons/components/CaravanIcon.d.ts +2 -1
  106. package/types/icons/components/CertifiedIcon.d.ts +2 -1
  107. package/types/icons/components/ChatIcon.d.ts +2 -1
  108. package/types/icons/components/CheckCircleIcon.d.ts +2 -1
  109. package/types/icons/components/CheckFilledIcon.d.ts +2 -1
  110. package/types/icons/components/CheckIcon.d.ts +2 -1
  111. package/types/icons/components/CheckmarkIcon.d.ts +2 -1
  112. package/types/icons/components/ClockIcon.d.ts +2 -1
  113. package/types/icons/components/CloseIcon.d.ts +2 -1
  114. package/types/icons/components/CommentFilledIcon.d.ts +2 -1
  115. package/types/icons/components/CommentIcon.d.ts +2 -1
  116. package/types/icons/components/ConditioningIcon.d.ts +2 -1
  117. package/types/icons/components/ContactIcon.d.ts +2 -1
  118. package/types/icons/components/ControlNumberIcon.d.ts +2 -1
  119. package/types/icons/components/CopyIcon.d.ts +2 -1
  120. package/types/icons/components/CountdownIcon.d.ts +2 -1
  121. package/types/icons/components/CoupeIcon.d.ts +2 -1
  122. package/types/icons/components/CraneIcon.d.ts +2 -1
  123. package/types/icons/components/CupIcon.d.ts +2 -1
  124. package/types/icons/components/DeleteIcon.d.ts +2 -1
  125. package/types/icons/components/DenmarkFlagIcon.d.ts +2 -1
  126. package/types/icons/components/DisplayIcon.d.ts +2 -1
  127. package/types/icons/components/DocumentIcon.d.ts +2 -1
  128. package/types/icons/components/DownloadIcon.d.ts +2 -1
  129. package/types/icons/components/DrivetrainIcon.d.ts +2 -1
  130. package/types/icons/components/EcoIcon.d.ts +2 -1
  131. package/types/icons/components/EditIcon.d.ts +2 -1
  132. package/types/icons/components/EngineIcon.d.ts +2 -1
  133. package/types/icons/components/ErrorFilledIcon.d.ts +2 -1
  134. package/types/icons/components/ErrorIcon.d.ts +2 -1
  135. package/types/icons/components/EstoniaFlagIcon.d.ts +2 -1
  136. package/types/icons/components/ExportIcon.d.ts +2 -1
  137. package/types/icons/components/FacebookIcon.d.ts +2 -1
  138. package/types/icons/components/FacilityIcon.d.ts +2 -1
  139. package/types/icons/components/FavouriteFilledIcon.d.ts +2 -1
  140. package/types/icons/components/FavouriteIcon.d.ts +2 -1
  141. package/types/icons/components/FigmaIcon.d.ts +2 -1
  142. package/types/icons/components/FilterIcon.d.ts +2 -1
  143. package/types/icons/components/FinanceIcon.d.ts +2 -1
  144. package/types/icons/components/FinlandFlagIcon.d.ts +2 -1
  145. package/types/icons/components/FirstIcon.d.ts +2 -1
  146. package/types/icons/components/FixedPriceIcon.d.ts +2 -1
  147. package/types/icons/components/FuelIcon.d.ts +2 -1
  148. package/types/icons/components/GearboxIcon.d.ts +2 -1
  149. package/types/icons/components/GermanyFlagIcon.d.ts +2 -1
  150. package/types/icons/components/GetPaidIcon.d.ts +2 -1
  151. package/types/icons/components/GridViewIcon.d.ts +2 -1
  152. package/types/icons/components/HatchbackIcon.d.ts +2 -1
  153. package/types/icons/components/HelpIcon.d.ts +2 -1
  154. package/types/icons/components/HistoryIcon.d.ts +2 -1
  155. package/types/icons/components/HomeDeliveryIcon.d.ts +2 -1
  156. package/types/icons/components/IdIcon.d.ts +2 -1
  157. package/types/icons/components/ImageIcon.d.ts +2 -1
  158. package/types/icons/components/InfoIcon.d.ts +2 -1
  159. package/types/icons/components/InstagramIcon.d.ts +2 -1
  160. package/types/icons/components/InsuranceIcon.d.ts +2 -1
  161. package/types/icons/components/InteriorIcon.d.ts +2 -1
  162. package/types/icons/components/KvdIcon.d.ts +2 -1
  163. package/types/icons/components/KvdTestIcon.d.ts +2 -1
  164. package/types/icons/components/KvdproIcon.d.ts +2 -1
  165. package/types/icons/components/LastIcon.d.ts +2 -1
  166. package/types/icons/components/LeaderIcon.d.ts +2 -1
  167. package/types/icons/components/LinkedinIcon.d.ts +2 -1
  168. package/types/icons/components/ListViewIcon.d.ts +2 -1
  169. package/types/icons/components/LocationIcon.d.ts +2 -1
  170. package/types/icons/components/MailIcon.d.ts +2 -1
  171. package/types/icons/components/MenuIcon.d.ts +2 -1
  172. package/types/icons/components/MileageIcon.d.ts +2 -1
  173. package/types/icons/components/MinivanIcon.d.ts +2 -1
  174. package/types/icons/components/ModelYearIcon.d.ts +2 -1
  175. package/types/icons/components/MoreIcon.d.ts +2 -1
  176. package/types/icons/components/MotorbikeIcon.d.ts +2 -1
  177. package/types/icons/components/NavigationIcon.d.ts +2 -1
  178. package/types/icons/components/NewIcon.d.ts +2 -1
  179. package/types/icons/components/NextFilledIcon.d.ts +2 -1
  180. package/types/icons/components/NextIcon.d.ts +2 -1
  181. package/types/icons/components/NotificationIcon.d.ts +2 -1
  182. package/types/icons/components/OpenInNewIcon.d.ts +2 -1
  183. package/types/icons/components/PayementIcon.d.ts +2 -1
  184. package/types/icons/components/PercentIcon.d.ts +2 -1
  185. package/types/icons/components/PhoneIcon.d.ts +2 -1
  186. package/types/icons/components/PickUpIcon.d.ts +2 -1
  187. package/types/icons/components/Pickup.d.ts +2 -1
  188. package/types/icons/components/PlayIcon.d.ts +2 -1
  189. package/types/icons/components/PlugIcon.d.ts +2 -1
  190. package/types/icons/components/PolandFlagIcon.d.ts +2 -1
  191. package/types/icons/components/PreviousFilledIcon.d.ts +2 -1
  192. package/types/icons/components/PreviousIcon.d.ts +2 -1
  193. package/types/icons/components/PrintIcon.d.ts +2 -1
  194. package/types/icons/components/QuoteIcon.d.ts +2 -1
  195. package/types/icons/components/RatingIcon.d.ts +2 -1
  196. package/types/icons/components/ReleasingIcon.d.ts +2 -1
  197. package/types/icons/components/RemarksIcon.d.ts +2 -1
  198. package/types/icons/components/ReorderIcon.d.ts +2 -1
  199. package/types/icons/components/RestartIcon.d.ts +2 -1
  200. package/types/icons/components/SalesOfferIcon.d.ts +2 -1
  201. package/types/icons/components/SavedSearchIcon.d.ts +2 -1
  202. package/types/icons/components/ScheduleIcon.d.ts +2 -1
  203. package/types/icons/components/SearchIcon.d.ts +2 -1
  204. package/types/icons/components/SedanIcon.d.ts +2 -1
  205. package/types/icons/components/SellFilledIcon.d.ts +2 -1
  206. package/types/icons/components/SellIcon.d.ts +2 -1
  207. package/types/icons/components/SettingsIcon.d.ts +2 -1
  208. package/types/icons/components/ShareIcon.d.ts +2 -1
  209. package/types/icons/components/ShowLessIcon.d.ts +2 -1
  210. package/types/icons/components/ShowMoreIcon.d.ts +2 -1
  211. package/types/icons/components/SignInIcon.d.ts +2 -1
  212. package/types/icons/components/SignOutIcon.d.ts +2 -1
  213. package/types/icons/components/SlackIcon.d.ts +2 -1
  214. package/types/icons/components/SmartphoneIcon.d.ts +2 -1
  215. package/types/icons/components/SmileIcon.d.ts +2 -1
  216. package/types/icons/components/SnowmobileIcon.d.ts +2 -1
  217. package/types/icons/components/SortColumnIcon.d.ts +2 -1
  218. package/types/icons/components/SortIcon.d.ts +2 -1
  219. package/types/icons/components/StarIcon.d.ts +2 -1
  220. package/types/icons/components/StorageIcon.d.ts +2 -1
  221. package/types/icons/components/StoreIcon.d.ts +2 -1
  222. package/types/icons/components/SuvIcon.d.ts +2 -1
  223. package/types/icons/components/SwedishFlagIcon.d.ts +2 -1
  224. package/types/icons/components/ThinCertifiedIcon.d.ts +2 -1
  225. package/types/icons/components/ThinWarningIcon.d.ts +2 -1
  226. package/types/icons/components/ThreeSixtyIcon.d.ts +2 -1
  227. package/types/icons/components/TractorIcon.d.ts +2 -1
  228. package/types/icons/components/TrailerIcon.d.ts +2 -1
  229. package/types/icons/components/TransportIcon.d.ts +2 -1
  230. package/types/icons/components/TruckIcon.d.ts +2 -1
  231. package/types/icons/components/TwitterIcon.d.ts +2 -1
  232. package/types/icons/components/TyresIcon.d.ts +2 -1
  233. package/types/icons/components/UnitedKingdomFlagIcon.d.ts +2 -1
  234. package/types/icons/components/UploadIcon.d.ts +2 -1
  235. package/types/icons/components/UserIcon.d.ts +2 -1
  236. package/types/icons/components/ValuationIcon.d.ts +2 -1
  237. package/types/icons/components/VanIcon.d.ts +2 -1
  238. package/types/icons/components/VersionIcon.d.ts +2 -1
  239. package/types/icons/components/ViewsIcon.d.ts +2 -1
  240. package/types/icons/components/WagonIcon.d.ts +2 -1
  241. package/types/icons/components/WarningIcon.d.ts +2 -1
  242. package/types/icons/components/WarrantyIcon.d.ts +2 -1
  243. package/types/icons/components/YoutubeIcon.d.ts +2 -1
  244. package/types/typography/BodyText/index.d.ts +9 -9
  245. package/types/typography/ButtonText/index.d.ts +4 -4
  246. package/types/typography/Heading/index.d.ts +9 -9
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CancelCircleIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CancelCircleIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CancelCircleIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CancelIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CancelIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CancelIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CarIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CarIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CarIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CarServiceIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CarServiceIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CarServiceIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CaravanIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CaravanIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CaravanIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CertifiedIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CertifiedIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CertifiedIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function ChatIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ChatIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ChatIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CheckCircleIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CheckCircleIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CheckCircleIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CheckFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CheckFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CheckFilledIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CheckIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CheckIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CheckIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CheckmarkIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CheckmarkIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CheckmarkIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function ClockIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ClockIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ClockIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CloseIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CloseIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CloseIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CommentFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CommentFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CommentFilledIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CommentIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CommentIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CommentIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function ConditioningIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ConditioningIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ConditioningIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function ContactIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ContactIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ContactIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function ControlNumberIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ControlNumberIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ControlNumberIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CopyIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CopyIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CopyIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CountdownIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CountdownIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CountdownIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CoupeIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CoupeIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CoupeIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CraneIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CraneIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CraneIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function CupIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function CupIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default CupIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function DeleteIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function DeleteIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default DeleteIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function DenmarkFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function DenmarkFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default DenmarkFlagIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function DisplayIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function DisplayIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default DisplayIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function DocumentIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function DocumentIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default DocumentIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function DownloadIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function DownloadIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default DownloadIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function DrivetrainIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function DrivetrainIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default DrivetrainIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function EcoIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function EcoIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default EcoIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function EditIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function EditIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default EditIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function EngineIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function EngineIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default EngineIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function ErrorFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ErrorFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ErrorFilledIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function ErrorIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ErrorIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ErrorIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function EstoniaFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function EstoniaFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default EstoniaFlagIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function ExportIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ExportIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ExportIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function FacebookIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function FacebookIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default FacebookIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function FacilityIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function FacilityIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default FacilityIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function FavouriteFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function FavouriteFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default FavouriteFilledIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function FavouriteIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function FavouriteIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default FavouriteIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function FigmaIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function FigmaIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default FigmaIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function FilterIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function FilterIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default FilterIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function FinanceIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function FinanceIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default FinanceIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function FinlandFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function FinlandFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default FinlandFlagIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function FirstIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function FirstIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default FirstIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function FixedPriceIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function FixedPriceIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default FixedPriceIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function FuelIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function FuelIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default FuelIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function GearboxIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function GearboxIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default GearboxIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function GermanyFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function GermanyFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default GermanyFlagIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function GetPaidIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function GetPaidIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default GetPaidIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function GridViewIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function GridViewIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default GridViewIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function HatchbackIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function HatchbackIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default HatchbackIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function HelpIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function HelpIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default HelpIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function HistoryIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function HistoryIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default HistoryIcon;
@@ -1,7 +1,8 @@
1
+ import * as React from 'react';
1
2
  import type { SVGProps } from 'react';
2
3
  interface SVGRProps {
3
4
  title?: string;
4
5
  titleId?: string;
5
6
  }
6
- declare function HomeDeliveryIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function HomeDeliveryIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default HomeDeliveryIcon;