@dsn-starter-kit/components-react 3.0.0 → 3.1.0
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/README.md +32 -4
- package/dist/ActionGroup/ActionGroup.d.mts +51 -0
- package/dist/ActionGroup/ActionGroup.d.mts.map +1 -0
- package/dist/ActionGroup/ActionGroup2.mjs +65 -0
- package/dist/ActionGroup/ActionGroup2.mjs.map +1 -0
- package/dist/ActionGroup/index.d.mts +2 -0
- package/dist/Alert/Alert.d.mts +85 -0
- package/dist/Alert/Alert.d.mts.map +1 -0
- package/dist/Alert/Alert2.mjs +102 -0
- package/dist/Alert/Alert2.mjs.map +1 -0
- package/dist/Alert/index.d.mts +2 -0
- package/dist/Backdrop/Backdrop.d.mts +28 -0
- package/dist/Backdrop/Backdrop.d.mts.map +1 -0
- package/dist/Backdrop/Backdrop2.mjs +32 -0
- package/dist/Backdrop/Backdrop2.mjs.map +1 -0
- package/dist/Backdrop/index.d.mts +2 -0
- package/dist/Body/Body.d.mts +29 -0
- package/dist/Body/Body.d.mts.map +1 -0
- package/dist/Body/Body2.mjs +36 -0
- package/dist/Body/Body2.mjs.map +1 -0
- package/dist/Body/index.d.mts +2 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigation.d.mts +45 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigation.d.mts.map +1 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigation2.mjs +51 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigation2.mjs.map +1 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigationItem.d.mts +41 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigationItem.d.mts.map +1 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigationItem.mjs +48 -0
- package/dist/BreadcrumbNavigation/BreadcrumbNavigationItem.mjs.map +1 -0
- package/dist/BreadcrumbNavigation/index.d.mts +3 -0
- package/dist/BreakoutSection/BreakoutSection.d.mts +32 -0
- package/dist/BreakoutSection/BreakoutSection.d.mts.map +1 -0
- package/dist/BreakoutSection/BreakoutSection2.mjs +36 -0
- package/dist/BreakoutSection/BreakoutSection2.mjs.map +1 -0
- package/dist/BreakoutSection/index.d.mts +2 -0
- package/dist/Button/Button.d.mts +92 -0
- package/dist/Button/Button.d.mts.map +1 -0
- package/dist/Button/Button2.mjs +76 -0
- package/dist/Button/Button2.mjs.map +1 -0
- package/dist/Button/index.d.mts +2 -0
- package/dist/ButtonLink/ButtonLink.d.mts +94 -0
- package/dist/ButtonLink/ButtonLink.d.mts.map +1 -0
- package/dist/ButtonLink/ButtonLink2.mjs +70 -0
- package/dist/ButtonLink/ButtonLink2.mjs.map +1 -0
- package/dist/ButtonLink/index.d.mts +2 -0
- package/dist/Card/Card.d.mts +107 -0
- package/dist/Card/Card.d.mts.map +1 -0
- package/dist/Card/Card2.mjs +125 -0
- package/dist/Card/Card2.mjs.map +1 -0
- package/dist/Card/index.d.mts +2 -0
- package/dist/Checkbox/Checkbox.d.mts +20 -0
- package/dist/Checkbox/Checkbox.d.mts.map +1 -0
- package/dist/Checkbox/Checkbox2.mjs +43 -0
- package/dist/Checkbox/Checkbox2.mjs.map +1 -0
- package/dist/Checkbox/index.d.mts +2 -0
- package/dist/CheckboxGroup/CheckboxGroup.d.mts +39 -0
- package/dist/CheckboxGroup/CheckboxGroup.d.mts.map +1 -0
- package/dist/CheckboxGroup/CheckboxGroup2.mjs +46 -0
- package/dist/CheckboxGroup/CheckboxGroup2.mjs.map +1 -0
- package/dist/CheckboxGroup/index.d.mts +2 -0
- package/dist/CheckboxOption/CheckboxOption.d.mts +17 -0
- package/dist/CheckboxOption/CheckboxOption.d.mts.map +1 -0
- package/dist/CheckboxOption/CheckboxOption2.mjs +29 -0
- package/dist/CheckboxOption/CheckboxOption2.mjs.map +1 -0
- package/dist/CheckboxOption/index.d.mts +2 -0
- package/dist/Container/Container.d.mts +43 -0
- package/dist/Container/Container.d.mts.map +1 -0
- package/dist/Container/Container2.mjs +42 -0
- package/dist/Container/Container2.mjs.map +1 -0
- package/dist/Container/index.d.mts +2 -0
- package/dist/DateInput/DateInput.d.mts +38 -0
- package/dist/DateInput/DateInput.d.mts.map +1 -0
- package/dist/DateInput/DateInput2.mjs +69 -0
- package/dist/DateInput/DateInput2.mjs.map +1 -0
- package/dist/DateInput/index.d.mts +2 -0
- package/dist/DateInputGroup/DateInputGroup.d.mts +67 -0
- package/dist/DateInputGroup/DateInputGroup.d.mts.map +1 -0
- package/dist/DateInputGroup/DateInputGroup2.mjs +120 -0
- package/dist/DateInputGroup/DateInputGroup2.mjs.map +1 -0
- package/dist/DateInputGroup/index.d.mts +2 -0
- package/dist/Details/Details.d.mts +48 -0
- package/dist/Details/Details.d.mts.map +1 -0
- package/dist/Details/Details2.mjs +61 -0
- package/dist/Details/Details2.mjs.map +1 -0
- package/dist/Details/index.d.mts +2 -0
- package/dist/DotBadge/DotBadge.d.mts +44 -0
- package/dist/DotBadge/DotBadge.d.mts.map +1 -0
- package/dist/DotBadge/DotBadge2.mjs +42 -0
- package/dist/DotBadge/DotBadge2.mjs.map +1 -0
- package/dist/DotBadge/index.d.mts +2 -0
- package/dist/Drawer/Drawer.d.mts +111 -0
- package/dist/Drawer/Drawer.d.mts.map +1 -0
- package/dist/Drawer/Drawer2.mjs +156 -0
- package/dist/Drawer/Drawer2.mjs.map +1 -0
- package/dist/Drawer/index.d.mts +2 -0
- package/dist/EmailInput/EmailInput.d.mts +40 -0
- package/dist/EmailInput/EmailInput.d.mts.map +1 -0
- package/dist/EmailInput/EmailInput.mjs +39 -0
- package/dist/EmailInput/EmailInput.mjs.map +1 -0
- package/dist/EmailInput/index.d.mts +2 -0
- package/dist/File/File.d.mts +124 -0
- package/dist/File/File.d.mts.map +1 -0
- package/dist/File/File2.mjs +196 -0
- package/dist/File/File2.mjs.map +1 -0
- package/dist/File/index.d.mts +2 -0
- package/dist/FileInput/FileInput.d.mts +38 -0
- package/dist/FileInput/FileInput.d.mts.map +1 -0
- package/dist/FileInput/FileInput2.mjs +41 -0
- package/dist/FileInput/FileInput2.mjs.map +1 -0
- package/dist/FileInput/index.d.mts +2 -0
- package/dist/FormField/FormField.d.mts +103 -0
- package/dist/FormField/FormField.d.mts.map +1 -0
- package/dist/FormField/FormField2.mjs +101 -0
- package/dist/FormField/FormField2.mjs.map +1 -0
- package/dist/FormField/index.d.mts +2 -0
- package/dist/FormFieldDescription/FormFieldDescription.d.mts +53 -0
- package/dist/FormFieldDescription/FormFieldDescription.d.mts.map +1 -0
- package/dist/FormFieldDescription/FormFieldDescription2.mjs +49 -0
- package/dist/FormFieldDescription/FormFieldDescription2.mjs.map +1 -0
- package/dist/FormFieldDescription/index.d.mts +2 -0
- package/dist/FormFieldErrorMessage/FormFieldErrorMessage.d.mts +42 -0
- package/dist/FormFieldErrorMessage/FormFieldErrorMessage.d.mts.map +1 -0
- package/dist/FormFieldErrorMessage/FormFieldErrorMessage2.mjs +44 -0
- package/dist/FormFieldErrorMessage/FormFieldErrorMessage2.mjs.map +1 -0
- package/dist/FormFieldErrorMessage/index.d.mts +2 -0
- package/dist/FormFieldLabel/FormFieldLabel.d.mts +40 -0
- package/dist/FormFieldLabel/FormFieldLabel.d.mts.map +1 -0
- package/dist/FormFieldLabel/FormFieldLabel2.mjs +42 -0
- package/dist/FormFieldLabel/FormFieldLabel2.mjs.map +1 -0
- package/dist/FormFieldLabel/index.d.mts +2 -0
- package/dist/FormFieldLegend/FormFieldLegend.d.mts +41 -0
- package/dist/FormFieldLegend/FormFieldLegend.d.mts.map +1 -0
- package/dist/FormFieldLegend/FormFieldLegend2.mjs +43 -0
- package/dist/FormFieldLegend/FormFieldLegend2.mjs.map +1 -0
- package/dist/FormFieldLegend/index.d.mts +2 -0
- package/dist/FormFieldStatus/FormFieldStatus.d.mts +62 -0
- package/dist/FormFieldStatus/FormFieldStatus.d.mts.map +1 -0
- package/dist/FormFieldStatus/FormFieldStatus2.mjs +54 -0
- package/dist/FormFieldStatus/FormFieldStatus2.mjs.map +1 -0
- package/dist/FormFieldStatus/index.d.mts +2 -0
- package/dist/FormFieldset/FormFieldset.d.mts +100 -0
- package/dist/FormFieldset/FormFieldset.d.mts.map +1 -0
- package/dist/FormFieldset/FormFieldset2.mjs +100 -0
- package/dist/FormFieldset/FormFieldset2.mjs.map +1 -0
- package/dist/FormFieldset/index.d.mts +2 -0
- package/dist/Grid/Grid.d.mts +37 -0
- package/dist/Grid/Grid.d.mts.map +1 -0
- package/dist/Grid/Grid2.mjs +38 -0
- package/dist/Grid/Grid2.mjs.map +1 -0
- package/dist/Grid/GridItem.d.mts +87 -0
- package/dist/Grid/GridItem.d.mts.map +1 -0
- package/dist/Grid/GridItem.mjs +48 -0
- package/dist/Grid/GridItem.mjs.map +1 -0
- package/dist/Grid/index.d.mts +3 -0
- package/dist/Heading/Heading.d.mts +40 -0
- package/dist/Heading/Heading.d.mts.map +1 -0
- package/dist/Heading/Heading2.mjs +33 -0
- package/dist/Heading/Heading2.mjs.map +1 -0
- package/dist/Heading/index.d.mts +2 -0
- package/dist/HeadingGroup/HeadingGroup.d.mts +25 -0
- package/dist/HeadingGroup/HeadingGroup.d.mts.map +1 -0
- package/dist/HeadingGroup/HeadingGroup2.mjs +24 -0
- package/dist/HeadingGroup/HeadingGroup2.mjs.map +1 -0
- package/dist/HeadingGroup/index.d.mts +2 -0
- package/dist/Hero/Hero.d.mts +47 -0
- package/dist/Hero/Hero.d.mts.map +1 -0
- package/dist/Hero/Hero2.mjs +50 -0
- package/dist/Hero/Hero2.mjs.map +1 -0
- package/dist/Hero/index.d.mts +2 -0
- package/dist/Icon/Icon.d.mts +47 -0
- package/dist/Icon/Icon.d.mts.map +1 -0
- package/dist/Icon/Icon2.mjs +47 -0
- package/dist/Icon/Icon2.mjs.map +1 -0
- package/dist/Icon/icon-registry.generated.d.mts +8 -0
- package/dist/Icon/icon-registry.generated.d.mts.map +1 -0
- package/dist/Icon/icon-registry.generated.mjs +818 -0
- package/dist/Icon/icon-registry.generated.mjs.map +1 -0
- package/dist/Icon/index.d.mts +3 -0
- package/dist/IconList/IconList.d.mts +68 -0
- package/dist/IconList/IconList.d.mts.map +1 -0
- package/dist/IconList/IconList2.mjs +65 -0
- package/dist/IconList/IconList2.mjs.map +1 -0
- package/dist/IconList/index.d.mts +2 -0
- package/dist/Image/Image.d.mts +56 -0
- package/dist/Image/Image.d.mts.map +1 -0
- package/dist/Image/Image2.mjs +67 -0
- package/dist/Image/Image2.mjs.map +1 -0
- package/dist/Image/index.d.mts +2 -0
- package/dist/Link/Link.d.mts +82 -0
- package/dist/Link/Link.d.mts.map +1 -0
- package/dist/Link/Link2.mjs +73 -0
- package/dist/Link/Link2.mjs.map +1 -0
- package/dist/Link/index.d.mts +2 -0
- package/dist/LinkButton/LinkButton.d.mts +54 -0
- package/dist/LinkButton/LinkButton.d.mts.map +1 -0
- package/dist/LinkButton/LinkButton2.mjs +48 -0
- package/dist/LinkButton/LinkButton2.mjs.map +1 -0
- package/dist/LinkButton/index.d.mts +2 -0
- package/dist/Logo/Logo.d.mts +35 -0
- package/dist/Logo/Logo.d.mts.map +1 -0
- package/dist/Logo/Logo2.mjs +66 -0
- package/dist/Logo/Logo2.mjs.map +1 -0
- package/dist/Logo/index.d.mts +2 -0
- package/dist/Menu/Menu.d.mts +58 -0
- package/dist/Menu/Menu.d.mts.map +1 -0
- package/dist/Menu/Menu2.mjs +47 -0
- package/dist/Menu/Menu2.mjs.map +1 -0
- package/dist/Menu/index.d.mts +2 -0
- package/dist/MenuButton/MenuButton.d.mts +56 -0
- package/dist/MenuButton/MenuButton.d.mts.map +1 -0
- package/dist/MenuButton/MenuButton2.mjs +57 -0
- package/dist/MenuButton/MenuButton2.mjs.map +1 -0
- package/dist/MenuButton/index.d.mts +2 -0
- package/dist/MenuLink/MenuLink.d.mts +98 -0
- package/dist/MenuLink/MenuLink.d.mts.map +1 -0
- package/dist/MenuLink/MenuLink2.mjs +98 -0
- package/dist/MenuLink/MenuLink2.mjs.map +1 -0
- package/dist/MenuLink/index.d.mts +2 -0
- package/dist/ModalDialog/ModalDialog.d.mts +97 -0
- package/dist/ModalDialog/ModalDialog.d.mts.map +1 -0
- package/dist/ModalDialog/ModalDialog2.mjs +134 -0
- package/dist/ModalDialog/ModalDialog2.mjs.map +1 -0
- package/dist/ModalDialog/index.d.mts +2 -0
- package/dist/Note/Note.d.mts +95 -0
- package/dist/Note/Note.d.mts.map +1 -0
- package/dist/Note/Note2.mjs +116 -0
- package/dist/Note/Note2.mjs.map +1 -0
- package/dist/Note/index.d.mts +2 -0
- package/dist/NumberBadge/NumberBadge.d.mts +44 -0
- package/dist/NumberBadge/NumberBadge.d.mts.map +1 -0
- package/dist/NumberBadge/NumberBadge2.mjs +50 -0
- package/dist/NumberBadge/NumberBadge2.mjs.map +1 -0
- package/dist/NumberBadge/index.d.mts +2 -0
- package/dist/NumberInput/NumberInput.d.mts +47 -0
- package/dist/NumberInput/NumberInput.d.mts.map +1 -0
- package/dist/NumberInput/NumberInput.mjs +40 -0
- package/dist/NumberInput/NumberInput.mjs.map +1 -0
- package/dist/NumberInput/index.d.mts +2 -0
- package/dist/OptionLabel/OptionLabel.d.mts +15 -0
- package/dist/OptionLabel/OptionLabel.d.mts.map +1 -0
- package/dist/OptionLabel/OptionLabel2.mjs +22 -0
- package/dist/OptionLabel/OptionLabel2.mjs.map +1 -0
- package/dist/OptionLabel/index.d.mts +2 -0
- package/dist/OrderedList/OrderedList.d.mts +34 -0
- package/dist/OrderedList/OrderedList.d.mts.map +1 -0
- package/dist/OrderedList/OrderedList2.mjs +37 -0
- package/dist/OrderedList/OrderedList2.mjs.map +1 -0
- package/dist/OrderedList/index.d.mts +2 -0
- package/dist/PageBody/PageBody.d.mts +35 -0
- package/dist/PageBody/PageBody.d.mts.map +1 -0
- package/dist/PageBody/PageBody2.mjs +40 -0
- package/dist/PageBody/PageBody2.mjs.map +1 -0
- package/dist/PageBody/index.d.mts +2 -0
- package/dist/PageFooter/PageFooter.d.mts +57 -0
- package/dist/PageFooter/PageFooter.d.mts.map +1 -0
- package/dist/PageFooter/PageFooter2.mjs +78 -0
- package/dist/PageFooter/PageFooter2.mjs.map +1 -0
- package/dist/PageFooter/index.d.mts +2 -0
- package/dist/PageHeader/PageHeader.d.mts +192 -0
- package/dist/PageHeader/PageHeader.d.mts.map +1 -0
- package/dist/PageHeader/PageHeader2.mjs +275 -0
- package/dist/PageHeader/PageHeader2.mjs.map +1 -0
- package/dist/PageHeader/index.d.mts +2 -0
- package/dist/PageLayout/PageLayout.d.mts +40 -0
- package/dist/PageLayout/PageLayout.d.mts.map +1 -0
- package/dist/PageLayout/PageLayout2.mjs +42 -0
- package/dist/PageLayout/PageLayout2.mjs.map +1 -0
- package/dist/PageLayout/index.d.mts +2 -0
- package/dist/Paragraph/Paragraph.d.mts +37 -0
- package/dist/Paragraph/Paragraph.d.mts.map +1 -0
- package/dist/Paragraph/Paragraph2.mjs +34 -0
- package/dist/Paragraph/Paragraph2.mjs.map +1 -0
- package/dist/Paragraph/index.d.mts +2 -0
- package/dist/PasswordInput/PasswordInput.d.mts +54 -0
- package/dist/PasswordInput/PasswordInput.d.mts.map +1 -0
- package/dist/PasswordInput/PasswordInput.mjs +43 -0
- package/dist/PasswordInput/PasswordInput.mjs.map +1 -0
- package/dist/PasswordInput/index.d.mts +2 -0
- package/dist/Popover/Popover.d.mts +118 -0
- package/dist/Popover/Popover.d.mts.map +1 -0
- package/dist/Popover/Popover2.mjs +235 -0
- package/dist/Popover/Popover2.mjs.map +1 -0
- package/dist/Popover/index.d.mts +2 -0
- package/dist/PreHeading/PreHeading.d.mts +10 -0
- package/dist/PreHeading/PreHeading.d.mts.map +1 -0
- package/dist/PreHeading/PreHeading2.mjs +18 -0
- package/dist/PreHeading/PreHeading2.mjs.map +1 -0
- package/dist/PreHeading/index.d.mts +2 -0
- package/dist/ProgressBar/ProgressBar.d.mts +60 -0
- package/dist/ProgressBar/ProgressBar.d.mts.map +1 -0
- package/dist/ProgressBar/ProgressBar2.mjs +73 -0
- package/dist/ProgressBar/ProgressBar2.mjs.map +1 -0
- package/dist/ProgressBar/index.d.mts +2 -0
- package/dist/Radio/Radio.d.mts +16 -0
- package/dist/Radio/Radio.d.mts.map +1 -0
- package/dist/Radio/Radio2.mjs +31 -0
- package/dist/Radio/Radio2.mjs.map +1 -0
- package/dist/Radio/index.d.mts +2 -0
- package/dist/RadioGroup/RadioGroup.d.mts +39 -0
- package/dist/RadioGroup/RadioGroup.d.mts.map +1 -0
- package/dist/RadioGroup/RadioGroup2.mjs +46 -0
- package/dist/RadioGroup/RadioGroup2.mjs.map +1 -0
- package/dist/RadioGroup/index.d.mts +2 -0
- package/dist/RadioOption/RadioOption.d.mts +17 -0
- package/dist/RadioOption/RadioOption.d.mts.map +1 -0
- package/dist/RadioOption/RadioOption2.mjs +29 -0
- package/dist/RadioOption/RadioOption2.mjs.map +1 -0
- package/dist/RadioOption/index.d.mts +2 -0
- package/dist/SearchInput/SearchInput.d.mts +41 -0
- package/dist/SearchInput/SearchInput.d.mts.map +1 -0
- package/dist/SearchInput/SearchInput2.mjs +48 -0
- package/dist/SearchInput/SearchInput2.mjs.map +1 -0
- package/dist/SearchInput/index.d.mts +2 -0
- package/dist/Select/Select.d.mts +53 -0
- package/dist/Select/Select.d.mts.map +1 -0
- package/dist/Select/Select2.mjs +61 -0
- package/dist/Select/Select2.mjs.map +1 -0
- package/dist/Select/index.d.mts +2 -0
- package/dist/SkipLink/SkipLink.d.mts +37 -0
- package/dist/SkipLink/SkipLink.d.mts.map +1 -0
- package/dist/SkipLink/SkipLink2.mjs +33 -0
- package/dist/SkipLink/SkipLink2.mjs.map +1 -0
- package/dist/SkipLink/index.d.mts +2 -0
- package/dist/Spinner/Spinner.d.mts +45 -0
- package/dist/Spinner/Spinner.d.mts.map +1 -0
- package/dist/Spinner/Spinner2.mjs +58 -0
- package/dist/Spinner/Spinner2.mjs.map +1 -0
- package/dist/Spinner/index.d.mts +2 -0
- package/dist/Stack/Stack.d.mts +37 -0
- package/dist/Stack/Stack.d.mts.map +1 -0
- package/dist/Stack/Stack2.mjs +38 -0
- package/dist/Stack/Stack2.mjs.map +1 -0
- package/dist/Stack/index.d.mts +2 -0
- package/dist/StatusBadge/StatusBadge.d.mts +52 -0
- package/dist/StatusBadge/StatusBadge.d.mts.map +1 -0
- package/dist/StatusBadge/StatusBadge2.mjs +49 -0
- package/dist/StatusBadge/StatusBadge2.mjs.map +1 -0
- package/dist/StatusBadge/index.d.mts +2 -0
- package/dist/SummaryList/SummaryList.d.mts +51 -0
- package/dist/SummaryList/SummaryList.d.mts.map +1 -0
- package/dist/SummaryList/SummaryList2.mjs +66 -0
- package/dist/SummaryList/SummaryList2.mjs.map +1 -0
- package/dist/SummaryList/index.d.mts +2 -0
- package/dist/Table/Table.d.mts +63 -0
- package/dist/Table/Table.d.mts.map +1 -0
- package/dist/Table/Table2.mjs +54 -0
- package/dist/Table/Table2.mjs.map +1 -0
- package/dist/Table/index.d.mts +2 -0
- package/dist/TableOfContents/TableOfContents.d.mts +64 -0
- package/dist/TableOfContents/TableOfContents.d.mts.map +1 -0
- package/dist/TableOfContents/TableOfContents2.mjs +51 -0
- package/dist/TableOfContents/TableOfContents2.mjs.map +1 -0
- package/dist/TableOfContents/index.d.mts +2 -0
- package/dist/TelephoneInput/TelephoneInput.d.mts +40 -0
- package/dist/TelephoneInput/TelephoneInput.d.mts.map +1 -0
- package/dist/TelephoneInput/TelephoneInput.mjs +39 -0
- package/dist/TelephoneInput/TelephoneInput.mjs.map +1 -0
- package/dist/TelephoneInput/index.d.mts +2 -0
- package/dist/TextArea/TextArea.d.mts +46 -0
- package/dist/TextArea/TextArea.d.mts.map +1 -0
- package/dist/TextArea/TextArea2.mjs +43 -0
- package/dist/TextArea/TextArea2.mjs.map +1 -0
- package/dist/TextArea/index.d.mts +2 -0
- package/dist/TextInput/TextInput.d.mts +46 -0
- package/dist/TextInput/TextInput.d.mts.map +1 -0
- package/dist/TextInput/TextInput2.mjs +43 -0
- package/dist/TextInput/TextInput2.mjs.map +1 -0
- package/dist/TextInput/index.d.mts +2 -0
- package/dist/TimeInput/TimeInput.d.mts +38 -0
- package/dist/TimeInput/TimeInput.d.mts.map +1 -0
- package/dist/TimeInput/TimeInput2.mjs +69 -0
- package/dist/TimeInput/TimeInput2.mjs.map +1 -0
- package/dist/TimeInput/index.d.mts +2 -0
- package/dist/UnorderedList/UnorderedList.d.mts +28 -0
- package/dist/UnorderedList/UnorderedList.d.mts.map +1 -0
- package/dist/UnorderedList/UnorderedList2.mjs +31 -0
- package/dist/UnorderedList/UnorderedList2.mjs.map +1 -0
- package/dist/UnorderedList/index.d.mts +2 -0
- package/dist/index.css +3470 -3470
- package/dist/index.d.mts +150 -3874
- package/dist/index.mjs +76 -5006
- package/dist/utils/describeControl.mjs +25 -0
- package/dist/utils/describeControl.mjs.map +1 -0
- package/package.json +4 -3
- package/dist/index.d.mts.map +0 -1
- package/dist/index.mjs.map +0 -1
|
@@ -0,0 +1,818 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
//#region src/Icon/icon-registry.generated.ts
|
|
3
|
+
function createIcon(displayName, rootAttributes, nodes) {
|
|
4
|
+
const Component = React.forwardRef((props, ref) => React.createElement("svg", {
|
|
5
|
+
...rootAttributes,
|
|
6
|
+
...props,
|
|
7
|
+
ref
|
|
8
|
+
}, nodes.map(([tag, attributes], index) => React.createElement(tag, {
|
|
9
|
+
key: index,
|
|
10
|
+
...attributes
|
|
11
|
+
}))));
|
|
12
|
+
Component.displayName = displayName;
|
|
13
|
+
return Component;
|
|
14
|
+
}
|
|
15
|
+
const iconMap = {
|
|
16
|
+
"alert-triangle": createIcon("AlertTriangleIcon", {
|
|
17
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
18
|
+
"width": "24",
|
|
19
|
+
"height": "24",
|
|
20
|
+
"viewBox": "0 0 24 24",
|
|
21
|
+
"fill": "none",
|
|
22
|
+
"stroke": "currentColor",
|
|
23
|
+
"strokeWidth": "2",
|
|
24
|
+
"strokeLinecap": "round",
|
|
25
|
+
"strokeLinejoin": "round"
|
|
26
|
+
}, [
|
|
27
|
+
["path", {
|
|
28
|
+
"stroke": "none",
|
|
29
|
+
"d": "M0 0h24v24H0z",
|
|
30
|
+
"fill": "none"
|
|
31
|
+
}],
|
|
32
|
+
["path", { "d": "M12 9v4" }],
|
|
33
|
+
["path", { "d": "M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0" }],
|
|
34
|
+
["path", { "d": "M12 16h.01" }]
|
|
35
|
+
]),
|
|
36
|
+
"archive": createIcon("ArchiveIcon", {
|
|
37
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
38
|
+
"width": "24",
|
|
39
|
+
"height": "24",
|
|
40
|
+
"viewBox": "0 0 24 24",
|
|
41
|
+
"fill": "none",
|
|
42
|
+
"stroke": "currentColor",
|
|
43
|
+
"strokeWidth": "2",
|
|
44
|
+
"strokeLinecap": "round",
|
|
45
|
+
"strokeLinejoin": "round"
|
|
46
|
+
}, [
|
|
47
|
+
["path", {
|
|
48
|
+
"stroke": "none",
|
|
49
|
+
"d": "M0 0h24v24H0z",
|
|
50
|
+
"fill": "none"
|
|
51
|
+
}],
|
|
52
|
+
["path", { "d": "M3 6a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2" }],
|
|
53
|
+
["path", { "d": "M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10" }],
|
|
54
|
+
["path", { "d": "M10 12l4 0" }]
|
|
55
|
+
]),
|
|
56
|
+
"arrow-down": createIcon("ArrowDownIcon", {
|
|
57
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
58
|
+
"width": "24",
|
|
59
|
+
"height": "24",
|
|
60
|
+
"viewBox": "0 0 24 24",
|
|
61
|
+
"fill": "none",
|
|
62
|
+
"stroke": "currentColor",
|
|
63
|
+
"strokeWidth": "2",
|
|
64
|
+
"strokeLinecap": "round",
|
|
65
|
+
"strokeLinejoin": "round"
|
|
66
|
+
}, [
|
|
67
|
+
["path", {
|
|
68
|
+
"stroke": "none",
|
|
69
|
+
"d": "M0 0h24v24H0z",
|
|
70
|
+
"fill": "none"
|
|
71
|
+
}],
|
|
72
|
+
["path", { "d": "M12 5l0 14" }],
|
|
73
|
+
["path", { "d": "M18 13l-6 6" }],
|
|
74
|
+
["path", { "d": "M6 13l6 6" }]
|
|
75
|
+
]),
|
|
76
|
+
"arrow-left": createIcon("ArrowLeftIcon", {
|
|
77
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
78
|
+
"viewBox": "0 0 24 24",
|
|
79
|
+
"fill": "none",
|
|
80
|
+
"stroke": "currentColor",
|
|
81
|
+
"strokeWidth": "2",
|
|
82
|
+
"strokeLinecap": "round",
|
|
83
|
+
"strokeLinejoin": "round"
|
|
84
|
+
}, [
|
|
85
|
+
["path", { "d": "M5 12l14 0" }],
|
|
86
|
+
["path", { "d": "M5 12l6 6" }],
|
|
87
|
+
["path", { "d": "M5 12l6 -6" }]
|
|
88
|
+
]),
|
|
89
|
+
"arrow-narrow-down": createIcon("ArrowNarrowDownIcon", {
|
|
90
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
91
|
+
"width": "24",
|
|
92
|
+
"height": "24",
|
|
93
|
+
"viewBox": "0 0 24 24",
|
|
94
|
+
"fill": "none",
|
|
95
|
+
"stroke": "currentColor",
|
|
96
|
+
"strokeWidth": "2",
|
|
97
|
+
"strokeLinecap": "round",
|
|
98
|
+
"strokeLinejoin": "round"
|
|
99
|
+
}, [
|
|
100
|
+
["path", {
|
|
101
|
+
"stroke": "none",
|
|
102
|
+
"d": "M0 0h24v24H0z",
|
|
103
|
+
"fill": "none"
|
|
104
|
+
}],
|
|
105
|
+
["path", { "d": "M12 5l0 14" }],
|
|
106
|
+
["path", { "d": "M16 15l-4 4" }],
|
|
107
|
+
["path", { "d": "M8 15l4 4" }]
|
|
108
|
+
]),
|
|
109
|
+
"arrow-narrow-up": createIcon("ArrowNarrowUpIcon", {
|
|
110
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
111
|
+
"width": "24",
|
|
112
|
+
"height": "24",
|
|
113
|
+
"viewBox": "0 0 24 24",
|
|
114
|
+
"fill": "none",
|
|
115
|
+
"stroke": "currentColor",
|
|
116
|
+
"strokeWidth": "2",
|
|
117
|
+
"strokeLinecap": "round",
|
|
118
|
+
"strokeLinejoin": "round"
|
|
119
|
+
}, [
|
|
120
|
+
["path", {
|
|
121
|
+
"stroke": "none",
|
|
122
|
+
"d": "M0 0h24v24H0z",
|
|
123
|
+
"fill": "none"
|
|
124
|
+
}],
|
|
125
|
+
["path", { "d": "M12 5l0 14" }],
|
|
126
|
+
["path", { "d": "M16 9l-4 -4" }],
|
|
127
|
+
["path", { "d": "M8 9l4 -4" }]
|
|
128
|
+
]),
|
|
129
|
+
"arrow-right": createIcon("ArrowRightIcon", {
|
|
130
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
131
|
+
"viewBox": "0 0 24 24",
|
|
132
|
+
"fill": "none",
|
|
133
|
+
"stroke": "currentColor",
|
|
134
|
+
"strokeWidth": "2",
|
|
135
|
+
"strokeLinecap": "round",
|
|
136
|
+
"strokeLinejoin": "round"
|
|
137
|
+
}, [
|
|
138
|
+
["path", { "d": "M5 12l14 0" }],
|
|
139
|
+
["path", { "d": "M13 18l6 -6" }],
|
|
140
|
+
["path", { "d": "M13 6l6 6" }]
|
|
141
|
+
]),
|
|
142
|
+
"arrow-up": createIcon("ArrowUpIcon", {
|
|
143
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
144
|
+
"width": "24",
|
|
145
|
+
"height": "24",
|
|
146
|
+
"viewBox": "0 0 24 24",
|
|
147
|
+
"fill": "none",
|
|
148
|
+
"stroke": "currentColor",
|
|
149
|
+
"strokeWidth": "2",
|
|
150
|
+
"strokeLinecap": "round",
|
|
151
|
+
"strokeLinejoin": "round"
|
|
152
|
+
}, [
|
|
153
|
+
["path", {
|
|
154
|
+
"stroke": "none",
|
|
155
|
+
"d": "M0 0h24v24H0z",
|
|
156
|
+
"fill": "none"
|
|
157
|
+
}],
|
|
158
|
+
["path", { "d": "M12 5l0 14" }],
|
|
159
|
+
["path", { "d": "M18 11l-6 -6" }],
|
|
160
|
+
["path", { "d": "M6 11l6 -6" }]
|
|
161
|
+
]),
|
|
162
|
+
"arrows-sort": createIcon("ArrowsSortIcon", {
|
|
163
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
164
|
+
"width": "24",
|
|
165
|
+
"height": "24",
|
|
166
|
+
"viewBox": "0 0 24 24",
|
|
167
|
+
"fill": "none",
|
|
168
|
+
"stroke": "currentColor",
|
|
169
|
+
"strokeWidth": "2",
|
|
170
|
+
"strokeLinecap": "round",
|
|
171
|
+
"strokeLinejoin": "round"
|
|
172
|
+
}, [
|
|
173
|
+
["path", {
|
|
174
|
+
"stroke": "none",
|
|
175
|
+
"d": "M0 0h24v24H0z",
|
|
176
|
+
"fill": "none"
|
|
177
|
+
}],
|
|
178
|
+
["path", { "d": "M3 9l4 -4l4 4m-4 -4v14" }],
|
|
179
|
+
["path", { "d": "M21 15l-4 4l-4 -4m4 4v-14" }]
|
|
180
|
+
]),
|
|
181
|
+
"bell": createIcon("BellIcon", {
|
|
182
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
183
|
+
"width": "24",
|
|
184
|
+
"height": "24",
|
|
185
|
+
"viewBox": "0 0 24 24",
|
|
186
|
+
"fill": "none",
|
|
187
|
+
"stroke": "currentColor",
|
|
188
|
+
"strokeWidth": "2",
|
|
189
|
+
"strokeLinecap": "round",
|
|
190
|
+
"strokeLinejoin": "round"
|
|
191
|
+
}, [
|
|
192
|
+
["path", {
|
|
193
|
+
"stroke": "none",
|
|
194
|
+
"d": "M0 0h24v24H0z",
|
|
195
|
+
"fill": "none"
|
|
196
|
+
}],
|
|
197
|
+
["path", { "d": "M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" }],
|
|
198
|
+
["path", { "d": "M9 17v1a3 3 0 0 0 6 0v-1" }]
|
|
199
|
+
]),
|
|
200
|
+
"calendar-event": createIcon("CalendarEventIcon", {
|
|
201
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
202
|
+
"width": "24",
|
|
203
|
+
"height": "24",
|
|
204
|
+
"viewBox": "0 0 24 24",
|
|
205
|
+
"fill": "none",
|
|
206
|
+
"stroke": "currentColor",
|
|
207
|
+
"strokeWidth": "2",
|
|
208
|
+
"strokeLinecap": "round",
|
|
209
|
+
"strokeLinejoin": "round"
|
|
210
|
+
}, [
|
|
211
|
+
["path", {
|
|
212
|
+
"stroke": "none",
|
|
213
|
+
"d": "M0 0h24v24H0z",
|
|
214
|
+
"fill": "none"
|
|
215
|
+
}],
|
|
216
|
+
["path", { "d": "M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2l0 -12" }],
|
|
217
|
+
["path", { "d": "M16 3l0 4" }],
|
|
218
|
+
["path", { "d": "M8 3l0 4" }],
|
|
219
|
+
["path", { "d": "M4 11l16 0" }],
|
|
220
|
+
["path", { "d": "M8 15h2v2h-2l0 -2" }]
|
|
221
|
+
]),
|
|
222
|
+
"check": createIcon("CheckIcon", {
|
|
223
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
224
|
+
"viewBox": "0 0 24 24",
|
|
225
|
+
"fill": "none",
|
|
226
|
+
"stroke": "currentColor",
|
|
227
|
+
"strokeWidth": "2",
|
|
228
|
+
"strokeLinecap": "round",
|
|
229
|
+
"strokeLinejoin": "round"
|
|
230
|
+
}, [["path", { "d": "M5 12l5 5l10 -10" }]]),
|
|
231
|
+
"chevron-down": createIcon("ChevronDownIcon", {
|
|
232
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
233
|
+
"viewBox": "0 0 24 24",
|
|
234
|
+
"fill": "none",
|
|
235
|
+
"stroke": "currentColor",
|
|
236
|
+
"strokeWidth": "2",
|
|
237
|
+
"strokeLinecap": "round",
|
|
238
|
+
"strokeLinejoin": "round"
|
|
239
|
+
}, [["path", { "d": "M6 9l6 6l6 -6" }]]),
|
|
240
|
+
"chevron-left": createIcon("ChevronLeftIcon", {
|
|
241
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
242
|
+
"viewBox": "0 0 24 24",
|
|
243
|
+
"fill": "none",
|
|
244
|
+
"stroke": "currentColor",
|
|
245
|
+
"strokeWidth": "2",
|
|
246
|
+
"strokeLinecap": "round",
|
|
247
|
+
"strokeLinejoin": "round"
|
|
248
|
+
}, [["path", { "d": "M15 6l-6 6l6 6" }]]),
|
|
249
|
+
"chevron-right": createIcon("ChevronRightIcon", {
|
|
250
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
251
|
+
"viewBox": "0 0 24 24",
|
|
252
|
+
"fill": "none",
|
|
253
|
+
"stroke": "currentColor",
|
|
254
|
+
"strokeWidth": "2",
|
|
255
|
+
"strokeLinecap": "round",
|
|
256
|
+
"strokeLinejoin": "round"
|
|
257
|
+
}, [["path", { "d": "M9 6l6 6l-6 6" }]]),
|
|
258
|
+
"chevron-up": createIcon("ChevronUpIcon", {
|
|
259
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
260
|
+
"viewBox": "0 0 24 24",
|
|
261
|
+
"fill": "none",
|
|
262
|
+
"stroke": "currentColor",
|
|
263
|
+
"strokeWidth": "2",
|
|
264
|
+
"strokeLinecap": "round",
|
|
265
|
+
"strokeLinejoin": "round"
|
|
266
|
+
}, [["path", { "d": "M6 15l6 -6l6 6" }]]),
|
|
267
|
+
"circle-check": createIcon("CircleCheckIcon", {
|
|
268
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
269
|
+
"width": "24",
|
|
270
|
+
"height": "24",
|
|
271
|
+
"viewBox": "0 0 24 24",
|
|
272
|
+
"fill": "none",
|
|
273
|
+
"stroke": "currentColor",
|
|
274
|
+
"strokeWidth": "2",
|
|
275
|
+
"strokeLinecap": "round",
|
|
276
|
+
"strokeLinejoin": "round"
|
|
277
|
+
}, [
|
|
278
|
+
["path", {
|
|
279
|
+
"stroke": "none",
|
|
280
|
+
"d": "M0 0h24v24H0z",
|
|
281
|
+
"fill": "none"
|
|
282
|
+
}],
|
|
283
|
+
["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }],
|
|
284
|
+
["path", { "d": "M9 12l2 2l4 -4" }]
|
|
285
|
+
]),
|
|
286
|
+
"clock": createIcon("ClockIcon", {
|
|
287
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
288
|
+
"width": "24",
|
|
289
|
+
"height": "24",
|
|
290
|
+
"viewBox": "0 0 24 24",
|
|
291
|
+
"fill": "none",
|
|
292
|
+
"stroke": "currentColor",
|
|
293
|
+
"strokeWidth": "2",
|
|
294
|
+
"strokeLinecap": "round",
|
|
295
|
+
"strokeLinejoin": "round"
|
|
296
|
+
}, [
|
|
297
|
+
["path", {
|
|
298
|
+
"stroke": "none",
|
|
299
|
+
"d": "M0 0h24v24H0z",
|
|
300
|
+
"fill": "none"
|
|
301
|
+
}],
|
|
302
|
+
["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" }],
|
|
303
|
+
["path", { "d": "M12 7v5l3 3" }]
|
|
304
|
+
]),
|
|
305
|
+
"dots-vertical": createIcon("DotsVerticalIcon", {
|
|
306
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
307
|
+
"width": "24",
|
|
308
|
+
"height": "24",
|
|
309
|
+
"viewBox": "0 0 24 24",
|
|
310
|
+
"fill": "none",
|
|
311
|
+
"stroke": "currentColor",
|
|
312
|
+
"strokeWidth": "2",
|
|
313
|
+
"strokeLinecap": "round",
|
|
314
|
+
"strokeLinejoin": "round"
|
|
315
|
+
}, [
|
|
316
|
+
["path", {
|
|
317
|
+
"stroke": "none",
|
|
318
|
+
"d": "M0 0h24v24H0z",
|
|
319
|
+
"fill": "none"
|
|
320
|
+
}],
|
|
321
|
+
["path", { "d": "M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }],
|
|
322
|
+
["path", { "d": "M11 19a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }],
|
|
323
|
+
["path", { "d": "M11 5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" }]
|
|
324
|
+
]),
|
|
325
|
+
"download": createIcon("DownloadIcon", {
|
|
326
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
327
|
+
"viewBox": "0 0 24 24",
|
|
328
|
+
"fill": "none",
|
|
329
|
+
"stroke": "currentColor",
|
|
330
|
+
"strokeWidth": "2",
|
|
331
|
+
"strokeLinecap": "round",
|
|
332
|
+
"strokeLinejoin": "round"
|
|
333
|
+
}, [
|
|
334
|
+
["path", { "d": "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" }],
|
|
335
|
+
["path", { "d": "M7 11l5 5l5 -5" }],
|
|
336
|
+
["path", { "d": "M12 4l0 12" }]
|
|
337
|
+
]),
|
|
338
|
+
"edit": createIcon("EditIcon", {
|
|
339
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
340
|
+
"viewBox": "0 0 24 24",
|
|
341
|
+
"fill": "none",
|
|
342
|
+
"stroke": "currentColor",
|
|
343
|
+
"strokeWidth": "2",
|
|
344
|
+
"strokeLinecap": "round",
|
|
345
|
+
"strokeLinejoin": "round"
|
|
346
|
+
}, [
|
|
347
|
+
["path", { "d": "M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" }],
|
|
348
|
+
["path", { "d": "M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z" }],
|
|
349
|
+
["path", { "d": "M16 5l3 3" }]
|
|
350
|
+
]),
|
|
351
|
+
"exclamation-circle": createIcon("ExclamationCircleIcon", {
|
|
352
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
353
|
+
"width": "24",
|
|
354
|
+
"height": "24",
|
|
355
|
+
"viewBox": "0 0 24 24",
|
|
356
|
+
"fill": "none",
|
|
357
|
+
"stroke": "currentColor",
|
|
358
|
+
"strokeWidth": "2",
|
|
359
|
+
"strokeLinecap": "round",
|
|
360
|
+
"strokeLinejoin": "round"
|
|
361
|
+
}, [
|
|
362
|
+
["path", {
|
|
363
|
+
"stroke": "none",
|
|
364
|
+
"d": "M0 0h24v24H0z",
|
|
365
|
+
"fill": "none"
|
|
366
|
+
}],
|
|
367
|
+
["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" }],
|
|
368
|
+
["path", { "d": "M12 9v4" }],
|
|
369
|
+
["path", { "d": "M12 16v.01" }]
|
|
370
|
+
]),
|
|
371
|
+
"external-link": createIcon("ExternalLinkIcon", {
|
|
372
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
373
|
+
"width": "24",
|
|
374
|
+
"height": "24",
|
|
375
|
+
"viewBox": "0 0 24 24",
|
|
376
|
+
"fill": "none",
|
|
377
|
+
"stroke": "currentColor",
|
|
378
|
+
"strokeWidth": "2",
|
|
379
|
+
"strokeLinecap": "round",
|
|
380
|
+
"strokeLinejoin": "round"
|
|
381
|
+
}, [
|
|
382
|
+
["path", {
|
|
383
|
+
"stroke": "none",
|
|
384
|
+
"d": "M0 0h24v24H0z",
|
|
385
|
+
"fill": "none"
|
|
386
|
+
}],
|
|
387
|
+
["path", { "d": "M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6" }],
|
|
388
|
+
["path", { "d": "M11 13l9 -9" }],
|
|
389
|
+
["path", { "d": "M15 4h5v5" }]
|
|
390
|
+
]),
|
|
391
|
+
"eye": createIcon("EyeIcon", {
|
|
392
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
393
|
+
"width": "24",
|
|
394
|
+
"height": "24",
|
|
395
|
+
"viewBox": "0 0 24 24",
|
|
396
|
+
"fill": "none",
|
|
397
|
+
"stroke": "currentColor",
|
|
398
|
+
"strokeWidth": "2",
|
|
399
|
+
"strokeLinecap": "round",
|
|
400
|
+
"strokeLinejoin": "round"
|
|
401
|
+
}, [
|
|
402
|
+
["path", {
|
|
403
|
+
"stroke": "none",
|
|
404
|
+
"d": "M0 0h24v24H0z",
|
|
405
|
+
"fill": "none"
|
|
406
|
+
}],
|
|
407
|
+
["path", { "d": "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }],
|
|
408
|
+
["path", { "d": "M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" }]
|
|
409
|
+
]),
|
|
410
|
+
"file-description": createIcon("FileDescriptionIcon", {
|
|
411
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
412
|
+
"width": "24",
|
|
413
|
+
"height": "24",
|
|
414
|
+
"viewBox": "0 0 24 24",
|
|
415
|
+
"fill": "none",
|
|
416
|
+
"stroke": "currentColor",
|
|
417
|
+
"strokeWidth": "2",
|
|
418
|
+
"strokeLinecap": "round",
|
|
419
|
+
"strokeLinejoin": "round"
|
|
420
|
+
}, [
|
|
421
|
+
["path", {
|
|
422
|
+
"stroke": "none",
|
|
423
|
+
"d": "M0 0h24v24H0z",
|
|
424
|
+
"fill": "none"
|
|
425
|
+
}],
|
|
426
|
+
["path", { "d": "M14 3v4a1 1 0 0 0 1 1h4" }],
|
|
427
|
+
["path", { "d": "M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2" }],
|
|
428
|
+
["path", { "d": "M9 17h6" }],
|
|
429
|
+
["path", { "d": "M9 13h6" }]
|
|
430
|
+
]),
|
|
431
|
+
"folder": createIcon("FolderIcon", {
|
|
432
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
433
|
+
"width": "24",
|
|
434
|
+
"height": "24",
|
|
435
|
+
"viewBox": "0 0 24 24",
|
|
436
|
+
"fill": "none",
|
|
437
|
+
"stroke": "currentColor",
|
|
438
|
+
"strokeWidth": "2",
|
|
439
|
+
"strokeLinecap": "round",
|
|
440
|
+
"strokeLinejoin": "round"
|
|
441
|
+
}, [["path", {
|
|
442
|
+
"stroke": "none",
|
|
443
|
+
"d": "M0 0h24v24H0z",
|
|
444
|
+
"fill": "none"
|
|
445
|
+
}], ["path", { "d": "M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2" }]]),
|
|
446
|
+
"heart-filled": createIcon("HeartFilledIcon", {
|
|
447
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
448
|
+
"width": "24",
|
|
449
|
+
"height": "24",
|
|
450
|
+
"viewBox": "0 0 24 24",
|
|
451
|
+
"fill": "currentColor"
|
|
452
|
+
}, [["path", {
|
|
453
|
+
"stroke": "none",
|
|
454
|
+
"d": "M0 0h24v24H0z",
|
|
455
|
+
"fill": "none"
|
|
456
|
+
}], ["path", { "d": "M6.979 3.074a6 6 0 0 1 4.988 1.425l.037 .033l.034 -.03a6 6 0 0 1 4.733 -1.44l.246 .036a6 6 0 0 1 3.364 10.008l-.18 .185l-.048 .041l-7.45 7.379a1 1 0 0 1 -1.313 .082l-.094 -.082l-7.493 -7.422a6 6 0 0 1 3.176 -10.215z" }]]),
|
|
457
|
+
"heart": createIcon("HeartIcon", {
|
|
458
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
459
|
+
"width": "24",
|
|
460
|
+
"height": "24",
|
|
461
|
+
"viewBox": "0 0 24 24",
|
|
462
|
+
"fill": "none",
|
|
463
|
+
"stroke": "currentColor",
|
|
464
|
+
"strokeWidth": "2",
|
|
465
|
+
"strokeLinecap": "round",
|
|
466
|
+
"strokeLinejoin": "round"
|
|
467
|
+
}, [["path", {
|
|
468
|
+
"stroke": "none",
|
|
469
|
+
"d": "M0 0h24v24H0z",
|
|
470
|
+
"fill": "none"
|
|
471
|
+
}], ["path", { "d": "M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" }]]),
|
|
472
|
+
"home": createIcon("HomeIcon", {
|
|
473
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
474
|
+
"viewBox": "0 0 24 24",
|
|
475
|
+
"fill": "none",
|
|
476
|
+
"stroke": "currentColor",
|
|
477
|
+
"strokeWidth": "2",
|
|
478
|
+
"strokeLinecap": "round",
|
|
479
|
+
"strokeLinejoin": "round"
|
|
480
|
+
}, [
|
|
481
|
+
["path", { "d": "M5 12l-2 0l9 -9l9 9l-2 0" }],
|
|
482
|
+
["path", { "d": "M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" }],
|
|
483
|
+
["path", { "d": "M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" }]
|
|
484
|
+
]),
|
|
485
|
+
"info-circle": createIcon("InfoCircleIcon", {
|
|
486
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
487
|
+
"width": "24",
|
|
488
|
+
"height": "24",
|
|
489
|
+
"viewBox": "0 0 24 24",
|
|
490
|
+
"fill": "none",
|
|
491
|
+
"stroke": "currentColor",
|
|
492
|
+
"strokeWidth": "2",
|
|
493
|
+
"strokeLinecap": "round",
|
|
494
|
+
"strokeLinejoin": "round"
|
|
495
|
+
}, [
|
|
496
|
+
["path", {
|
|
497
|
+
"stroke": "none",
|
|
498
|
+
"d": "M0 0h24v24H0z",
|
|
499
|
+
"fill": "none"
|
|
500
|
+
}],
|
|
501
|
+
["path", { "d": "M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" }],
|
|
502
|
+
["path", { "d": "M12 9h.01" }],
|
|
503
|
+
["path", { "d": "M11 12h1v4h1" }]
|
|
504
|
+
]),
|
|
505
|
+
"loader": createIcon("LoaderIcon", {
|
|
506
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
507
|
+
"width": "24",
|
|
508
|
+
"height": "24",
|
|
509
|
+
"viewBox": "0 0 24 24",
|
|
510
|
+
"fill": "none",
|
|
511
|
+
"stroke": "currentColor",
|
|
512
|
+
"strokeWidth": "2",
|
|
513
|
+
"strokeLinecap": "round",
|
|
514
|
+
"strokeLinejoin": "round"
|
|
515
|
+
}, [
|
|
516
|
+
["path", {
|
|
517
|
+
"stroke": "none",
|
|
518
|
+
"d": "M0 0h24v24H0z",
|
|
519
|
+
"fill": "none"
|
|
520
|
+
}],
|
|
521
|
+
["path", { "d": "M12 6l0 -3" }],
|
|
522
|
+
["path", { "d": "M16.25 7.75l2.15 -2.15" }],
|
|
523
|
+
["path", { "d": "M18 12l3 0" }],
|
|
524
|
+
["path", { "d": "M16.25 16.25l2.15 2.15" }],
|
|
525
|
+
["path", { "d": "M12 18l0 3" }],
|
|
526
|
+
["path", { "d": "M7.75 16.25l-2.15 2.15" }],
|
|
527
|
+
["path", { "d": "M6 12l-3 0" }],
|
|
528
|
+
["path", { "d": "M7.75 7.75l-2.15 -2.15" }]
|
|
529
|
+
]),
|
|
530
|
+
"mail": createIcon("MailIcon", {
|
|
531
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
532
|
+
"width": "24",
|
|
533
|
+
"height": "24",
|
|
534
|
+
"viewBox": "0 0 24 24",
|
|
535
|
+
"fill": "none",
|
|
536
|
+
"stroke": "currentColor",
|
|
537
|
+
"strokeWidth": "2",
|
|
538
|
+
"strokeLinecap": "round",
|
|
539
|
+
"strokeLinejoin": "round"
|
|
540
|
+
}, [
|
|
541
|
+
["path", {
|
|
542
|
+
"stroke": "none",
|
|
543
|
+
"d": "M0 0h24v24H0z",
|
|
544
|
+
"fill": "none"
|
|
545
|
+
}],
|
|
546
|
+
["path", { "d": "M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" }],
|
|
547
|
+
["path", { "d": "M3 7l9 6l9 -6" }]
|
|
548
|
+
]),
|
|
549
|
+
"menu": createIcon("MenuIcon", {
|
|
550
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
551
|
+
"viewBox": "0 0 24 24",
|
|
552
|
+
"fill": "none",
|
|
553
|
+
"stroke": "currentColor",
|
|
554
|
+
"strokeWidth": "2",
|
|
555
|
+
"strokeLinecap": "round",
|
|
556
|
+
"strokeLinejoin": "round"
|
|
557
|
+
}, [
|
|
558
|
+
["path", { "d": "M4 6l16 0" }],
|
|
559
|
+
["path", { "d": "M4 12l16 0" }],
|
|
560
|
+
["path", { "d": "M4 18l16 0" }]
|
|
561
|
+
]),
|
|
562
|
+
"message-circle": createIcon("MessageCircleIcon", {
|
|
563
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
564
|
+
"width": "24",
|
|
565
|
+
"height": "24",
|
|
566
|
+
"viewBox": "0 0 24 24",
|
|
567
|
+
"fill": "none",
|
|
568
|
+
"stroke": "currentColor",
|
|
569
|
+
"strokeWidth": "2",
|
|
570
|
+
"strokeLinecap": "round",
|
|
571
|
+
"strokeLinejoin": "round"
|
|
572
|
+
}, [["path", {
|
|
573
|
+
"stroke": "none",
|
|
574
|
+
"d": "M0 0h24v24H0z",
|
|
575
|
+
"fill": "none"
|
|
576
|
+
}], ["path", { "d": "M3 20l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c3.255 2.777 3.695 7.266 1.029 10.501c-2.666 3.235 -7.615 4.215 -11.574 2.293l-4.7 1" }]]),
|
|
577
|
+
"minus": createIcon("MinusIcon", {
|
|
578
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
579
|
+
"viewBox": "0 0 24 24",
|
|
580
|
+
"fill": "none",
|
|
581
|
+
"stroke": "currentColor",
|
|
582
|
+
"strokeWidth": "2",
|
|
583
|
+
"strokeLinecap": "round",
|
|
584
|
+
"strokeLinejoin": "round"
|
|
585
|
+
}, [["path", { "d": "M5 12l14 0" }]]),
|
|
586
|
+
"paperclip": createIcon("PaperclipIcon", {
|
|
587
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
588
|
+
"width": "24",
|
|
589
|
+
"height": "24",
|
|
590
|
+
"viewBox": "0 0 24 24",
|
|
591
|
+
"fill": "none",
|
|
592
|
+
"stroke": "currentColor",
|
|
593
|
+
"strokeWidth": "2",
|
|
594
|
+
"strokeLinecap": "round",
|
|
595
|
+
"strokeLinejoin": "round"
|
|
596
|
+
}, [["path", {
|
|
597
|
+
"stroke": "none",
|
|
598
|
+
"d": "M0 0h24v24H0z",
|
|
599
|
+
"fill": "none"
|
|
600
|
+
}], ["path", { "d": "M15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3l6.5 -6.5a3 3 0 0 0 -6 -6l-6.5 6.5a4.5 4.5 0 0 0 9 9l6.5 -6.5" }]]),
|
|
601
|
+
"pencil": createIcon("PencilIcon", {
|
|
602
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
603
|
+
"viewBox": "0 0 24 24",
|
|
604
|
+
"fill": "none",
|
|
605
|
+
"stroke": "currentColor",
|
|
606
|
+
"strokeWidth": "2",
|
|
607
|
+
"strokeLinecap": "round",
|
|
608
|
+
"strokeLinejoin": "round"
|
|
609
|
+
}, [["path", { "d": "M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" }], ["path", { "d": "M13.5 6.5l4 4" }]]),
|
|
610
|
+
"photo": createIcon("PhotoIcon", {
|
|
611
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
612
|
+
"width": "24",
|
|
613
|
+
"height": "24",
|
|
614
|
+
"viewBox": "0 0 24 24",
|
|
615
|
+
"fill": "none",
|
|
616
|
+
"stroke": "currentColor",
|
|
617
|
+
"strokeWidth": "2",
|
|
618
|
+
"strokeLinecap": "round",
|
|
619
|
+
"strokeLinejoin": "round"
|
|
620
|
+
}, [
|
|
621
|
+
["path", {
|
|
622
|
+
"stroke": "none",
|
|
623
|
+
"d": "M0 0h24v24H0z",
|
|
624
|
+
"fill": "none"
|
|
625
|
+
}],
|
|
626
|
+
["path", { "d": "M15 8h.01" }],
|
|
627
|
+
["path", { "d": "M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12" }],
|
|
628
|
+
["path", { "d": "M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5" }],
|
|
629
|
+
["path", { "d": "M14 14l1 -1c.928 -.893 2.072 -.893 3 0l3 3" }]
|
|
630
|
+
]),
|
|
631
|
+
"plus": createIcon("PlusIcon", {
|
|
632
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
633
|
+
"viewBox": "0 0 24 24",
|
|
634
|
+
"fill": "none",
|
|
635
|
+
"stroke": "currentColor",
|
|
636
|
+
"strokeWidth": "2",
|
|
637
|
+
"strokeLinecap": "round",
|
|
638
|
+
"strokeLinejoin": "round"
|
|
639
|
+
}, [["path", { "d": "M12 5l0 14" }], ["path", { "d": "M5 12l14 0" }]]),
|
|
640
|
+
"printer": createIcon("PrinterIcon", {
|
|
641
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
642
|
+
"width": "24",
|
|
643
|
+
"height": "24",
|
|
644
|
+
"viewBox": "0 0 24 24",
|
|
645
|
+
"fill": "none",
|
|
646
|
+
"stroke": "currentColor",
|
|
647
|
+
"strokeWidth": "2",
|
|
648
|
+
"strokeLinecap": "round",
|
|
649
|
+
"strokeLinejoin": "round"
|
|
650
|
+
}, [
|
|
651
|
+
["path", {
|
|
652
|
+
"stroke": "none",
|
|
653
|
+
"d": "M0 0h24v24H0z",
|
|
654
|
+
"fill": "none"
|
|
655
|
+
}],
|
|
656
|
+
["path", { "d": "M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2" }],
|
|
657
|
+
["path", { "d": "M17 9v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4" }],
|
|
658
|
+
["path", { "d": "M7 15a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2l0 -4" }]
|
|
659
|
+
]),
|
|
660
|
+
"search": createIcon("SearchIcon", {
|
|
661
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
662
|
+
"viewBox": "0 0 24 24",
|
|
663
|
+
"fill": "none",
|
|
664
|
+
"stroke": "currentColor",
|
|
665
|
+
"strokeWidth": "2",
|
|
666
|
+
"strokeLinecap": "round",
|
|
667
|
+
"strokeLinejoin": "round"
|
|
668
|
+
}, [["path", { "d": "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" }], ["path", { "d": "M21 21l-6 -6" }]]),
|
|
669
|
+
"selector": createIcon("SelectorIcon", {
|
|
670
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
671
|
+
"width": "24",
|
|
672
|
+
"height": "24",
|
|
673
|
+
"viewBox": "0 0 24 24",
|
|
674
|
+
"fill": "none",
|
|
675
|
+
"stroke": "currentColor",
|
|
676
|
+
"strokeWidth": "2",
|
|
677
|
+
"strokeLinecap": "round",
|
|
678
|
+
"strokeLinejoin": "round"
|
|
679
|
+
}, [
|
|
680
|
+
["path", {
|
|
681
|
+
"stroke": "none",
|
|
682
|
+
"d": "M0 0h24v24H0z",
|
|
683
|
+
"fill": "none"
|
|
684
|
+
}],
|
|
685
|
+
["path", { "d": "M8 9l4 -4l4 4" }],
|
|
686
|
+
["path", { "d": "M16 15l-4 4l-4 -4" }]
|
|
687
|
+
]),
|
|
688
|
+
"settings": createIcon("SettingsIcon", {
|
|
689
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
690
|
+
"viewBox": "0 0 24 24",
|
|
691
|
+
"fill": "none",
|
|
692
|
+
"stroke": "currentColor",
|
|
693
|
+
"strokeWidth": "2",
|
|
694
|
+
"strokeLinecap": "round",
|
|
695
|
+
"strokeLinejoin": "round"
|
|
696
|
+
}, [["path", { "d": "M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z" }], ["path", { "d": "M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" }]]),
|
|
697
|
+
"sort-ascending": createIcon("SortAscendingIcon", {
|
|
698
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
699
|
+
"width": "24",
|
|
700
|
+
"height": "24",
|
|
701
|
+
"viewBox": "0 0 24 24",
|
|
702
|
+
"fill": "none",
|
|
703
|
+
"stroke": "currentColor",
|
|
704
|
+
"strokeWidth": "2",
|
|
705
|
+
"strokeLinecap": "round",
|
|
706
|
+
"strokeLinejoin": "round"
|
|
707
|
+
}, [
|
|
708
|
+
["path", {
|
|
709
|
+
"stroke": "none",
|
|
710
|
+
"d": "M0 0h24v24H0z",
|
|
711
|
+
"fill": "none"
|
|
712
|
+
}],
|
|
713
|
+
["path", { "d": "M4 6l7 0" }],
|
|
714
|
+
["path", { "d": "M4 12l7 0" }],
|
|
715
|
+
["path", { "d": "M4 18l9 0" }],
|
|
716
|
+
["path", { "d": "M15 9l3 -3l3 3" }],
|
|
717
|
+
["path", { "d": "M18 6l0 12" }]
|
|
718
|
+
]),
|
|
719
|
+
"sort-descending": createIcon("SortDescendingIcon", {
|
|
720
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
721
|
+
"width": "24",
|
|
722
|
+
"height": "24",
|
|
723
|
+
"viewBox": "0 0 24 24",
|
|
724
|
+
"fill": "none",
|
|
725
|
+
"stroke": "currentColor",
|
|
726
|
+
"strokeWidth": "2",
|
|
727
|
+
"strokeLinecap": "round",
|
|
728
|
+
"strokeLinejoin": "round"
|
|
729
|
+
}, [
|
|
730
|
+
["path", {
|
|
731
|
+
"stroke": "none",
|
|
732
|
+
"d": "M0 0h24v24H0z",
|
|
733
|
+
"fill": "none"
|
|
734
|
+
}],
|
|
735
|
+
["path", { "d": "M4 6l9 0" }],
|
|
736
|
+
["path", { "d": "M4 12l7 0" }],
|
|
737
|
+
["path", { "d": "M4 18l7 0" }],
|
|
738
|
+
["path", { "d": "M15 15l3 3l3 -3" }],
|
|
739
|
+
["path", { "d": "M18 6l0 12" }]
|
|
740
|
+
]),
|
|
741
|
+
"star-filled": createIcon("StarFilledIcon", {
|
|
742
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
743
|
+
"width": "24",
|
|
744
|
+
"height": "24",
|
|
745
|
+
"viewBox": "0 0 24 24",
|
|
746
|
+
"fill": "currentColor"
|
|
747
|
+
}, [["path", {
|
|
748
|
+
"stroke": "none",
|
|
749
|
+
"d": "M0 0h24v24H0z",
|
|
750
|
+
"fill": "none"
|
|
751
|
+
}], ["path", { "d": "M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z" }]]),
|
|
752
|
+
"star": createIcon("StarIcon", {
|
|
753
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
754
|
+
"viewBox": "0 0 24 24",
|
|
755
|
+
"fill": "none",
|
|
756
|
+
"stroke": "currentColor",
|
|
757
|
+
"strokeWidth": "2",
|
|
758
|
+
"strokeLinecap": "round",
|
|
759
|
+
"strokeLinejoin": "round"
|
|
760
|
+
}, [["path", { "d": "M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" }]]),
|
|
761
|
+
"trash": createIcon("TrashIcon", {
|
|
762
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
763
|
+
"viewBox": "0 0 24 24",
|
|
764
|
+
"fill": "none",
|
|
765
|
+
"stroke": "currentColor",
|
|
766
|
+
"strokeWidth": "2",
|
|
767
|
+
"strokeLinecap": "round",
|
|
768
|
+
"strokeLinejoin": "round"
|
|
769
|
+
}, [
|
|
770
|
+
["path", { "d": "M4 7l16 0" }],
|
|
771
|
+
["path", { "d": "M10 11l0 6" }],
|
|
772
|
+
["path", { "d": "M14 11l0 6" }],
|
|
773
|
+
["path", { "d": "M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" }],
|
|
774
|
+
["path", { "d": "M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" }]
|
|
775
|
+
]),
|
|
776
|
+
"upload": createIcon("UploadIcon", {
|
|
777
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
778
|
+
"width": "24",
|
|
779
|
+
"height": "24",
|
|
780
|
+
"viewBox": "0 0 24 24",
|
|
781
|
+
"fill": "none",
|
|
782
|
+
"stroke": "currentColor",
|
|
783
|
+
"strokeWidth": "2",
|
|
784
|
+
"strokeLinecap": "round",
|
|
785
|
+
"strokeLinejoin": "round"
|
|
786
|
+
}, [
|
|
787
|
+
["path", {
|
|
788
|
+
"stroke": "none",
|
|
789
|
+
"d": "M0 0h24v24H0z",
|
|
790
|
+
"fill": "none"
|
|
791
|
+
}],
|
|
792
|
+
["path", { "d": "M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" }],
|
|
793
|
+
["path", { "d": "M7 9l5 -5l5 5" }],
|
|
794
|
+
["path", { "d": "M12 4l0 12" }]
|
|
795
|
+
]),
|
|
796
|
+
"user": createIcon("UserIcon", {
|
|
797
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
798
|
+
"viewBox": "0 0 24 24",
|
|
799
|
+
"fill": "none",
|
|
800
|
+
"stroke": "currentColor",
|
|
801
|
+
"strokeWidth": "2",
|
|
802
|
+
"strokeLinecap": "round",
|
|
803
|
+
"strokeLinejoin": "round"
|
|
804
|
+
}, [["path", { "d": "M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" }], ["path", { "d": "M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" }]]),
|
|
805
|
+
"x": createIcon("XIcon", {
|
|
806
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
807
|
+
"viewBox": "0 0 24 24",
|
|
808
|
+
"fill": "none",
|
|
809
|
+
"stroke": "currentColor",
|
|
810
|
+
"strokeWidth": "2",
|
|
811
|
+
"strokeLinecap": "round",
|
|
812
|
+
"strokeLinejoin": "round"
|
|
813
|
+
}, [["path", { "d": "M18 6l-12 12" }], ["path", { "d": "M6 6l12 12" }]])
|
|
814
|
+
};
|
|
815
|
+
//#endregion
|
|
816
|
+
export { iconMap };
|
|
817
|
+
|
|
818
|
+
//# sourceMappingURL=icon-registry.generated.mjs.map
|