altum 0.0.1
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.
- package/CHANGELOG.md +24 -0
- package/LICENSE +21 -0
- package/README.md +53 -0
- package/dist/base/ButtonBase/ButtonBase.js +1 -0
- package/dist/base/ButtonBase/ButtonBase.module.css.js +1 -0
- package/dist/base/ChartBase/ChartBase.js +1 -0
- package/dist/base/ChartBase/ChartBase.module.css.js +1 -0
- package/dist/base/ChartBase/ChartBase.utils.js +1 -0
- package/dist/base/DialogBase/DialogBase.js +1 -0
- package/dist/base/DialogBase/DialogBase.module.css.js +1 -0
- package/dist/base/FieldBase/FieldBase.js +1 -0
- package/dist/base/FieldBase/FieldBase.module.css.js +1 -0
- package/dist/base/ListOptionBase/ListOptionBase.js +1 -0
- package/dist/base/ListOptionBase/ListOptionBase.module.css.js +1 -0
- package/dist/base/MediaRowBase/MediaRowBase.js +1 -0
- package/dist/base/MediaRowBase/MediaRowBase.module.css.js +1 -0
- package/dist/base/ToggleControlBase/ToggleControlBase.js +1 -0
- package/dist/base/ToggleControlBase/ToggleControlBase.module.css.js +1 -0
- package/dist/components/Accordion/Accordion.js +1 -0
- package/dist/components/Accordion/Accordion.module.css.js +1 -0
- package/dist/components/ActionList/ActionList.js +1 -0
- package/dist/components/ActionList/ActionList.module.css.js +1 -0
- package/dist/components/ActionSheetTrigger/ActionSheetTrigger.js +1 -0
- package/dist/components/ActionSheetTrigger/ActionSheetTrigger.module.css.js +1 -0
- package/dist/components/ActionSheetTrigger/actionSheetContext.js +1 -0
- package/dist/components/Alert/Alert.js +1 -0
- package/dist/components/Alert/Alert.module.css.js +1 -0
- package/dist/components/AspectRatio/AspectRatio.js +1 -0
- package/dist/components/AspectRatio/AspectRatio.module.css.js +1 -0
- package/dist/components/Attachment/Attachment.js +1 -0
- package/dist/components/Attachment/Attachment.module.css.js +1 -0
- package/dist/components/Avatar/Avatar.js +1 -0
- package/dist/components/Avatar/Avatar.module.css.js +1 -0
- package/dist/components/Backdrop/Backdrop.js +1 -0
- package/dist/components/Backdrop/Backdrop.module.css.js +1 -0
- package/dist/components/Badge/Badge.js +1 -0
- package/dist/components/Badge/Badge.module.css.js +1 -0
- package/dist/components/BarChart/BarChart.js +1 -0
- package/dist/components/BarChart/BarChart.module.css.js +1 -0
- package/dist/components/Box/Box.js +1 -0
- package/dist/components/Box/Box.module.css.js +1 -0
- package/dist/components/Bubble/Bubble.js +1 -0
- package/dist/components/Bubble/Bubble.module.css.js +1 -0
- package/dist/components/Button/Button.js +1 -0
- package/dist/components/Button/Button.module.css.js +1 -0
- package/dist/components/ButtonGroup/ButtonGroup.js +1 -0
- package/dist/components/ButtonGroup/ButtonGroup.module.css.js +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.js +1 -0
- package/dist/components/ButtonIcon/ButtonIcon.module.css.js +1 -0
- package/dist/components/Calendar/Calendar.context.js +1 -0
- package/dist/components/Calendar/Calendar.js +1 -0
- package/dist/components/Calendar/Calendar.module.css.js +1 -0
- package/dist/components/Calendar/Calendar.slots.js +1 -0
- package/dist/components/Calendar/Calendar.types.js +1 -0
- package/dist/components/Calendar/Calendar.utils.js +1 -0
- package/dist/components/Calendar/Calendar.views.js +1 -0
- package/dist/components/Calendar/calendar.schedule.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.EventBar.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.EventBar.module.css.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.MonthView.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.Schedule.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.Schedule.module.css.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.Schedule.types.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.Schedule.utils.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.ScheduleView.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.TaskChip.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.TimedEvent.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.TimedEvent.module.css.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.YearView.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.chrome.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.context.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.module.css.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.utils.js +1 -0
- package/dist/components/CalendarBoard/CalendarBoard.views.js +1 -0
- package/dist/components/CalendarBoard/calendarBoardHoverStore.js +1 -0
- package/dist/components/Card/Card.js +1 -0
- package/dist/components/Card/Card.module.css.js +1 -0
- package/dist/components/Checkbox/Checkbox.js +1 -0
- package/dist/components/Chip/Chip.js +1 -0
- package/dist/components/Chip/Chip.module.css.js +1 -0
- package/dist/components/Collapse/Collapse.js +1 -0
- package/dist/components/Collapse/Collapse.module.css.js +1 -0
- package/dist/components/ColorSwatchGroup/ColorSwatchGroup.js +1 -0
- package/dist/components/ColorSwatchGroup/ColorSwatchGroup.module.css.js +1 -0
- package/dist/components/CommandPalette/CommandPalette.js +1 -0
- package/dist/components/CommandPalette/CommandPalette.module.css.js +1 -0
- package/dist/components/ConfirmDialog/ConfirmDialog.js +1 -0
- package/dist/components/ConfirmDialog/ConfirmDialog.module.css.js +1 -0
- package/dist/components/Container/Container.js +1 -0
- package/dist/components/Container/Container.module.css.js +1 -0
- package/dist/components/ContextMenu/ContextMenu.js +1 -0
- package/dist/components/ContextMenu/ContextMenu.module.css.js +1 -0
- package/dist/components/CustomSelect/CustomSelect.Filter.js +1 -0
- package/dist/components/CustomSelect/CustomSelect.List.js +1 -0
- package/dist/components/CustomSelect/CustomSelect.Shell.js +1 -0
- package/dist/components/CustomSelect/CustomSelect.Shell.module.css.js +1 -0
- package/dist/components/CustomSelect/CustomSelect.context.js +1 -0
- package/dist/components/CustomSelect/CustomSelect.js +1 -0
- package/dist/components/CustomSelect/CustomSelect.module.css.js +1 -0
- package/dist/components/CustomSelect/useCustomSelectComboboxKeyboard.js +1 -0
- package/dist/components/DatePicker/DatePicker.js +1 -0
- package/dist/components/DatePicker/DatePicker.utils.js +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.js +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.module.css.js +1 -0
- package/dist/components/DayStripCalendar/DayStripCalendar.js +1 -0
- package/dist/components/DayStripCalendar/DayStripCalendar.module.css.js +1 -0
- package/dist/components/DescriptionList/DescriptionList.js +1 -0
- package/dist/components/DescriptionList/DescriptionList.module.css.js +1 -0
- package/dist/components/DonutChart/DonutChart.js +1 -0
- package/dist/components/DonutChart/DonutChart.module.css.js +1 -0
- package/dist/components/Dropdown/Dropdown.js +1 -0
- package/dist/components/Dropdown/Dropdown.module.css.js +1 -0
- package/dist/components/Dropdown/DropdownMobileSheet.js +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.js +1 -0
- package/dist/components/EmptyState/EmptyState.js +1 -0
- package/dist/components/EmptyState/EmptyState.module.css.js +1 -0
- package/dist/components/FieldLabel/FieldLabel.js +1 -0
- package/dist/components/FieldLabel/FieldLabel.module.css.js +1 -0
- package/dist/components/Fieldset/Fieldset.js +1 -0
- package/dist/components/Fieldset/Fieldset.module.css.js +1 -0
- package/dist/components/FileList/FileList.js +1 -0
- package/dist/components/FileList/FileList.module.css.js +1 -0
- package/dist/components/FocusTrap/FocusTrap.js +1 -0
- package/dist/components/FormMessage/FormMessage.js +1 -0
- package/dist/components/FormMessage/FormMessage.module.css.js +1 -0
- package/dist/components/GrabHandle/GrabHandle.js +1 -0
- package/dist/components/GrabHandle/GrabHandle.module.css.js +1 -0
- package/dist/components/Grid/Grid.js +1 -0
- package/dist/components/Grid/Grid.module.css.js +1 -0
- package/dist/components/Grid/Grid.utils.js +1 -0
- package/dist/components/ImageCrop/ImageCrop.js +1 -0
- package/dist/components/ImageCrop/ImageCrop.module.css.js +1 -0
- package/dist/components/ImageCrop/ImageCrop.utils.js +1 -0
- package/dist/components/ImageGallery/ImageGallery.js +1 -0
- package/dist/components/ImageGallery/ImageGallery.module.css.js +1 -0
- package/dist/components/ImageLightbox/ImageLightbox.js +1 -0
- package/dist/components/ImageLightbox/ImageLightbox.module.css.js +1 -0
- package/dist/components/Item/Item.js +1 -0
- package/dist/components/Item/Item.module.css.js +1 -0
- package/dist/components/Kbd/Kbd.js +1 -0
- package/dist/components/Kbd/Kbd.module.css.js +1 -0
- package/dist/components/Layout/ControlRow.js +1 -0
- package/dist/components/Layout/Inline.js +1 -0
- package/dist/components/Layout/Layout.js +1 -0
- package/dist/components/Layout/Layout.module.css.js +1 -0
- package/dist/components/Layout/Layout.types.js +1 -0
- package/dist/components/Layout/LayoutItem.js +1 -0
- package/dist/components/Layout/Split.js +1 -0
- package/dist/components/Layout/Stack.js +1 -0
- package/dist/components/Layout/flexPrimitives.module.css.js +1 -0
- package/dist/components/Layout/layoutClasses.js +1 -0
- package/dist/components/LineChart/LineChart.js +1 -0
- package/dist/components/LineChart/LineChart.module.css.js +1 -0
- package/dist/components/Link/Link.js +1 -0
- package/dist/components/Link/Link.module.css.js +1 -0
- package/dist/components/Listbox/Listbox.js +1 -0
- package/dist/components/Listbox/Listbox.module.css.js +1 -0
- package/dist/components/LocaleProvider/LocaleProvider.js +1 -0
- package/dist/components/Marker/Marker.js +1 -0
- package/dist/components/Marker/Marker.module.css.js +1 -0
- package/dist/components/MaskedField/MaskedField.js +1 -0
- package/dist/components/MaskedField/MaskedField.module.css.js +1 -0
- package/dist/components/MaskedField/MaskedField.utils.js +1 -0
- package/dist/components/Media/Media.js +1 -0
- package/dist/components/Media/Media.module.css.js +1 -0
- package/dist/components/Modal/Modal.js +1 -0
- package/dist/components/Modal/Modal.module.css.js +1 -0
- package/dist/components/Notification/Notification.js +1 -0
- package/dist/components/Notification/Notification.module.css.js +1 -0
- package/dist/components/Notification/toast.js +1 -0
- package/dist/components/NumberField/NumberField.js +1 -0
- package/dist/components/NumberField/NumberField.module.css.js +1 -0
- package/dist/components/OverflowActions/OverflowActions.js +1 -0
- package/dist/components/OverflowActions/OverflowActions.module.css.js +1 -0
- package/dist/components/OverflowGroup/OverflowGroup.js +1 -0
- package/dist/components/OverflowGroup/OverflowGroup.module.css.js +1 -0
- package/dist/components/Overlay/Overlay.Dismiss.js +1 -0
- package/dist/components/Overlay/Overlay.Focus.js +1 -0
- package/dist/components/Overlay/Overlay.Positioner.js +1 -0
- package/dist/components/Overlay/Overlay.Root.js +1 -0
- package/dist/components/Overlay/Overlay.js +1 -0
- package/dist/components/Overlay/Overlay.module.css.js +1 -0
- package/dist/components/Overlay/Overlay.types.js +1 -0
- package/dist/components/Pagination/Pagination.js +1 -0
- package/dist/components/Pagination/Pagination.module.css.js +1 -0
- package/dist/components/PasswordField/PasswordField.js +1 -0
- package/dist/components/PasswordField/PasswordField.module.css.js +1 -0
- package/dist/components/PinInput/PinInput.js +1 -0
- package/dist/components/PinInput/PinInput.module.css.js +1 -0
- package/dist/components/Popover/Popover.js +1 -0
- package/dist/components/Popover/Popover.module.css.js +1 -0
- package/dist/components/Progress/Progress.js +1 -0
- package/dist/components/Progress/Progress.module.css.js +1 -0
- package/dist/components/PullToRefresh/PullToRefresh.js +1 -0
- package/dist/components/PullToRefresh/PullToRefresh.module.css.js +1 -0
- package/dist/components/Radio/Radio.js +1 -0
- package/dist/components/Rating/Rating.js +1 -0
- package/dist/components/Rating/Rating.module.css.js +1 -0
- package/dist/components/RelativeTime/RelativeTime.js +1 -0
- package/dist/components/SafeArea/SafeArea.js +1 -0
- package/dist/components/SafeArea/SafeArea.module.css.js +1 -0
- package/dist/components/ScrollArea/ScrollArea.js +1 -0
- package/dist/components/ScrollArea/ScrollArea.module.css.js +1 -0
- package/dist/components/SearchField/SearchField.js +1 -0
- package/dist/components/SearchField/SearchField.module.css.js +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.js +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.module.css.js +1 -0
- package/dist/components/Select/Select.js +1 -0
- package/dist/components/Select/Select.module.css.js +1 -0
- package/dist/components/SelectionGroup/SelectionGroup.js +1 -0
- package/dist/components/SelectionGroup/SelectionGroup.module.css.js +1 -0
- package/dist/components/Separator/Separator.js +1 -0
- package/dist/components/Separator/Separator.module.css.js +1 -0
- package/dist/components/Sheet/Sheet.js +1 -0
- package/dist/components/Sheet/Sheet.module.css.js +1 -0
- package/dist/components/Sidebar/Sidebar.js +1 -0
- package/dist/components/Sidebar/Sidebar.module.css.js +1 -0
- package/dist/components/Skeleton/Skeleton.js +1 -0
- package/dist/components/Skeleton/Skeleton.module.css.js +1 -0
- package/dist/components/SkipLink/SkipLink.js +1 -0
- package/dist/components/SkipLink/SkipLink.module.css.js +1 -0
- package/dist/components/Slider/Slider.js +1 -0
- package/dist/components/Slider/Slider.module.css.js +1 -0
- package/dist/components/SortableList/SortableList.js +1 -0
- package/dist/components/SortableList/SortableList.module.css.js +1 -0
- package/dist/components/SortableList/SortableList.types.js +1 -0
- package/dist/components/SortableList/useSortableListDnD.js +1 -0
- package/dist/components/Spinner/Spinner.js +1 -0
- package/dist/components/Spinner/Spinner.module.css.js +1 -0
- package/dist/components/StatBadge/StatBadge.js +1 -0
- package/dist/components/StatBadge/StatBadge.module.css.js +1 -0
- package/dist/components/Steps/Steps.js +1 -0
- package/dist/components/Steps/Steps.module.css.js +1 -0
- package/dist/components/SuggestField/SuggestField.js +1 -0
- package/dist/components/SuggestField/SuggestField.module.css.js +1 -0
- package/dist/components/SwipeToAction/SwipeActionButtons.js +1 -0
- package/dist/components/SwipeToAction/SwipeToAction.js +1 -0
- package/dist/components/SwipeToAction/SwipeToAction.module.css.js +1 -0
- package/dist/components/SwipeToAction/SwipeToAction.utils.js +1 -0
- package/dist/components/Switch/Switch.js +1 -0
- package/dist/components/Switch/Switch.module.css.js +1 -0
- package/dist/components/Table/Table.js +1 -0
- package/dist/components/Table/Table.module.css.js +1 -0
- package/dist/components/Table/Table.slots.js +1 -0
- package/dist/components/Table/TableContext.js +1 -0
- package/dist/components/Table/TableRow.js +1 -0
- package/dist/components/Table/TableRowActions.js +1 -0
- package/dist/components/Table/TableView.js +1 -0
- package/dist/components/Tabs/Tabs.js +1 -0
- package/dist/components/Tabs/Tabs.module.css.js +1 -0
- package/dist/components/Text/Text.js +1 -0
- package/dist/components/Text/Text.module.css.js +1 -0
- package/dist/components/TextField/TextField.js +1 -0
- package/dist/components/TextField/TextField.module.css.js +1 -0
- package/dist/components/TextareaField/TextareaField.js +1 -0
- package/dist/components/TextareaField/TextareaField.module.css.js +1 -0
- package/dist/components/ThemeProvider/ThemeProvider.js +1 -0
- package/dist/components/ThemeProvider/ThemeProvider.module.css.js +1 -0
- package/dist/components/TimePicker/TimePicker.js +1 -0
- package/dist/components/TimePicker/TimePicker.module.css.js +1 -0
- package/dist/components/Timeline/Timeline.js +1 -0
- package/dist/components/Timeline/Timeline.module.css.js +1 -0
- package/dist/components/Title/Title.js +1 -0
- package/dist/components/Title/Title.module.css.js +1 -0
- package/dist/components/Tooltip/Tooltip.js +1 -0
- package/dist/components/Tooltip/Tooltip.module.css.js +1 -0
- package/dist/components/UploadZone/UploadZone.js +1 -0
- package/dist/components/UploadZone/UploadZone.module.css.js +1 -0
- package/dist/components/VirtualList/VirtualList.js +1 -0
- package/dist/components/VirtualList/VirtualList.module.css.js +1 -0
- package/dist/components/VirtualList/VirtualList.utils.js +1 -0
- package/dist/components/VirtualList/VirtualListInner.js +1 -0
- package/dist/components/VirtualList/VirtualListItemCell.js +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.js +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.module.css.js +1 -0
- package/dist/entries/hooks.js +1 -0
- package/dist/entries/icons.js +1 -0
- package/dist/entries/utils.js +1 -0
- package/dist/hooks/useBodyScrollLock.js +1 -0
- package/dist/hooks/useControlledState.js +1 -0
- package/dist/hooks/useDocumentKeyDown.js +1 -0
- package/dist/hooks/useEscapeKey.js +1 -0
- package/dist/hooks/useFocusRestore.js +1 -0
- package/dist/hooks/useFocusTrap.js +1 -0
- package/dist/hooks/useForm.js +1 -0
- package/dist/hooks/useInertSiblings.js +1 -0
- package/dist/hooks/useLongPress.js +1 -0
- package/dist/hooks/useMediaQuery.js +1 -0
- package/dist/hooks/useOutsideClick.js +1 -0
- package/dist/hooks/useOverlay.js +1 -0
- package/dist/hooks/useOverlayPanel.js +1 -0
- package/dist/hooks/usePrefersReducedMotion.js +1 -0
- package/dist/icons/icons/IconAlarm.js +10 -0
- package/dist/icons/icons/IconAlignCenter.js +3 -0
- package/dist/icons/icons/IconAlignJustify.js +3 -0
- package/dist/icons/icons/IconAlignLeft.js +3 -0
- package/dist/icons/icons/IconAlignRight.js +3 -0
- package/dist/icons/icons/IconAnchor.js +5 -0
- package/dist/icons/icons/IconArchive.js +5 -0
- package/dist/icons/icons/IconArrowDown.js +3 -0
- package/dist/icons/icons/IconArrowLeft.js +3 -0
- package/dist/icons/icons/IconArrowRight.js +3 -0
- package/dist/icons/icons/IconArrowThinDown.js +3 -0
- package/dist/icons/icons/IconArrowThinLeft.js +2 -0
- package/dist/icons/icons/IconArrowThinRight.js +3 -0
- package/dist/icons/icons/IconArrowThinUp.js +2 -0
- package/dist/icons/icons/IconArrowUp.js +3 -0
- package/dist/icons/icons/IconArticle.js +4 -0
- package/dist/icons/icons/IconBackspace.js +3 -0
- package/dist/icons/icons/IconBasket.js +4 -0
- package/dist/icons/icons/IconBasketball.js +7 -0
- package/dist/icons/icons/IconBatteryEmpty.js +2 -0
- package/dist/icons/icons/IconBatteryFull.js +4 -0
- package/dist/icons/icons/IconBatteryLow.js +3 -0
- package/dist/icons/icons/IconBatteryMedium.js +3 -0
- package/dist/icons/icons/IconBell.js +8 -0
- package/dist/icons/icons/IconBlog.js +4 -0
- package/dist/icons/icons/IconBluetooth.js +4 -0
- package/dist/icons/icons/IconBold.js +3 -0
- package/dist/icons/icons/IconBookmark.js +3 -0
- package/dist/icons/icons/IconBookmarks.js +4 -0
- package/dist/icons/icons/IconBox.js +5 -0
- package/dist/icons/icons/IconBriefcase.js +4 -0
- package/dist/icons/icons/IconBrightnessLow.js +10 -0
- package/dist/icons/icons/IconBrightnessMax.js +9 -0
- package/dist/icons/icons/IconBrightnessMedium.js +9 -0
- package/dist/icons/icons/IconBroadcast.js +10 -0
- package/dist/icons/icons/IconBrowser.js +2 -0
- package/dist/icons/icons/IconBrowserUpload.js +5 -0
- package/dist/icons/icons/IconBrush.js +7 -0
- package/dist/icons/icons/IconCalendar.js +4 -0
- package/dist/icons/icons/IconCamcorder.js +3 -0
- package/dist/icons/icons/IconCamera.js +8 -0
- package/dist/icons/icons/IconCard.js +3 -0
- package/dist/icons/icons/IconCart.js +6 -0
- package/dist/icons/icons/IconChecklist.js +6 -0
- package/dist/icons/icons/IconCheckmark.js +2 -0
- package/dist/icons/icons/IconChevronDown.js +2 -0
- package/dist/icons/icons/IconChevronLeft.js +2 -0
- package/dist/icons/icons/IconChevronRight.js +2 -0
- package/dist/icons/icons/IconChevronUp.js +2 -0
- package/dist/icons/icons/IconClipboard.js +4 -0
- package/dist/icons/icons/IconClock.js +3 -0
- package/dist/icons/icons/IconClockwise.js +4 -0
- package/dist/icons/icons/IconCloud.js +6 -0
- package/dist/icons/icons/IconCloudDownload.js +9 -0
- package/dist/icons/icons/IconCloudUpload.js +9 -0
- package/dist/icons/icons/IconCode.js +4 -0
- package/dist/icons/icons/IconContract.js +8 -0
- package/dist/icons/icons/IconContract2.js +4 -0
- package/dist/icons/icons/IconConversation.js +7 -0
- package/dist/icons/icons/IconCopy.js +5 -0
- package/dist/icons/icons/IconCrop.js +6 -0
- package/dist/icons/icons/IconCross.js +3 -0
- package/dist/icons/icons/IconCrosshair.js +4 -0
- package/dist/icons/icons/IconCutlery.js +7 -0
- package/dist/icons/icons/IconDeviceDesktop.js +4 -0
- package/dist/icons/icons/IconDeviceMobile.js +3 -0
- package/dist/icons/icons/IconDeviceTablet.js +3 -0
- package/dist/icons/icons/IconDirection.js +3 -0
- package/dist/icons/icons/IconDisc.js +8 -0
- package/dist/icons/icons/IconDocument.js +5 -0
- package/dist/icons/icons/IconDocumentDelete.js +5 -0
- package/dist/icons/icons/IconDocumentEdit.js +4 -0
- package/dist/icons/icons/IconDocumentNew.js +2 -0
- package/dist/icons/icons/IconDocumentRemove.js +3 -0
- package/dist/icons/icons/IconDot.js +2 -0
- package/dist/icons/icons/IconDots2.js +4 -0
- package/dist/icons/icons/IconDots3.js +5 -0
- package/dist/icons/icons/IconDownload.js +3 -0
- package/dist/icons/icons/IconDragHandle.js +1 -0
- package/dist/icons/icons/IconDuplicate.js +3 -0
- package/dist/icons/icons/IconEnter.js +4 -0
- package/dist/icons/icons/IconExit.js +4 -0
- package/dist/icons/icons/IconExpand.js +8 -0
- package/dist/icons/icons/IconExpand2.js +4 -0
- package/dist/icons/icons/IconExperiment.js +7 -0
- package/dist/icons/icons/IconExport.js +6 -0
- package/dist/icons/icons/IconFeed.js +6 -0
- package/dist/icons/icons/IconFlag.js +6 -0
- package/dist/icons/icons/IconFlashlight.js +4 -0
- package/dist/icons/icons/IconFolder.js +2 -0
- package/dist/icons/icons/IconFolderOpen.js +3 -0
- package/dist/icons/icons/IconForward.js +5 -0
- package/dist/icons/icons/IconGaming.js +14 -0
- package/dist/icons/icons/IconGear.js +21 -0
- package/dist/icons/icons/IconGraduation.js +6 -0
- package/dist/icons/icons/IconGraphBar.js +3 -0
- package/dist/icons/icons/IconGraphLine.js +4 -0
- package/dist/icons/icons/IconGraphPie.js +4 -0
- package/dist/icons/icons/IconHeadset.js +8 -0
- package/dist/icons/icons/IconHeart.js +8 -0
- package/dist/icons/icons/IconHelp.js +12 -0
- package/dist/icons/icons/IconHome.js +4 -0
- package/dist/icons/icons/IconHourglass.js +6 -0
- package/dist/icons/icons/IconInbox.js +6 -0
- package/dist/icons/icons/IconInformation.js +6 -0
- package/dist/icons/icons/IconItalic.js +3 -0
- package/dist/icons/icons/IconJewel.js +4 -0
- package/dist/icons/icons/IconLifting.js +3 -0
- package/dist/icons/icons/IconLightbulb.js +7 -0
- package/dist/icons/icons/IconLink.js +6 -0
- package/dist/icons/icons/IconLinkBroken.js +8 -0
- package/dist/icons/icons/IconList.js +7 -0
- package/dist/icons/icons/IconLoading.js +12 -0
- package/dist/icons/icons/IconLocation.js +5 -0
- package/dist/icons/icons/IconLock.js +2 -0
- package/dist/icons/icons/IconLockOpen.js +3 -0
- package/dist/icons/icons/IconMail.js +9 -0
- package/dist/icons/icons/IconMap.js +8 -0
- package/dist/icons/icons/IconMediaLoop.js +3 -0
- package/dist/icons/icons/IconMediaNext.js +3 -0
- package/dist/icons/icons/IconMediaPause.js +2 -0
- package/dist/icons/icons/IconMediaPlay.js +2 -0
- package/dist/icons/icons/IconMediaPrevious.js +3 -0
- package/dist/icons/icons/IconMediaRecord.js +3 -0
- package/dist/icons/icons/IconMediaShuffle.js +8 -0
- package/dist/icons/icons/IconMediaStop.js +2 -0
- package/dist/icons/icons/IconMedical.js +4 -0
- package/dist/icons/icons/IconMenu.js +3 -0
- package/dist/icons/icons/IconMessage.js +5 -0
- package/dist/icons/icons/IconMeter.js +5 -0
- package/dist/icons/icons/IconMicrophone.js +8 -0
- package/dist/icons/icons/IconMinus.js +1 -0
- package/dist/icons/icons/IconMonitor.js +2 -0
- package/dist/icons/icons/IconMove.js +7 -0
- package/dist/icons/icons/IconMusic.js +8 -0
- package/dist/icons/icons/IconNetwork1.js +6 -0
- package/dist/icons/icons/IconNetwork2.js +6 -0
- package/dist/icons/icons/IconNetwork3.js +8 -0
- package/dist/icons/icons/IconNetwork4.js +7 -0
- package/dist/icons/icons/IconNetwork5.js +4 -0
- package/dist/icons/icons/IconPamphlet.js +6 -0
- package/dist/icons/icons/IconPaperclip.js +5 -0
- package/dist/icons/icons/IconPencil.js +4 -0
- package/dist/icons/icons/IconPhone.js +7 -0
- package/dist/icons/icons/IconPhoto.js +4 -0
- package/dist/icons/icons/IconPhotoGroup.js +6 -0
- package/dist/icons/icons/IconPill.js +8 -0
- package/dist/icons/icons/IconPin.js +8 -0
- package/dist/icons/icons/IconPlus.js +2 -0
- package/dist/icons/icons/IconPower.js +4 -0
- package/dist/icons/icons/IconPreview.js +8 -0
- package/dist/icons/icons/IconPreviewOff.js +8 -0
- package/dist/icons/icons/IconPrint.js +5 -0
- package/dist/icons/icons/IconPulse.js +4 -0
- package/dist/icons/icons/IconQuestion.js +6 -0
- package/dist/icons/icons/IconReply.js +4 -0
- package/dist/icons/icons/IconReplyAll.js +6 -0
- package/dist/icons/icons/IconReturn.js +3 -0
- package/dist/icons/icons/IconRetweet.js +5 -0
- package/dist/icons/icons/IconRocket.js +11 -0
- package/dist/icons/icons/IconScale.js +6 -0
- package/dist/icons/icons/IconSearch.js +6 -0
- package/dist/icons/icons/IconShoppingBag.js +3 -0
- package/dist/icons/icons/IconSkip.js +5 -0
- package/dist/icons/icons/IconStack.js +5 -0
- package/dist/icons/icons/IconStar.js +5 -0
- package/dist/icons/icons/IconStopwatch.js +6 -0
- package/dist/icons/icons/IconStore.js +6 -0
- package/dist/icons/icons/IconSuitcase.js +3 -0
- package/dist/icons/icons/IconSwap.js +5 -0
- package/dist/icons/icons/IconTag.js +4 -0
- package/dist/icons/icons/IconTagDelete.js +5 -0
- package/dist/icons/icons/IconTags.js +7 -0
- package/dist/icons/icons/IconThumbsDown.js +7 -0
- package/dist/icons/icons/IconThumbsUp.js +7 -0
- package/dist/icons/icons/IconTicket.js +8 -0
- package/dist/icons/icons/IconTimeReverse.js +5 -0
- package/dist/icons/icons/IconToDo.js +5 -0
- package/dist/icons/icons/IconToggles.js +9 -0
- package/dist/icons/icons/IconTrash.js +6 -0
- package/dist/icons/icons/IconTrophy.js +7 -0
- package/dist/icons/icons/IconUpload.js +4 -0
- package/dist/icons/icons/IconUser.js +5 -0
- package/dist/icons/icons/IconUserGroup.js +9 -0
- package/dist/icons/icons/IconUserId.js +7 -0
- package/dist/icons/icons/IconVibrate.js +7 -0
- package/dist/icons/icons/IconViewApps.js +14 -0
- package/dist/icons/icons/IconViewList.js +5 -0
- package/dist/icons/icons/IconViewListLarge.js +6 -0
- package/dist/icons/icons/IconViewThumb.js +6 -0
- package/dist/icons/icons/IconVolumeFull.js +8 -0
- package/dist/icons/icons/IconVolumeLow.js +5 -0
- package/dist/icons/icons/IconVolumeMedium.js +6 -0
- package/dist/icons/icons/IconVolumeOff.js +6 -0
- package/dist/icons/icons/IconWallet.js +5 -0
- package/dist/icons/icons/IconWarning.js +4 -0
- package/dist/icons/icons/IconWeb.js +12 -0
- package/dist/icons/icons/IconWeight.js +3 -0
- package/dist/icons/icons/IconWifi.js +7 -0
- package/dist/icons/icons/IconWrong.js +3 -0
- package/dist/icons/icons/IconZoomIn.js +5 -0
- package/dist/icons/icons/IconZoomOut.js +4 -0
- package/dist/index.js +1 -0
- package/dist/locales/en.js +1 -0
- package/dist/locales/localeContext.js +1 -0
- package/dist/locales/ru.js +1 -0
- package/dist/locales/translate.js +1 -0
- package/dist/utils/a11y.js +1 -0
- package/dist/utils/anchorPosition.js +1 -0
- package/dist/utils/arrayMove.js +1 -0
- package/dist/utils/autoHeight.js +1 -0
- package/dist/utils/cn.js +1 -0
- package/dist/utils/composeEvents.js +1 -0
- package/dist/utils/composeRefs.js +1 -0
- package/dist/utils/controlTrack.js +1 -0
- package/dist/utils/controlTrack.module.css.js +1 -0
- package/dist/utils/cssSize.js +1 -0
- package/dist/utils/focus.js +1 -0
- package/dist/utils/formControl.js +1 -0
- package/dist/utils/hoverTriggerGroup.js +1 -0
- package/dist/utils/keyboard.js +1 -0
- package/dist/utils/keyboardShortcut.js +1 -0
- package/dist/utils/listboxOptions.js +1 -0
- package/dist/utils/mergeStyles.js +1 -0
- package/dist/utils/overlayDismiss.js +1 -0
- package/dist/utils/overlayEscapeStack.js +1 -0
- package/dist/utils/overlayPurpose.js +1 -0
- package/dist/utils/overlayStack.js +1 -0
- package/dist/utils/overlayZIndex.js +1 -0
- package/dist/utils/portal.js +1 -0
- package/dist/utils/renderChildren.js +1 -0
- package/dist/utils/slot.js +1 -0
- package/dist/utils/spacing.js +1 -0
- package/dist/utils/transform.js +1 -0
- package/docs/COMPONENTS.md +207 -0
- package/docs/ICONS.md +22 -0
- package/docs/LAYOUT.md +282 -0
- package/docs/THEMING.md +308 -0
- package/package.json +127 -0
- package/types/entries/hooks.d.ts +329 -0
- package/types/entries/icons.d.ts +1621 -0
- package/types/entries/utils.d.ts +519 -0
- package/types/index.d.ts +6083 -0
|
@@ -0,0 +1,1621 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
interface IconProps$39 extends React.SVGProps<SVGSVGElement> {
|
|
4
|
+
/** Размер в px (или любой css‑единица) */
|
|
5
|
+
size?: number | string;
|
|
6
|
+
/** Цвет заливки */
|
|
7
|
+
color?: string;
|
|
8
|
+
}
|
|
9
|
+
declare const IconAlarm: React.FC<IconProps$39>;
|
|
10
|
+
|
|
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>;
|
|
18
|
+
|
|
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>;
|
|
26
|
+
|
|
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>;
|
|
34
|
+
|
|
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>;
|
|
42
|
+
|
|
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>;
|
|
50
|
+
|
|
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>;
|
|
58
|
+
|
|
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>;
|
|
66
|
+
|
|
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>;
|
|
74
|
+
|
|
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>;
|
|
82
|
+
|
|
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$>;
|
|
90
|
+
|
|
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_>;
|
|
98
|
+
|
|
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>;
|
|
106
|
+
|
|
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>;
|
|
114
|
+
|
|
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>;
|
|
122
|
+
|
|
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>;
|
|
130
|
+
|
|
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>;
|
|
138
|
+
|
|
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>;
|
|
146
|
+
|
|
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>;
|
|
154
|
+
|
|
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>;
|
|
162
|
+
|
|
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>;
|
|
170
|
+
|
|
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>;
|
|
178
|
+
|
|
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>;
|
|
186
|
+
|
|
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>;
|
|
194
|
+
|
|
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>;
|
|
202
|
+
|
|
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>;
|
|
210
|
+
|
|
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>;
|
|
218
|
+
|
|
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>;
|
|
226
|
+
|
|
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>;
|
|
234
|
+
|
|
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>;
|
|
242
|
+
|
|
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>;
|
|
250
|
+
|
|
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>;
|
|
258
|
+
|
|
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>;
|
|
266
|
+
|
|
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>;
|
|
274
|
+
|
|
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>;
|
|
282
|
+
|
|
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>;
|
|
290
|
+
|
|
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>;
|
|
298
|
+
|
|
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>;
|
|
306
|
+
|
|
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>;
|
|
314
|
+
|
|
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>;
|
|
322
|
+
|
|
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>;
|
|
330
|
+
|
|
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>;
|
|
338
|
+
|
|
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>;
|
|
346
|
+
|
|
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>;
|
|
354
|
+
|
|
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>;
|
|
362
|
+
|
|
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>;
|
|
370
|
+
|
|
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>;
|
|
378
|
+
|
|
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>;
|
|
386
|
+
|
|
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>;
|
|
394
|
+
|
|
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>;
|
|
402
|
+
|
|
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>;
|
|
410
|
+
|
|
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>;
|
|
418
|
+
|
|
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>;
|
|
426
|
+
|
|
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>;
|
|
434
|
+
|
|
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>;
|
|
442
|
+
|
|
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>;
|
|
450
|
+
|
|
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>;
|
|
458
|
+
|
|
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>;
|
|
466
|
+
|
|
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>;
|
|
474
|
+
|
|
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>;
|
|
482
|
+
|
|
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>;
|
|
490
|
+
|
|
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>;
|
|
498
|
+
|
|
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>;
|
|
506
|
+
|
|
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>;
|
|
514
|
+
|
|
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>;
|
|
522
|
+
|
|
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>;
|
|
530
|
+
|
|
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>;
|
|
538
|
+
|
|
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>;
|
|
546
|
+
|
|
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>;
|
|
554
|
+
|
|
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>;
|
|
562
|
+
|
|
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>;
|
|
570
|
+
|
|
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>;
|
|
578
|
+
|
|
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>;
|
|
586
|
+
|
|
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>;
|
|
594
|
+
|
|
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$>;
|
|
602
|
+
|
|
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_>;
|
|
610
|
+
|
|
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>;
|
|
618
|
+
|
|
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>;
|
|
625
|
+
|
|
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>;
|
|
633
|
+
|
|
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>;
|
|
641
|
+
|
|
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>;
|
|
649
|
+
|
|
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>;
|
|
657
|
+
|
|
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>;
|
|
665
|
+
|
|
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>;
|
|
673
|
+
|
|
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>;
|
|
681
|
+
|
|
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>;
|
|
689
|
+
|
|
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>;
|
|
697
|
+
|
|
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>;
|
|
705
|
+
|
|
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>;
|
|
713
|
+
|
|
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>;
|
|
721
|
+
|
|
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>;
|
|
729
|
+
|
|
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>;
|
|
737
|
+
|
|
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>;
|
|
745
|
+
|
|
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>;
|
|
753
|
+
|
|
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>;
|
|
761
|
+
|
|
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>;
|
|
769
|
+
|
|
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>;
|
|
777
|
+
|
|
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>;
|
|
785
|
+
|
|
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>;
|
|
793
|
+
|
|
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>;
|
|
801
|
+
|
|
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>;
|
|
809
|
+
|
|
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>;
|
|
817
|
+
|
|
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>;
|
|
825
|
+
|
|
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>;
|
|
833
|
+
|
|
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>;
|
|
841
|
+
|
|
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>;
|
|
849
|
+
|
|
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>;
|
|
857
|
+
|
|
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>;
|
|
865
|
+
|
|
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>;
|
|
873
|
+
|
|
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>;
|
|
881
|
+
|
|
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>;
|
|
889
|
+
|
|
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>;
|
|
897
|
+
|
|
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>;
|
|
905
|
+
|
|
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>;
|
|
913
|
+
|
|
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>;
|
|
921
|
+
|
|
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>;
|
|
929
|
+
|
|
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>;
|
|
937
|
+
|
|
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>;
|
|
945
|
+
|
|
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>;
|
|
953
|
+
|
|
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>;
|
|
961
|
+
|
|
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>;
|
|
969
|
+
|
|
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>;
|
|
977
|
+
|
|
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>;
|
|
985
|
+
|
|
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>;
|
|
993
|
+
|
|
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>;
|
|
1001
|
+
|
|
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>;
|
|
1009
|
+
|
|
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>;
|
|
1017
|
+
|
|
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>;
|
|
1025
|
+
|
|
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>;
|
|
1033
|
+
|
|
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>;
|
|
1041
|
+
|
|
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>;
|
|
1049
|
+
|
|
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>;
|
|
1057
|
+
|
|
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>;
|
|
1065
|
+
|
|
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>;
|
|
1073
|
+
|
|
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>;
|
|
1081
|
+
|
|
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>;
|
|
1089
|
+
|
|
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>;
|
|
1097
|
+
|
|
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>;
|
|
1105
|
+
|
|
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$$>;
|
|
1113
|
+
|
|
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$_>;
|
|
1121
|
+
|
|
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>;
|
|
1129
|
+
|
|
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>;
|
|
1137
|
+
|
|
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>;
|
|
1145
|
+
|
|
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>;
|
|
1153
|
+
|
|
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>;
|
|
1161
|
+
|
|
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>;
|
|
1169
|
+
|
|
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>;
|
|
1177
|
+
|
|
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>;
|
|
1185
|
+
|
|
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>;
|
|
1193
|
+
|
|
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>;
|
|
1201
|
+
|
|
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>;
|
|
1209
|
+
|
|
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>;
|
|
1220
|
+
|
|
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>;
|
|
1228
|
+
|
|
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>;
|
|
1236
|
+
|
|
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>;
|
|
1244
|
+
|
|
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>;
|
|
1252
|
+
|
|
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>;
|
|
1260
|
+
|
|
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>;
|
|
1268
|
+
|
|
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>;
|
|
1276
|
+
|
|
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>;
|
|
1284
|
+
|
|
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>;
|
|
1292
|
+
|
|
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>;
|
|
1300
|
+
|
|
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>;
|
|
1308
|
+
|
|
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>;
|
|
1316
|
+
|
|
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>;
|
|
1324
|
+
|
|
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>;
|
|
1332
|
+
|
|
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>;
|
|
1340
|
+
|
|
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>;
|
|
1348
|
+
|
|
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>;
|
|
1356
|
+
|
|
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>;
|
|
1364
|
+
|
|
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>;
|
|
1372
|
+
|
|
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>;
|
|
1380
|
+
|
|
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>;
|
|
1388
|
+
|
|
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>;
|
|
1396
|
+
|
|
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>;
|
|
1404
|
+
|
|
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>;
|
|
1412
|
+
|
|
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>;
|
|
1420
|
+
|
|
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>;
|
|
1428
|
+
|
|
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>;
|
|
1436
|
+
|
|
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>;
|
|
1444
|
+
|
|
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>;
|
|
1452
|
+
|
|
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>;
|
|
1460
|
+
|
|
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>;
|
|
1468
|
+
|
|
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>;
|
|
1476
|
+
|
|
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>;
|
|
1484
|
+
|
|
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>;
|
|
1492
|
+
|
|
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>;
|
|
1500
|
+
|
|
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>;
|
|
1508
|
+
|
|
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>;
|
|
1516
|
+
|
|
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>;
|
|
1524
|
+
|
|
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>;
|
|
1532
|
+
|
|
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>;
|
|
1540
|
+
|
|
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>;
|
|
1548
|
+
|
|
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>;
|
|
1556
|
+
|
|
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>;
|
|
1564
|
+
|
|
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>;
|
|
1572
|
+
|
|
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>;
|
|
1580
|
+
|
|
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>;
|
|
1588
|
+
|
|
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>;
|
|
1596
|
+
|
|
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>;
|
|
1604
|
+
|
|
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>;
|
|
1612
|
+
|
|
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>;
|
|
1620
|
+
|
|
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 };
|