altum 0.0.2 → 0.0.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 (538) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/base/As/As.js +1 -0
  3. package/dist/base/ButtonBase/ButtonBase.js +1 -1
  4. package/dist/base/ButtonBase/ButtonBase.module.css.js +1 -1
  5. package/dist/base/ChartBase/ChartBase.js +1 -1
  6. package/dist/base/ChartBase/ChartBase.module.css.js +1 -1
  7. package/dist/base/ChartBase/ChartCartesian.js +1 -0
  8. package/dist/base/ChartBase/ChartHoverBubble.js +1 -0
  9. package/dist/base/ChartBase/ChartHoverBubble.module.css.js +1 -0
  10. package/dist/base/ChartBase/ChartLegend.js +1 -0
  11. package/dist/base/ChartBase/ChartLegend.module.css.js +1 -0
  12. package/dist/base/ChartBase/ChartPlot.module.css.js +1 -0
  13. package/dist/base/ChartBase/ChartYGrid.js +1 -0
  14. package/dist/base/ChartBase/cartesian.js +1 -0
  15. package/dist/base/ChartBase/colors.js +1 -0
  16. package/dist/base/ChartBase/useChartWidth.js +1 -0
  17. package/dist/base/ChevronButton/ChevronButton.js +1 -0
  18. package/dist/base/DialogBase/DialogBase.js +1 -1
  19. package/dist/base/DialogBase/DialogBase.module.css.js +1 -1
  20. package/dist/base/FieldBase/FieldBase.js +1 -1
  21. package/dist/base/FieldBase/FieldBase.module.css.js +1 -1
  22. package/dist/base/FieldPopup/FieldPopup.js +1 -0
  23. package/dist/base/FieldPopup/FieldPopup.module.css.js +1 -0
  24. package/dist/base/Flex/Flex.js +1 -0
  25. package/dist/base/Flex/Flex.module.css.js +1 -0
  26. package/dist/base/PeriodHeader/PeriodHeader.js +1 -0
  27. package/dist/base/TextControl/TextControl.js +1 -0
  28. package/dist/base/ToggleControlBase/ToggleControlBase.js +1 -1
  29. package/dist/base/ToggleControlBase/ToggleControlBase.module.css.js +1 -1
  30. package/dist/base/ToggleGroupBase/ToggleGroupBase.js +1 -0
  31. package/dist/base/Type/Type.js +1 -0
  32. package/dist/components/Accordion/Accordion.js +1 -1
  33. package/dist/components/Accordion/Accordion.module.css.js +1 -1
  34. package/dist/components/ActionList/ActionList.js +1 -1
  35. package/dist/components/ActionList/ActionList.module.css.js +1 -1
  36. package/dist/components/ActionSheetTrigger/ActionSheetTrigger.js +1 -1
  37. package/dist/components/ActionSheetTrigger/ActionSheetTrigger.module.css.js +1 -1
  38. package/dist/components/Alert/Alert.js +1 -1
  39. package/dist/components/Alert/Alert.module.css.js +1 -1
  40. package/dist/components/AspectRatio/AspectRatio.js +1 -1
  41. package/dist/components/AspectRatio/AspectRatio.module.css.js +1 -1
  42. package/dist/components/Attachment/Attachment.js +1 -1
  43. package/dist/components/Attachment/Attachment.module.css.js +1 -1
  44. package/dist/components/Avatar/Avatar.js +1 -1
  45. package/dist/components/Avatar/Avatar.module.css.js +1 -1
  46. package/dist/components/Backdrop/Backdrop.js +1 -1
  47. package/dist/components/Backdrop/Backdrop.module.css.js +1 -1
  48. package/dist/components/Badge/Badge.js +1 -1
  49. package/dist/components/Badge/Badge.module.css.js +1 -1
  50. package/dist/components/BarChart/BarChart.js +1 -1
  51. package/dist/components/BarChart/BarChart.module.css.js +1 -1
  52. package/dist/components/Box/Box.js +1 -1
  53. package/dist/components/Box/Box.module.css.js +1 -1
  54. package/dist/components/Bubble/Bubble.js +1 -1
  55. package/dist/components/Bubble/Bubble.module.css.js +1 -1
  56. package/dist/components/Button/Button.js +1 -1
  57. package/dist/components/ButtonGroup/ButtonGroup.js +1 -1
  58. package/dist/components/ButtonGroup/ButtonGroup.module.css.js +1 -1
  59. package/dist/components/ButtonIcon/ButtonIcon.js +1 -1
  60. package/dist/components/Calendar/Calendar.context.js +1 -1
  61. package/dist/components/Calendar/Calendar.module.css.js +1 -1
  62. package/dist/components/Calendar/Calendar.slots.js +1 -1
  63. package/dist/components/Calendar/Calendar.types.js +1 -1
  64. package/dist/components/Calendar/Calendar.utils.js +1 -1
  65. package/dist/components/Calendar/Calendar.views.js +1 -1
  66. package/dist/components/CalendarBoard/CalendarBoard.Event.js +1 -0
  67. package/dist/components/CalendarBoard/CalendarBoard.Event.module.css.js +1 -0
  68. package/dist/components/CalendarBoard/CalendarBoard.MonthView.js +1 -1
  69. package/dist/components/CalendarBoard/CalendarBoard.Schedule.js +1 -1
  70. package/dist/components/CalendarBoard/CalendarBoard.Schedule.module.css.js +1 -1
  71. package/dist/components/CalendarBoard/CalendarBoard.TaskChip.js +1 -1
  72. package/dist/components/CalendarBoard/CalendarBoard.YearView.js +2 -1
  73. package/dist/components/CalendarBoard/CalendarBoard.chrome.js +1 -1
  74. package/dist/components/CalendarBoard/CalendarBoard.context.js +1 -1
  75. package/dist/components/CalendarBoard/CalendarBoard.module.css.js +1 -1
  76. package/dist/components/CalendarBoard/calendar.schedule.js +1 -0
  77. package/dist/components/Card/Card.js +1 -1
  78. package/dist/components/Card/Card.module.css.js +1 -1
  79. package/dist/components/Checkbox/Checkbox.js +1 -1
  80. package/dist/components/Checkbox/Checkbox.module.css.js +1 -0
  81. package/dist/components/Chip/Chip.js +1 -1
  82. package/dist/components/Chip/Chip.module.css.js +1 -1
  83. package/dist/components/Collapse/Collapse.js +1 -1
  84. package/dist/components/Collapse/Collapse.module.css.js +1 -1
  85. package/dist/components/ColorSwatchGroup/ColorSwatchGroup.js +1 -1
  86. package/dist/components/ColorSwatchGroup/ColorSwatchGroup.module.css.js +1 -1
  87. package/dist/components/CommandPalette/CommandPalette.js +1 -1
  88. package/dist/components/CommandPalette/CommandPalette.module.css.js +1 -1
  89. package/dist/components/ConfirmDialog/ConfirmDialog.js +1 -1
  90. package/dist/components/Container/Container.js +1 -1
  91. package/dist/components/Container/Container.module.css.js +1 -1
  92. package/dist/components/CustomSelect/CustomSelect.Filter.js +1 -1
  93. package/dist/components/CustomSelect/CustomSelect.List.js +1 -1
  94. package/dist/components/CustomSelect/CustomSelect.Shell.js +1 -1
  95. package/dist/components/CustomSelect/CustomSelect.Shell.module.css.js +1 -1
  96. package/dist/components/CustomSelect/CustomSelect.js +1 -1
  97. package/dist/components/CustomSelect/CustomSelect.module.css.js +1 -1
  98. package/dist/components/DatePicker/DatePicker.js +1 -1
  99. package/dist/components/DatePicker/DatePicker.utils.js +1 -1
  100. package/dist/components/DateRangePicker/DateRangePicker.js +1 -1
  101. package/dist/components/DateRangePicker/DateRangePicker.module.css.js +1 -1
  102. package/dist/components/DayStripCalendar/DayStripCalendar.js +1 -1
  103. package/dist/components/DayStripCalendar/DayStripCalendar.module.css.js +1 -1
  104. package/dist/components/DescriptionList/DescriptionList.js +1 -1
  105. package/dist/components/DescriptionList/DescriptionList.module.css.js +1 -1
  106. package/dist/components/DonutChart/DonutChart.js +1 -1
  107. package/dist/components/DonutChart/DonutChart.module.css.js +1 -1
  108. package/dist/components/Dropdown/Dropdown.js +1 -1
  109. package/dist/components/Dropdown/Dropdown.module.css.js +1 -1
  110. package/dist/components/Dropdown/DropdownMobileSheet.js +1 -1
  111. package/dist/components/EmptyState/EmptyState.js +1 -1
  112. package/dist/components/EmptyState/EmptyState.module.css.js +1 -1
  113. package/dist/components/FieldLabel/FieldLabel.js +1 -1
  114. package/dist/components/FieldLabel/FieldLabel.module.css.js +1 -1
  115. package/dist/components/Fieldset/Fieldset.js +1 -1
  116. package/dist/components/Fieldset/Fieldset.module.css.js +1 -1
  117. package/dist/components/FileList/FileList.js +1 -1
  118. package/dist/components/FileList/FileList.module.css.js +1 -1
  119. package/dist/components/FormMessage/FormMessage.js +1 -1
  120. package/dist/components/GrabHandle/GrabHandle.module.css.js +1 -1
  121. package/dist/components/Grid/Grid.js +1 -1
  122. package/dist/components/Grid/Grid.module.css.js +1 -1
  123. package/dist/components/Grid/Grid.utils.js +1 -1
  124. package/dist/components/ImageCrop/ImageCrop.js +1 -1
  125. package/dist/components/ImageCrop/ImageCrop.module.css.js +1 -1
  126. package/dist/components/ImageGallery/ImageGallery.js +1 -1
  127. package/dist/components/ImageGallery/ImageGallery.module.css.js +1 -1
  128. package/dist/components/ImageLightbox/ImageLightbox.js +1 -1
  129. package/dist/components/ImageLightbox/ImageLightbox.module.css.js +1 -1
  130. package/dist/components/Item/Item.js +1 -1
  131. package/dist/components/Item/Item.module.css.js +1 -1
  132. package/dist/components/Kbd/Kbd.js +1 -1
  133. package/dist/components/Kbd/Kbd.module.css.js +1 -1
  134. package/dist/components/Layout/ControlRow.js +1 -1
  135. package/dist/components/Layout/Inline.js +1 -1
  136. package/dist/components/Layout/Layout.js +1 -1
  137. package/dist/components/Layout/Layout.module.css.js +1 -1
  138. package/dist/components/Layout/LayoutItem.js +1 -1
  139. package/dist/components/Layout/Split.js +1 -1
  140. package/dist/components/Layout/Stack.js +1 -1
  141. package/dist/components/LineChart/LineChart.js +1 -1
  142. package/dist/components/LineChart/LineChart.module.css.js +1 -1
  143. package/dist/components/Link/Link.js +1 -1
  144. package/dist/components/Link/Link.module.css.js +1 -1
  145. package/dist/components/Listbox/Listbox.js +1 -1
  146. package/dist/components/Listbox/Listbox.module.css.js +1 -1
  147. package/dist/components/LocaleProvider/LocaleProvider.js +1 -1
  148. package/dist/components/Marker/Marker.js +1 -1
  149. package/dist/components/Marker/Marker.module.css.js +1 -1
  150. package/dist/components/MaskedField/MaskedField.js +1 -1
  151. package/dist/components/MaskedField/MaskedField.module.css.js +1 -1
  152. package/dist/components/Media/Media.js +1 -1
  153. package/dist/components/Media/Media.module.css.js +1 -1
  154. package/dist/components/Menu/Menu.js +1 -1
  155. package/dist/components/Menu/Menu.module.css.js +1 -1
  156. package/dist/components/Modal/Modal.js +1 -1
  157. package/dist/components/Modal/Modal.module.css.js +1 -1
  158. package/dist/components/Notification/Notification.js +1 -1
  159. package/dist/components/Notification/Notification.module.css.js +1 -1
  160. package/dist/components/Notification/toast.js +1 -1
  161. package/dist/components/NumberField/NumberField.js +1 -1
  162. package/dist/components/NumberField/NumberField.module.css.js +1 -1
  163. package/dist/components/Overflow/Overflow.js +1 -1
  164. package/dist/components/Overflow/Overflow.module.css.js +1 -1
  165. package/dist/components/Overflow/OverflowActionsMode.js +1 -1
  166. package/dist/components/Overflow/OverflowMeasure.js +1 -1
  167. package/dist/components/Overflow/OverflowMore.js +1 -0
  168. package/dist/components/Overlay/Overlay.Dismiss.js +1 -1
  169. package/dist/components/Overlay/Overlay.Positioner.js +1 -1
  170. package/dist/components/Overlay/Overlay.js +1 -1
  171. package/dist/components/Overlay/Overlay.module.css.js +1 -1
  172. package/dist/components/Overlay/Overlay.types.js +1 -1
  173. package/dist/components/Pagination/Pagination.js +1 -1
  174. package/dist/components/Pagination/Pagination.module.css.js +1 -1
  175. package/dist/components/PasswordField/PasswordField.js +1 -1
  176. package/dist/components/PasswordField/PasswordField.module.css.js +1 -1
  177. package/dist/components/PinInput/PinInput.js +1 -1
  178. package/dist/components/PinInput/PinInput.module.css.js +1 -1
  179. package/dist/components/Popover/Popover.js +1 -1
  180. package/dist/components/Popover/Popover.module.css.js +1 -1
  181. package/dist/components/Progress/Progress.js +1 -1
  182. package/dist/components/Progress/Progress.module.css.js +1 -1
  183. package/dist/components/PullToRefresh/PullToRefresh.js +1 -1
  184. package/dist/components/PullToRefresh/PullToRefresh.module.css.js +1 -1
  185. package/dist/components/Radio/Radio.js +1 -1
  186. package/dist/components/Radio/Radio.module.css.js +1 -0
  187. package/dist/components/Rating/Rating.js +1 -1
  188. package/dist/components/Rating/Rating.module.css.js +1 -1
  189. package/dist/components/RelativeTime/RelativeTime.js +1 -1
  190. package/dist/components/SafeArea/SafeArea.module.css.js +1 -1
  191. package/dist/components/ScrollArea/ScrollArea.js +1 -1
  192. package/dist/components/ScrollArea/ScrollArea.module.css.js +1 -1
  193. package/dist/components/SearchField/SearchField.js +1 -1
  194. package/dist/components/SegmentedControl/SegmentedControl.js +1 -1
  195. package/dist/components/Select/Select.js +1 -1
  196. package/dist/components/Select/Select.module.css.js +1 -1
  197. package/dist/components/SelectionGroup/SelectionGroup.js +1 -1
  198. package/dist/components/Separator/Separator.js +1 -1
  199. package/dist/components/Separator/Separator.module.css.js +1 -1
  200. package/dist/components/Sheet/Sheet.js +1 -1
  201. package/dist/components/Sheet/Sheet.module.css.js +1 -1
  202. package/dist/components/Sidebar/Sidebar.js +1 -1
  203. package/dist/components/Sidebar/Sidebar.module.css.js +1 -1
  204. package/dist/components/Skeleton/Skeleton.js +1 -1
  205. package/dist/components/Skeleton/Skeleton.module.css.js +1 -1
  206. package/dist/components/SkipLink/SkipLink.module.css.js +1 -1
  207. package/dist/components/Slider/Slider.js +1 -1
  208. package/dist/components/Slider/Slider.module.css.js +1 -1
  209. package/dist/components/SortableList/SortableList.js +1 -1
  210. package/dist/components/SortableList/SortableList.module.css.js +1 -1
  211. package/dist/components/Spinner/Spinner.js +1 -1
  212. package/dist/components/Spinner/Spinner.module.css.js +1 -1
  213. package/dist/components/StatBadge/StatBadge.js +1 -1
  214. package/dist/components/StatBadge/StatBadge.module.css.js +1 -1
  215. package/dist/components/Steps/Steps.js +1 -1
  216. package/dist/components/Steps/Steps.module.css.js +1 -1
  217. package/dist/components/SuggestField/SuggestField.js +1 -1
  218. package/dist/components/SuggestField/useSuggestInput.js +1 -0
  219. package/dist/components/SwipeToAction/SwipeToAction.js +1 -1
  220. package/dist/components/SwipeToAction/SwipeToAction.module.css.js +1 -1
  221. package/dist/components/Switch/Switch.js +1 -1
  222. package/dist/components/Switch/Switch.module.css.js +1 -1
  223. package/dist/components/Table/Table.js +1 -1
  224. package/dist/components/Table/Table.module.css.js +1 -1
  225. package/dist/components/Table/TableRow.js +1 -1
  226. package/dist/components/Table/TableView.js +1 -1
  227. package/dist/components/Tabs/Tabs.js +1 -1
  228. package/dist/components/Tabs/Tabs.module.css.js +1 -1
  229. package/dist/components/Text/Text.js +1 -1
  230. package/dist/components/Text/Text.module.css.js +1 -1
  231. package/dist/components/TextField/TextField.js +1 -1
  232. package/dist/components/TextareaField/TextareaField.js +1 -1
  233. package/dist/components/ThemeProvider/ThemeProvider.module.css.js +1 -1
  234. package/dist/components/TimePicker/TimePicker.js +1 -1
  235. package/dist/components/TimePicker/TimePicker.module.css.js +1 -1
  236. package/dist/components/Timeline/Timeline.js +1 -1
  237. package/dist/components/Timeline/Timeline.module.css.js +1 -1
  238. package/dist/components/Title/Title.js +1 -1
  239. package/dist/components/Title/Title.module.css.js +1 -1
  240. package/dist/components/Tooltip/Tooltip.js +1 -1
  241. package/dist/components/Tooltip/Tooltip.module.css.js +1 -1
  242. package/dist/components/UploadZone/UploadZone.js +1 -1
  243. package/dist/components/UploadZone/UploadZone.module.css.js +1 -1
  244. package/dist/components/VirtualList/VirtualList.js +1 -1
  245. package/dist/components/VirtualList/VirtualList.module.css.js +1 -1
  246. package/dist/components/VirtualList/VirtualList.utils.js +1 -1
  247. package/dist/components/VisuallyHidden/VisuallyHidden.js +1 -1
  248. package/dist/entries/hooks.js +1 -1
  249. package/dist/entries/icons.js +1 -1
  250. package/dist/entries/utils.js +1 -1
  251. package/dist/hooks/useAutoResize.js +1 -0
  252. package/dist/hooks/useDigitMask.js +1 -0
  253. package/dist/hooks/useFallbackId.js +1 -0
  254. package/dist/hooks/useFieldControl.js +1 -0
  255. package/dist/hooks/useFileDrop.js +1 -0
  256. package/dist/hooks/useNow.js +1 -0
  257. package/dist/hooks/useOtpInputs.js +1 -0
  258. package/dist/hooks/useOverflowEdges.js +1 -0
  259. package/dist/hooks/usePresence.js +1 -0
  260. package/dist/hooks/useRequiredContext.js +1 -0
  261. package/dist/hooks/useRovingList.js +1 -0
  262. package/dist/hooks/useScrollFocusedChildIntoView.js +1 -0
  263. package/dist/hooks/useTrackThumb.js +1 -0
  264. package/dist/icons/createIcon.js +1 -0
  265. package/dist/icons/icons/IconAlarm.js +1 -10
  266. package/dist/icons/icons/IconAlignCenter.js +1 -3
  267. package/dist/icons/icons/IconAlignJustify.js +1 -3
  268. package/dist/icons/icons/IconAlignLeft.js +1 -3
  269. package/dist/icons/icons/IconAlignRight.js +1 -3
  270. package/dist/icons/icons/IconAnchor.js +1 -5
  271. package/dist/icons/icons/IconArchive.js +1 -5
  272. package/dist/icons/icons/IconArrowDown.js +1 -3
  273. package/dist/icons/icons/IconArrowLeft.js +1 -3
  274. package/dist/icons/icons/IconArrowRight.js +1 -3
  275. package/dist/icons/icons/IconArrowThinDown.js +1 -3
  276. package/dist/icons/icons/IconArrowThinLeft.js +1 -2
  277. package/dist/icons/icons/IconArrowThinRight.js +1 -3
  278. package/dist/icons/icons/IconArrowThinUp.js +1 -2
  279. package/dist/icons/icons/IconArrowUp.js +1 -3
  280. package/dist/icons/icons/IconArticle.js +1 -4
  281. package/dist/icons/icons/IconBackspace.js +1 -3
  282. package/dist/icons/icons/IconBasket.js +1 -4
  283. package/dist/icons/icons/IconBasketball.js +1 -7
  284. package/dist/icons/icons/IconBatteryEmpty.js +1 -2
  285. package/dist/icons/icons/IconBatteryFull.js +1 -4
  286. package/dist/icons/icons/IconBatteryLow.js +1 -3
  287. package/dist/icons/icons/IconBatteryMedium.js +1 -3
  288. package/dist/icons/icons/IconBell.js +1 -8
  289. package/dist/icons/icons/IconBlog.js +1 -4
  290. package/dist/icons/icons/IconBluetooth.js +1 -4
  291. package/dist/icons/icons/IconBold.js +1 -3
  292. package/dist/icons/icons/IconBookmark.js +1 -3
  293. package/dist/icons/icons/IconBookmarks.js +1 -4
  294. package/dist/icons/icons/IconBox.js +1 -5
  295. package/dist/icons/icons/IconBriefcase.js +1 -4
  296. package/dist/icons/icons/IconBrightnessLow.js +1 -10
  297. package/dist/icons/icons/IconBrightnessMax.js +1 -9
  298. package/dist/icons/icons/IconBrightnessMedium.js +1 -9
  299. package/dist/icons/icons/IconBroadcast.js +1 -10
  300. package/dist/icons/icons/IconBrowser.js +1 -2
  301. package/dist/icons/icons/IconBrowserUpload.js +1 -5
  302. package/dist/icons/icons/IconBrush.js +1 -7
  303. package/dist/icons/icons/IconCalendar.js +1 -4
  304. package/dist/icons/icons/IconCamcorder.js +1 -3
  305. package/dist/icons/icons/IconCamera.js +1 -8
  306. package/dist/icons/icons/IconCard.js +1 -3
  307. package/dist/icons/icons/IconCart.js +1 -6
  308. package/dist/icons/icons/IconChecklist.js +1 -6
  309. package/dist/icons/icons/IconCheckmark.js +1 -2
  310. package/dist/icons/icons/IconChevronDown.js +1 -2
  311. package/dist/icons/icons/IconChevronLeft.js +1 -2
  312. package/dist/icons/icons/IconChevronRight.js +1 -2
  313. package/dist/icons/icons/IconChevronUp.js +1 -2
  314. package/dist/icons/icons/IconClipboard.js +1 -4
  315. package/dist/icons/icons/IconClock.js +1 -3
  316. package/dist/icons/icons/IconClockwise.js +1 -4
  317. package/dist/icons/icons/IconCloud.js +1 -6
  318. package/dist/icons/icons/IconCloudDownload.js +1 -9
  319. package/dist/icons/icons/IconCloudUpload.js +1 -9
  320. package/dist/icons/icons/IconCode.js +1 -4
  321. package/dist/icons/icons/IconContract.js +1 -8
  322. package/dist/icons/icons/IconContract2.js +1 -4
  323. package/dist/icons/icons/IconConversation.js +1 -7
  324. package/dist/icons/icons/IconCopy.js +1 -5
  325. package/dist/icons/icons/IconCrop.js +1 -6
  326. package/dist/icons/icons/IconCross.js +1 -3
  327. package/dist/icons/icons/IconCrosshair.js +1 -4
  328. package/dist/icons/icons/IconCutlery.js +1 -7
  329. package/dist/icons/icons/IconDeviceDesktop.js +1 -4
  330. package/dist/icons/icons/IconDeviceMobile.js +1 -3
  331. package/dist/icons/icons/IconDeviceTablet.js +1 -3
  332. package/dist/icons/icons/IconDirection.js +1 -3
  333. package/dist/icons/icons/IconDisc.js +1 -8
  334. package/dist/icons/icons/IconDocument.js +1 -5
  335. package/dist/icons/icons/IconDocumentDelete.js +1 -5
  336. package/dist/icons/icons/IconDocumentEdit.js +1 -4
  337. package/dist/icons/icons/IconDocumentNew.js +1 -2
  338. package/dist/icons/icons/IconDocumentRemove.js +1 -3
  339. package/dist/icons/icons/IconDot.js +1 -2
  340. package/dist/icons/icons/IconDots2.js +1 -4
  341. package/dist/icons/icons/IconDots3.js +1 -5
  342. package/dist/icons/icons/IconDownload.js +1 -3
  343. package/dist/icons/icons/IconDragHandle.js +1 -1
  344. package/dist/icons/icons/IconDuplicate.js +1 -3
  345. package/dist/icons/icons/IconEnter.js +1 -4
  346. package/dist/icons/icons/IconExit.js +1 -4
  347. package/dist/icons/icons/IconExpand.js +1 -8
  348. package/dist/icons/icons/IconExpand2.js +1 -4
  349. package/dist/icons/icons/IconExperiment.js +1 -7
  350. package/dist/icons/icons/IconExport.js +1 -6
  351. package/dist/icons/icons/IconFeed.js +1 -6
  352. package/dist/icons/icons/IconFlag.js +1 -6
  353. package/dist/icons/icons/IconFlashlight.js +1 -4
  354. package/dist/icons/icons/IconFolder.js +1 -2
  355. package/dist/icons/icons/IconFolderOpen.js +1 -3
  356. package/dist/icons/icons/IconForward.js +1 -5
  357. package/dist/icons/icons/IconGaming.js +1 -14
  358. package/dist/icons/icons/IconGear.js +1 -21
  359. package/dist/icons/icons/IconGraduation.js +1 -6
  360. package/dist/icons/icons/IconGraphBar.js +1 -3
  361. package/dist/icons/icons/IconGraphLine.js +1 -4
  362. package/dist/icons/icons/IconGraphPie.js +1 -4
  363. package/dist/icons/icons/IconHeadset.js +1 -8
  364. package/dist/icons/icons/IconHeart.js +1 -8
  365. package/dist/icons/icons/IconHelp.js +1 -12
  366. package/dist/icons/icons/IconHome.js +1 -4
  367. package/dist/icons/icons/IconHourglass.js +1 -6
  368. package/dist/icons/icons/IconInbox.js +1 -6
  369. package/dist/icons/icons/IconInformation.js +1 -6
  370. package/dist/icons/icons/IconItalic.js +1 -3
  371. package/dist/icons/icons/IconJewel.js +1 -4
  372. package/dist/icons/icons/IconLifting.js +1 -3
  373. package/dist/icons/icons/IconLightbulb.js +1 -7
  374. package/dist/icons/icons/IconLink.js +1 -6
  375. package/dist/icons/icons/IconLinkBroken.js +1 -8
  376. package/dist/icons/icons/IconList.js +1 -7
  377. package/dist/icons/icons/IconLoading.js +1 -12
  378. package/dist/icons/icons/IconLocation.js +1 -5
  379. package/dist/icons/icons/IconLock.js +1 -2
  380. package/dist/icons/icons/IconLockOpen.js +1 -3
  381. package/dist/icons/icons/IconMail.js +1 -9
  382. package/dist/icons/icons/IconMap.js +1 -8
  383. package/dist/icons/icons/IconMediaLoop.js +1 -3
  384. package/dist/icons/icons/IconMediaNext.js +1 -3
  385. package/dist/icons/icons/IconMediaPause.js +1 -2
  386. package/dist/icons/icons/IconMediaPlay.js +1 -2
  387. package/dist/icons/icons/IconMediaPrevious.js +1 -3
  388. package/dist/icons/icons/IconMediaRecord.js +1 -3
  389. package/dist/icons/icons/IconMediaShuffle.js +1 -8
  390. package/dist/icons/icons/IconMediaStop.js +1 -2
  391. package/dist/icons/icons/IconMedical.js +1 -4
  392. package/dist/icons/icons/IconMenu.js +1 -3
  393. package/dist/icons/icons/IconMessage.js +1 -5
  394. package/dist/icons/icons/IconMeter.js +1 -5
  395. package/dist/icons/icons/IconMicrophone.js +1 -8
  396. package/dist/icons/icons/IconMinus.js +1 -1
  397. package/dist/icons/icons/IconMonitor.js +1 -2
  398. package/dist/icons/icons/IconMove.js +1 -7
  399. package/dist/icons/icons/IconMusic.js +1 -8
  400. package/dist/icons/icons/IconNetwork1.js +1 -6
  401. package/dist/icons/icons/IconNetwork2.js +1 -6
  402. package/dist/icons/icons/IconNetwork3.js +1 -8
  403. package/dist/icons/icons/IconNetwork4.js +1 -7
  404. package/dist/icons/icons/IconNetwork5.js +1 -4
  405. package/dist/icons/icons/IconPamphlet.js +1 -6
  406. package/dist/icons/icons/IconPaperclip.js +1 -5
  407. package/dist/icons/icons/IconPencil.js +1 -4
  408. package/dist/icons/icons/IconPhone.js +1 -7
  409. package/dist/icons/icons/IconPhoto.js +1 -4
  410. package/dist/icons/icons/IconPhotoGroup.js +1 -6
  411. package/dist/icons/icons/IconPill.js +1 -8
  412. package/dist/icons/icons/IconPin.js +1 -8
  413. package/dist/icons/icons/IconPlus.js +1 -2
  414. package/dist/icons/icons/IconPower.js +1 -4
  415. package/dist/icons/icons/IconPreview.js +1 -8
  416. package/dist/icons/icons/IconPreviewOff.js +1 -8
  417. package/dist/icons/icons/IconPrint.js +1 -5
  418. package/dist/icons/icons/IconPulse.js +1 -4
  419. package/dist/icons/icons/IconQuestion.js +1 -6
  420. package/dist/icons/icons/IconReply.js +1 -4
  421. package/dist/icons/icons/IconReplyAll.js +1 -6
  422. package/dist/icons/icons/IconReturn.js +1 -3
  423. package/dist/icons/icons/IconRetweet.js +1 -5
  424. package/dist/icons/icons/IconRocket.js +1 -11
  425. package/dist/icons/icons/IconScale.js +1 -6
  426. package/dist/icons/icons/IconSearch.js +1 -6
  427. package/dist/icons/icons/IconShoppingBag.js +1 -3
  428. package/dist/icons/icons/IconSkip.js +1 -5
  429. package/dist/icons/icons/IconStack.js +1 -5
  430. package/dist/icons/icons/IconStar.js +1 -5
  431. package/dist/icons/icons/IconStopwatch.js +1 -6
  432. package/dist/icons/icons/IconStore.js +1 -6
  433. package/dist/icons/icons/IconSuitcase.js +1 -3
  434. package/dist/icons/icons/IconSwap.js +1 -5
  435. package/dist/icons/icons/IconTag.js +1 -4
  436. package/dist/icons/icons/IconTagDelete.js +1 -5
  437. package/dist/icons/icons/IconTags.js +1 -7
  438. package/dist/icons/icons/IconThumbsDown.js +1 -7
  439. package/dist/icons/icons/IconThumbsUp.js +1 -7
  440. package/dist/icons/icons/IconTicket.js +1 -8
  441. package/dist/icons/icons/IconTimeReverse.js +1 -5
  442. package/dist/icons/icons/IconToDo.js +1 -5
  443. package/dist/icons/icons/IconToggles.js +1 -9
  444. package/dist/icons/icons/IconTrash.js +1 -6
  445. package/dist/icons/icons/IconTrophy.js +1 -7
  446. package/dist/icons/icons/IconUpload.js +1 -4
  447. package/dist/icons/icons/IconUser.js +1 -5
  448. package/dist/icons/icons/IconUserGroup.js +1 -9
  449. package/dist/icons/icons/IconUserId.js +1 -7
  450. package/dist/icons/icons/IconVibrate.js +1 -7
  451. package/dist/icons/icons/IconViewApps.js +1 -14
  452. package/dist/icons/icons/IconViewList.js +1 -5
  453. package/dist/icons/icons/IconViewListLarge.js +1 -6
  454. package/dist/icons/icons/IconViewThumb.js +1 -6
  455. package/dist/icons/icons/IconVolumeFull.js +1 -8
  456. package/dist/icons/icons/IconVolumeLow.js +1 -5
  457. package/dist/icons/icons/IconVolumeMedium.js +1 -6
  458. package/dist/icons/icons/IconVolumeOff.js +1 -6
  459. package/dist/icons/icons/IconWallet.js +1 -5
  460. package/dist/icons/icons/IconWarning.js +1 -4
  461. package/dist/icons/icons/IconWeb.js +1 -12
  462. package/dist/icons/icons/IconWeight.js +1 -3
  463. package/dist/icons/icons/IconWifi.js +1 -7
  464. package/dist/icons/icons/IconWrong.js +1 -3
  465. package/dist/icons/icons/IconZoomIn.js +1 -5
  466. package/dist/icons/icons/IconZoomOut.js +1 -4
  467. package/dist/index.js +1 -1
  468. package/dist/locales/en.js +1 -1
  469. package/dist/locales/localeContext.js +1 -1
  470. package/dist/locales/messages.js +1 -0
  471. package/dist/locales/ru.js +1 -1
  472. package/dist/locales/translate.js +1 -1
  473. package/dist/styles/ControlTrack.module.css.js +1 -1
  474. package/dist/styles/MediaItem.module.css.js +1 -1
  475. package/dist/styles/calendarChrome.module.css.js +1 -0
  476. package/dist/styles/chartSeries.module.css.js +1 -0
  477. package/dist/styles/fieldMessage.module.css.js +1 -0
  478. package/dist/styles/flexChild.module.css.js +1 -0
  479. package/dist/styles/overlayClose.module.css.js +1 -0
  480. package/dist/styles/scroll.module.css.js +1 -0
  481. package/dist/styles/srOnly.module.css.js +1 -0
  482. package/dist/styles/status.module.css.js +1 -0
  483. package/dist/styles/textLink.module.css.js +1 -0
  484. package/dist/styles/toggleBox.module.css.js +1 -0
  485. package/dist/styles/toggleGroup.module.css.js +1 -0
  486. package/dist/styles/type.module.css.js +1 -0
  487. package/dist/styles/unstyledControl.module.css.js +1 -0
  488. package/dist/utils/a11y.js +1 -1
  489. package/dist/utils/clamp.js +1 -0
  490. package/dist/utils/commitMaskedValue.js +1 -0
  491. package/dist/utils/fieldPlaceholder.js +1 -0
  492. package/dist/utils/formatBytes.js +1 -0
  493. package/dist/utils/implicitAs.js +1 -0
  494. package/dist/utils/injectCss.js +1 -0
  495. package/dist/utils/keyboardShortcut.js +1 -1
  496. package/dist/utils/keyboardShortcut.match.js +1 -0
  497. package/dist/utils/liveStatus.js +1 -0
  498. package/dist/utils/overlayPurpose.js +1 -1
  499. package/dist/utils/preventWhen.js +1 -0
  500. package/dist/utils/renderChildren.js +1 -1
  501. package/dist/utils/slot.js +1 -1
  502. package/dist/utils/toggleSet.js +1 -0
  503. package/dist/utils/visitElementTree.js +1 -0
  504. package/docs/COMPONENTS.md +48 -56
  505. package/docs/ICONS.md +1 -1
  506. package/docs/LAYOUT.md +3 -3
  507. package/docs/THEMING.md +15 -17
  508. package/package.json +1 -1
  509. package/types/entries/hooks.d.ts +8 -230
  510. package/types/entries/icons.d.ts +209 -1415
  511. package/types/entries/utils.d.ts +20 -364
  512. package/types/index.d.ts +470 -3707
  513. package/dist/base/ChartBase/ChartBase.utils.js +0 -1
  514. package/dist/components/Button/Button.module.css.js +0 -1
  515. package/dist/components/ButtonIcon/ButtonIcon.module.css.js +0 -1
  516. package/dist/components/Calendar/calendar.schedule.js +0 -1
  517. package/dist/components/CalendarBoard/CalendarBoard.EventBar.js +0 -1
  518. package/dist/components/CalendarBoard/CalendarBoard.EventBar.module.css.js +0 -1
  519. package/dist/components/CalendarBoard/CalendarBoard.TimedEvent.js +0 -1
  520. package/dist/components/CalendarBoard/CalendarBoard.TimedEvent.module.css.js +0 -1
  521. package/dist/components/ConfirmDialog/ConfirmDialog.module.css.js +0 -1
  522. package/dist/components/FormMessage/FormMessage.module.css.js +0 -1
  523. package/dist/components/Layout/Layout.types.js +0 -1
  524. package/dist/components/Layout/flexPrimitives.module.css.js +0 -1
  525. package/dist/components/Layout/layoutClasses.js +0 -1
  526. package/dist/components/Overlay/Overlay.Focus.js +0 -1
  527. package/dist/components/Overlay/Overlay.Root.js +0 -1
  528. package/dist/components/SearchField/SearchField.module.css.js +0 -1
  529. package/dist/components/SegmentedControl/SegmentedControl.module.css.js +0 -1
  530. package/dist/components/SelectionGroup/SelectionGroup.module.css.js +0 -1
  531. package/dist/components/SuggestField/SuggestField.module.css.js +0 -1
  532. package/dist/components/Table/Table.slots.js +0 -1
  533. package/dist/components/Table/TableContext.js +0 -1
  534. package/dist/components/TextField/TextField.module.css.js +0 -1
  535. package/dist/components/TextareaField/TextareaField.module.css.js +0 -1
  536. package/dist/components/VirtualList/VirtualListInner.js +0 -1
  537. package/dist/components/VirtualList/VirtualListItemCell.js +0 -1
  538. package/dist/components/VisuallyHidden/VisuallyHidden.module.css.js +0 -1
@@ -1,1621 +1,415 @@
1
- import React from 'react';
1
+ import * as react from 'react';
2
+ import { SVGProps, FC } from 'react';
2
3
 
3
- interface IconProps$39 extends React.SVGProps<SVGSVGElement> {
4
- /** Размер в px (или любой css‑единица) */
4
+ interface IconProps extends SVGProps<SVGSVGElement> {
5
5
  size?: number | string;
6
- /** Цвет заливки */
7
6
  color?: string;
8
7
  }
9
- declare const IconAlarm: React.FC<IconProps$39>;
8
+ declare function createIcon(d: string | readonly string[]): FC<IconProps>;
10
9
 
11
- interface IconProps$38 extends React.SVGProps<SVGSVGElement> {
12
- /** Размер в px (или любой css‑единица) */
13
- size?: number | string;
14
- /** Цвет заливки */
15
- color?: string;
16
- }
17
- declare const IconAlignCenter: React.FC<IconProps$38>;
10
+ declare const IconAlarm: react.FC<IconProps>;
18
11
 
19
- interface IconProps$37 extends React.SVGProps<SVGSVGElement> {
20
- /** Размер в px (или любой css‑единица) */
21
- size?: number | string;
22
- /** Цвет заливки */
23
- color?: string;
24
- }
25
- declare const IconAlignJustify: React.FC<IconProps$37>;
12
+ declare const IconAlignCenter: react.FC<IconProps>;
26
13
 
27
- interface IconProps$36 extends React.SVGProps<SVGSVGElement> {
28
- /** Размер в px (или любой css‑единица) */
29
- size?: number | string;
30
- /** Цвет заливки */
31
- color?: string;
32
- }
33
- declare const IconAlignLeft: React.FC<IconProps$36>;
14
+ declare const IconAlignJustify: react.FC<IconProps>;
34
15
 
35
- interface IconProps$35 extends React.SVGProps<SVGSVGElement> {
36
- /** Размер в px (или любой css‑единица) */
37
- size?: number | string;
38
- /** Цвет заливки */
39
- color?: string;
40
- }
41
- declare const IconAlignRight: React.FC<IconProps$35>;
16
+ declare const IconAlignLeft: react.FC<IconProps>;
42
17
 
43
- interface IconProps$34 extends React.SVGProps<SVGSVGElement> {
44
- /** Размер в px (или любой css‑единица) */
45
- size?: number | string;
46
- /** Цвет заливки */
47
- color?: string;
48
- }
49
- declare const IconAnchor: React.FC<IconProps$34>;
18
+ declare const IconAlignRight: react.FC<IconProps>;
50
19
 
51
- interface IconProps$33 extends React.SVGProps<SVGSVGElement> {
52
- /** Размер в px (или любой css‑единица) */
53
- size?: number | string;
54
- /** Цвет заливки */
55
- color?: string;
56
- }
57
- declare const IconArchive: React.FC<IconProps$33>;
20
+ declare const IconAnchor: react.FC<IconProps>;
58
21
 
59
- interface IconProps$32 extends React.SVGProps<SVGSVGElement> {
60
- /** Размер в px (или любой css‑единица) */
61
- size?: number | string;
62
- /** Цвет заливки */
63
- color?: string;
64
- }
65
- declare const IconArrowDown: React.FC<IconProps$32>;
22
+ declare const IconArchive: react.FC<IconProps>;
66
23
 
67
- interface IconProps$31 extends React.SVGProps<SVGSVGElement> {
68
- /** Размер в px (или любой css‑единица) */
69
- size?: number | string;
70
- /** Цвет заливки */
71
- color?: string;
72
- }
73
- declare const IconArrowLeft: React.FC<IconProps$31>;
24
+ declare const IconArrowDown: react.FC<IconProps>;
74
25
 
75
- interface IconProps$30 extends React.SVGProps<SVGSVGElement> {
76
- /** Размер в px (или любой css‑единица) */
77
- size?: number | string;
78
- /** Цвет заливки */
79
- color?: string;
80
- }
81
- declare const IconArrowRight: React.FC<IconProps$30>;
26
+ declare const IconArrowLeft: react.FC<IconProps>;
82
27
 
83
- interface IconProps$2$ extends React.SVGProps<SVGSVGElement> {
84
- /** Размер в px (или любой css‑единица) */
85
- size?: number | string;
86
- /** Цвет заливки */
87
- color?: string;
88
- }
89
- declare const IconArrowThinDown: React.FC<IconProps$2$>;
28
+ declare const IconArrowRight: react.FC<IconProps>;
90
29
 
91
- interface IconProps$2_ extends React.SVGProps<SVGSVGElement> {
92
- /** Размер в px (или любой css‑единица) */
93
- size?: number | string;
94
- /** Цвет заливки */
95
- color?: string;
96
- }
97
- declare const IconArrowThinLeft: React.FC<IconProps$2_>;
30
+ declare const IconArrowThinDown: react.FC<IconProps>;
98
31
 
99
- interface IconProps$2Z extends React.SVGProps<SVGSVGElement> {
100
- /** Размер в px (или любой css‑единица) */
101
- size?: number | string;
102
- /** Цвет заливки */
103
- color?: string;
104
- }
105
- declare const IconArrowThinRight: React.FC<IconProps$2Z>;
32
+ declare const IconArrowThinLeft: react.FC<IconProps>;
106
33
 
107
- interface IconProps$2Y extends React.SVGProps<SVGSVGElement> {
108
- /** Размер в px (или любой css‑единица) */
109
- size?: number | string;
110
- /** Цвет заливки */
111
- color?: string;
112
- }
113
- declare const IconArrowThinUp: React.FC<IconProps$2Y>;
34
+ declare const IconArrowThinRight: react.FC<IconProps>;
114
35
 
115
- interface IconProps$2X extends React.SVGProps<SVGSVGElement> {
116
- /** Размер в px (или любой css‑единица) */
117
- size?: number | string;
118
- /** Цвет заливки */
119
- color?: string;
120
- }
121
- declare const IconArrowUp: React.FC<IconProps$2X>;
36
+ declare const IconArrowThinUp: react.FC<IconProps>;
122
37
 
123
- interface IconProps$2W extends React.SVGProps<SVGSVGElement> {
124
- /** Размер в px (или любой css‑единица) */
125
- size?: number | string;
126
- /** Цвет заливки */
127
- color?: string;
128
- }
129
- declare const IconArticle: React.FC<IconProps$2W>;
38
+ declare const IconArrowUp: react.FC<IconProps>;
130
39
 
131
- interface IconProps$2V extends React.SVGProps<SVGSVGElement> {
132
- /** Размер в px (или любой css‑единица) */
133
- size?: number | string;
134
- /** Цвет заливки */
135
- color?: string;
136
- }
137
- declare const IconBackspace: React.FC<IconProps$2V>;
40
+ declare const IconArticle: react.FC<IconProps>;
138
41
 
139
- interface IconProps$2U extends React.SVGProps<SVGSVGElement> {
140
- /** Размер в px (или любой css‑единица) */
141
- size?: number | string;
142
- /** Цвет заливки */
143
- color?: string;
144
- }
145
- declare const IconBasket: React.FC<IconProps$2U>;
42
+ declare const IconBackspace: react.FC<IconProps>;
146
43
 
147
- interface IconProps$2T extends React.SVGProps<SVGSVGElement> {
148
- /** Размер в px (или любой css‑единица) */
149
- size?: number | string;
150
- /** Цвет заливки */
151
- color?: string;
152
- }
153
- declare const IconBasketball: React.FC<IconProps$2T>;
44
+ declare const IconBasket: react.FC<IconProps>;
154
45
 
155
- interface IconProps$2S extends React.SVGProps<SVGSVGElement> {
156
- /** Размер в px (или любой css‑единица) */
157
- size?: number | string;
158
- /** Цвет заливки */
159
- color?: string;
160
- }
161
- declare const IconBatteryEmpty: React.FC<IconProps$2S>;
46
+ declare const IconBasketball: react.FC<IconProps>;
162
47
 
163
- interface IconProps$2R extends React.SVGProps<SVGSVGElement> {
164
- /** Размер в px (или любой css‑единица) */
165
- size?: number | string;
166
- /** Цвет заливки */
167
- color?: string;
168
- }
169
- declare const IconBatteryFull: React.FC<IconProps$2R>;
48
+ declare const IconBatteryEmpty: react.FC<IconProps>;
170
49
 
171
- interface IconProps$2Q extends React.SVGProps<SVGSVGElement> {
172
- /** Размер в px (или любой css‑единица) */
173
- size?: number | string;
174
- /** Цвет заливки */
175
- color?: string;
176
- }
177
- declare const IconBatteryLow: React.FC<IconProps$2Q>;
50
+ declare const IconBatteryFull: react.FC<IconProps>;
178
51
 
179
- interface IconProps$2P extends React.SVGProps<SVGSVGElement> {
180
- /** Размер в px (или любой css‑единица) */
181
- size?: number | string;
182
- /** Цвет заливки */
183
- color?: string;
184
- }
185
- declare const IconBatteryMedium: React.FC<IconProps$2P>;
52
+ declare const IconBatteryLow: react.FC<IconProps>;
186
53
 
187
- interface IconProps$2O extends React.SVGProps<SVGSVGElement> {
188
- /** Размер в px (или любой css‑единица) */
189
- size?: number | string;
190
- /** Цвет заливки */
191
- color?: string;
192
- }
193
- declare const IconBell: React.FC<IconProps$2O>;
54
+ declare const IconBatteryMedium: react.FC<IconProps>;
194
55
 
195
- interface IconProps$2N extends React.SVGProps<SVGSVGElement> {
196
- /** Размер в px (или любой css‑единица) */
197
- size?: number | string;
198
- /** Цвет заливки */
199
- color?: string;
200
- }
201
- declare const IconBlog: React.FC<IconProps$2N>;
56
+ declare const IconBell: react.FC<IconProps>;
202
57
 
203
- interface IconProps$2M extends React.SVGProps<SVGSVGElement> {
204
- /** Размер в px (или любой css‑единица) */
205
- size?: number | string;
206
- /** Цвет заливки */
207
- color?: string;
208
- }
209
- declare const IconBluetooth: React.FC<IconProps$2M>;
58
+ declare const IconBlog: react.FC<IconProps>;
210
59
 
211
- interface IconProps$2L extends React.SVGProps<SVGSVGElement> {
212
- /** Размер в px (или любой css‑единица) */
213
- size?: number | string;
214
- /** Цвет заливки */
215
- color?: string;
216
- }
217
- declare const IconBold: React.FC<IconProps$2L>;
60
+ declare const IconBluetooth: react.FC<IconProps>;
218
61
 
219
- interface IconProps$2K extends React.SVGProps<SVGSVGElement> {
220
- /** Размер в px (или любой css‑единица) */
221
- size?: number | string;
222
- /** Цвет заливки */
223
- color?: string;
224
- }
225
- declare const IconBookmark: React.FC<IconProps$2K>;
62
+ declare const IconBold: react.FC<IconProps>;
226
63
 
227
- interface IconProps$2J extends React.SVGProps<SVGSVGElement> {
228
- /** Размер в px (или любой css‑единица) */
229
- size?: number | string;
230
- /** Цвет заливки */
231
- color?: string;
232
- }
233
- declare const IconBookmarks: React.FC<IconProps$2J>;
64
+ declare const IconBookmark: react.FC<IconProps>;
234
65
 
235
- interface IconProps$2I extends React.SVGProps<SVGSVGElement> {
236
- /** Размер в px (или любой css‑единица) */
237
- size?: number | string;
238
- /** Цвет заливки */
239
- color?: string;
240
- }
241
- declare const IconBox: React.FC<IconProps$2I>;
66
+ declare const IconBookmarks: react.FC<IconProps>;
242
67
 
243
- interface IconProps$2H extends React.SVGProps<SVGSVGElement> {
244
- /** Размер в px (или любой css‑единица) */
245
- size?: number | string;
246
- /** Цвет заливки */
247
- color?: string;
248
- }
249
- declare const IconBriefcase: React.FC<IconProps$2H>;
68
+ declare const IconBox: react.FC<IconProps>;
250
69
 
251
- interface IconProps$2G extends React.SVGProps<SVGSVGElement> {
252
- /** Размер в px (или любой css‑единица) */
253
- size?: number | string;
254
- /** Цвет заливки */
255
- color?: string;
256
- }
257
- declare const IconBrightnessLow: React.FC<IconProps$2G>;
70
+ declare const IconBriefcase: react.FC<IconProps>;
258
71
 
259
- interface IconProps$2F extends React.SVGProps<SVGSVGElement> {
260
- /** Размер в px (или любой css‑единица) */
261
- size?: number | string;
262
- /** Цвет заливки */
263
- color?: string;
264
- }
265
- declare const IconBrightnessMax: React.FC<IconProps$2F>;
72
+ declare const IconBrightnessLow: react.FC<IconProps>;
266
73
 
267
- interface IconProps$2E extends React.SVGProps<SVGSVGElement> {
268
- /** Размер в px (или любой css‑единица) */
269
- size?: number | string;
270
- /** Цвет заливки */
271
- color?: string;
272
- }
273
- declare const IconBrightnessMedium: React.FC<IconProps$2E>;
74
+ declare const IconBrightnessMax: react.FC<IconProps>;
274
75
 
275
- interface IconProps$2D extends React.SVGProps<SVGSVGElement> {
276
- /** Размер в px (или любой css‑единица) */
277
- size?: number | string;
278
- /** Цвет заливки */
279
- color?: string;
280
- }
281
- declare const IconBroadcast: React.FC<IconProps$2D>;
76
+ declare const IconBrightnessMedium: react.FC<IconProps>;
282
77
 
283
- interface IconProps$2C extends React.SVGProps<SVGSVGElement> {
284
- /** Размер в px (или любой css‑единица) */
285
- size?: number | string;
286
- /** Цвет заливки */
287
- color?: string;
288
- }
289
- declare const IconBrowserUpload: React.FC<IconProps$2C>;
78
+ declare const IconBroadcast: react.FC<IconProps>;
290
79
 
291
- interface IconProps$2B extends React.SVGProps<SVGSVGElement> {
292
- /** Размер в px (или любой css‑единица) */
293
- size?: number | string;
294
- /** Цвет заливки */
295
- color?: string;
296
- }
297
- declare const IconBrowser: React.FC<IconProps$2B>;
80
+ declare const IconBrowserUpload: react.FC<IconProps>;
298
81
 
299
- interface IconProps$2A extends React.SVGProps<SVGSVGElement> {
300
- /** Размер в px (или любой css‑единица) */
301
- size?: number | string;
302
- /** Цвет заливки */
303
- color?: string;
304
- }
305
- declare const IconBrush: React.FC<IconProps$2A>;
82
+ declare const IconBrowser: react.FC<IconProps>;
306
83
 
307
- interface IconProps$2z extends React.SVGProps<SVGSVGElement> {
308
- /** Размер в px (или любой css‑единица) */
309
- size?: number | string;
310
- /** Цвет заливки */
311
- color?: string;
312
- }
313
- declare const IconCalendar: React.FC<IconProps$2z>;
84
+ declare const IconBrush: react.FC<IconProps>;
314
85
 
315
- interface IconProps$2y extends React.SVGProps<SVGSVGElement> {
316
- /** Размер в px (или любой css‑единица) */
317
- size?: number | string;
318
- /** Цвет заливки */
319
- color?: string;
320
- }
321
- declare const IconCamcorder: React.FC<IconProps$2y>;
86
+ declare const IconCalendar: react.FC<IconProps>;
322
87
 
323
- interface IconProps$2x extends React.SVGProps<SVGSVGElement> {
324
- /** Размер в px (или любой css‑единица) */
325
- size?: number | string;
326
- /** Цвет заливки */
327
- color?: string;
328
- }
329
- declare const IconCamera: React.FC<IconProps$2x>;
88
+ declare const IconCamcorder: react.FC<IconProps>;
330
89
 
331
- interface IconProps$2w extends React.SVGProps<SVGSVGElement> {
332
- /** Размер в px (или любой css‑единица) */
333
- size?: number | string;
334
- /** Цвет заливки */
335
- color?: string;
336
- }
337
- declare const IconCard: React.FC<IconProps$2w>;
90
+ declare const IconCamera: react.FC<IconProps>;
338
91
 
339
- interface IconProps$2v extends React.SVGProps<SVGSVGElement> {
340
- /** Размер в px (или любой css‑единица) */
341
- size?: number | string;
342
- /** Цвет заливки */
343
- color?: string;
344
- }
345
- declare const IconCart: React.FC<IconProps$2v>;
92
+ declare const IconCard: react.FC<IconProps>;
346
93
 
347
- interface IconProps$2u extends React.SVGProps<SVGSVGElement> {
348
- /** Размер в px (или любой css‑единица) */
349
- size?: number | string;
350
- /** Цвет заливки */
351
- color?: string;
352
- }
353
- declare const IconChecklist: React.FC<IconProps$2u>;
94
+ declare const IconCart: react.FC<IconProps>;
354
95
 
355
- interface IconProps$2t extends React.SVGProps<SVGSVGElement> {
356
- /** Размер в px (или любой css‑единица) */
357
- size?: number | string;
358
- /** Цвет заливки */
359
- color?: string;
360
- }
361
- declare const IconCheckmark: React.FC<IconProps$2t>;
96
+ declare const IconChecklist: react.FC<IconProps>;
362
97
 
363
- interface IconProps$2s extends React.SVGProps<SVGSVGElement> {
364
- /** Размер в px (или любой css‑единица) */
365
- size?: number | string;
366
- /** Цвет заливки */
367
- color?: string;
368
- }
369
- declare const IconChevronDown: React.FC<IconProps$2s>;
98
+ declare const IconCheckmark: react.FC<IconProps>;
370
99
 
371
- interface IconProps$2r extends React.SVGProps<SVGSVGElement> {
372
- /** Размер в px (или любой css‑единица) */
373
- size?: number | string;
374
- /** Цвет заливки */
375
- color?: string;
376
- }
377
- declare const IconChevronLeft: React.FC<IconProps$2r>;
100
+ declare const IconChevronDown: react.FC<IconProps>;
378
101
 
379
- interface IconProps$2q extends React.SVGProps<SVGSVGElement> {
380
- /** Размер в px (или любой css‑единица) */
381
- size?: number | string;
382
- /** Цвет заливки */
383
- color?: string;
384
- }
385
- declare const IconChevronRight: React.FC<IconProps$2q>;
102
+ declare const IconChevronLeft: react.FC<IconProps>;
386
103
 
387
- interface IconProps$2p extends React.SVGProps<SVGSVGElement> {
388
- /** Размер в px (или любой css‑единица) */
389
- size?: number | string;
390
- /** Цвет заливки */
391
- color?: string;
392
- }
393
- declare const IconChevronUp: React.FC<IconProps$2p>;
104
+ declare const IconChevronRight: react.FC<IconProps>;
394
105
 
395
- interface IconProps$2o extends React.SVGProps<SVGSVGElement> {
396
- /** Размер в px (или любой css‑единица) */
397
- size?: number | string;
398
- /** Цвет заливки */
399
- color?: string;
400
- }
401
- declare const IconClipboard: React.FC<IconProps$2o>;
106
+ declare const IconChevronUp: react.FC<IconProps>;
402
107
 
403
- interface IconProps$2n extends React.SVGProps<SVGSVGElement> {
404
- /** Размер в px (или любой css‑единица) */
405
- size?: number | string;
406
- /** Цвет заливки */
407
- color?: string;
408
- }
409
- declare const IconClock: React.FC<IconProps$2n>;
108
+ declare const IconClipboard: react.FC<IconProps>;
410
109
 
411
- interface IconProps$2m extends React.SVGProps<SVGSVGElement> {
412
- /** Размер в px (или любой css‑единица) */
413
- size?: number | string;
414
- /** Цвет заливки */
415
- color?: string;
416
- }
417
- declare const IconClockwise: React.FC<IconProps$2m>;
110
+ declare const IconClock: react.FC<IconProps>;
418
111
 
419
- interface IconProps$2l extends React.SVGProps<SVGSVGElement> {
420
- /** Размер в px (или любой css‑единица) */
421
- size?: number | string;
422
- /** Цвет заливки */
423
- color?: string;
424
- }
425
- declare const IconCloudDownload: React.FC<IconProps$2l>;
112
+ declare const IconClockwise: react.FC<IconProps>;
426
113
 
427
- interface IconProps$2k extends React.SVGProps<SVGSVGElement> {
428
- /** Размер в px (или любой css‑единица) */
429
- size?: number | string;
430
- /** Цвет заливки */
431
- color?: string;
432
- }
433
- declare const IconCloudUpload: React.FC<IconProps$2k>;
114
+ declare const IconCloudDownload: react.FC<IconProps>;
434
115
 
435
- interface IconProps$2j extends React.SVGProps<SVGSVGElement> {
436
- /** Размер в px (или любой css‑единица) */
437
- size?: number | string;
438
- /** Цвет заливки */
439
- color?: string;
440
- }
441
- declare const IconCloud: React.FC<IconProps$2j>;
116
+ declare const IconCloudUpload: react.FC<IconProps>;
442
117
 
443
- interface IconProps$2i extends React.SVGProps<SVGSVGElement> {
444
- /** Размер в px (или любой css‑единица) */
445
- size?: number | string;
446
- /** Цвет заливки */
447
- color?: string;
448
- }
449
- declare const IconCode: React.FC<IconProps$2i>;
118
+ declare const IconCloud: react.FC<IconProps>;
450
119
 
451
- interface IconProps$2h extends React.SVGProps<SVGSVGElement> {
452
- /** Размер в px (или любой css‑единица) */
453
- size?: number | string;
454
- /** Цвет заливки */
455
- color?: string;
456
- }
457
- declare const IconContract2: React.FC<IconProps$2h>;
120
+ declare const IconCode: react.FC<IconProps>;
458
121
 
459
- interface IconProps$2g extends React.SVGProps<SVGSVGElement> {
460
- /** Размер в px (или любой css‑единица) */
461
- size?: number | string;
462
- /** Цвет заливки */
463
- color?: string;
464
- }
465
- declare const IconContract: React.FC<IconProps$2g>;
122
+ declare const IconContract2: react.FC<IconProps>;
466
123
 
467
- interface IconProps$2f extends React.SVGProps<SVGSVGElement> {
468
- /** Размер в px (или любой css‑единица) */
469
- size?: number | string;
470
- /** Цвет заливки */
471
- color?: string;
472
- }
473
- declare const IconConversation: React.FC<IconProps$2f>;
124
+ declare const IconContract: react.FC<IconProps>;
474
125
 
475
- interface IconProps$2e extends React.SVGProps<SVGSVGElement> {
476
- /** Размер в px (или любой css‑единица) */
477
- size?: number | string;
478
- /** Цвет заливки */
479
- color?: string;
480
- }
481
- declare const IconCopy: React.FC<IconProps$2e>;
126
+ declare const IconConversation: react.FC<IconProps>;
482
127
 
483
- interface IconProps$2d extends React.SVGProps<SVGSVGElement> {
484
- /** Размер в px (или любой css‑единица) */
485
- size?: number | string;
486
- /** Цвет заливки */
487
- color?: string;
488
- }
489
- declare const IconCrop: React.FC<IconProps$2d>;
128
+ declare const IconCopy: react.FC<IconProps>;
490
129
 
491
- interface IconProps$2c extends React.SVGProps<SVGSVGElement> {
492
- /** Размер в px (или любой css‑единица) */
493
- size?: number | string;
494
- /** Цвет заливки */
495
- color?: string;
496
- }
497
- declare const IconCross: React.FC<IconProps$2c>;
130
+ declare const IconCrop: react.FC<IconProps>;
498
131
 
499
- interface IconProps$2b extends React.SVGProps<SVGSVGElement> {
500
- /** Размер в px (или любой css‑единица) */
501
- size?: number | string;
502
- /** Цвет заливки */
503
- color?: string;
504
- }
505
- declare const IconCrosshair: React.FC<IconProps$2b>;
132
+ declare const IconCross: react.FC<IconProps>;
506
133
 
507
- interface IconProps$2a extends React.SVGProps<SVGSVGElement> {
508
- /** Размер в px (или любой css‑единица) */
509
- size?: number | string;
510
- /** Цвет заливки */
511
- color?: string;
512
- }
513
- declare const IconCutlery: React.FC<IconProps$2a>;
134
+ declare const IconCrosshair: react.FC<IconProps>;
514
135
 
515
- interface IconProps$29 extends React.SVGProps<SVGSVGElement> {
516
- /** Размер в px (или любой css‑единица) */
517
- size?: number | string;
518
- /** Цвет заливки */
519
- color?: string;
520
- }
521
- declare const IconDeviceDesktop: React.FC<IconProps$29>;
136
+ declare const IconCutlery: react.FC<IconProps>;
522
137
 
523
- interface IconProps$28 extends React.SVGProps<SVGSVGElement> {
524
- /** Размер в px (или любой css‑единица) */
525
- size?: number | string;
526
- /** Цвет заливки */
527
- color?: string;
528
- }
529
- declare const IconDeviceMobile: React.FC<IconProps$28>;
138
+ declare const IconDeviceDesktop: react.FC<IconProps>;
530
139
 
531
- interface IconProps$27 extends React.SVGProps<SVGSVGElement> {
532
- /** Размер в px (или любой css‑единица) */
533
- size?: number | string;
534
- /** Цвет заливки */
535
- color?: string;
536
- }
537
- declare const IconDeviceTablet: React.FC<IconProps$27>;
140
+ declare const IconDeviceMobile: react.FC<IconProps>;
538
141
 
539
- interface IconProps$26 extends React.SVGProps<SVGSVGElement> {
540
- /** Размер в px (или любой css‑единица) */
541
- size?: number | string;
542
- /** Цвет заливки */
543
- color?: string;
544
- }
545
- declare const IconDirection: React.FC<IconProps$26>;
142
+ declare const IconDeviceTablet: react.FC<IconProps>;
546
143
 
547
- interface IconProps$25 extends React.SVGProps<SVGSVGElement> {
548
- /** Размер в px (или любой css‑единица) */
549
- size?: number | string;
550
- /** Цвет заливки */
551
- color?: string;
552
- }
553
- declare const IconDisc: React.FC<IconProps$25>;
144
+ declare const IconDirection: react.FC<IconProps>;
554
145
 
555
- interface IconProps$24 extends React.SVGProps<SVGSVGElement> {
556
- /** Размер в px (или любой css‑единица) */
557
- size?: number | string;
558
- /** Цвет заливки */
559
- color?: string;
560
- }
561
- declare const IconDocumentDelete: React.FC<IconProps$24>;
146
+ declare const IconDisc: react.FC<IconProps>;
562
147
 
563
- interface IconProps$23 extends React.SVGProps<SVGSVGElement> {
564
- /** Размер в px (или любой css‑единица) */
565
- size?: number | string;
566
- /** Цвет заливки */
567
- color?: string;
568
- }
569
- declare const IconDocumentEdit: React.FC<IconProps$23>;
148
+ declare const IconDocumentDelete: react.FC<IconProps>;
570
149
 
571
- interface IconProps$22 extends React.SVGProps<SVGSVGElement> {
572
- /** Размер в px (или любой css‑единица) */
573
- size?: number | string;
574
- /** Цвет заливки */
575
- color?: string;
576
- }
577
- declare const IconDocumentNew: React.FC<IconProps$22>;
150
+ declare const IconDocumentEdit: react.FC<IconProps>;
578
151
 
579
- interface IconProps$21 extends React.SVGProps<SVGSVGElement> {
580
- /** Размер в px (или любой css‑единица) */
581
- size?: number | string;
582
- /** Цвет заливки */
583
- color?: string;
584
- }
585
- declare const IconDocumentRemove: React.FC<IconProps$21>;
152
+ declare const IconDocumentNew: react.FC<IconProps>;
586
153
 
587
- interface IconProps$20 extends React.SVGProps<SVGSVGElement> {
588
- /** Размер в px (или любой css‑единица) */
589
- size?: number | string;
590
- /** Цвет заливки */
591
- color?: string;
592
- }
593
- declare const IconDocument: React.FC<IconProps$20>;
154
+ declare const IconDocumentRemove: react.FC<IconProps>;
594
155
 
595
- interface IconProps$1$ extends React.SVGProps<SVGSVGElement> {
596
- /** Размер в px (или любой css‑единица) */
597
- size?: number | string;
598
- /** Цвет заливки */
599
- color?: string;
600
- }
601
- declare const IconDot: React.FC<IconProps$1$>;
156
+ declare const IconDocument: react.FC<IconProps>;
602
157
 
603
- interface IconProps$1_ extends React.SVGProps<SVGSVGElement> {
604
- /** Размер в px (или любой css‑единица) */
605
- size?: number | string;
606
- /** Цвет заливки */
607
- color?: string;
608
- }
609
- declare const IconDots2: React.FC<IconProps$1_>;
158
+ declare const IconDot: react.FC<IconProps>;
610
159
 
611
- interface IconProps$1Z extends React.SVGProps<SVGSVGElement> {
612
- /** Размер в px (или любой css‑единица) */
613
- size?: number | string;
614
- /** Цвет заливки */
615
- color?: string;
616
- }
617
- declare const IconDots3: React.FC<IconProps$1Z>;
160
+ declare const IconDots2: react.FC<IconProps>;
618
161
 
619
- interface IconProps$1Y extends React.SVGProps<SVGSVGElement> {
620
- size?: number | string;
621
- color?: string;
622
- }
623
- /** Иконка drag-handle (6 точек) для SortableList и подобных списков. */
624
- declare const IconDragHandle: React.FC<IconProps$1Y>;
162
+ declare const IconDots3: react.FC<IconProps>;
625
163
 
626
- interface IconProps$1X extends React.SVGProps<SVGSVGElement> {
627
- /** Размер в px (или любой css‑единица) */
628
- size?: number | string;
629
- /** Цвет заливки */
630
- color?: string;
631
- }
632
- declare const IconDownload: React.FC<IconProps$1X>;
164
+ declare const IconDragHandle: FC<IconProps>;
633
165
 
634
- interface IconProps$1W extends React.SVGProps<SVGSVGElement> {
635
- /** Размер в px (или любой css‑единица) */
636
- size?: number | string;
637
- /** Цвет заливки */
638
- color?: string;
639
- }
640
- declare const IconDuplicate: React.FC<IconProps$1W>;
166
+ declare const IconDownload: react.FC<IconProps>;
641
167
 
642
- interface IconProps$1V extends React.SVGProps<SVGSVGElement> {
643
- /** Размер в px (или любой css‑единица) */
644
- size?: number | string;
645
- /** Цвет заливки */
646
- color?: string;
647
- }
648
- declare const IconEnter: React.FC<IconProps$1V>;
168
+ declare const IconDuplicate: react.FC<IconProps>;
649
169
 
650
- interface IconProps$1U extends React.SVGProps<SVGSVGElement> {
651
- /** Размер в px (или любой css‑единица) */
652
- size?: number | string;
653
- /** Цвет заливки */
654
- color?: string;
655
- }
656
- declare const IconExit: React.FC<IconProps$1U>;
170
+ declare const IconEnter: react.FC<IconProps>;
657
171
 
658
- interface IconProps$1T extends React.SVGProps<SVGSVGElement> {
659
- /** Размер в px (или любой css‑единица) */
660
- size?: number | string;
661
- /** Цвет заливки */
662
- color?: string;
663
- }
664
- declare const IconExpand2: React.FC<IconProps$1T>;
172
+ declare const IconExit: react.FC<IconProps>;
665
173
 
666
- interface IconProps$1S extends React.SVGProps<SVGSVGElement> {
667
- /** Размер в px (или любой css‑единица) */
668
- size?: number | string;
669
- /** Цвет заливки */
670
- color?: string;
671
- }
672
- declare const IconExpand: React.FC<IconProps$1S>;
174
+ declare const IconExpand2: react.FC<IconProps>;
673
175
 
674
- interface IconProps$1R extends React.SVGProps<SVGSVGElement> {
675
- /** Размер в px (или любой css‑единица) */
676
- size?: number | string;
677
- /** Цвет заливки */
678
- color?: string;
679
- }
680
- declare const IconExperiment: React.FC<IconProps$1R>;
176
+ declare const IconExpand: react.FC<IconProps>;
681
177
 
682
- interface IconProps$1Q extends React.SVGProps<SVGSVGElement> {
683
- /** Размер в px (или любой css‑единица) */
684
- size?: number | string;
685
- /** Цвет заливки */
686
- color?: string;
687
- }
688
- declare const IconExport: React.FC<IconProps$1Q>;
178
+ declare const IconExperiment: react.FC<IconProps>;
689
179
 
690
- interface IconProps$1P extends React.SVGProps<SVGSVGElement> {
691
- /** Размер в px (или любой css‑единица) */
692
- size?: number | string;
693
- /** Цвет заливки */
694
- color?: string;
695
- }
696
- declare const IconFeed: React.FC<IconProps$1P>;
180
+ declare const IconExport: react.FC<IconProps>;
697
181
 
698
- interface IconProps$1O extends React.SVGProps<SVGSVGElement> {
699
- /** Размер в px (или любой css‑единица) */
700
- size?: number | string;
701
- /** Цвет заливки */
702
- color?: string;
703
- }
704
- declare const IconFlag: React.FC<IconProps$1O>;
182
+ declare const IconFeed: react.FC<IconProps>;
705
183
 
706
- interface IconProps$1N extends React.SVGProps<SVGSVGElement> {
707
- /** Размер в px (или любой css‑единица) */
708
- size?: number | string;
709
- /** Цвет заливки */
710
- color?: string;
711
- }
712
- declare const IconFlashlight: React.FC<IconProps$1N>;
184
+ declare const IconFlag: react.FC<IconProps>;
713
185
 
714
- interface IconProps$1M extends React.SVGProps<SVGSVGElement> {
715
- /** Размер в px (или любой css‑единица) */
716
- size?: number | string;
717
- /** Цвет заливки */
718
- color?: string;
719
- }
720
- declare const IconFolderOpen: React.FC<IconProps$1M>;
186
+ declare const IconFlashlight: react.FC<IconProps>;
721
187
 
722
- interface IconProps$1L extends React.SVGProps<SVGSVGElement> {
723
- /** Размер в px (или любой css‑единица) */
724
- size?: number | string;
725
- /** Цвет заливки */
726
- color?: string;
727
- }
728
- declare const IconFolder: React.FC<IconProps$1L>;
188
+ declare const IconFolderOpen: react.FC<IconProps>;
729
189
 
730
- interface IconProps$1K extends React.SVGProps<SVGSVGElement> {
731
- /** Размер в px (или любой css‑единица) */
732
- size?: number | string;
733
- /** Цвет заливки */
734
- color?: string;
735
- }
736
- declare const IconForward: React.FC<IconProps$1K>;
190
+ declare const IconFolder: react.FC<IconProps>;
737
191
 
738
- interface IconProps$1J extends React.SVGProps<SVGSVGElement> {
739
- /** Размер в px (или любой css‑единица) */
740
- size?: number | string;
741
- /** Цвет заливки */
742
- color?: string;
743
- }
744
- declare const IconGaming: React.FC<IconProps$1J>;
192
+ declare const IconForward: react.FC<IconProps>;
745
193
 
746
- interface IconProps$1I extends React.SVGProps<SVGSVGElement> {
747
- /** Размер в px (или любой css‑единица) */
748
- size?: number | string;
749
- /** Цвет заливки */
750
- color?: string;
751
- }
752
- declare const IconGear: React.FC<IconProps$1I>;
194
+ declare const IconGaming: react.FC<IconProps>;
753
195
 
754
- interface IconProps$1H extends React.SVGProps<SVGSVGElement> {
755
- /** Размер в px (или любой css‑единица) */
756
- size?: number | string;
757
- /** Цвет заливки */
758
- color?: string;
759
- }
760
- declare const IconGraduation: React.FC<IconProps$1H>;
196
+ declare const IconGear: react.FC<IconProps>;
761
197
 
762
- interface IconProps$1G extends React.SVGProps<SVGSVGElement> {
763
- /** Размер в px (или любой css‑единица) */
764
- size?: number | string;
765
- /** Цвет заливки */
766
- color?: string;
767
- }
768
- declare const IconGraphBar: React.FC<IconProps$1G>;
198
+ declare const IconGraduation: react.FC<IconProps>;
769
199
 
770
- interface IconProps$1F extends React.SVGProps<SVGSVGElement> {
771
- /** Размер в px (или любой css‑единица) */
772
- size?: number | string;
773
- /** Цвет заливки */
774
- color?: string;
775
- }
776
- declare const IconGraphLine: React.FC<IconProps$1F>;
200
+ declare const IconGraphBar: react.FC<IconProps>;
777
201
 
778
- interface IconProps$1E extends React.SVGProps<SVGSVGElement> {
779
- /** Размер в px (или любой css‑единица) */
780
- size?: number | string;
781
- /** Цвет заливки */
782
- color?: string;
783
- }
784
- declare const IconGraphPie: React.FC<IconProps$1E>;
202
+ declare const IconGraphLine: react.FC<IconProps>;
785
203
 
786
- interface IconProps$1D extends React.SVGProps<SVGSVGElement> {
787
- /** Размер в px (или любой css‑единица) */
788
- size?: number | string;
789
- /** Цвет заливки */
790
- color?: string;
791
- }
792
- declare const IconHeadset: React.FC<IconProps$1D>;
204
+ declare const IconGraphPie: react.FC<IconProps>;
793
205
 
794
- interface IconProps$1C extends React.SVGProps<SVGSVGElement> {
795
- /** Размер в px (или любой css‑единица) */
796
- size?: number | string;
797
- /** Цвет заливки */
798
- color?: string;
799
- }
800
- declare const IconHeart: React.FC<IconProps$1C>;
206
+ declare const IconHeadset: react.FC<IconProps>;
801
207
 
802
- interface IconProps$1B extends React.SVGProps<SVGSVGElement> {
803
- /** Размер в px (или любой css‑единица) */
804
- size?: number | string;
805
- /** Цвет заливки */
806
- color?: string;
807
- }
808
- declare const IconHelp: React.FC<IconProps$1B>;
208
+ declare const IconHeart: react.FC<IconProps>;
809
209
 
810
- interface IconProps$1A extends React.SVGProps<SVGSVGElement> {
811
- /** Размер в px (или любой css‑единица) */
812
- size?: number | string;
813
- /** Цвет заливки */
814
- color?: string;
815
- }
816
- declare const IconHome: React.FC<IconProps$1A>;
210
+ declare const IconHelp: react.FC<IconProps>;
817
211
 
818
- interface IconProps$1z extends React.SVGProps<SVGSVGElement> {
819
- /** Размер в px (или любой css‑единица) */
820
- size?: number | string;
821
- /** Цвет заливки */
822
- color?: string;
823
- }
824
- declare const IconHourglass: React.FC<IconProps$1z>;
212
+ declare const IconHome: react.FC<IconProps>;
825
213
 
826
- interface IconProps$1y extends React.SVGProps<SVGSVGElement> {
827
- /** Размер в px (или любой css‑единица) */
828
- size?: number | string;
829
- /** Цвет заливки */
830
- color?: string;
831
- }
832
- declare const IconInbox: React.FC<IconProps$1y>;
214
+ declare const IconHourglass: react.FC<IconProps>;
833
215
 
834
- interface IconProps$1x extends React.SVGProps<SVGSVGElement> {
835
- /** Размер в px (или любой css‑единица) */
836
- size?: number | string;
837
- /** Цвет заливки */
838
- color?: string;
839
- }
840
- declare const IconInformation: React.FC<IconProps$1x>;
216
+ declare const IconInbox: react.FC<IconProps>;
841
217
 
842
- interface IconProps$1w extends React.SVGProps<SVGSVGElement> {
843
- /** Размер в px (или любой css‑единица) */
844
- size?: number | string;
845
- /** Цвет заливки */
846
- color?: string;
847
- }
848
- declare const IconItalic: React.FC<IconProps$1w>;
218
+ declare const IconInformation: react.FC<IconProps>;
849
219
 
850
- interface IconProps$1v extends React.SVGProps<SVGSVGElement> {
851
- /** Размер в px (или любой css‑единица) */
852
- size?: number | string;
853
- /** Цвет заливки */
854
- color?: string;
855
- }
856
- declare const IconJewel: React.FC<IconProps$1v>;
220
+ declare const IconItalic: react.FC<IconProps>;
857
221
 
858
- interface IconProps$1u extends React.SVGProps<SVGSVGElement> {
859
- /** Размер в px (или любой css‑единица) */
860
- size?: number | string;
861
- /** Цвет заливки */
862
- color?: string;
863
- }
864
- declare const IconLifting: React.FC<IconProps$1u>;
222
+ declare const IconJewel: react.FC<IconProps>;
865
223
 
866
- interface IconProps$1t extends React.SVGProps<SVGSVGElement> {
867
- /** Размер в px (или любой css‑единица) */
868
- size?: number | string;
869
- /** Цвет заливки */
870
- color?: string;
871
- }
872
- declare const IconLightbulb: React.FC<IconProps$1t>;
224
+ declare const IconLifting: react.FC<IconProps>;
873
225
 
874
- interface IconProps$1s extends React.SVGProps<SVGSVGElement> {
875
- /** Размер в px (или любой css‑единица) */
876
- size?: number | string;
877
- /** Цвет заливки */
878
- color?: string;
879
- }
880
- declare const IconLinkBroken: React.FC<IconProps$1s>;
226
+ declare const IconLightbulb: react.FC<IconProps>;
881
227
 
882
- interface IconProps$1r extends React.SVGProps<SVGSVGElement> {
883
- /** Размер в px (или любой css‑единица) */
884
- size?: number | string;
885
- /** Цвет заливки */
886
- color?: string;
887
- }
888
- declare const IconLink: React.FC<IconProps$1r>;
228
+ declare const IconLinkBroken: react.FC<IconProps>;
889
229
 
890
- interface IconProps$1q extends React.SVGProps<SVGSVGElement> {
891
- /** Размер в px (или любой css‑единица) */
892
- size?: number | string;
893
- /** Цвет заливки */
894
- color?: string;
895
- }
896
- declare const IconList: React.FC<IconProps$1q>;
230
+ declare const IconLink: react.FC<IconProps>;
897
231
 
898
- interface IconProps$1p extends React.SVGProps<SVGSVGElement> {
899
- /** Размер в px (или любой css‑единица) */
900
- size?: number | string;
901
- /** Цвет заливки */
902
- color?: string;
903
- }
904
- declare const IconLoading: React.FC<IconProps$1p>;
232
+ declare const IconList: react.FC<IconProps>;
905
233
 
906
- interface IconProps$1o extends React.SVGProps<SVGSVGElement> {
907
- /** Размер в px (или любой css‑единица) */
908
- size?: number | string;
909
- /** Цвет заливки */
910
- color?: string;
911
- }
912
- declare const IconLocation: React.FC<IconProps$1o>;
234
+ declare const IconLoading: react.FC<IconProps>;
913
235
 
914
- interface IconProps$1n extends React.SVGProps<SVGSVGElement> {
915
- /** Размер в px (или любой css‑единица) */
916
- size?: number | string;
917
- /** Цвет заливки */
918
- color?: string;
919
- }
920
- declare const IconLockOpen: React.FC<IconProps$1n>;
236
+ declare const IconLocation: react.FC<IconProps>;
921
237
 
922
- interface IconProps$1m extends React.SVGProps<SVGSVGElement> {
923
- /** Размер в px (или любой css‑единица) */
924
- size?: number | string;
925
- /** Цвет заливки */
926
- color?: string;
927
- }
928
- declare const IconLock: React.FC<IconProps$1m>;
238
+ declare const IconLockOpen: react.FC<IconProps>;
929
239
 
930
- interface IconProps$1l extends React.SVGProps<SVGSVGElement> {
931
- /** Размер в px (или любой css‑единица) */
932
- size?: number | string;
933
- /** Цвет заливки */
934
- color?: string;
935
- }
936
- declare const IconMail: React.FC<IconProps$1l>;
240
+ declare const IconLock: react.FC<IconProps>;
937
241
 
938
- interface IconProps$1k extends React.SVGProps<SVGSVGElement> {
939
- /** Размер в px (или любой css‑единица) */
940
- size?: number | string;
941
- /** Цвет заливки */
942
- color?: string;
943
- }
944
- declare const IconMap: React.FC<IconProps$1k>;
242
+ declare const IconMail: react.FC<IconProps>;
945
243
 
946
- interface IconProps$1j extends React.SVGProps<SVGSVGElement> {
947
- /** Размер в px (или любой css‑единица) */
948
- size?: number | string;
949
- /** Цвет заливки */
950
- color?: string;
951
- }
952
- declare const IconMediaLoop: React.FC<IconProps$1j>;
244
+ declare const IconMap: react.FC<IconProps>;
953
245
 
954
- interface IconProps$1i extends React.SVGProps<SVGSVGElement> {
955
- /** Размер в px (или любой css‑единица) */
956
- size?: number | string;
957
- /** Цвет заливки */
958
- color?: string;
959
- }
960
- declare const IconMediaNext: React.FC<IconProps$1i>;
246
+ declare const IconMediaLoop: react.FC<IconProps>;
961
247
 
962
- interface IconProps$1h extends React.SVGProps<SVGSVGElement> {
963
- /** Размер в px (или любой css‑единица) */
964
- size?: number | string;
965
- /** Цвет заливки */
966
- color?: string;
967
- }
968
- declare const IconMediaPause: React.FC<IconProps$1h>;
248
+ declare const IconMediaNext: react.FC<IconProps>;
969
249
 
970
- interface IconProps$1g extends React.SVGProps<SVGSVGElement> {
971
- /** Размер в px (или любой css‑единица) */
972
- size?: number | string;
973
- /** Цвет заливки */
974
- color?: string;
975
- }
976
- declare const IconMediaPlay: React.FC<IconProps$1g>;
250
+ declare const IconMediaPause: react.FC<IconProps>;
977
251
 
978
- interface IconProps$1f extends React.SVGProps<SVGSVGElement> {
979
- /** Размер в px (или любой css‑единица) */
980
- size?: number | string;
981
- /** Цвет заливки */
982
- color?: string;
983
- }
984
- declare const IconMediaPrevious: React.FC<IconProps$1f>;
252
+ declare const IconMediaPlay: react.FC<IconProps>;
985
253
 
986
- interface IconProps$1e extends React.SVGProps<SVGSVGElement> {
987
- /** Размер в px (или любой css‑единица) */
988
- size?: number | string;
989
- /** Цвет заливки */
990
- color?: string;
991
- }
992
- declare const IconMediaRecord: React.FC<IconProps$1e>;
254
+ declare const IconMediaPrevious: react.FC<IconProps>;
993
255
 
994
- interface IconProps$1d extends React.SVGProps<SVGSVGElement> {
995
- /** Размер в px (или любой css‑единица) */
996
- size?: number | string;
997
- /** Цвет заливки */
998
- color?: string;
999
- }
1000
- declare const IconMediaShuffle: React.FC<IconProps$1d>;
256
+ declare const IconMediaRecord: react.FC<IconProps>;
1001
257
 
1002
- interface IconProps$1c extends React.SVGProps<SVGSVGElement> {
1003
- /** Размер в px (или любой css‑единица) */
1004
- size?: number | string;
1005
- /** Цвет заливки */
1006
- color?: string;
1007
- }
1008
- declare const IconMediaStop: React.FC<IconProps$1c>;
258
+ declare const IconMediaShuffle: react.FC<IconProps>;
1009
259
 
1010
- interface IconProps$1b extends React.SVGProps<SVGSVGElement> {
1011
- /** Размер в px (или любой css‑единица) */
1012
- size?: number | string;
1013
- /** Цвет заливки */
1014
- color?: string;
1015
- }
1016
- declare const IconMedical: React.FC<IconProps$1b>;
260
+ declare const IconMediaStop: react.FC<IconProps>;
1017
261
 
1018
- interface IconProps$1a extends React.SVGProps<SVGSVGElement> {
1019
- /** Размер в px (или любой css‑единица) */
1020
- size?: number | string;
1021
- /** Цвет заливки */
1022
- color?: string;
1023
- }
1024
- declare const IconMenu: React.FC<IconProps$1a>;
262
+ declare const IconMedical: react.FC<IconProps>;
1025
263
 
1026
- interface IconProps$19 extends React.SVGProps<SVGSVGElement> {
1027
- /** Размер в px (или любой css‑единица) */
1028
- size?: number | string;
1029
- /** Цвет заливки */
1030
- color?: string;
1031
- }
1032
- declare const IconMessage: React.FC<IconProps$19>;
264
+ declare const IconMenu: react.FC<IconProps>;
1033
265
 
1034
- interface IconProps$18 extends React.SVGProps<SVGSVGElement> {
1035
- /** Размер в px (или любой css‑единица) */
1036
- size?: number | string;
1037
- /** Цвет заливки */
1038
- color?: string;
1039
- }
1040
- declare const IconMeter: React.FC<IconProps$18>;
266
+ declare const IconMessage: react.FC<IconProps>;
1041
267
 
1042
- interface IconProps$17 extends React.SVGProps<SVGSVGElement> {
1043
- /** Размер в px (или любой css‑единица) */
1044
- size?: number | string;
1045
- /** Цвет заливки */
1046
- color?: string;
1047
- }
1048
- declare const IconMicrophone: React.FC<IconProps$17>;
268
+ declare const IconMeter: react.FC<IconProps>;
1049
269
 
1050
- interface IconProps$16 extends React.SVGProps<SVGSVGElement> {
1051
- /** Размер в px (или любой css‑единица) */
1052
- size?: number | string;
1053
- /** Цвет заливки */
1054
- color?: string;
1055
- }
1056
- declare const IconMinus: React.FC<IconProps$16>;
270
+ declare const IconMicrophone: react.FC<IconProps>;
1057
271
 
1058
- interface IconProps$15 extends React.SVGProps<SVGSVGElement> {
1059
- /** Размер в px (или любой css‑единица) */
1060
- size?: number | string;
1061
- /** Цвет заливки */
1062
- color?: string;
1063
- }
1064
- declare const IconMonitor: React.FC<IconProps$15>;
272
+ declare const IconMinus: react.FC<IconProps>;
1065
273
 
1066
- interface IconProps$14 extends React.SVGProps<SVGSVGElement> {
1067
- /** Размер в px (или любой css‑единица) */
1068
- size?: number | string;
1069
- /** Цвет заливки */
1070
- color?: string;
1071
- }
1072
- declare const IconMove: React.FC<IconProps$14>;
274
+ declare const IconMonitor: react.FC<IconProps>;
1073
275
 
1074
- interface IconProps$13 extends React.SVGProps<SVGSVGElement> {
1075
- /** Размер в px (или любой css‑единица) */
1076
- size?: number | string;
1077
- /** Цвет заливки */
1078
- color?: string;
1079
- }
1080
- declare const IconMusic: React.FC<IconProps$13>;
276
+ declare const IconMove: react.FC<IconProps>;
1081
277
 
1082
- interface IconProps$12 extends React.SVGProps<SVGSVGElement> {
1083
- /** Размер в px (или любой css‑единица) */
1084
- size?: number | string;
1085
- /** Цвет заливки */
1086
- color?: string;
1087
- }
1088
- declare const IconNetwork1: React.FC<IconProps$12>;
278
+ declare const IconMusic: react.FC<IconProps>;
1089
279
 
1090
- interface IconProps$11 extends React.SVGProps<SVGSVGElement> {
1091
- /** Размер в px (или любой css‑единица) */
1092
- size?: number | string;
1093
- /** Цвет заливки */
1094
- color?: string;
1095
- }
1096
- declare const IconNetwork2: React.FC<IconProps$11>;
280
+ declare const IconNetwork1: react.FC<IconProps>;
1097
281
 
1098
- interface IconProps$10 extends React.SVGProps<SVGSVGElement> {
1099
- /** Размер в px (или любой css‑единица) */
1100
- size?: number | string;
1101
- /** Цвет заливки */
1102
- color?: string;
1103
- }
1104
- declare const IconNetwork3: React.FC<IconProps$10>;
282
+ declare const IconNetwork2: react.FC<IconProps>;
1105
283
 
1106
- interface IconProps$$ extends React.SVGProps<SVGSVGElement> {
1107
- /** Размер в px (или любой css‑единица) */
1108
- size?: number | string;
1109
- /** Цвет заливки */
1110
- color?: string;
1111
- }
1112
- declare const IconNetwork4: React.FC<IconProps$$>;
284
+ declare const IconNetwork3: react.FC<IconProps>;
1113
285
 
1114
- interface IconProps$_ extends React.SVGProps<SVGSVGElement> {
1115
- /** Размер в px (или любой css‑единица) */
1116
- size?: number | string;
1117
- /** Цвет заливки */
1118
- color?: string;
1119
- }
1120
- declare const IconNetwork5: React.FC<IconProps$_>;
286
+ declare const IconNetwork4: react.FC<IconProps>;
1121
287
 
1122
- interface IconProps$Z extends React.SVGProps<SVGSVGElement> {
1123
- /** Размер в px (или любой css‑единица) */
1124
- size?: number | string;
1125
- /** Цвет заливки */
1126
- color?: string;
1127
- }
1128
- declare const IconPamphlet: React.FC<IconProps$Z>;
288
+ declare const IconNetwork5: react.FC<IconProps>;
1129
289
 
1130
- interface IconProps$Y extends React.SVGProps<SVGSVGElement> {
1131
- /** Размер в px (или любой css‑единица) */
1132
- size?: number | string;
1133
- /** Цвет заливки */
1134
- color?: string;
1135
- }
1136
- declare const IconPaperclip: React.FC<IconProps$Y>;
290
+ declare const IconPamphlet: react.FC<IconProps>;
1137
291
 
1138
- interface IconProps$X extends React.SVGProps<SVGSVGElement> {
1139
- /** Размер в px (или любой css‑единица) */
1140
- size?: number | string;
1141
- /** Цвет заливки */
1142
- color?: string;
1143
- }
1144
- declare const IconPencil: React.FC<IconProps$X>;
292
+ declare const IconPaperclip: react.FC<IconProps>;
1145
293
 
1146
- interface IconProps$W extends React.SVGProps<SVGSVGElement> {
1147
- /** Размер в px (или любой css‑единица) */
1148
- size?: number | string;
1149
- /** Цвет заливки */
1150
- color?: string;
1151
- }
1152
- declare const IconPhone: React.FC<IconProps$W>;
294
+ declare const IconPencil: react.FC<IconProps>;
1153
295
 
1154
- interface IconProps$V extends React.SVGProps<SVGSVGElement> {
1155
- /** Размер в px (или любой css‑единица) */
1156
- size?: number | string;
1157
- /** Цвет заливки */
1158
- color?: string;
1159
- }
1160
- declare const IconPhotoGroup: React.FC<IconProps$V>;
296
+ declare const IconPhone: react.FC<IconProps>;
1161
297
 
1162
- interface IconProps$U extends React.SVGProps<SVGSVGElement> {
1163
- /** Размер в px (или любой css‑единица) */
1164
- size?: number | string;
1165
- /** Цвет заливки */
1166
- color?: string;
1167
- }
1168
- declare const IconPhoto: React.FC<IconProps$U>;
298
+ declare const IconPhotoGroup: react.FC<IconProps>;
1169
299
 
1170
- interface IconProps$T extends React.SVGProps<SVGSVGElement> {
1171
- /** Размер в px (или любой css‑единица) */
1172
- size?: number | string;
1173
- /** Цвет заливки */
1174
- color?: string;
1175
- }
1176
- declare const IconPill: React.FC<IconProps$T>;
300
+ declare const IconPhoto: react.FC<IconProps>;
1177
301
 
1178
- interface IconProps$S extends React.SVGProps<SVGSVGElement> {
1179
- /** Размер в px (или любой css‑единица) */
1180
- size?: number | string;
1181
- /** Цвет заливки */
1182
- color?: string;
1183
- }
1184
- declare const IconPin: React.FC<IconProps$S>;
302
+ declare const IconPill: react.FC<IconProps>;
1185
303
 
1186
- interface IconProps$R extends React.SVGProps<SVGSVGElement> {
1187
- /** Размер в px (или любой css‑единица) */
1188
- size?: number | string;
1189
- /** Цвет заливки */
1190
- color?: string;
1191
- }
1192
- declare const IconPlus: React.FC<IconProps$R>;
304
+ declare const IconPin: react.FC<IconProps>;
1193
305
 
1194
- interface IconProps$Q extends React.SVGProps<SVGSVGElement> {
1195
- /** Размер в px (или любой css‑единица) */
1196
- size?: number | string;
1197
- /** Цвет заливки */
1198
- color?: string;
1199
- }
1200
- declare const IconPower: React.FC<IconProps$Q>;
306
+ declare const IconPlus: react.FC<IconProps>;
1201
307
 
1202
- interface IconProps$P extends React.SVGProps<SVGSVGElement> {
1203
- /** Размер в px (или любой css‑единица) */
1204
- size?: number | string;
1205
- /** Цвет заливки */
1206
- color?: string;
1207
- }
1208
- declare const IconPreview: React.FC<IconProps$P>;
308
+ declare const IconPower: react.FC<IconProps>;
1209
309
 
1210
- interface IconProps$O extends React.SVGProps<SVGSVGElement> {
1211
- /** Размер в px (или любой css‑единица) */
1212
- size?: number | string;
1213
- /** Цвет заливки */
1214
- color?: string;
1215
- }
1216
- /**
1217
- * Глаз перечёркнутый — пара к {@link IconPreview} (скрыть / preview off).
1218
- */
1219
- declare const IconPreviewOff: React.FC<IconProps$O>;
310
+ declare const IconPreview: react.FC<IconProps>;
1220
311
 
1221
- interface IconProps$N extends React.SVGProps<SVGSVGElement> {
1222
- /** Размер в px (или любой css‑единица) */
1223
- size?: number | string;
1224
- /** Цвет заливки */
1225
- color?: string;
1226
- }
1227
- declare const IconPrint: React.FC<IconProps$N>;
312
+ declare const IconPreviewOff: react.FC<IconProps>;
1228
313
 
1229
- interface IconProps$M extends React.SVGProps<SVGSVGElement> {
1230
- /** Размер в px (или любой css‑единица) */
1231
- size?: number | string;
1232
- /** Цвет заливки */
1233
- color?: string;
1234
- }
1235
- declare const IconPulse: React.FC<IconProps$M>;
314
+ declare const IconPrint: react.FC<IconProps>;
1236
315
 
1237
- interface IconProps$L extends React.SVGProps<SVGSVGElement> {
1238
- /** Размер в px (или любой css‑единица) */
1239
- size?: number | string;
1240
- /** Цвет заливки */
1241
- color?: string;
1242
- }
1243
- declare const IconQuestion: React.FC<IconProps$L>;
316
+ declare const IconPulse: react.FC<IconProps>;
1244
317
 
1245
- interface IconProps$K extends React.SVGProps<SVGSVGElement> {
1246
- /** Размер в px (или любой css‑единица) */
1247
- size?: number | string;
1248
- /** Цвет заливки */
1249
- color?: string;
1250
- }
1251
- declare const IconReplyAll: React.FC<IconProps$K>;
318
+ declare const IconQuestion: react.FC<IconProps>;
1252
319
 
1253
- interface IconProps$J extends React.SVGProps<SVGSVGElement> {
1254
- /** Размер в px (или любой css‑единица) */
1255
- size?: number | string;
1256
- /** Цвет заливки */
1257
- color?: string;
1258
- }
1259
- declare const IconReply: React.FC<IconProps$J>;
320
+ declare const IconReplyAll: react.FC<IconProps>;
1260
321
 
1261
- interface IconProps$I extends React.SVGProps<SVGSVGElement> {
1262
- /** Размер в px (или любой css‑единица) */
1263
- size?: number | string;
1264
- /** Цвет заливки */
1265
- color?: string;
1266
- }
1267
- declare const IconReturn: React.FC<IconProps$I>;
322
+ declare const IconReply: react.FC<IconProps>;
1268
323
 
1269
- interface IconProps$H extends React.SVGProps<SVGSVGElement> {
1270
- /** Размер в px (или любой css‑единица) */
1271
- size?: number | string;
1272
- /** Цвет заливки */
1273
- color?: string;
1274
- }
1275
- declare const IconRetweet: React.FC<IconProps$H>;
324
+ declare const IconReturn: react.FC<IconProps>;
1276
325
 
1277
- interface IconProps$G extends React.SVGProps<SVGSVGElement> {
1278
- /** Размер в px (или любой css‑единица) */
1279
- size?: number | string;
1280
- /** Цвет заливки */
1281
- color?: string;
1282
- }
1283
- declare const IconRocket: React.FC<IconProps$G>;
326
+ declare const IconRetweet: react.FC<IconProps>;
1284
327
 
1285
- interface IconProps$F extends React.SVGProps<SVGSVGElement> {
1286
- /** Размер в px (или любой css‑единица) */
1287
- size?: number | string;
1288
- /** Цвет заливки */
1289
- color?: string;
1290
- }
1291
- declare const IconScale: React.FC<IconProps$F>;
328
+ declare const IconRocket: react.FC<IconProps>;
1292
329
 
1293
- interface IconProps$E extends React.SVGProps<SVGSVGElement> {
1294
- /** Размер в px (или любой css‑единица) */
1295
- size?: number | string;
1296
- /** Цвет заливки */
1297
- color?: string;
1298
- }
1299
- declare const IconSearch: React.FC<IconProps$E>;
330
+ declare const IconScale: react.FC<IconProps>;
1300
331
 
1301
- interface IconProps$D extends React.SVGProps<SVGSVGElement> {
1302
- /** Размер в px (или любой css‑единица) */
1303
- size?: number | string;
1304
- /** Цвет заливки */
1305
- color?: string;
1306
- }
1307
- declare const IconShoppingBag: React.FC<IconProps$D>;
332
+ declare const IconSearch: react.FC<IconProps>;
1308
333
 
1309
- interface IconProps$C extends React.SVGProps<SVGSVGElement> {
1310
- /** Размер в px (или любой css‑единица) */
1311
- size?: number | string;
1312
- /** Цвет заливки */
1313
- color?: string;
1314
- }
1315
- declare const IconSkip: React.FC<IconProps$C>;
334
+ declare const IconShoppingBag: react.FC<IconProps>;
1316
335
 
1317
- interface IconProps$B extends React.SVGProps<SVGSVGElement> {
1318
- /** Размер в px (или любой css‑единица) */
1319
- size?: number | string;
1320
- /** Цвет заливки */
1321
- color?: string;
1322
- }
1323
- declare const IconStack: React.FC<IconProps$B>;
336
+ declare const IconSkip: react.FC<IconProps>;
1324
337
 
1325
- interface IconProps$A extends React.SVGProps<SVGSVGElement> {
1326
- /** Размер в px (или любой css‑единица) */
1327
- size?: number | string;
1328
- /** Цвет заливки */
1329
- color?: string;
1330
- }
1331
- declare const IconStar: React.FC<IconProps$A>;
338
+ declare const IconStack: react.FC<IconProps>;
1332
339
 
1333
- interface IconProps$z extends React.SVGProps<SVGSVGElement> {
1334
- /** Размер в px (или любой css‑единица) */
1335
- size?: number | string;
1336
- /** Цвет заливки */
1337
- color?: string;
1338
- }
1339
- declare const IconStopwatch: React.FC<IconProps$z>;
340
+ declare const IconStar: react.FC<IconProps>;
1340
341
 
1341
- interface IconProps$y extends React.SVGProps<SVGSVGElement> {
1342
- /** Размер в px (или любой css‑единица) */
1343
- size?: number | string;
1344
- /** Цвет заливки */
1345
- color?: string;
1346
- }
1347
- declare const IconStore: React.FC<IconProps$y>;
342
+ declare const IconStopwatch: react.FC<IconProps>;
1348
343
 
1349
- interface IconProps$x extends React.SVGProps<SVGSVGElement> {
1350
- /** Размер в px (или любой css‑единица) */
1351
- size?: number | string;
1352
- /** Цвет заливки */
1353
- color?: string;
1354
- }
1355
- declare const IconSuitcase: React.FC<IconProps$x>;
344
+ declare const IconStore: react.FC<IconProps>;
1356
345
 
1357
- interface IconProps$w extends React.SVGProps<SVGSVGElement> {
1358
- /** Размер в px (или любой css‑единица) */
1359
- size?: number | string;
1360
- /** Цвет заливки */
1361
- color?: string;
1362
- }
1363
- declare const IconSwap: React.FC<IconProps$w>;
346
+ declare const IconSuitcase: react.FC<IconProps>;
1364
347
 
1365
- interface IconProps$v extends React.SVGProps<SVGSVGElement> {
1366
- /** Размер в px (или любой css‑единица) */
1367
- size?: number | string;
1368
- /** Цвет заливки */
1369
- color?: string;
1370
- }
1371
- declare const IconTagDelete: React.FC<IconProps$v>;
348
+ declare const IconSwap: react.FC<IconProps>;
1372
349
 
1373
- interface IconProps$u extends React.SVGProps<SVGSVGElement> {
1374
- /** Размер в px (или любой css‑единица) */
1375
- size?: number | string;
1376
- /** Цвет заливки */
1377
- color?: string;
1378
- }
1379
- declare const IconTag: React.FC<IconProps$u>;
350
+ declare const IconTagDelete: react.FC<IconProps>;
1380
351
 
1381
- interface IconProps$t extends React.SVGProps<SVGSVGElement> {
1382
- /** Размер в px (или любой css‑единица) */
1383
- size?: number | string;
1384
- /** Цвет заливки */
1385
- color?: string;
1386
- }
1387
- declare const IconTags: React.FC<IconProps$t>;
352
+ declare const IconTag: react.FC<IconProps>;
1388
353
 
1389
- interface IconProps$s extends React.SVGProps<SVGSVGElement> {
1390
- /** Размер в px (или любой css‑единица) */
1391
- size?: number | string;
1392
- /** Цвет заливки */
1393
- color?: string;
1394
- }
1395
- declare const IconThumbsDown: React.FC<IconProps$s>;
354
+ declare const IconTags: react.FC<IconProps>;
1396
355
 
1397
- interface IconProps$r extends React.SVGProps<SVGSVGElement> {
1398
- /** Размер в px (или любой css‑единица) */
1399
- size?: number | string;
1400
- /** Цвет заливки */
1401
- color?: string;
1402
- }
1403
- declare const IconThumbsUp: React.FC<IconProps$r>;
356
+ declare const IconThumbsDown: react.FC<IconProps>;
1404
357
 
1405
- interface IconProps$q extends React.SVGProps<SVGSVGElement> {
1406
- /** Размер в px (или любой css‑единица) */
1407
- size?: number | string;
1408
- /** Цвет заливки */
1409
- color?: string;
1410
- }
1411
- declare const IconTicket: React.FC<IconProps$q>;
358
+ declare const IconThumbsUp: react.FC<IconProps>;
1412
359
 
1413
- interface IconProps$p extends React.SVGProps<SVGSVGElement> {
1414
- /** Размер в px (или любой css‑единица) */
1415
- size?: number | string;
1416
- /** Цвет заливки */
1417
- color?: string;
1418
- }
1419
- declare const IconTimeReverse: React.FC<IconProps$p>;
360
+ declare const IconTicket: react.FC<IconProps>;
1420
361
 
1421
- interface IconProps$o extends React.SVGProps<SVGSVGElement> {
1422
- /** Размер в px (или любой css‑единица) */
1423
- size?: number | string;
1424
- /** Цвет заливки */
1425
- color?: string;
1426
- }
1427
- declare const IconToDo: React.FC<IconProps$o>;
362
+ declare const IconTimeReverse: react.FC<IconProps>;
1428
363
 
1429
- interface IconProps$n extends React.SVGProps<SVGSVGElement> {
1430
- /** Размер в px (или любой css‑единица) */
1431
- size?: number | string;
1432
- /** Цвет заливки */
1433
- color?: string;
1434
- }
1435
- declare const IconToggles: React.FC<IconProps$n>;
364
+ declare const IconToDo: react.FC<IconProps>;
1436
365
 
1437
- interface IconProps$m extends React.SVGProps<SVGSVGElement> {
1438
- /** Размер в px (или любой css‑единица) */
1439
- size?: number | string;
1440
- /** Цвет заливки */
1441
- color?: string;
1442
- }
1443
- declare const IconTrash: React.FC<IconProps$m>;
366
+ declare const IconToggles: react.FC<IconProps>;
1444
367
 
1445
- interface IconProps$l extends React.SVGProps<SVGSVGElement> {
1446
- /** Размер в px (или любой css‑единица) */
1447
- size?: number | string;
1448
- /** Цвет заливки */
1449
- color?: string;
1450
- }
1451
- declare const IconTrophy: React.FC<IconProps$l>;
368
+ declare const IconTrash: react.FC<IconProps>;
1452
369
 
1453
- interface IconProps$k extends React.SVGProps<SVGSVGElement> {
1454
- /** Размер в px (или любой css‑единица) */
1455
- size?: number | string;
1456
- /** Цвет заливки */
1457
- color?: string;
1458
- }
1459
- declare const IconUpload: React.FC<IconProps$k>;
370
+ declare const IconTrophy: react.FC<IconProps>;
1460
371
 
1461
- interface IconProps$j extends React.SVGProps<SVGSVGElement> {
1462
- /** Размер в px (или любой css‑единица) */
1463
- size?: number | string;
1464
- /** Цвет заливки */
1465
- color?: string;
1466
- }
1467
- declare const IconUserGroup: React.FC<IconProps$j>;
372
+ declare const IconUpload: react.FC<IconProps>;
1468
373
 
1469
- interface IconProps$i extends React.SVGProps<SVGSVGElement> {
1470
- /** Размер в px (или любой css‑единица) */
1471
- size?: number | string;
1472
- /** Цвет заливки */
1473
- color?: string;
1474
- }
1475
- declare const IconUserId: React.FC<IconProps$i>;
374
+ declare const IconUserGroup: react.FC<IconProps>;
1476
375
 
1477
- interface IconProps$h extends React.SVGProps<SVGSVGElement> {
1478
- /** Размер в px (или любой css‑единица) */
1479
- size?: number | string;
1480
- /** Цвет заливки */
1481
- color?: string;
1482
- }
1483
- declare const IconUser: React.FC<IconProps$h>;
376
+ declare const IconUserId: react.FC<IconProps>;
1484
377
 
1485
- interface IconProps$g extends React.SVGProps<SVGSVGElement> {
1486
- /** Размер в px (или любой css‑единица) */
1487
- size?: number | string;
1488
- /** Цвет заливки */
1489
- color?: string;
1490
- }
1491
- declare const IconVibrate: React.FC<IconProps$g>;
378
+ declare const IconUser: react.FC<IconProps>;
1492
379
 
1493
- interface IconProps$f extends React.SVGProps<SVGSVGElement> {
1494
- /** Размер в px (или любой css‑единица) */
1495
- size?: number | string;
1496
- /** Цвет заливки */
1497
- color?: string;
1498
- }
1499
- declare const IconViewApps: React.FC<IconProps$f>;
380
+ declare const IconVibrate: react.FC<IconProps>;
1500
381
 
1501
- interface IconProps$e extends React.SVGProps<SVGSVGElement> {
1502
- /** Размер в px (или любой css‑единица) */
1503
- size?: number | string;
1504
- /** Цвет заливки */
1505
- color?: string;
1506
- }
1507
- declare const IconViewListLarge: React.FC<IconProps$e>;
382
+ declare const IconViewApps: react.FC<IconProps>;
1508
383
 
1509
- interface IconProps$d extends React.SVGProps<SVGSVGElement> {
1510
- /** Размер в px (или любой css‑единица) */
1511
- size?: number | string;
1512
- /** Цвет заливки */
1513
- color?: string;
1514
- }
1515
- declare const IconViewList: React.FC<IconProps$d>;
384
+ declare const IconViewListLarge: react.FC<IconProps>;
1516
385
 
1517
- interface IconProps$c extends React.SVGProps<SVGSVGElement> {
1518
- /** Размер в px (или любой css‑единица) */
1519
- size?: number | string;
1520
- /** Цвет заливки */
1521
- color?: string;
1522
- }
1523
- declare const IconViewThumb: React.FC<IconProps$c>;
386
+ declare const IconViewList: react.FC<IconProps>;
1524
387
 
1525
- interface IconProps$b extends React.SVGProps<SVGSVGElement> {
1526
- /** Размер в px (или любой css‑единица) */
1527
- size?: number | string;
1528
- /** Цвет заливки */
1529
- color?: string;
1530
- }
1531
- declare const IconVolumeFull: React.FC<IconProps$b>;
388
+ declare const IconViewThumb: react.FC<IconProps>;
1532
389
 
1533
- interface IconProps$a extends React.SVGProps<SVGSVGElement> {
1534
- /** Размер в px (или любой css‑единица) */
1535
- size?: number | string;
1536
- /** Цвет заливки */
1537
- color?: string;
1538
- }
1539
- declare const IconVolumeLow: React.FC<IconProps$a>;
390
+ declare const IconVolumeFull: react.FC<IconProps>;
1540
391
 
1541
- interface IconProps$9 extends React.SVGProps<SVGSVGElement> {
1542
- /** Размер в px (или любой css‑единица) */
1543
- size?: number | string;
1544
- /** Цвет заливки */
1545
- color?: string;
1546
- }
1547
- declare const IconVolumeMedium: React.FC<IconProps$9>;
392
+ declare const IconVolumeLow: react.FC<IconProps>;
1548
393
 
1549
- interface IconProps$8 extends React.SVGProps<SVGSVGElement> {
1550
- /** Размер в px (или любой css‑единица) */
1551
- size?: number | string;
1552
- /** Цвет заливки */
1553
- color?: string;
1554
- }
1555
- declare const IconVolumeOff: React.FC<IconProps$8>;
394
+ declare const IconVolumeMedium: react.FC<IconProps>;
1556
395
 
1557
- interface IconProps$7 extends React.SVGProps<SVGSVGElement> {
1558
- /** Размер в px (или любой css‑единица) */
1559
- size?: number | string;
1560
- /** Цвет заливки */
1561
- color?: string;
1562
- }
1563
- declare const IconWallet: React.FC<IconProps$7>;
396
+ declare const IconVolumeOff: react.FC<IconProps>;
1564
397
 
1565
- interface IconProps$6 extends React.SVGProps<SVGSVGElement> {
1566
- /** Размер в px (или любой css‑единица) */
1567
- size?: number | string;
1568
- /** Цвет заливки */
1569
- color?: string;
1570
- }
1571
- declare const IconWarning: React.FC<IconProps$6>;
398
+ declare const IconWallet: react.FC<IconProps>;
1572
399
 
1573
- interface IconProps$5 extends React.SVGProps<SVGSVGElement> {
1574
- /** Размер в px (или любой css‑единица) */
1575
- size?: number | string;
1576
- /** Цвет заливки */
1577
- color?: string;
1578
- }
1579
- declare const IconWeb: React.FC<IconProps$5>;
400
+ declare const IconWarning: react.FC<IconProps>;
1580
401
 
1581
- interface IconProps$4 extends React.SVGProps<SVGSVGElement> {
1582
- /** Размер в px (или любой css‑единица) */
1583
- size?: number | string;
1584
- /** Цвет заливки */
1585
- color?: string;
1586
- }
1587
- declare const IconWeight: React.FC<IconProps$4>;
402
+ declare const IconWeb: react.FC<IconProps>;
1588
403
 
1589
- interface IconProps$3 extends React.SVGProps<SVGSVGElement> {
1590
- /** Размер в px (или любой css‑единица) */
1591
- size?: number | string;
1592
- /** Цвет заливки */
1593
- color?: string;
1594
- }
1595
- declare const IconWifi: React.FC<IconProps$3>;
404
+ declare const IconWeight: react.FC<IconProps>;
1596
405
 
1597
- interface IconProps$2 extends React.SVGProps<SVGSVGElement> {
1598
- /** Размер в px (или любой css‑единица) */
1599
- size?: number | string;
1600
- /** Цвет заливки */
1601
- color?: string;
1602
- }
1603
- declare const IconWrong: React.FC<IconProps$2>;
406
+ declare const IconWifi: react.FC<IconProps>;
1604
407
 
1605
- interface IconProps$1 extends React.SVGProps<SVGSVGElement> {
1606
- /** Размер в px (или любой css‑единица) */
1607
- size?: number | string;
1608
- /** Цвет заливки */
1609
- color?: string;
1610
- }
1611
- declare const IconZoomIn: React.FC<IconProps$1>;
408
+ declare const IconWrong: react.FC<IconProps>;
1612
409
 
1613
- interface IconProps extends React.SVGProps<SVGSVGElement> {
1614
- /** Размер в px (или любой css‑единица) */
1615
- size?: number | string;
1616
- /** Цвет заливки */
1617
- color?: string;
1618
- }
1619
- declare const IconZoomOut: React.FC<IconProps>;
410
+ declare const IconZoomIn: react.FC<IconProps>;
411
+
412
+ declare const IconZoomOut: react.FC<IconProps>;
1620
413
 
1621
- export { IconAlarm, IconAlignCenter, IconAlignJustify, IconAlignLeft, IconAlignRight, IconAnchor, IconArchive, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowThinDown, IconArrowThinLeft, IconArrowThinRight, IconArrowThinUp, IconArrowUp, IconArticle, IconBackspace, IconBasket, IconBasketball, IconBatteryEmpty, IconBatteryFull, IconBatteryLow, IconBatteryMedium, IconBell, IconBlog, IconBluetooth, IconBold, IconBookmark, IconBookmarks, IconBox, IconBriefcase, IconBrightnessLow, IconBrightnessMax, IconBrightnessMedium, IconBroadcast, IconBrowser, IconBrowserUpload, IconBrush, IconCalendar, IconCamcorder, IconCamera, IconCard, IconCart, IconChecklist, IconCheckmark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboard, IconClock, IconClockwise, IconCloud, IconCloudDownload, IconCloudUpload, IconCode, IconContract, IconContract2, IconConversation, IconCopy, IconCrop, IconCross, IconCrosshair, IconCutlery, IconDeviceDesktop, IconDeviceMobile, IconDeviceTablet, IconDirection, IconDisc, IconDocument, IconDocumentDelete, IconDocumentEdit, IconDocumentNew, IconDocumentRemove, IconDot, IconDots2, IconDots3, IconDownload, IconDragHandle, IconDuplicate, IconEnter, IconExit, IconExpand, IconExpand2, IconExperiment, IconExport, IconFeed, IconFlag, IconFlashlight, IconFolder, IconFolderOpen, IconForward, IconGaming, IconGear, IconGraduation, IconGraphBar, IconGraphLine, IconGraphPie, IconHeadset, IconHeart, IconHelp, IconHome, IconHourglass, IconInbox, IconInformation, IconItalic, IconJewel, IconLifting, IconLightbulb, IconLink, IconLinkBroken, IconList, IconLoading, IconLocation, IconLock, IconLockOpen, IconMail, IconMap, IconMediaLoop, IconMediaNext, IconMediaPause, IconMediaPlay, IconMediaPrevious, IconMediaRecord, IconMediaShuffle, IconMediaStop, IconMedical, IconMenu, IconMessage, IconMeter, IconMicrophone, IconMinus, IconMonitor, IconMove, IconMusic, IconNetwork1, IconNetwork2, IconNetwork3, IconNetwork4, IconNetwork5, IconPamphlet, IconPaperclip, IconPencil, IconPhone, IconPhoto, IconPhotoGroup, IconPill, IconPin, IconPlus, IconPower, IconPreview, IconPreviewOff, IconPrint, IconPulse, IconQuestion, IconReply, IconReplyAll, IconReturn, IconRetweet, IconRocket, IconScale, IconSearch, IconShoppingBag, IconSkip, IconStack, IconStar, IconStopwatch, IconStore, IconSuitcase, IconSwap, IconTag, IconTagDelete, IconTags, IconThumbsDown, IconThumbsUp, IconTicket, IconTimeReverse, IconToDo, IconToggles, IconTrash, IconTrophy, IconUpload, IconUser, IconUserGroup, IconUserId, IconVibrate, IconViewApps, IconViewList, IconViewListLarge, IconViewThumb, IconVolumeFull, IconVolumeLow, IconVolumeMedium, IconVolumeOff, IconWallet, IconWarning, IconWeb, IconWeight, IconWifi, IconWrong, IconZoomIn, IconZoomOut };
414
+ export { IconAlarm, IconAlignCenter, IconAlignJustify, IconAlignLeft, IconAlignRight, IconAnchor, IconArchive, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowThinDown, IconArrowThinLeft, IconArrowThinRight, IconArrowThinUp, IconArrowUp, IconArticle, IconBackspace, IconBasket, IconBasketball, IconBatteryEmpty, IconBatteryFull, IconBatteryLow, IconBatteryMedium, IconBell, IconBlog, IconBluetooth, IconBold, IconBookmark, IconBookmarks, IconBox, IconBriefcase, IconBrightnessLow, IconBrightnessMax, IconBrightnessMedium, IconBroadcast, IconBrowser, IconBrowserUpload, IconBrush, IconCalendar, IconCamcorder, IconCamera, IconCard, IconCart, IconChecklist, IconCheckmark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboard, IconClock, IconClockwise, IconCloud, IconCloudDownload, IconCloudUpload, IconCode, IconContract, IconContract2, IconConversation, IconCopy, IconCrop, IconCross, IconCrosshair, IconCutlery, IconDeviceDesktop, IconDeviceMobile, IconDeviceTablet, IconDirection, IconDisc, IconDocument, IconDocumentDelete, IconDocumentEdit, IconDocumentNew, IconDocumentRemove, IconDot, IconDots2, IconDots3, IconDownload, IconDragHandle, IconDuplicate, IconEnter, IconExit, IconExpand, IconExpand2, IconExperiment, IconExport, IconFeed, IconFlag, IconFlashlight, IconFolder, IconFolderOpen, IconForward, IconGaming, IconGear, IconGraduation, IconGraphBar, IconGraphLine, IconGraphPie, IconHeadset, IconHeart, IconHelp, IconHome, IconHourglass, IconInbox, IconInformation, IconItalic, IconJewel, IconLifting, IconLightbulb, IconLink, IconLinkBroken, IconList, IconLoading, IconLocation, IconLock, IconLockOpen, IconMail, IconMap, IconMediaLoop, IconMediaNext, IconMediaPause, IconMediaPlay, IconMediaPrevious, IconMediaRecord, IconMediaShuffle, IconMediaStop, IconMedical, IconMenu, IconMessage, IconMeter, IconMicrophone, IconMinus, IconMonitor, IconMove, IconMusic, IconNetwork1, IconNetwork2, IconNetwork3, IconNetwork4, IconNetwork5, IconPamphlet, IconPaperclip, IconPencil, IconPhone, IconPhoto, IconPhotoGroup, IconPill, IconPin, IconPlus, IconPower, IconPreview, IconPreviewOff, IconPrint, IconPulse, IconQuestion, IconReply, IconReplyAll, IconReturn, IconRetweet, IconRocket, IconScale, IconSearch, IconShoppingBag, IconSkip, IconStack, IconStar, IconStopwatch, IconStore, IconSuitcase, IconSwap, IconTag, IconTagDelete, IconTags, IconThumbsDown, IconThumbsUp, IconTicket, IconTimeReverse, IconToDo, IconToggles, IconTrash, IconTrophy, IconUpload, IconUser, IconUserGroup, IconUserId, IconVibrate, IconViewApps, IconViewList, IconViewListLarge, IconViewThumb, IconVolumeFull, IconVolumeLow, IconVolumeMedium, IconVolumeOff, IconWallet, IconWarning, IconWeb, IconWeight, IconWifi, IconWrong, IconZoomIn, IconZoomOut, createIcon };
415
+ export type { IconProps };