@amboss/design-system 1.9.1 → 1.9.5
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/build/cjs/build-tokens/_breakpoints.json.js +7 -0
- package/build/cjs/build-tokens/_icon_sizes_map.json.js +5 -0
- package/build/cjs/build-tokens/assets/icons.json.js +76 -0
- package/build/cjs/build-tokens/assets/icons16.json.js +80 -0
- package/build/cjs/build-tokens/assets/logo.json.js +7 -0
- package/build/cjs/build-tokens/visualConfig.js +1464 -0
- package/build/cjs/src/components/Badge/Badge.js +62 -0
- package/build/cjs/src/components/Box/Box.js +88 -0
- package/build/cjs/src/components/Button/Button.js +246 -0
- package/build/cjs/src/components/Callout/Callout.js +86 -0
- package/build/cjs/src/components/Card/Card.js +68 -0
- package/build/cjs/src/components/Card/CardBox.js +22 -0
- package/build/cjs/src/components/Card/CardHeader/CardHeader.js +59 -0
- package/build/cjs/src/components/Collapsible/Collapsible.js +115 -0
- package/build/cjs/src/components/Column/Columns.js +145 -0
- package/build/cjs/src/components/Container/Container.js +55 -0
- package/build/cjs/src/components/Divider/Divider.js +67 -0
- package/build/cjs/src/components/DropdownMenu/DropdownMenu.js +226 -0
- package/build/cjs/src/components/DropdownMenu/MenuItem.js +102 -0
- package/build/cjs/src/components/Form/Checkbox/Checkbox.js +146 -0
- package/build/cjs/src/components/Form/FormErrorMessages/FormErrorMessages.js +26 -0
- package/build/cjs/src/components/Form/FormField/FormField.js +56 -0
- package/build/cjs/src/components/Form/FormFieldGroup/FormFieldGroup.js +54 -0
- package/build/cjs/src/components/Form/FormLabelText/FormLabelText.js +41 -0
- package/build/cjs/src/components/Form/Input/Input.js +181 -0
- package/build/cjs/src/components/Form/PasswordInput/PasswordInput.js +224 -0
- package/build/cjs/src/components/Form/Radio/Radio.js +137 -0
- package/build/cjs/src/components/Form/RadioButton/RadioButton.js +137 -0
- package/build/cjs/src/components/Form/Select/Select.js +287 -0
- package/build/cjs/src/components/Form/Textarea/Textarea.js +89 -0
- package/build/cjs/src/components/Form/Toggle/Toggle.js +178 -0
- package/build/cjs/src/components/Form/ToggleButton/ToggleButton.js +142 -0
- package/build/cjs/src/components/Icon/Icon.js +91 -0
- package/build/cjs/src/components/Inline/Inline.js +110 -0
- package/build/cjs/src/components/Link/Link.js +78 -0
- package/build/cjs/src/components/Logo/Logo.js +43 -0
- package/build/cjs/src/components/MediaItem/MediaItem.js +124 -0
- package/build/cjs/src/components/MediaViewerBar/MediaViewerBar.js +72 -0
- package/build/cjs/src/components/Notification/Notification.js +106 -0
- package/build/cjs/src/components/Patterns/ButtonGroup/ButtonGroup.js +43 -0
- package/build/cjs/src/components/Patterns/Modal/Modal.js +220 -0
- package/build/cjs/src/components/PictogramButton/PictogramButton.js +118 -0
- package/build/cjs/src/components/Portal/Portal.js +22 -0
- package/build/cjs/src/components/ProgressBar/ProgressBar.js +38 -0
- package/build/cjs/src/components/RoundButton/RoundButton.js +116 -0
- package/build/cjs/src/components/SearchResult/SearchResult.js +177 -0
- package/build/cjs/src/components/SegmentedProgressBar/SegmentedProgressBar.js +107 -0
- package/build/cjs/src/components/SegmentedProgressBar/SegmentedProgressBarUtil.js +42 -0
- package/build/cjs/src/components/Stack/Stack.js +77 -0
- package/build/cjs/src/components/SubThemeProvider/SubThemeProvider.js +54 -0
- package/build/cjs/src/components/Tabs/Tabs.js +132 -0
- package/build/cjs/src/components/Typography/Header/Header.js +114 -0
- package/build/cjs/src/components/Typography/StyledText/StyledText.js +167 -0
- package/build/cjs/src/components/Typography/Text/Text.js +61 -0
- package/build/cjs/src/components/Typography/TextClamped/TextClamped.js +53 -0
- package/build/cjs/src/components/VirtualScrollList/VirtualScrollList.js +115 -0
- package/build/cjs/src/components/VirtualScrollList/VirtualScrollListReducer.js +131 -0
- package/build/cjs/src/index.js +120 -0
- package/build/cjs/src/shared/flattenChildren.js +33 -0
- package/build/cjs/src/shared/informDeprecation.js +12 -0
- package/build/cjs/src/shared/mediaQueries.js +68 -0
- package/build/cjs/src/shared/useAutoPosition.js +42 -0
- package/build/cjs/src/shared/useDocument.js +7 -0
- package/build/cjs/src/shared/useHover.js +26 -0
- package/build/cjs/src/shared/useKeyboard.js +43 -0
- package/build/cjs/src/shared/useOnEscapePress.js +52 -0
- package/build/cjs/src/shared/useOutsideClick.js +33 -0
- package/build/cjs/src/shared/useWindow.js +7 -0
- package/build/esm/build-tokens/_breakpoints.json.js +4 -0
- package/build/esm/build-tokens/_breakpoints.json.js.map +1 -0
- package/build/esm/build-tokens/_icon_sizes_map.json.js +4 -0
- package/build/esm/build-tokens/_icon_sizes_map.json.js.map +1 -0
- package/build/esm/build-tokens/assets/icons.json.js +4 -0
- package/build/esm/build-tokens/assets/icons.json.js.map +1 -0
- package/build/esm/build-tokens/assets/icons16.json.js +4 -0
- package/build/esm/build-tokens/assets/icons16.json.js.map +1 -0
- package/build/esm/build-tokens/assets/logo.json.js +4 -0
- package/build/esm/build-tokens/assets/logo.json.js.map +1 -0
- package/build/esm/build-tokens/visualConfig.js +1463 -0
- package/build/esm/build-tokens/visualConfig.js.map +1 -0
- package/build/esm/src/components/Badge/Badge.js +56 -0
- package/build/esm/src/components/Badge/Badge.js.map +1 -0
- package/build/esm/src/components/Box/Box.js +81 -0
- package/build/esm/src/components/Box/Box.js.map +1 -0
- package/build/esm/src/components/Button/Button.js +238 -0
- package/build/esm/src/components/Button/Button.js.map +1 -0
- package/build/esm/src/components/Callout/Callout.js +80 -0
- package/build/esm/src/components/Callout/Callout.js.map +1 -0
- package/build/esm/src/components/Card/Card.js +62 -0
- package/build/esm/src/components/Card/Card.js.map +1 -0
- package/build/esm/src/components/Card/CardBox.js +17 -0
- package/build/esm/src/components/Card/CardBox.js.map +1 -0
- package/build/esm/src/components/Card/CardHeader/CardHeader.js +52 -0
- package/build/esm/src/components/Card/CardHeader/CardHeader.js.map +1 -0
- package/build/esm/src/components/Collapsible/Collapsible.js +107 -0
- package/build/esm/src/components/Collapsible/Collapsible.js.map +1 -0
- package/build/esm/src/components/Column/Columns.js +139 -0
- package/build/esm/src/components/Column/Columns.js.map +1 -0
- package/build/esm/src/components/Container/Container.js +49 -0
- package/build/esm/src/components/Container/Container.js.map +1 -0
- package/build/esm/src/components/Divider/Divider.js +61 -0
- package/build/esm/src/components/Divider/Divider.js.map +1 -0
- package/build/esm/src/components/DropdownMenu/DropdownMenu.js +220 -0
- package/build/esm/src/components/DropdownMenu/DropdownMenu.js.map +1 -0
- package/build/esm/src/components/DropdownMenu/MenuItem.js +96 -0
- package/build/esm/src/components/DropdownMenu/MenuItem.js.map +1 -0
- package/build/esm/src/components/Form/Checkbox/Checkbox.js +139 -0
- package/build/esm/src/components/Form/Checkbox/Checkbox.js.map +1 -0
- package/build/esm/src/components/Form/FormErrorMessages/FormErrorMessages.js +21 -0
- package/build/esm/src/components/Form/FormErrorMessages/FormErrorMessages.js.map +1 -0
- package/build/esm/src/components/Form/FormField/FormField.js +50 -0
- package/build/esm/src/components/Form/FormField/FormField.js.map +1 -0
- package/build/esm/src/components/Form/FormFieldGroup/FormFieldGroup.js +48 -0
- package/build/esm/src/components/Form/FormFieldGroup/FormFieldGroup.js.map +1 -0
- package/build/esm/src/components/Form/FormLabelText/FormLabelText.js +35 -0
- package/build/esm/src/components/Form/FormLabelText/FormLabelText.js.map +1 -0
- package/build/esm/src/components/Form/Input/Input.js +174 -0
- package/build/esm/src/components/Form/Input/Input.js.map +1 -0
- package/build/esm/src/components/Form/PasswordInput/PasswordInput.js +217 -0
- package/build/esm/src/components/Form/PasswordInput/PasswordInput.js.map +1 -0
- package/build/esm/src/components/Form/Radio/Radio.js +130 -0
- package/build/esm/src/components/Form/Radio/Radio.js.map +1 -0
- package/build/esm/src/components/Form/RadioButton/RadioButton.js +130 -0
- package/build/esm/src/components/Form/RadioButton/RadioButton.js.map +1 -0
- package/build/esm/src/components/Form/Select/Select.js +281 -0
- package/build/esm/src/components/Form/Select/Select.js.map +1 -0
- package/build/esm/src/components/Form/Textarea/Textarea.js +83 -0
- package/build/esm/src/components/Form/Textarea/Textarea.js.map +1 -0
- package/build/esm/src/components/Form/Toggle/Toggle.js +171 -0
- package/build/esm/src/components/Form/Toggle/Toggle.js.map +1 -0
- package/build/esm/src/components/Form/ToggleButton/ToggleButton.js +135 -0
- package/build/esm/src/components/Form/ToggleButton/ToggleButton.js.map +1 -0
- package/build/esm/src/components/Icon/Icon.js +85 -0
- package/build/esm/src/components/Icon/Icon.js.map +1 -0
- package/build/esm/src/components/Inline/Inline.js +104 -0
- package/build/esm/src/components/Inline/Inline.js.map +1 -0
- package/build/esm/src/components/Link/Link.js +71 -0
- package/build/esm/src/components/Link/Link.js.map +1 -0
- package/build/esm/src/components/Logo/Logo.js +37 -0
- package/build/esm/src/components/Logo/Logo.js.map +1 -0
- package/build/esm/src/components/MediaItem/MediaItem.js +118 -0
- package/build/esm/src/components/MediaItem/MediaItem.js.map +1 -0
- package/build/esm/src/components/MediaViewerBar/MediaViewerBar.js +66 -0
- package/build/esm/src/components/MediaViewerBar/MediaViewerBar.js.map +1 -0
- package/build/esm/src/components/Notification/Notification.js +100 -0
- package/build/esm/src/components/Notification/Notification.js.map +1 -0
- package/build/esm/src/components/Patterns/ButtonGroup/ButtonGroup.js +38 -0
- package/build/esm/src/components/Patterns/ButtonGroup/ButtonGroup.js.map +1 -0
- package/build/esm/src/components/Patterns/Modal/Modal.js +213 -0
- package/build/esm/src/components/Patterns/Modal/Modal.js.map +1 -0
- package/build/esm/src/components/PictogramButton/PictogramButton.js +111 -0
- package/build/esm/src/components/PictogramButton/PictogramButton.js.map +1 -0
- package/build/esm/src/components/Portal/Portal.js +16 -0
- package/build/esm/src/components/Portal/Portal.js.map +1 -0
- package/build/esm/src/components/ProgressBar/ProgressBar.js +33 -0
- package/build/esm/src/components/ProgressBar/ProgressBar.js.map +1 -0
- package/build/esm/src/components/RoundButton/RoundButton.js +109 -0
- package/build/esm/src/components/RoundButton/RoundButton.js.map +1 -0
- package/build/esm/src/components/SearchResult/SearchResult.js +171 -0
- package/build/esm/src/components/SearchResult/SearchResult.js.map +1 -0
- package/build/esm/src/components/SegmentedProgressBar/SegmentedProgressBar.js +101 -0
- package/build/esm/src/components/SegmentedProgressBar/SegmentedProgressBar.js.map +1 -0
- package/build/esm/src/components/SegmentedProgressBar/SegmentedProgressBarUtil.js +40 -0
- package/build/esm/src/components/SegmentedProgressBar/SegmentedProgressBarUtil.js.map +1 -0
- package/build/esm/src/components/Stack/Stack.js +71 -0
- package/build/esm/src/components/Stack/Stack.js.map +1 -0
- package/build/esm/src/components/SubThemeProvider/SubThemeProvider.js +49 -0
- package/build/esm/src/components/SubThemeProvider/SubThemeProvider.js.map +1 -0
- package/build/esm/src/components/Tabs/Tabs.js +125 -0
- package/build/esm/src/components/Tabs/Tabs.js.map +1 -0
- package/build/esm/src/components/Typography/Header/Header.js +104 -0
- package/build/esm/src/components/Typography/Header/Header.js.map +1 -0
- package/build/esm/src/components/Typography/StyledText/StyledText.js +160 -0
- package/build/esm/src/components/Typography/StyledText/StyledText.js.map +1 -0
- package/build/esm/src/components/Typography/Text/Text.js +55 -0
- package/build/esm/src/components/Typography/Text/Text.js.map +1 -0
- package/build/esm/src/components/Typography/TextClamped/TextClamped.js +46 -0
- package/build/esm/src/components/Typography/TextClamped/TextClamped.js.map +1 -0
- package/build/esm/src/components/VirtualScrollList/VirtualScrollList.js +109 -0
- package/build/esm/src/components/VirtualScrollList/VirtualScrollList.js.map +1 -0
- package/build/esm/src/components/VirtualScrollList/VirtualScrollListReducer.js +130 -0
- package/build/esm/src/components/VirtualScrollList/VirtualScrollListReducer.js.map +1 -0
- package/build/esm/src/index.js +53 -0
- package/build/esm/src/index.js.map +1 -0
- package/build/esm/src/shared/flattenChildren.d.ts +11 -0
- package/build/esm/src/shared/flattenChildren.js +32 -0
- package/build/esm/src/shared/flattenChildren.js.map +1 -0
- package/build/esm/src/shared/informDeprecation.js +11 -0
- package/build/esm/src/shared/informDeprecation.js.map +1 -0
- package/build/esm/src/shared/mediaQueries.js +66 -0
- package/build/esm/src/shared/mediaQueries.js.map +1 -0
- package/build/esm/src/shared/useAutoPosition.js +41 -0
- package/build/esm/src/shared/useAutoPosition.js.map +1 -0
- package/build/esm/src/shared/useDocument.js +6 -0
- package/build/esm/src/shared/useDocument.js.map +1 -0
- package/build/esm/src/shared/useHover.js +25 -0
- package/build/esm/src/shared/useHover.js.map +1 -0
- package/build/esm/src/shared/useKeyboard.js +42 -0
- package/build/esm/src/shared/useKeyboard.js.map +1 -0
- package/build/esm/src/shared/useOnEscapePress.js +51 -0
- package/build/esm/src/shared/useOnEscapePress.js.map +1 -0
- package/build/esm/src/shared/useOutsideClick.js +32 -0
- package/build/esm/src/shared/useOutsideClick.js.map +1 -0
- package/build/esm/src/shared/useWindow.js +6 -0
- package/build/esm/src/shared/useWindow.js.map +1 -0
- package/package.json +27 -9
- package/build/build-tokens/assets/icons.json +0 -131
- package/build/build-tokens/assets/icons16.json +0 -142
- package/build/build-tokens/assets/logo.json +0 -3
- package/build/index.js +0 -3
- package/build/index.js.LICENSE.txt +0 -8
- package/build/index.js.map +0 -1
- /package/build/{build-tokens → esm/build-tokens}/_subThemeType.d.ts +0 -0
- /package/build/{build-tokens → esm/build-tokens}/visualConfig.d.ts +0 -0
- /package/build/{src → esm/src}/components/Badge/Badge.d.ts +0 -0
- /package/build/{src → esm/src}/components/Box/Box.d.ts +0 -0
- /package/build/{src → esm/src}/components/Button/Button.d.ts +0 -0
- /package/build/{src → esm/src}/components/Callout/Callout.d.ts +0 -0
- /package/build/{src → esm/src}/components/Card/Card.d.ts +0 -0
- /package/build/{src → esm/src}/components/Card/CardBox.d.ts +0 -0
- /package/build/{src → esm/src}/components/Card/CardHeader/CardHeader.d.ts +0 -0
- /package/build/{src → esm/src}/components/Collapsible/Collapsible.d.ts +0 -0
- /package/build/{src → esm/src}/components/Column/Columns.d.ts +0 -0
- /package/build/{src → esm/src}/components/Container/Container.d.ts +0 -0
- /package/build/{src → esm/src}/components/Divider/Divider.d.ts +0 -0
- /package/build/{src → esm/src}/components/DropdownMenu/DropdownMenu.d.ts +0 -0
- /package/build/{src → esm/src}/components/DropdownMenu/MenuItem.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/Checkbox/Checkbox.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/FormErrorMessages/FormErrorMessages.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/FormField/FormField.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/FormFieldGroup/FormFieldGroup.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/FormLabelText/FormLabelText.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/Input/Input.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/PasswordInput/PasswordInput.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/Radio/Radio.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/RadioButton/RadioButton.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/Select/Select.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/Textarea/Textarea.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/Toggle/Toggle.d.ts +0 -0
- /package/build/{src → esm/src}/components/Form/ToggleButton/ToggleButton.d.ts +0 -0
- /package/build/{src → esm/src}/components/Icon/Icon.d.ts +0 -0
- /package/build/{src → esm/src}/components/Inline/Inline.d.ts +0 -0
- /package/build/{src → esm/src}/components/Link/Link.d.ts +0 -0
- /package/build/{src → esm/src}/components/Logo/Logo.d.ts +0 -0
- /package/build/{src → esm/src}/components/MediaItem/MediaItem.d.ts +0 -0
- /package/build/{src → esm/src}/components/MediaViewerBar/MediaViewerBar.d.ts +0 -0
- /package/build/{src → esm/src}/components/Notification/ExpandedContent.d.ts +0 -0
- /package/build/{src → esm/src}/components/Notification/Notification.d.ts +0 -0
- /package/build/{src → esm/src}/components/Patterns/ButtonGroup/ButtonGroup.d.ts +0 -0
- /package/build/{src → esm/src}/components/Patterns/Modal/Modal.d.ts +0 -0
- /package/build/{src → esm/src}/components/PictogramButton/PictogramButton.d.ts +0 -0
- /package/build/{src → esm/src}/components/Portal/Portal.d.ts +0 -0
- /package/build/{src → esm/src}/components/ProgressBar/ProgressBar.d.ts +0 -0
- /package/build/{src → esm/src}/components/RoundButton/RoundButton.d.ts +0 -0
- /package/build/{src → esm/src}/components/SearchResult/SearchResult.d.ts +0 -0
- /package/build/{src → esm/src}/components/SegmentedProgressBar/SegmentedProgressBar.d.ts +0 -0
- /package/build/{src → esm/src}/components/SegmentedProgressBar/SegmentedProgressBarUtil.d.ts +0 -0
- /package/build/{src → esm/src}/components/ShadowWebComponent/ShadowWebComponent.d.ts +0 -0
- /package/build/{src → esm/src}/components/Stack/Stack.d.ts +0 -0
- /package/build/{src → esm/src}/components/SubThemeProvider/SubThemeProvider.d.ts +0 -0
- /package/build/{src → esm/src}/components/Tabs/Tabs.d.ts +0 -0
- /package/build/{src → esm/src}/components/Typography/Header/Header.d.ts +0 -0
- /package/build/{src → esm/src}/components/Typography/StyledText/StyledText.d.ts +0 -0
- /package/build/{src → esm/src}/components/Typography/Text/Text.d.ts +0 -0
- /package/build/{src → esm/src}/components/Typography/TextClamped/TextClamped.d.ts +0 -0
- /package/build/{src → esm/src}/components/VirtualScrollList/VirtualScrollList.d.ts +0 -0
- /package/build/{src → esm/src}/components/VirtualScrollList/VirtualScrollListReducer.d.ts +0 -0
- /package/build/{src → esm/src}/index.d.ts +0 -0
- /package/build/{src → esm/src}/shared/informDeprecation.d.ts +0 -0
- /package/build/{src → esm/src}/shared/mediaQueries.d.ts +0 -0
- /package/build/{src → esm/src}/shared/replaceDeprecated.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useAutoPosition.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useDocument.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useHover.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useKeyboard.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useOnEscapePress.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useOutsideClick.d.ts +0 -0
- /package/build/{src → esm/src}/shared/useWindow.d.ts +0 -0
- /package/build/{src → esm/src}/types/index.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOutsideClick.js","sources":["../../../../src/shared/useOutsideClick.ts"],"sourcesContent":["import { useEffect, useCallback, RefObject } from \"react\";\n\nimport { useWindow } from \"./useWindow\";\n\n/**\n * useOutsideClick handles outside click of a given element.\n * @param {RefObject} ref - Reference to a DOM element.\n * @param {e: Event) => void} handler - Function invoked when a click is triggered outside the referenced element.\n * @param {boolean} isActive - A flag to determine when the outside click event needs to be applied.\n *\n * Example: useOutsideClick(menuRef, closeMenu, menuIsOpen)\n * Means that when a menu is opened, clicking outside of the menu will close the mneu.\n */\n\nexport const useOutsideClick = (\n ref: RefObject<any>,\n handler: (e: Event) => void,\n isActive: boolean\n): void => {\n const window = useWindow();\n\n const outsideClickEvent = useCallback(\n (e: Event) => {\n if (ref && ref.current && !ref.current.contains(e.target)) {\n handler(e);\n }\n },\n [handler, ref]\n );\n\n useEffect(() => {\n if (isActive) {\n window.addEventListener(\"click\", outsideClickEvent);\n }\n\n return () => {\n window.removeEventListener(\"click\", outsideClickEvent);\n };\n }, [isActive, window, outsideClickEvent]);\n};\n"],"names":["useOutsideClick","ref","handler","isActive","window","useWindow","outsideClickEvent","useCallback","e","current","contains","target","useEffect","addEventListener","removeEventListener"],"mappings":";;;AAIA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEO,MAAMA,eAAe,GAAGA,CAC7BC,GAAmB,EACnBC,OAA2B,EAC3BC,QAAiB,KACR;EACT,MAAMC,MAAM,GAAGC,SAAS,EAAE,CAAA;AAE1B,EAAA,MAAMC,iBAAiB,GAAGC,WAAW,CAClCC,CAAQ,IAAK;AACZ,IAAA,IAAIP,GAAG,IAAIA,GAAG,CAACQ,OAAO,IAAI,CAACR,GAAG,CAACQ,OAAO,CAACC,QAAQ,CAACF,CAAC,CAACG,MAAM,CAAC,EAAE;MACzDT,OAAO,CAACM,CAAC,CAAC,CAAA;AACZ,KAAA;AACF,GAAC,EACD,CAACN,OAAO,EAAED,GAAG,CAAC,CACf,CAAA;AAEDW,EAAAA,SAAS,CAAC,MAAM;AACd,IAAA,IAAIT,QAAQ,EAAE;AACZC,MAAAA,MAAM,CAACS,gBAAgB,CAAC,OAAO,EAAEP,iBAAiB,CAAC,CAAA;AACrD,KAAA;AAEA,IAAA,OAAO,MAAM;AACXF,MAAAA,MAAM,CAACU,mBAAmB,CAAC,OAAO,EAAER,iBAAiB,CAAC,CAAA;KACvD,CAAA;GACF,EAAE,CAACH,QAAQ,EAAEC,MAAM,EAAEE,iBAAiB,CAAC,CAAC,CAAA;AAC3C;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useWindow.js","sources":["../../../../src/shared/useWindow.ts"],"sourcesContent":["export function useWindow(): Window {\n return window;\n}\n"],"names":["useWindow","window"],"mappings":"AAAO,SAASA,SAASA,GAAW;AAClC,EAAA,OAAOC,MAAM,CAAA;AACf;;;;"}
|
package/package.json
CHANGED
|
@@ -1,14 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amboss/design-system",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.5",
|
|
4
4
|
"description": "the design system for AMBOSS products",
|
|
5
5
|
"author": "Bagrat Gobedashvili",
|
|
6
6
|
"license": "ISC",
|
|
7
|
+
"types": "build/esm/src/index.d.ts",
|
|
8
|
+
"module": "build/esm/src/index.js",
|
|
9
|
+
"main": "build/cjs/src/index.js",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./build/esm/src/index.js",
|
|
13
|
+
"require": "./build/cjs/src/index.js"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"sideEffects": false,
|
|
7
17
|
"bugs": {
|
|
8
18
|
"url": "https://github.com/amboss-mededu/amboss-design-system/issues"
|
|
9
19
|
},
|
|
10
|
-
"
|
|
11
|
-
|
|
20
|
+
"browser": {
|
|
21
|
+
"./node_modules/@storybook/client-api": "./node_modules/@storybook/client-api/dist/esm/index.js",
|
|
22
|
+
"./node_modules/@storybook/client-logger": "./node_modules/@storybook/client-logger/dist/esm/index.js"
|
|
23
|
+
},
|
|
12
24
|
"files": [
|
|
13
25
|
"build/**/*"
|
|
14
26
|
],
|
|
@@ -38,14 +50,13 @@
|
|
|
38
50
|
"node": "16.16.0"
|
|
39
51
|
},
|
|
40
52
|
"scripts": {
|
|
41
|
-
"
|
|
42
|
-
"build": "
|
|
43
|
-
"postbuild": "tsc --emitDeclarationOnly && mkdir -p ./build/build-tokens/assets && cp -R ./build-tokens/assets ./build/build-tokens/",
|
|
53
|
+
"clean": "rimraf build build-tokens",
|
|
54
|
+
"build": "./scripts/build.sh",
|
|
44
55
|
"prestart": "npm run tokens",
|
|
45
56
|
"start": "npm run tokens:watch & npm run storybook",
|
|
46
57
|
"static": "http-server storybook-static/ -p 6006",
|
|
47
58
|
"storybook": "start-storybook -s ./static -p 6006",
|
|
48
|
-
"build-storybook": "npm run
|
|
59
|
+
"build-storybook": "npm run tokens && build-storybook -s ./static",
|
|
49
60
|
"test": "jest",
|
|
50
61
|
"test:watch": "jest --watch",
|
|
51
62
|
"test:coverage": "TZ=Europe/Berlin jest --coverage",
|
|
@@ -74,7 +85,8 @@
|
|
|
74
85
|
"typescript"
|
|
75
86
|
],
|
|
76
87
|
"dependencies": {
|
|
77
|
-
"
|
|
88
|
+
"@babel/runtime": "^7.21.0",
|
|
89
|
+
"react-is": "^17.0.1",
|
|
78
90
|
"runtypes": "^6.3.0"
|
|
79
91
|
},
|
|
80
92
|
"peerDependencies": {
|
|
@@ -97,11 +109,16 @@
|
|
|
97
109
|
"@auto-it/pr-body-labels": "^10.13.2",
|
|
98
110
|
"@auto-it/released": "^10.13.2",
|
|
99
111
|
"@babel/core": "^7.12.3",
|
|
112
|
+
"@babel/plugin-transform-runtime": "^7.21.4",
|
|
100
113
|
"@babel/preset-env": "^7.16.4",
|
|
101
114
|
"@babel/preset-react": "^7.14.5",
|
|
102
115
|
"@babel/preset-typescript": "^7.15.0",
|
|
103
116
|
"@emotion/babel-plugin": "^11.3.0",
|
|
104
117
|
"@geometricpanda/storybook-addon-badges": "0.2.1",
|
|
118
|
+
"@rollup/plugin-babel": "^6.0.3",
|
|
119
|
+
"@rollup/plugin-commonjs": "^24.0.1",
|
|
120
|
+
"@rollup/plugin-json": "^6.0.0",
|
|
121
|
+
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
105
122
|
"@storybook/addon-a11y": "^6.5.9",
|
|
106
123
|
"@storybook/addon-docs": "^6.5.9",
|
|
107
124
|
"@storybook/addon-essentials": "^6.5.9",
|
|
@@ -119,6 +136,7 @@
|
|
|
119
136
|
"@types/jest": "^26.0.19",
|
|
120
137
|
"@types/react": "^17.0.3",
|
|
121
138
|
"@types/react-dom": "^17.0.0",
|
|
139
|
+
"@types/react-is": "^17.0.1",
|
|
122
140
|
"@typescript-eslint/eslint-plugin": "^4.9.0",
|
|
123
141
|
"@typescript-eslint/parser": "^4.9.0",
|
|
124
142
|
"auto": "^10.13.2",
|
|
@@ -144,7 +162,7 @@
|
|
|
144
162
|
"jest": "^26.6.1",
|
|
145
163
|
"jest-junit": "^12.0.0",
|
|
146
164
|
"prettier": "^2.2.1",
|
|
147
|
-
"
|
|
165
|
+
"rollup": "^3.21.0",
|
|
148
166
|
"slackify-markdown": "^4.1.0",
|
|
149
167
|
"storybook-addon-multi-theme": "^0.0.9",
|
|
150
168
|
"style-dictionary": "^3.0.1",
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"alert-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-alert-circle\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"></line></svg>",
|
|
3
|
-
"alert-triangle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-alert-triangle\"><path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"></line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>",
|
|
4
|
-
"align-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-align-left\"><line x1=\"17\" y1=\"10\" x2=\"3\" y2=\"10\"></line><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"></line><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"></line><line x1=\"17\" y1=\"18\" x2=\"3\" y2=\"18\"></line></svg>",
|
|
5
|
-
"apple": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M16.749 0c.214 1.458-.379 2.886-1.162 3.896-.837 1.084-2.28 1.922-3.679 1.879-.255-1.396.398-2.834 1.194-3.8C13.974.906 15.469.088 16.749 0zm4.201 20.518c.721-1.105.99-1.662 1.55-2.91-4.07-1.547-4.723-7.335-.694-9.556-1.23-1.54-2.956-2.434-4.586-2.434-1.174 0-1.979.306-2.71.585-.61.232-1.169.445-1.849.445-.734 0-1.385-.233-2.066-.477-.748-.269-1.533-.55-2.508-.55-1.83 0-3.776 1.117-5.01 3.028C1.34 11.34 1.636 16.4 4.45 20.71c1.006 1.542 2.35 3.275 4.107 3.29.73.008 1.215-.21 1.74-.445.601-.27 1.255-.563 2.386-.569 1.138-.007 1.78.29 2.374.564.511.236.986.454 1.71.447 1.758-.014 3.176-1.935 4.182-3.477z\"\n clip-rule=\"evenodd\" />\n</svg>",
|
|
6
|
-
"arrow-down": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-arrow-down\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"></line><polyline points=\"19 12 12 19 5 12\"></polyline></svg>",
|
|
7
|
-
"arrow-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-arrow-left\"><line x1=\"19\" y1=\"12\" x2=\"5\" y2=\"12\"></line><polyline points=\"12 19 5 12 12 5\"></polyline></svg>",
|
|
8
|
-
"arrow-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-arrow-right\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"></line><polyline points=\"12 5 19 12 12 19\"></polyline></svg>",
|
|
9
|
-
"arrow-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-arrow-up\"><line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"5\"></line><polyline points=\"5 12 12 5 19 12\"></polyline></svg>",
|
|
10
|
-
"article": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M4 2h16v20H4zm12 4H8m6 4H8\" />\n <path d=\"M8 14h8v4H8z\" />\n</svg>",
|
|
11
|
-
"auditor": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <circle cx=\"6\" cy=\"7\" r=\"4\" />\n <circle cx=\"18\" cy=\"7\" r=\"4\" />\n <path\n d=\"M10 7h4m9 8.3c-.7.9-1.8 1.6-3.1 1.6-1.4 0-2.7-.7-3.3-1.8h0c-.4-.7-1.2-1.3-2.1-1.3-1.3 0-2.4 1-2.4 2.2 0 .3.1.6.2.9h0c.7 2 2.8 3.5 5.3 3.5 2.9 0 5.4-2.3 5.4-5.1h0zm-22 0c.7.9 1.8 1.6 3.1 1.6 1.4 0 2.7-.7 3.3-1.8h0c.4-.7 1.2-1.3 2.1-1.3 1.3 0 2.4 1 2.4 2.2 0 .3-.1.6-.2.9h0c-.7 2-2.8 3.5-5.3 3.5-2.9 0-5.4-2.3-5.4-5.1h0z\" />\n</svg>",
|
|
12
|
-
"award": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 15C15.866 15 19 11.866 19 8C19 4.13401 15.866 1 12 1C8.13401 1 5 4.13401 5 8C5 11.866 8.13401 15 12 15Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M8.21 13.89L7 23L12 20L17 23L15.79 13.88\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n",
|
|
13
|
-
"bar-chart-2": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-bar-chart-2\"><line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"></line><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"></line><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"></line></svg>",
|
|
14
|
-
"bell": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-bell\"><path d=\"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9\"></path><path d=\"M13.73 21a2 2 0 0 1-3.46 0\"></path></svg>",
|
|
15
|
-
"book": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-book\"><path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"></path><path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"></path></svg>",
|
|
16
|
-
"bookmark": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M19 21l-7-5-7 5V5a2 2 0 012-2h10a2 2 0 012 2v16z\" clip-rule=\"evenodd\" />\n</svg>",
|
|
17
|
-
"book-open": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-book-open\"><path d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\"></path><path d=\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"></path></svg>",
|
|
18
|
-
"box": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-box\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"></path><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"></polyline><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"></line></svg>",
|
|
19
|
-
"bubble": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M20 3H6c-1.1 0-2 .9-2 2v5l-3 2 3 2v5c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z\" />\n</svg>",
|
|
20
|
-
"bubble-check": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" stroke=\"currentColor\"\n viewBox=\"0 0 24 24\">\n <path stroke=\"none\"\n d=\"M2.803 12l1.752 1.168c.278.186.445.499.445.832v5c0 .552.449 1 1 1h14a1 1 0 001-1V5c0-.551-.448-1-1-1H6c-.551 0-1 .449-1 1v5c0 .334-.167.646-.445.832L2.803 12zM20 22H6c-1.654 0-3-1.345-3-3v-4.464L.446 12.832a1 1 0 010-1.664L3 9.465V5c0-1.654 1.346-3 3-3h14c1.655 0 3 1.346 3 3v14c0 1.655-1.345 3-3 3z\" />\n <path fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 9l-6 6-2.5-2.5\" />\n</svg>",
|
|
21
|
-
"bubble-image": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\"\n d=\"M15.9 7.7a1.301 1.301 0 010 2.6A1.302 1.302 0 0114.6 9c0-.717.583-1.3 1.3-1.3zm0 4.6c1.82 0 3.3-1.48 3.3-3.3 0-1.82-1.48-3.3-3.3-3.3A3.304 3.304 0 0012.6 9c0 1.82 1.48 3.3 3.3 3.3zM6 20c-.551 0-1-.448-1-1v-2.586l3-3 5.293 5.293a.997.997 0 001.414 0l2.263-2.263 3.233 3.515c-.068.015-.131.041-.203.041H6zm-3.197-8l1.752-1.168C4.833 10.646 5 10.334 5 10V5c0-.552.449-1 1-1h14a1 1 0 011 1v12.871l-3.264-3.548a1 1 0 00-1.443-.03L14 16.586l-5.293-5.294a1.03 1.03 0 00-1.414 0l-2.362 2.363a1.004 1.004 0 00-.376-.487L2.803 12zM20 2H6C4.346 2 3 3.345 3 5v4.464L.445 11.167a1.002 1.002 0 000 1.665L3 14.535V19c0 1.654 1.346 3 3 3h14c1.654 0 3-1.346 3-3V5c0-1.655-1.346-3-3-3z\" />\n</svg>",
|
|
22
|
-
"bubble-pill": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\"\n d=\"M20 2c1.654 0 3 1.345 3 3v14c0 1.654-1.346 3-3 3H6c-1.654 0-3-1.346-3-3v-4.465L.445 12.832a1.001 1.001 0 010-1.665L3 9.464V5c0-1.655 1.346-3 3-3h14zm1 17V5a1 1 0 00-1-1H6c-.551 0-1 .448-1 1v5c0 .334-.167.646-.445.832L2.803 12l1.752 1.168c.278.186.445.498.445.832v5c0 .552.449 1 1 1h14a1 1 0 001-1zM15.117 6.487a3.161 3.161 0 012.426 1.044c1.26 1.4 1.244 3.497-.036 4.776-.018.018-.041.023-.06.04-.016.018-.022.042-.04.06l-4 4c-.021.021-.05.028-.073.048-.024.027-.037.062-.065.088-.72.648-1.595.971-2.445.971a3.15 3.15 0 01-2.367-1.045c-1.26-1.399-1.243-3.497.036-4.777.018-.017.04-.023.06-.039.016-.019.022-.043.04-.06l4-4c.022-.022.05-.03.074-.05.025-.027.036-.06.065-.087a3.696 3.696 0 012.385-.969zm.976 4.405c.527-.526.512-1.416-.036-2.023a1.172 1.172 0 00-.9-.382 1.72 1.72 0 00-1.087.456c-.01.01-.023.011-.034.02-.011.013-.016.031-.03.044L12.715 10.3l1.986 1.985 1.293-1.292c.018-.018.04-.024.059-.039.017-.02.022-.044.04-.062zm-4.1 4.1l1.293-1.293-1.986-1.985-1.293 1.293c-.018.017-.04.023-.06.04-.015.018-.021.042-.04.06-.527.527-.511 1.415.037 2.024.554.615 1.437.42 1.987-.074.01-.009.022-.01.032-.019.012-.015.017-.032.03-.046z\" />\n</svg>",
|
|
23
|
-
"bubble-text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\"\n d=\"M2.803 12l1.752 1.168c.278.186.445.499.445.832v5c0 .552.449 1 1 1h14a1 1 0 001-1V5c0-.551-.448-1-1-1H6c-.551 0-1 .449-1 1v5c0 .334-.167.646-.445.832L2.803 12zM20 22H6c-1.654 0-3-1.345-3-3v-4.464L.446 12.832a1 1 0 010-1.664L3 9.465V5c0-1.654 1.346-3 3-3h14c1.655 0 3 1.346 3 3v14c0 1.655-1.345 3-3 3zm-4.2-7H8a1 1 0 110-2h7.8a1 1 0 110 2zm2.2-4H8a1 1 0 010-2h10a1 1 0 110 2z\" />\n</svg>",
|
|
24
|
-
"bulb": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path\n d=\"M14 10h-4m2 0v7.9m4 0v-4.1c1.6-1.2 2.6-3.1 2.6-5.2 0-3.7-3-6.6-6.6-6.6S5.4 4.9 5.4 8.6c0 2.1 1 4 2.6 5.2v4.1h8zm-8 0l2 4.1h4l2-4.1\" />\n</svg>",
|
|
25
|
-
"calculator": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path\n d=\"M4 7h16M7.9 10.5h0m4 0h0m4 0h0m-8 4h0m4 0h0m4 0h0m-7.9 4h3.9m4 0h0M18 22H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2z\" />\n</svg>",
|
|
26
|
-
"charts": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M3 10.5s1.366.011 1.5 0a.75.75 0 00.621-.443l1.65-3.875a.75.75 0 011.4.078l3.077 6.717a.75.75 0 001.449-.072l3.095-9.307a.75.75 0 011.457-.052L18.75 9.75c.045.157 0 .75 1.5.75H21\" />\n <path fill=\"currentColor\"\n d=\"M4 19.5a1 1 0 10-2 0h2zm-2 0v3h2v-3H2zm11 0a1 1 0 10-2 0h2zm-2 0v3h2v-3h-2zm11 0a1 1 0 10-2 0h2zm-2 0v3h2v-3h-2zm-11.5-3a1 1 0 10-2 0h2zm-2 0v6h2v-6h-2zm11 0a1 1 0 10-2 0h2zm-2 0v6h2v-6h-2z\" />\n</svg>",
|
|
27
|
-
"check": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg>",
|
|
28
|
-
"check-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-check-circle\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"></path><polyline points=\"22 4 12 14.01 9 11.01\"></polyline></svg>",
|
|
29
|
-
"check-square": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 11l3 3L22 3\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M20 12v7a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h11\" />\n</svg>",
|
|
30
|
-
"checkmark-circle-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\"\n d=\"M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11zm5.7-13.3l-7 7c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3l-3-3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l2.3 2.3 6.3-6.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4z\"\n clip-rule=\"evenodd\" />\n</svg>",
|
|
31
|
-
"chevron-down": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevron-down\"><polyline points=\"6 9 12 15 18 9\"></polyline></svg>",
|
|
32
|
-
"chevrons-down": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevrons-down\"><polyline points=\"7 13 12 18 17 13\"></polyline><polyline points=\"7 6 12 11 17 6\"></polyline></svg>",
|
|
33
|
-
"chevron-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevron-left\"><polyline points=\"15 18 9 12 15 6\"></polyline></svg>",
|
|
34
|
-
"chevron-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevron-right\"><polyline points=\"9 18 15 12 9 6\"></polyline></svg>",
|
|
35
|
-
"chevron-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevron-up\"><polyline points=\"18 15 12 9 6 15\"></polyline></svg>",
|
|
36
|
-
"chevrons-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-chevrons-up\"><polyline points=\"17 11 12 6 7 11\"></polyline><polyline points=\"17 18 12 13 7 18\"></polyline></svg>",
|
|
37
|
-
"circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-circle\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle></svg>",
|
|
38
|
-
"clipboard": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-clipboard\"><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"></path><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"></rect></svg>",
|
|
39
|
-
"coffee": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-coffee\"><path d=\"M18 8h1a4 4 0 0 1 0 8h-1\"></path><path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"></path><line x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\"></line><line x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\"></line><line x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\"></line></svg>",
|
|
40
|
-
"collapse": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M15 20.3L12 18l-3 2.3m3 1.7v-4M9 3.7L12 6l3-2.3M12 2v4m-7 4h14M5 14h14\" />\n</svg>",
|
|
41
|
-
"compass": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-compass\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><polygon points=\"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76\"></polygon></svg>",
|
|
42
|
-
"copy": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-copy\"><rect x=\"9\" y=\"9\" width=\"13\" height=\"13\" rx=\"2\" ry=\"2\"></rect><path d=\"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\"></path></svg>",
|
|
43
|
-
"corner-down-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 10l-5 5 5 5\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M20 4v7a4 4 0 01-4 4H4\" />\n</svg>",
|
|
44
|
-
"corner-down-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-corner-down-right\"><polyline points=\"15 10 20 15 15 20\"></polyline><path d=\"M4 4v7a4 4 0 0 0 4 4h12\"></path></svg>",
|
|
45
|
-
"download": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-download\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4\"></path><polyline points=\"7 10 12 15 17 10\"></polyline><line x1=\"12\" y1=\"15\" x2=\"12\" y2=\"3\"></line></svg>",
|
|
46
|
-
"edit-3": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-edit-3\"><path d=\"M12 20h9\"></path><path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"></path></svg>",
|
|
47
|
-
"edit-3-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" stroke=\"currentColor\"\n viewBox=\"0 0 24 24\">\n <path fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h9\" />\n <path stroke=\"none\"\n d=\"M18 2.83c-.695 0-1.362.276-1.854.768l-12.5 12.5a.5.5 0 00-.131.232l-1 4a.5.5 0 00.606.606l4-1a.5.5 0 00.233-.131l12.5-12.5A2.62 2.62 0 0018 2.83z\" />\n</svg>",
|
|
48
|
-
"edit-square": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M7.333 2.667H2.666A1.333 1.333 0 001.333 4v9.334a1.333 1.333 0 001.333 1.333H12a1.334 1.334 0 001.333-1.333V8.667\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M12.333 1.667a1.414 1.414 0 112 2L8 10.001l-2.667.666L6 8l6.333-6.333z\" />\n</svg>",
|
|
49
|
-
"education": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 2L1 8l11 6 11-6-11-6z\"\n clip-rule=\"evenodd\" />\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 11v7l7 4.5 7-4.5v-7\" />\n <path stroke-linecap=\"round\" stroke-width=\"2\" d=\"M23 8v8\" />\n</svg>",
|
|
50
|
-
"expand": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M9 19.7l3 2.3 3-2.3M12 18v4m3-17.7L12 2 9 4.3M12 6V2m-7 8h14M5 14h14\" />\n</svg>",
|
|
51
|
-
"external-link": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-external-link\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"></path><polyline points=\"15 3 21 3 21 9\"></polyline><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"></line></svg>",
|
|
52
|
-
"eye": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye\"><path d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"></path><circle cx=\"12\" cy=\"12\" r=\"3\"></circle></svg>",
|
|
53
|
-
"eye-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-eye-off\"><path d=\"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24\"></path><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line></svg>",
|
|
54
|
-
"facebook": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"#1877F2\"\n d=\"M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 5.99 4.388 10.954 10.125 11.854V15.47H7.078V12h3.047V9.356c0-3.007 1.792-4.668 4.533-4.668 1.312 0 2.686.234 2.686.234v2.953H15.83c-1.491 0-1.956.925-1.956 1.875V12h3.328l-.532 3.469h-2.796v8.385C19.612 22.954 24 17.99 24 12z\" />\n <path fill=\"#fff\"\n d=\"M16.671 15.469L17.203 12h-3.328V9.75c0-.949.465-1.875 1.956-1.875h1.513V4.922s-1.374-.234-2.686-.234c-2.741 0-4.533 1.66-4.533 4.668V12H7.078v3.469h3.047v8.385a12.13 12.13 0 003.75 0V15.47h2.796z\" />\n</svg>",
|
|
55
|
-
"face-happy": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <circle cx=\"12\" cy=\"12\" r=\"10\" />\n <path d=\"M16 14.7c-2.2 2.2-5.8 2.2-8 0m.9-5.3h0m6.2 0h0\" />\n</svg>",
|
|
56
|
-
"face-neutral": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M8.9 9.4h0m6.2 0h0\" />\n <circle cx=\"12\" cy=\"12\" r=\"10\" />\n <path d=\"M16 15.5H8\" />\n</svg>",
|
|
57
|
-
"face-sad": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M8.9 9.4h0m6.2 0h0\" />\n <circle cx=\"12\" cy=\"12\" r=\"10\" />\n <path d=\"M8 16.3c2.2-2.2 5.8-2.2 8 0\" />\n</svg>",
|
|
58
|
-
"file-text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-file-text\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"></path><polyline points=\"14 2 14 8 20 8\"></polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"></line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"></line><polyline points=\"10 9 9 9 8 9\"></polyline></svg>",
|
|
59
|
-
"filled-dot": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <circle cx=\"12\" cy=\"12\" r=\"4\" />\n</svg>",
|
|
60
|
-
"film": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M2 4.18A2.18 2.18 0 014.18 2h15.64A2.18 2.18 0 0122 4.18v15.64A2.18 2.18 0 0119.82 22H4.18A2.18 2.18 0 012 19.82V4.18z\"\n clip-rule=\"evenodd\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5m10 0h5M17 7h5\" />\n</svg>",
|
|
61
|
-
"flag": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-flag\"><path d=\"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z\"></path><line x1=\"4\" y1=\"22\" x2=\"4\" y2=\"15\"></line></svg>",
|
|
62
|
-
"flag-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" stroke=\"currentColor\"\n viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1v12z\" clip-rule=\"evenodd\" />\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 22v-7\" />\n</svg>",
|
|
63
|
-
"flask": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M4.4 21h15.2c1.1 0 1.8-1.2 1.3-2.2L14.3 7.3V3H9.7v4.3L3.1 18.8c-.5 1 .2 2.2 1.3 2.2zM8.5 3h7M5 16h14\" />\n</svg>",
|
|
64
|
-
"flowchart": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M2 5a1 1 0 011-1h3a1 1 0 011 1v4a1 1 0 01-1 1H3a1 1 0 01-1-1V5zm15 0a1 1 0 011-1h3a1 1 0 011 1v4a1 1 0 01-1 1h-3a1 1 0 01-1-1V5zm0 10a1 1 0 011-1h3a1 1 0 011 1v4a1 1 0 01-1 1h-3a1 1 0 01-1-1v-4z\"\n clip-rule=\"evenodd\" />\n <path stroke-width=\"2\" d=\"M17 7h-5M7 7h5m5 11h-3a2 2 0 01-2-2V7\" />\n</svg>",
|
|
65
|
-
"folder": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\"\n d=\"M3.6 8a.58.58 0 00-.6.6v11.2c0 .348.252.6.6.6h12.8a.58.58 0 00.6-.6V11a.58.58 0 00-.6-.6H9.2c-.334 0-.646-.168-.832-.446L7.065 8H3.6zm12.8 14.4H3.6A2.572 2.572 0 011 19.8V8.6C1 7.142 2.142 6 3.6 6h4c.334 0 .646.167.832.444L9.735 8.4H16.4c1.458 0 2.6 1.143 2.6 2.6v8.8c0 1.459-1.142 2.6-2.6 2.6zM22 21a1 1 0 01-1-1V3H9v1a1 1 0 01-2 0V2a1 1 0 011-1h14a1 1 0 011 1v18a1 1 0 01-1 1zM18 7h-6a1 1 0 010-2h6a1 1 0 110 2z\" />\n</svg>",
|
|
66
|
-
"folder-check-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\"\n d=\"M1 5a3 3 0 013-3h5a1 1 0 01.832.445L11.535 5H20a3 3 0 013 3v11a3 3 0 01-3 3H4a3 3 0 01-3-3V5zm15.707 5.707a1 1 0 00-1.414-1.414L10 14.586l-1.793-1.793a1 1 0 00-1.414 1.414l2.5 2.5a1 1 0 001.414 0l6-6z\"\n clip-rule=\"evenodd\" />\n</svg>",
|
|
67
|
-
"folder-plus": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-folder-plus\"><path d=\"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z\"></path><line x1=\"12\" y1=\"11\" x2=\"12\" y2=\"17\"></line><line x1=\"9\" y1=\"14\" x2=\"15\" y2=\"14\"></line></svg>",
|
|
68
|
-
"gift": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M20.8 12v11H3.2V12M23 6.5H1V12h22V6.5zM12 23V6.5M12 6.5H7.05a2.75 2.75 0 110-5.5C10.9 1 12 6.5 12 6.5zM12 6.5h4.95a2.75 2.75 0 000-5.5C13.1 1 12 6.5 12 6.5z\" />\n</svg>",
|
|
69
|
-
"google": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"#EA4335\"\n d=\"M12 4.64c2.253 0 3.773.973 4.64 1.787l3.387-3.307C17.947 1.187 15.24 0 12 0 7.307 0 3.253 2.693 1.28 6.613l3.88 3.014C6.133 6.733 8.827 4.64 12 4.64z\" />\n <path fill=\"#4285F4\"\n d=\"M23.52 12.267c0-.987-.08-1.707-.253-2.454H12v4.454h6.613c-.133 1.106-.853 2.773-2.453 3.893l3.787 2.933C22.213 19 23.52 15.92 23.52 12.267z\" />\n <path fill=\"#FBBC05\"\n d=\"M5.173 14.373a7.387 7.387 0 01-.4-2.373c0-.827.147-1.627.387-2.373L1.28 6.613A12.01 12.01 0 000 12c0 1.933.467 3.76 1.28 5.387l3.893-3.014z\" />\n <path fill=\"#34A853\"\n d=\"M12 24c3.24 0 5.96-1.067 7.947-2.907L16.16 18.16c-1.013.707-2.373 1.2-4.16 1.2-3.173 0-5.867-2.093-6.827-4.987l-3.88 3.014C3.267 21.307 7.307 24 12 24z\" />\n</svg>",
|
|
70
|
-
"hammer-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path\n d=\"M15.741 3.293l6 6c.48.479.743 1.103.743 1.757 0 .654-.263 1.278-.743 1.758l-1.399 1.399a2.482 2.482 0 01-1.758.738 2.479 2.479 0 01-1.756-.737l-1.711-1.693-8.582 8.581a.997.997 0 01-1.414 0l-2.828-2.828a1 1 0 010-1.415l8.559-8.559-3.621-3.583A.998.998 0 017.934 3h7.1c.266 0 .52.105.707.293z\" />\n</svg>",
|
|
71
|
-
"hash": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-hash\"><line x1=\"4\" y1=\"9\" x2=\"20\" y2=\"9\"></line><line x1=\"4\" y1=\"15\" x2=\"20\" y2=\"15\"></line><line x1=\"10\" y1=\"3\" x2=\"8\" y2=\"21\"></line><line x1=\"16\" y1=\"3\" x2=\"14\" y2=\"21\"></line></svg>",
|
|
72
|
-
"headphones": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M3 18v-6a9 9 0 0118 0v6\" />\n <path fill=\"currentColor\"\n d=\"M21 14h1a1 1 0 00-1-1v1zM3 14v-1a1 1 0 00-1 1h1zm17 5a1 1 0 01-1 1v2a3 3 0 003-3h-2zm-1 1h-1v2h1v-2zm-1 0a1 1 0 01-1-1h-2a3 3 0 003 3v-2zm-1-1v-3h-2v3h2zm0-3a1 1 0 011-1v-2a3 3 0 00-3 3h2zm1-1h3v-2h-3v2zm2-1v5h2v-5h-2zM2 19a3 3 0 003 3v-2a1 1 0 01-1-1H2zm3 3h1v-2H5v2zm1 0a3 3 0 003-3H7a1 1 0 01-1 1v2zm3-3v-3H7v3h2zm0-3a3 3 0 00-3-3v2a1 1 0 011 1h2zm-3-3H3v2h3v-2zm-4 1v5h2v-5H2z\" />\n</svg>",
|
|
73
|
-
"help-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-help-circle\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"></path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>",
|
|
74
|
-
"home": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-home\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"></path><polyline points=\"9 22 9 12 15 12 15 22\"></polyline></svg>",
|
|
75
|
-
"illustration": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M3 5a2 2 0 012-2h14a2 2 0 012 2v14a2 2 0 01-2 2H5a2 2 0 01-2-2V5z\" clip-rule=\"evenodd\" />\n <path fill=\"currentColor\" d=\"M15 18a3 3 0 100-6 3 3 0 000 6z\" />\n <path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M13.38 10.8L10.5 6 6 13.5h4.756a4.514 4.514 0 012.624-2.7z\"\n clip-rule=\"evenodd\" />\n</svg>",
|
|
76
|
-
"image": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-image\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"></rect><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"></circle><polyline points=\"21 15 16 10 5 21\"></polyline></svg>",
|
|
77
|
-
"image-broken": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M1 3a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v7h-3v3h-3v3h-3v3H3a2 2 0 0 1-2-2V3Z\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M23 18v-4h-3v3h-3v3h-3v3h7a2 2 0 0 0 2-2v-3Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M15.188 10.707a1 1 0 0 0 1.414-1.414l-1.414 1.414ZM13.895 8l.707-.707a1 1 0 0 0-1.383-.03l.676.737ZM2.324 17.263l-.737.676 1.352 1.474.737-.676-1.352-1.474Zm14.278-7.97-2-2-1.414 1.414 2 2 1.414-1.414Zm-3.383-2.03-10.895 10 1.352 1.474 10.895-10-1.352-1.474Z\"/></svg>",
|
|
78
|
-
"info": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-info\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"></line></svg>",
|
|
79
|
-
"institution": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M9.5 11.5h5\" />\n <path stroke=\"currentColor\" stroke-width=\"2\"\n d=\"M17.75 9.582V19.75a1 1 0 01-1 1h-9.5a1 1 0 01-1-1V9.582a1 1 0 01.42-.815l4.75-3.378a1 1 0 011.16 0l4.75 3.378a1 1 0 01.42.815z\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M13.875 21v-5.25h-3.75V21\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"\n d=\"M4.8 12H4a1 1 0 00-1 1v7a1 1 0 001 1h16a1 1 0 001-1v-7a1 1 0 00-1-1h-.8m-7.005-7.126V2m.305 1.5L15 3\" />\n</svg>",
|
|
80
|
-
"key": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-key\"><path d=\"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4\"></path></svg>",
|
|
81
|
-
"layers": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-layers\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"></polygon><polyline points=\"2 17 12 22 22 17\"></polyline><polyline points=\"2 12 12 17 22 12\"></polyline></svg>",
|
|
82
|
-
"link": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-link\"><path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"></path><path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"></path></svg>",
|
|
83
|
-
"list": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-list\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"></line><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"></line><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"></line><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"></line></svg>",
|
|
84
|
-
"loader": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-loader\"><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"></line><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\"></line><line x1=\"4.93\" y1=\"4.93\" x2=\"7.76\" y2=\"7.76\"></line><line x1=\"16.24\" y1=\"16.24\" x2=\"19.07\" y2=\"19.07\"></line><line x1=\"2\" y1=\"12\" x2=\"6\" y2=\"12\"></line><line x1=\"18\" y1=\"12\" x2=\"22\" y2=\"12\"></line><line x1=\"4.93\" y1=\"19.07\" x2=\"7.76\" y2=\"16.24\"></line><line x1=\"16.24\" y1=\"7.76\" x2=\"19.07\" y2=\"4.93\"></line></svg>",
|
|
85
|
-
"lock": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-lock\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"></rect><path d=\"M7 11V7a5 5 0 0 1 10 0v4\"></path></svg>",
|
|
86
|
-
"mail": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-mail\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"></path><polyline points=\"22,6 12,13 2,6\"></polyline></svg>",
|
|
87
|
-
"maximize": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-maximize\"><path d=\"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3\"></path></svg>",
|
|
88
|
-
"maximize-2": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-maximize-2\"><polyline points=\"15 3 21 3 21 9\"></polyline><polyline points=\"9 21 3 21 3 15\"></polyline><line x1=\"21\" y1=\"3\" x2=\"14\" y2=\"10\"></line><line x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"></line></svg>",
|
|
89
|
-
"med-imaging": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-width=\"2\"\n d=\"M7.5 3H5a2 2 0 00-2 2v2.5m18 0V5a2 2 0 00-2-2h-2.5m0 18H19a2 2 0 002-2v-2.5m-18 0V19a2 2 0 002 2h2.5m9-3v-2.5a2 2 0 00-2-2h-5a2 2 0 00-2 2V18\" />\n <path fill=\"currentColor\" d=\"M12 10.5a3 3 0 100-6 3 3 0 000 6z\" />\n</svg>",
|
|
90
|
-
"meditricks": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\"\n d=\"M5.784 18.226l1.926 1.541 3.484-4.758c.188-.257.525-.39.806-.409a1 1 0 01.802.402l3.482 4.67 1.941-1.553-3.33-4.527a1.002 1.002 0 01.475-1.536l5.35-1.868-.819-2.295-5.45 2.043A.997.997 0 0113.101 9V3h-2.3v6a.998.998 0 01-1.357.934L4.098 7.897l-.82 2.299 5.461 1.963a1.002 1.002 0 01.46 1.544l-3.415 4.523zM7.9 22.2c-.225 0-.446-.077-.624-.219l-3.5-2.8a1 1 0 01-.174-1.384l3.182-4.216-5.122-1.84a1.001 1.001 0 01-.604-1.278l1.5-4.2c.091-.253.28-.459.524-.572.244-.111.523-.121.774-.026L8.8 7.549V2a1 1 0 011-1h4.3a1 1 0 011 1v5.557l5.05-1.894a.999.999 0 011.292.6l1.5 4.2a.999.999 0 01-.612 1.281l-5.022 1.753 3.098 4.209a1.001 1.001 0 01-.18 1.374l-3.5 2.801a1.002 1.002 0 01-1.427-.183l-3.29-4.415-3.302 4.507a1 1 0 01-.807.41z\" />\n</svg>",
|
|
91
|
-
"menu": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-menu\"><line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"3\" y1=\"18\" x2=\"21\" y2=\"18\"></line></svg>",
|
|
92
|
-
"message-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path\n d=\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\" />\n</svg>",
|
|
93
|
-
"minus": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-minus\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"></line></svg>",
|
|
94
|
-
"more-horizontal": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-more-horizontal\"><circle cx=\"12\" cy=\"12\" r=\"1\"></circle><circle cx=\"19\" cy=\"12\" r=\"1\"></circle><circle cx=\"5\" cy=\"12\" r=\"1\"></circle></svg>",
|
|
95
|
-
"more-vertical": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-more-vertical\"><circle cx=\"12\" cy=\"12\" r=\"1\"></circle><circle cx=\"12\" cy=\"5\" r=\"1\"></circle><circle cx=\"12\" cy=\"19\" r=\"1\"></circle></svg>",
|
|
96
|
-
"percent": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-percent\"><line x1=\"19\" y1=\"5\" x2=\"5\" y2=\"19\"></line><circle cx=\"6.5\" cy=\"6.5\" r=\"2.5\"></circle><circle cx=\"17.5\" cy=\"17.5\" r=\"2.5\"></circle></svg>",
|
|
97
|
-
"pill": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M4.222 12.707a5 5 0 007.071 7.071l4.243-4.242-7.071-7.072-4.243 4.243z\" />\n <path fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M12.707 4.222L8.465 8.464l7.07 7.072 4.244-4.243a5 5 0 10-7.072-7.071v0z\" />\n</svg>",
|
|
98
|
-
"play-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-play-circle\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><polygon points=\"10 8 16 12 10 16 10 8\"></polygon></svg>",
|
|
99
|
-
"play-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\"\n d=\"M7.042 4.245a2 2 0 012.04.073l9.333 6a2 2 0 010 3.364l-9.333 6A2 2 0 016 18V6a2 2 0 011.042-1.755z\"\n clip-rule=\"evenodd\" />\n</svg>",
|
|
100
|
-
"plus": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-plus\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"></line><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"></line></svg>",
|
|
101
|
-
"plus-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-plus-circle\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"></line><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"></line></svg>",
|
|
102
|
-
"plus-circle-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\"\n d=\"M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm11-5a1 1 0 011 1v3h3a1 1 0 110 2h-3v3a1 1 0 11-2 0v-3H8a1 1 0 110-2h3V8a1 1 0 011-1z\"\n clip-rule=\"evenodd\" />\n</svg>",
|
|
103
|
-
"quiz": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"22\" height=\"22\" fill=\"none\" viewBox=\"0 0 22 22\">\n <path fill=\"currentColor\" fill-rule=\"evenodd\"\n d=\"M6.8 12.1a1 1 0 110 2C3.05 14.1 0 11.005 0 7.2 0 3.387 2.987.4 6.8.4c3.75 0 6.8 3.05 6.8 6.8a1 1 0 11-2 0c0-2.646-2.154-4.8-4.8-4.8C4.109 2.4 2 4.509 2 7.2c0 2.748 2.109 4.9 4.8 4.9zm-1-7.4a1 1 0 012 0v2.085l1.007 1.008a.999.999 0 11-1.414 1.414l-1.3-1.3A.997.997 0 015.8 7.2V4.7zm7.3 12.486L10.914 15 17.4 8.514l2.185 2.186-6.486 6.486zM10.686 19.6H8.5v-2.185l1-1 2.186 2.185-1 1zm11.02-9.607l-3.598-3.6a1.003 1.003 0 00-1.414 0l-9.901 9.9A1.003 1.003 0 006.5 17v3.6a1 1 0 001 1h3.6a1 1 0 00.708-.293l9.899-9.9a.999.999 0 000-1.414z\"\n clip-rule=\"evenodd\" />\n</svg>",
|
|
104
|
-
"reset": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-rotate-ccw\"><polyline points=\"1 4 1 10 7 10\"></polyline><path d=\"M3.51 15a9 9 0 1 0 2.13-9.36L1 10\"></path></svg>",
|
|
105
|
-
"rotate-cw": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-rotate-cw\"><polyline points=\"23 4 23 10 17 10\"></polyline><path d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"></path></svg>",
|
|
106
|
-
"search": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-search\"><circle cx=\"11\" cy=\"11\" r=\"8\"></circle><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"></line></svg>",
|
|
107
|
-
"search-list": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M4 6h16m-5 6h5m-4 6h4\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M7.125 19.5a4.375 4.375 0 100-8.75 4.375 4.375 0 000 8.75z\" clip-rule=\"evenodd\" />\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M13.25 21.25l-3.033-3.033\" />\n</svg>",
|
|
108
|
-
"settings": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-settings\"><circle cx=\"12\" cy=\"12\" r=\"3\"></circle><path d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"></path></svg>",
|
|
109
|
-
"share": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-share\"><path d=\"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8\"></path><polyline points=\"16 6 12 2 8 6\"></polyline><line x1=\"12\" y1=\"2\" x2=\"12\" y2=\"15\"></line></svg>",
|
|
110
|
-
"shopping-bag": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-shopping-bag\"><path d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"></path><line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"></line><path d=\"M16 10a4 4 0 0 1-8 0\"></path></svg>",
|
|
111
|
-
"show-all": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.333\"\n d=\"M13.333 2H4c-.733 0-1.333.6-1.333 1.333v3.334L.667 8l2 1.333v3.334C2.667 13.4 3.267 14 4 14h9.333c.734 0 1.334-.6 1.334-1.333V3.333c0-.733-.6-1.333-1.334-1.333z\" />\n <path fill=\"currentColor\"\n d=\"M9.693 9.673H7.64l-.393 1.174H6L8.12 5.16h1.087l2.126 5.687h-1.246l-.394-1.174zm-1.74-.953h1.42L8.66 6.593 7.953 8.72z\" />\n</svg>",
|
|
112
|
-
"sliders": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-sliders\"><line x1=\"4\" y1=\"21\" x2=\"4\" y2=\"14\"></line><line x1=\"4\" y1=\"10\" x2=\"4\" y2=\"3\"></line><line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"3\"></line><line x1=\"20\" y1=\"21\" x2=\"20\" y2=\"16\"></line><line x1=\"20\" y1=\"12\" x2=\"20\" y2=\"3\"></line><line x1=\"1\" y1=\"14\" x2=\"7\" y2=\"14\"></line><line x1=\"9\" y1=\"8\" x2=\"15\" y2=\"8\"></line><line x1=\"17\" y1=\"16\" x2=\"23\" y2=\"16\"></line></svg>",
|
|
113
|
-
"smartzoom": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\"\n d=\"M7.593 15.164l-1.7-1a1 1 0 011.013-1.724l1.701.999a1.002 1.002 0 01-1.014 1.725zm7.288-8.6C17.989 7.917 20 10.926 20 14.401c0 4.676-3.504 8.372-8.151 8.6H5a1 1 0 110-1.999h6.8c3.514-.173 6.2-3.01 6.2-6.6 0-2.997-1.954-5.543-4.862-6.336a1 1 0 01-.598-1.475l1.076-1.817-2.545-1.42-3.695 6.37 2.561 1.43 1.103-1.862a1 1 0 011.082-.466c2.653.603 4.578 2.948 4.578 5.575 0 3.143-2.656 5.8-5.8 5.8a5.764 5.764 0 01-3.791-1.4H5a1 1 0 110-2h2.5c.265 0 .52.106.707.293a3.78 3.78 0 002.693 1.107c2.06 0 3.8-1.74 3.8-3.8 0-1.474-.953-2.815-2.345-3.406l-1.195 2.016a.998.998 0 01-1.347.363l-4.3-2.4A1.003 1.003 0 015.135 9.6l4.701-8.1a.996.996 0 011.352-.37l4.299 2.4a1.002 1.002 0 01.373 1.382l-.979 1.653z\" />\n</svg>",
|
|
114
|
-
"sort": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M6 5v15m5-5l-5 5-5-5m17 4V4m-5 5l5-5 5 5\" />\n</svg>",
|
|
115
|
-
"star": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-star\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"></polygon></svg>",
|
|
116
|
-
"stethoscope": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\"\n stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\">\n <path d=\"M13.1 2.5h2.3v4.6c0 3.2-2.6 5.7-5.7 5.7S4 10.2 4 7.1V2.5h2.3\" />\n <circle cx=\"17.7\" cy=\"15\" r=\"2.3\" />\n <path d=\"M17.7 17.5c0 2.2-1.8 4-4 4s-4-1.8-4-4m0 0v-4\" />\n</svg>",
|
|
117
|
-
"tag": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-tag\"><path d=\"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z\"></path><line x1=\"7\" y1=\"7\" x2=\"7.01\" y2=\"7\"></line></svg>",
|
|
118
|
-
"text-zoom-reset": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\"\n d=\"M12.509 18H9.454l-.9-2H4.447l-.9 2H1.354l4.234-9.41h1.824l3.56 7.91 4.607-10.89h1.842L22.663 18H20.49l-1.269-3h-5.444l-1.269 3zM6.5 11.437L7.654 14H5.347L6.5 11.437zM18.376 13L16.5 8.566 14.624 13h3.752z\"\n clip-rule=\"evenodd\" />\n</svg>",
|
|
119
|
-
"thumbs-up": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-thumbs-up\"><path d=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"></path></svg>",
|
|
120
|
-
"timer-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M6.848 6.88a8 8 0 1011.275 11.27M19.748 15A8 8 0 0010 5.252M15.5 9.5l-.5.5\" />\n <path stroke-width=\"2\" d=\"M12 5V2\" />\n <path stroke-linecap=\"round\" stroke-width=\"2\" d=\"M10 2h4\" />\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4l17 17\" />\n</svg>",
|
|
121
|
-
"timer-on": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"\n d=\"M12 21a8 8 0 100-16 8 8 0 000 16zm3-11l-3 3\" />\n <path stroke-width=\"2\" d=\"M12 5V2\" />\n <path stroke-linecap=\"round\" stroke-width=\"2\" d=\"M10 2h4\" />\n</svg>",
|
|
122
|
-
"trash-2": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-trash-2\"><polyline points=\"3 6 5 6 21 6\"></polyline><path d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"></path><line x1=\"10\" y1=\"11\" x2=\"10\" y2=\"17\"></line><line x1=\"14\" y1=\"11\" x2=\"14\" y2=\"17\"></line></svg>",
|
|
123
|
-
"twitter": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\">\n <path fill=\"#55ACEE\"\n d=\"M11.653 7.276l.052.858-.867-.105C7.682 7.626 4.925 6.26 2.584 3.967L1.439 2.83l-.294.84C.52 5.544.919 7.522 2.22 8.853c.693.735.537.84-.66.402-.415-.14-.78-.245-.814-.192-.122.122.294 1.715.624 2.346.45.875 1.37 1.733 2.376 2.24l.85.403-1.006.018c-.971 0-1.006.017-.902.385.347 1.138 1.717 2.346 3.243 2.871l1.075.368-.937.56a9.764 9.764 0 01-4.647 1.296c-.78.017-1.422.087-1.422.14 0 .175 2.116 1.155 3.347 1.54 3.694 1.138 8.08.648 11.376-1.295 2.34-1.383 4.682-4.132 5.774-6.793.59-1.418 1.18-4.01 1.18-5.252 0-.806.052-.91 1.023-1.874.572-.56 1.11-1.172 1.214-1.348.173-.332.156-.332-.729-.035-1.474.526-1.682.456-.953-.332.537-.56 1.179-1.576 1.179-1.873 0-.053-.26.035-.555.192-.312.175-1.006.438-1.526.595l-.937.298-.85-.578c-.467-.315-1.127-.665-1.473-.77-.885-.245-2.237-.21-3.035.07-2.168.788-3.538 2.819-3.382 5.042z\" />\n</svg>",
|
|
124
|
-
"user": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-user\"><path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"></path><circle cx=\"12\" cy=\"7\" r=\"4\"></circle></svg>",
|
|
125
|
-
"users": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-users\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"></path><circle cx=\"9\" cy=\"7\" r=\"4\"></circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"></path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"></path></svg>",
|
|
126
|
-
"watch": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-watch\"><circle cx=\"12\" cy=\"12\" r=\"7\"></circle><polyline points=\"12 9 12 12 13.5 13.5\"></polyline><path d=\"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83\"></path></svg>",
|
|
127
|
-
"wifi-off": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-wifi-off\"><line x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"></line><path d=\"M16.72 11.06A10.94 10.94 0 0 1 19 12.55\"></path><path d=\"M5 12.55a10.94 10.94 0 0 1 5.17-2.39\"></path><path d=\"M10.71 5.05A16 16 0 0 1 22.58 9\"></path><path d=\"M1.42 9a15.91 15.91 0 0 1 4.7-2.88\"></path><path d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"></path><line x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\"></line></svg>",
|
|
128
|
-
"wifi": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-wifi\"><path d=\"M5 12.55a11 11 0 0 1 14.08 0\"></path><path d=\"M1.42 9a16 16 0 0 1 21.16 0\"></path><path d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"></path><line x1=\"12\" y1=\"20\" x2=\"12.01\" y2=\"20\"></line></svg>",
|
|
129
|
-
"x": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-x\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line></svg>",
|
|
130
|
-
"x-circle-filled": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n <path fill-rule=\"evenodd\"\n d=\"M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11zm4.707-15.707a1 1 0 010 1.414L13.414 12l3.293 3.293a1 1 0 01-1.414 1.414L12 13.414l-3.293 3.293a1 1 0 01-1.414-1.414L10.586 12 7.293 8.707a1 1 0 011.414-1.414L12 10.586l3.293-3.293a1 1 0 011.414 0z\"\n clip-rule=\"evenodd\" />\n</svg>"
|
|
131
|
-
}
|