@kvdbil/components 17.12.6 → 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 +4 -5
  29. package/package.json.tmp +4 -5
  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 IdIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function IdIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default IdIcon;
@@ -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 ImageIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ImageIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ImageIcon;
@@ -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 InfoIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function InfoIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default InfoIcon;
@@ -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 InstagramIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function InstagramIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default InstagramIcon;
@@ -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 InsuranceIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function InsuranceIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default InsuranceIcon;
@@ -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 InteriorIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function InteriorIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default InteriorIcon;
@@ -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 KvdIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function KvdIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default KvdIcon;
@@ -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 KvdTestIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function KvdTestIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default KvdTestIcon;
@@ -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 KvdproIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function KvdproIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default KvdproIcon;
@@ -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 LastIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function LastIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default LastIcon;
@@ -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 LeaderIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function LeaderIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default LeaderIcon;
@@ -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 LinkedinIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function LinkedinIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default LinkedinIcon;
@@ -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 ListViewIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ListViewIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ListViewIcon;
@@ -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 LocationIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function LocationIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default LocationIcon;
@@ -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 MailIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function MailIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default MailIcon;
@@ -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 MenuIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function MenuIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default MenuIcon;
@@ -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 MileageIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function MileageIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default MileageIcon;
@@ -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 MinivanIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function MinivanIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default MinivanIcon;
@@ -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 ModelYearIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ModelYearIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ModelYearIcon;
@@ -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 MoreIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function MoreIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default MoreIcon;
@@ -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 MotorbikeIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function MotorbikeIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default MotorbikeIcon;
@@ -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 NavigationIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function NavigationIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default NavigationIcon;
@@ -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 NewIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function NewIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default NewIcon;
@@ -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 NextFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function NextFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default NextFilledIcon;
@@ -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 NextIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function NextIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default NextIcon;
@@ -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 NotificationIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function NotificationIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default NotificationIcon;
@@ -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 OpenInNewIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function OpenInNewIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default OpenInNewIcon;
@@ -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 PayementIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function PayementIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default PayementIcon;
@@ -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 PercentIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function PercentIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default PercentIcon;
@@ -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 PhoneIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function PhoneIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default PhoneIcon;
@@ -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 PickUpIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function PickUpIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default PickUpIcon;
@@ -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 Pickup({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function Pickup({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default Pickup;
@@ -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 PlayIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function PlayIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default PlayIcon;
@@ -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 PlugIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function PlugIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default PlugIcon;
@@ -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 PolandFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function PolandFlagIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default PolandFlagIcon;
@@ -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 PreviousFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function PreviousFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default PreviousFilledIcon;
@@ -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 PreviousIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function PreviousIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default PreviousIcon;
@@ -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 PrintIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function PrintIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default PrintIcon;
@@ -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 QuoteIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function QuoteIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default QuoteIcon;
@@ -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 RatingIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function RatingIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default RatingIcon;
@@ -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 ReleasingIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ReleasingIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ReleasingIcon;
@@ -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 RemarksIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function RemarksIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default RemarksIcon;
@@ -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 ReorderIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ReorderIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ReorderIcon;
@@ -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 RestartIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function RestartIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default RestartIcon;
@@ -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 SalesOfferIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SalesOfferIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SalesOfferIcon;
@@ -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 SavedSearchIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SavedSearchIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SavedSearchIcon;
@@ -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 ScheduleIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ScheduleIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ScheduleIcon;
@@ -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 SearchIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SearchIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SearchIcon;
@@ -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 SedanIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SedanIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SedanIcon;
@@ -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 SellFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SellFilledIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SellFilledIcon;
@@ -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 SellIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SellIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SellIcon;
@@ -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 SettingsIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function SettingsIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default SettingsIcon;
@@ -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 ShareIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ShareIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ShareIcon;
@@ -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 ShowLessIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ShowLessIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ShowLessIcon;
@@ -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 ShowMoreIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): import("react/jsx-runtime").JSX.Element;
7
+ declare function ShowMoreIcon({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps): React.JSX.Element;
7
8
  export default ShowMoreIcon;