entangle-ui 0.5.1 → 0.6.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/CHANGELOG.md +16 -0
- package/dist/esm/components/controls/CartesianPicker/CartesianPicker.js.map +1 -1
- package/dist/esm/components/controls/CartesianPicker/useCartesianInteraction.js +0 -1
- package/dist/esm/components/controls/CartesianPicker/useCartesianInteraction.js.map +1 -1
- package/dist/esm/components/controls/CartesianPicker/useCartesianRenderer.js +0 -1
- package/dist/esm/components/controls/CartesianPicker/useCartesianRenderer.js.map +1 -1
- package/dist/esm/components/controls/CurveEditor/CurveToolbar.js +0 -57
- package/dist/esm/components/controls/CurveEditor/CurveToolbar.js.map +1 -1
- package/dist/esm/components/controls/CurveEditor/curveUtils.js +38 -9
- package/dist/esm/components/controls/CurveEditor/curveUtils.js.map +1 -1
- package/dist/esm/components/controls/CurveEditor/useCurveInteraction.js +5 -0
- package/dist/esm/components/controls/CurveEditor/useCurveInteraction.js.map +1 -1
- package/dist/esm/components/controls/CurveEditor/useCurveRenderer.js +0 -1
- package/dist/esm/components/controls/CurveEditor/useCurveRenderer.js.map +1 -1
- package/dist/esm/components/controls/Select/Select.js +0 -1
- package/dist/esm/components/controls/Select/Select.js.map +1 -1
- package/dist/esm/components/controls/Slider/Slider.js.map +1 -1
- package/dist/esm/components/editor/ViewportGizmo/useGizmoRenderer.js +0 -1
- package/dist/esm/components/editor/ViewportGizmo/useGizmoRenderer.js.map +1 -1
- package/dist/esm/components/navigation/ContextMenu/ContextMenu.js +0 -61
- package/dist/esm/components/navigation/ContextMenu/ContextMenu.js.map +1 -1
- package/dist/esm/components/navigation/Menu/Menu.helpers.js +0 -62
- package/dist/esm/components/navigation/Menu/Menu.helpers.js.map +1 -1
- package/dist/esm/components/navigation/Menu/Menu.js +0 -61
- package/dist/esm/components/navigation/Menu/Menu.js.map +1 -1
- package/dist/esm/components/navigation/Tabs/Tab.js +0 -62
- package/dist/esm/components/navigation/Tabs/Tab.js.map +1 -1
- package/dist/esm/components/primitives/Checkbox/Checkbox.js +0 -2
- package/dist/esm/components/primitives/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/components/primitives/Checkbox/CheckboxGroup.js +0 -1
- package/dist/esm/components/primitives/Checkbox/CheckboxGroup.js.map +1 -1
- package/dist/esm/components/primitives/Input/Input.js +7 -4
- package/dist/esm/components/primitives/Input/Input.js.map +1 -1
- package/dist/esm/components/primitives/Switch/Switch.js +0 -2
- package/dist/esm/components/primitives/Switch/Switch.js.map +1 -1
- package/dist/esm/utils/mathExpression.js +52 -4
- package/dist/esm/utils/mathExpression.js.map +1 -1
- package/dist/types/components/primitives/Button/Button.d.ts +1 -1
- package/dist/types/components/primitives/IconButton/IconButton.d.ts +1 -1
- package/dist/types/components/primitives/Input/Input.d.ts +5 -5
- package/package.json +3 -2
- package/dist/esm/components/Icons/AddIcon.js +0 -30
- package/dist/esm/components/Icons/AddIcon.js.map +0 -1
- package/dist/esm/components/Icons/AiChatIcon.js +0 -31
- package/dist/esm/components/Icons/AiChatIcon.js.map +0 -1
- package/dist/esm/components/Icons/AiSparklesIcon.js +0 -31
- package/dist/esm/components/Icons/AiSparklesIcon.js.map +0 -1
- package/dist/esm/components/Icons/ArrowDownIcon.js +0 -30
- package/dist/esm/components/Icons/ArrowDownIcon.js.map +0 -1
- package/dist/esm/components/Icons/ArrowLeftIcon.js +0 -30
- package/dist/esm/components/Icons/ArrowLeftIcon.js.map +0 -1
- package/dist/esm/components/Icons/ArrowRightIcon.js +0 -30
- package/dist/esm/components/Icons/ArrowRightIcon.js.map +0 -1
- package/dist/esm/components/Icons/ArrowUpIcon.js +0 -30
- package/dist/esm/components/Icons/ArrowUpIcon.js.map +0 -1
- package/dist/esm/components/Icons/BookmarkIcon.js +0 -30
- package/dist/esm/components/Icons/BookmarkIcon.js.map +0 -1
- package/dist/esm/components/Icons/CalendarIcon.js +0 -30
- package/dist/esm/components/Icons/CalendarIcon.js.map +0 -1
- package/dist/esm/components/Icons/ClockIcon.js +0 -30
- package/dist/esm/components/Icons/ClockIcon.js.map +0 -1
- package/dist/esm/components/Icons/CodeIcon.js +0 -30
- package/dist/esm/components/Icons/CodeIcon.js.map +0 -1
- package/dist/esm/components/Icons/CopyIcon.js +0 -30
- package/dist/esm/components/Icons/CopyIcon.js.map +0 -1
- package/dist/esm/components/Icons/CutIcon.js +0 -30
- package/dist/esm/components/Icons/CutIcon.js.map +0 -1
- package/dist/esm/components/Icons/DownloadIcon.js +0 -30
- package/dist/esm/components/Icons/DownloadIcon.js.map +0 -1
- package/dist/esm/components/Icons/EditIcon.js +0 -30
- package/dist/esm/components/Icons/EditIcon.js.map +0 -1
- package/dist/esm/components/Icons/ErrorIcon.js +0 -30
- package/dist/esm/components/Icons/ErrorIcon.js.map +0 -1
- package/dist/esm/components/Icons/EyeIcon.js +0 -30
- package/dist/esm/components/Icons/EyeIcon.js.map +0 -1
- package/dist/esm/components/Icons/FilterIcon.js +0 -30
- package/dist/esm/components/Icons/FilterIcon.js.map +0 -1
- package/dist/esm/components/Icons/FolderIcon.js +0 -30
- package/dist/esm/components/Icons/FolderIcon.js.map +0 -1
- package/dist/esm/components/Icons/FullscreenIcon.js +0 -30
- package/dist/esm/components/Icons/FullscreenIcon.js.map +0 -1
- package/dist/esm/components/Icons/GridIcon.js +0 -30
- package/dist/esm/components/Icons/GridIcon.js.map +0 -1
- package/dist/esm/components/Icons/HeartIcon.js +0 -30
- package/dist/esm/components/Icons/HeartIcon.js.map +0 -1
- package/dist/esm/components/Icons/HelpIcon.js +0 -30
- package/dist/esm/components/Icons/HelpIcon.js.map +0 -1
- package/dist/esm/components/Icons/HomeIcon.js +0 -30
- package/dist/esm/components/Icons/HomeIcon.js.map +0 -1
- package/dist/esm/components/Icons/InfoIcon.js +0 -30
- package/dist/esm/components/Icons/InfoIcon.js.map +0 -1
- package/dist/esm/components/Icons/LinkIcon.js +0 -30
- package/dist/esm/components/Icons/LinkIcon.js.map +0 -1
- package/dist/esm/components/Icons/ListIcon.js +0 -30
- package/dist/esm/components/Icons/ListIcon.js.map +0 -1
- package/dist/esm/components/Icons/LockIcon.js +0 -30
- package/dist/esm/components/Icons/LockIcon.js.map +0 -1
- package/dist/esm/components/Icons/MaximizeIcon.js +0 -30
- package/dist/esm/components/Icons/MaximizeIcon.js.map +0 -1
- package/dist/esm/components/Icons/MenuIcon.js +0 -30
- package/dist/esm/components/Icons/MenuIcon.js.map +0 -1
- package/dist/esm/components/Icons/MinimizeIcon.js +0 -30
- package/dist/esm/components/Icons/MinimizeIcon.js.map +0 -1
- package/dist/esm/components/Icons/PasteIcon.js +0 -30
- package/dist/esm/components/Icons/PasteIcon.js.map +0 -1
- package/dist/esm/components/Icons/PlayIcon.js +0 -30
- package/dist/esm/components/Icons/PlayIcon.js.map +0 -1
- package/dist/esm/components/Icons/RedoIcon.js +0 -30
- package/dist/esm/components/Icons/RedoIcon.js.map +0 -1
- package/dist/esm/components/Icons/RefreshIcon.js +0 -30
- package/dist/esm/components/Icons/RefreshIcon.js.map +0 -1
- package/dist/esm/components/Icons/RobotIcon.js +0 -30
- package/dist/esm/components/Icons/RobotIcon.js.map +0 -1
- package/dist/esm/components/Icons/SaveIcon.js +0 -30
- package/dist/esm/components/Icons/SaveIcon.js.map +0 -1
- package/dist/esm/components/Icons/SearchIcon.js +0 -30
- package/dist/esm/components/Icons/SearchIcon.js.map +0 -1
- package/dist/esm/components/Icons/SettingsIcon.js +0 -30
- package/dist/esm/components/Icons/SettingsIcon.js.map +0 -1
- package/dist/esm/components/Icons/SortIcon.js +0 -30
- package/dist/esm/components/Icons/SortIcon.js.map +0 -1
- package/dist/esm/components/Icons/StarIcon.js +0 -30
- package/dist/esm/components/Icons/StarIcon.js.map +0 -1
- package/dist/esm/components/Icons/SuccessIcon.js +0 -30
- package/dist/esm/components/Icons/SuccessIcon.js.map +0 -1
- package/dist/esm/components/Icons/TagIcon.js +0 -30
- package/dist/esm/components/Icons/TagIcon.js.map +0 -1
- package/dist/esm/components/Icons/TrashIcon.js +0 -30
- package/dist/esm/components/Icons/TrashIcon.js.map +0 -1
- package/dist/esm/components/Icons/UndoIcon.js +0 -30
- package/dist/esm/components/Icons/UndoIcon.js.map +0 -1
- package/dist/esm/components/Icons/UnlockIcon.js +0 -30
- package/dist/esm/components/Icons/UnlockIcon.js.map +0 -1
- package/dist/esm/components/Icons/UploadIcon.js +0 -30
- package/dist/esm/components/Icons/UploadIcon.js.map +0 -1
- package/dist/esm/components/Icons/UserIcon.js +0 -30
- package/dist/esm/components/Icons/UserIcon.js.map +0 -1
- package/dist/esm/components/Icons/WarningIcon.js +0 -30
- package/dist/esm/components/Icons/WarningIcon.js.map +0 -1
- package/dist/esm/components/Icons/ZoomInIcon.js +0 -30
- package/dist/esm/components/Icons/ZoomInIcon.js.map +0 -1
- package/dist/esm/components/Icons/ZoomOutIcon.js +0 -30
- package/dist/esm/components/Icons/ZoomOutIcon.js.map +0 -1
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Link icon component for linking and connection actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard link icon commonly used for creating links,
|
|
10
|
-
* connecting content, and URL-related features in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <LinkIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <LinkIcon size="md" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a link button
|
|
21
|
-
* <Button icon={<LinkIcon />}>Add Link</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const LinkIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }), jsx("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })] }));
|
|
26
|
-
});
|
|
27
|
-
LinkIcon.displayName = 'LinkIcon';
|
|
28
|
-
|
|
29
|
-
export { LinkIcon };
|
|
30
|
-
//# sourceMappingURL=LinkIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LinkIcon.js","sources":["../../../../../src/components/Icons/LinkIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAMF;AAGF;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* List icon component for list view layouts.
|
|
8
|
-
*
|
|
9
|
-
* A standard list lines icon commonly used for switching to list view,
|
|
10
|
-
* linear data display, and structured content in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <ListIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <ListIcon size="md" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a view toggle
|
|
21
|
-
* <Button icon={<ListIcon />}>List View</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const ListIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("line", { x1: "8", y1: "6", x2: "21", y2: "6" }), jsx("line", { x1: "8", y1: "12", x2: "21", y2: "12" }), jsx("line", { x1: "8", y1: "18", x2: "21", y2: "18" }), jsx("line", { x1: "3", y1: "6", x2: "3.01", y2: "6" }), jsx("line", { x1: "3", y1: "12", x2: "3.01", y2: "12" }), jsx("line", { x1: "3", y1: "18", x2: "3.01", y2: "18" })] }));
|
|
26
|
-
});
|
|
27
|
-
ListIcon.displayName = 'ListIcon';
|
|
28
|
-
|
|
29
|
-
export { ListIcon };
|
|
30
|
-
//# sourceMappingURL=ListIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListIcon.js","sources":["../../../../../src/components/Icons/ListIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAYL;AAGF;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Lock icon component for security and locked states.
|
|
8
|
-
*
|
|
9
|
-
* A standard padlock icon commonly used for indicating locked content,
|
|
10
|
-
* security features, and protected operations in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <LockIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <LockIcon size="sm" color="warning" />
|
|
19
|
-
*
|
|
20
|
-
* // In a security context
|
|
21
|
-
* <Button icon={<LockIcon />}>Lock</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const LockIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "3", y: "11", width: "18", height: "11", rx: "2", ry: "2" }), jsx("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })] }));
|
|
26
|
-
});
|
|
27
|
-
LockIcon.displayName = 'LockIcon';
|
|
28
|
-
|
|
29
|
-
export { LockIcon };
|
|
30
|
-
//# sourceMappingURL=LockIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LockIcon.js","sources":["../../../../../src/components/Icons/LockIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAMF;AAGF;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Maximize icon component for maximize actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard expand square icon commonly used for maximizing windows,
|
|
10
|
-
* expanding panels, and enlarging content areas in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <MaximizeIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <MaximizeIcon size="sm" color="secondary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a window control context
|
|
21
|
-
* <Button icon={<MaximizeIcon />}>Maximize</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const MaximizeIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsx(Icon, { ...props, children: jsx("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" }) }));
|
|
26
|
-
});
|
|
27
|
-
MaximizeIcon.displayName = 'MaximizeIcon';
|
|
28
|
-
|
|
29
|
-
export { MaximizeIcon };
|
|
30
|
-
//# sourceMappingURL=MaximizeIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MaximizeIcon.js","sources":["../../../../../src/components/Icons/MaximizeIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAKF;AAEA;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Menu icon component for menu/hamburger navigation.
|
|
8
|
-
*
|
|
9
|
-
* A standard three-line hamburger icon commonly used for opening menus,
|
|
10
|
-
* navigation drawers, and mobile menu toggles in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <MenuIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <MenuIcon size="md" color="secondary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a navigation context
|
|
21
|
-
* <Button icon={<MenuIcon />}>Menu</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const MenuIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("line", { x1: "3", y1: "6", x2: "21", y2: "6" }), jsx("line", { x1: "3", y1: "12", x2: "21", y2: "12" }), jsx("line", { x1: "3", y1: "18", x2: "21", y2: "18" })] }));
|
|
26
|
-
});
|
|
27
|
-
MenuIcon.displayName = 'MenuIcon';
|
|
28
|
-
|
|
29
|
-
export { MenuIcon };
|
|
30
|
-
//# sourceMappingURL=MenuIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MenuIcon.js","sources":["../../../../../src/components/Icons/MenuIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAOF;AAGF;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Minimize icon component for minimize actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard compress square icon commonly used for minimizing windows,
|
|
10
|
-
* collapsing panels, and reducing content areas in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <MinimizeIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <MinimizeIcon size="md" color="muted" />
|
|
19
|
-
*
|
|
20
|
-
* // In a window control context
|
|
21
|
-
* <Button icon={<MinimizeIcon />}>Minimize</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const MinimizeIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsx(Icon, { ...props, children: jsx("path", { d: "M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3" }) }));
|
|
26
|
-
});
|
|
27
|
-
MinimizeIcon.displayName = 'MinimizeIcon';
|
|
28
|
-
|
|
29
|
-
export { MinimizeIcon };
|
|
30
|
-
//# sourceMappingURL=MinimizeIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MinimizeIcon.js","sources":["../../../../../src/components/Icons/MinimizeIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAKF;AAEA;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Paste icon component for paste actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard clipboard icon commonly used for pasting content,
|
|
10
|
-
* inserting items, and clipboard operations in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <PasteIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <PasteIcon size="lg" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a paste button
|
|
21
|
-
* <Button icon={<PasteIcon />}>Paste</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const PasteIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("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" }), jsx("rect", { x: "8", y: "2", width: "8", height: "4", rx: "1", ry: "1" })] }));
|
|
26
|
-
});
|
|
27
|
-
PasteIcon.displayName = 'PasteIcon';
|
|
28
|
-
|
|
29
|
-
export { PasteIcon };
|
|
30
|
-
//# sourceMappingURL=PasteIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PasteIcon.js","sources":["../../../../../src/components/Icons/PasteIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAMF;AAGF;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Play icon component for play/start actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard play triangle icon commonly used for starting playback,
|
|
10
|
-
* running processes, and begin operations in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <PlayIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <PlayIcon size="lg" color="success" />
|
|
19
|
-
*
|
|
20
|
-
* // In a play button
|
|
21
|
-
* <Button icon={<PlayIcon />}>Play</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const PlayIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsx(Icon, { ...props, children: jsx("polygon", { points: "5,3 19,12 5,21" }) }));
|
|
26
|
-
});
|
|
27
|
-
PlayIcon.displayName = 'PlayIcon';
|
|
28
|
-
|
|
29
|
-
export { PlayIcon };
|
|
30
|
-
//# sourceMappingURL=PlayIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PlayIcon.js","sources":["../../../../../src/components/Icons/PlayIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAKF;AAGF;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Redo icon component for redo actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard curved arrow icon commonly used for redoing operations,
|
|
10
|
-
* reapplying changes, and history navigation in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <RedoIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <RedoIcon size="md" color="secondary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a redo button
|
|
21
|
-
* <Button icon={<RedoIcon />}>Redo</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const RedoIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M21 7v6h-6" }), jsx("path", { d: "M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3L21 13" })] }));
|
|
26
|
-
});
|
|
27
|
-
RedoIcon.displayName = 'RedoIcon';
|
|
28
|
-
|
|
29
|
-
export { RedoIcon };
|
|
30
|
-
//# sourceMappingURL=RedoIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RedoIcon.js","sources":["../../../../../src/components/Icons/RedoIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAMF;AAGF;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Refresh icon component for refresh/reload actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard circular arrow icon commonly used for refreshing content,
|
|
10
|
-
* reloading data, and update operations in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <RefreshIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <RefreshIcon size="lg" color="accent" />
|
|
19
|
-
*
|
|
20
|
-
* // In a refresh button
|
|
21
|
-
* <Button icon={<RefreshIcon />}>Refresh</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const RefreshIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" }), jsx("path", { d: "M21 3v5h-5" }), jsx("path", { d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" }), jsx("path", { d: "M3 21v-5h5" })] }));
|
|
26
|
-
});
|
|
27
|
-
RefreshIcon.displayName = 'RefreshIcon';
|
|
28
|
-
|
|
29
|
-
export { RefreshIcon };
|
|
30
|
-
//# sourceMappingURL=RefreshIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RefreshIcon.js","sources":["../../../../../src/components/Icons/RefreshIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAQF;AAEA;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Robot icon component representing AI or automation.
|
|
8
|
-
*
|
|
9
|
-
* A robot head icon commonly used for AI assistant features,
|
|
10
|
-
* chatbots, and automation actions in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <RobotIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <RobotIcon size="lg" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In an AI chat button
|
|
21
|
-
* <Button icon={<RobotIcon />}>AI Assistant</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const RobotIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "5", y: "9", width: "14", height: "10", rx: "2" }), jsx("circle", { cx: "9.5", cy: "14", r: "1" }), jsx("circle", { cx: "14.5", cy: "14", r: "1" }), jsx("line", { x1: "12", y1: "9", x2: "12", y2: "5" }), jsx("circle", { cx: "12", cy: "4", r: "1" }), jsx("line", { x1: "5", y1: "13", x2: "3", y2: "13" }), jsx("line", { x1: "19", y1: "13", x2: "21", y2: "13" })] }));
|
|
26
|
-
});
|
|
27
|
-
RobotIcon.displayName = 'RobotIcon';
|
|
28
|
-
|
|
29
|
-
export { RobotIcon };
|
|
30
|
-
//# sourceMappingURL=RobotIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RobotIcon.js","sources":["../../../../../src/components/Icons/RobotIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAWF;AAGF;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Save icon component for save actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard floppy disk icon commonly used for saving files,
|
|
10
|
-
* persisting data, and storage operations in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <SaveIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <SaveIcon size="lg" color="success" />
|
|
19
|
-
*
|
|
20
|
-
* // In a save button
|
|
21
|
-
* <Button icon={<SaveIcon />}>Save</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const SaveIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z" }), jsx("polyline", { points: "17,21 17,13 7,13 7,21" }), jsx("polyline", { points: "7,3 7,8 15,8" })] }));
|
|
26
|
-
});
|
|
27
|
-
SaveIcon.displayName = 'SaveIcon';
|
|
28
|
-
|
|
29
|
-
export { SaveIcon };
|
|
30
|
-
//# sourceMappingURL=SaveIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SaveIcon.js","sources":["../../../../../src/components/Icons/SaveIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AASL;AAGF;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Search icon component for search functionality.
|
|
8
|
-
*
|
|
9
|
-
* A standard magnifying glass icon commonly used for search inputs,
|
|
10
|
-
* find operations, and lookup features in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <SearchIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <SearchIcon size="md" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a search input
|
|
21
|
-
* <Input startIcon={<SearchIcon />} placeholder="Search..." />
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const SearchIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "11", cy: "11", r: "8" }), jsx("path", { d: "M21 21l-4.35-4.35" })] }));
|
|
26
|
-
});
|
|
27
|
-
SearchIcon.displayName = 'SearchIcon';
|
|
28
|
-
|
|
29
|
-
export { SearchIcon };
|
|
30
|
-
//# sourceMappingURL=SearchIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SearchIcon.js","sources":["../../../../../src/components/Icons/SearchIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAQL;AAGF;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Settings icon component for configuration and preferences.
|
|
8
|
-
*
|
|
9
|
-
* A standard gear/cog icon commonly used for settings panels,
|
|
10
|
-
* configuration dialogs, and preference screens in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <SettingsIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <SettingsIcon size="lg" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a settings button
|
|
21
|
-
* <Button icon={<SettingsIcon />}>Settings</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const SettingsIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "12", r: "3" }), jsx("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" })] }));
|
|
26
|
-
});
|
|
27
|
-
SettingsIcon.displayName = 'SettingsIcon';
|
|
28
|
-
|
|
29
|
-
export { SettingsIcon };
|
|
30
|
-
//# sourceMappingURL=SettingsIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SettingsIcon.js","sources":["../../../../../src/components/Icons/SettingsIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AASP;AAEA;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Sort icon component for sorting actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard up/down arrows icon commonly used for sorting content,
|
|
10
|
-
* data ordering, and list arrangement in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <SortIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <SortIcon size="sm" color="muted" />
|
|
19
|
-
*
|
|
20
|
-
* // In a sort context
|
|
21
|
-
* <Button icon={<SortIcon />}>Sort</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const SortIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M3 6h18" }), jsx("path", { d: "M7 12h10" }), jsx("path", { d: "M10 18h4" })] }));
|
|
26
|
-
});
|
|
27
|
-
SortIcon.displayName = 'SortIcon';
|
|
28
|
-
|
|
29
|
-
export { SortIcon };
|
|
30
|
-
//# sourceMappingURL=SortIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SortIcon.js","sources":["../../../../../src/components/Icons/SortIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AASL;AAGF;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Star icon component for favorites and ratings.
|
|
8
|
-
*
|
|
9
|
-
* A standard star icon commonly used for favorites, bookmarks,
|
|
10
|
-
* ratings, and highlighting important content in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <StarIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <StarIcon size="lg" color="warning" />
|
|
19
|
-
*
|
|
20
|
-
* // In a favorites context
|
|
21
|
-
* <Button icon={<StarIcon />}>Favorite</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const StarIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsx(Icon, { ...props, children: jsx("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" }) }));
|
|
26
|
-
});
|
|
27
|
-
StarIcon.displayName = 'StarIcon';
|
|
28
|
-
|
|
29
|
-
export { StarIcon };
|
|
30
|
-
//# sourceMappingURL=StarIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StarIcon.js","sources":["../../../../../src/components/Icons/StarIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAKF;AAGF;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Success icon component for success states.
|
|
8
|
-
*
|
|
9
|
-
* A standard checkmark circle icon commonly used for success messages,
|
|
10
|
-
* completed operations, and positive confirmations in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <SuccessIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <SuccessIcon size="lg" color="success" />
|
|
19
|
-
*
|
|
20
|
-
* // In a success context
|
|
21
|
-
* <Button icon={<SuccessIcon />}>Success</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const SuccessIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "12", r: "10" }), jsx("polyline", { points: "9,12 12,15 16,10" })] }));
|
|
26
|
-
});
|
|
27
|
-
SuccessIcon.displayName = 'SuccessIcon';
|
|
28
|
-
|
|
29
|
-
export { SuccessIcon };
|
|
30
|
-
//# sourceMappingURL=SuccessIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessIcon.js","sources":["../../../../../src/components/Icons/SuccessIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AASP;AAEA;;"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
import { Icon } from '../primitives/Icon/Icon.js';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Tag icon component for tagging and labeling.
|
|
8
|
-
*
|
|
9
|
-
* A standard tag icon commonly used for labeling content,
|
|
10
|
-
* categorization, and metadata organization in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <TagIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <TagIcon size="lg" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a tagging context
|
|
21
|
-
* <Button icon={<TagIcon />}>Add Tag</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const TagIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("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" }), jsx("line", { x1: "7", y1: "7", x2: "7.01", y2: "7" })] }));
|
|
26
|
-
});
|
|
27
|
-
TagIcon.displayName = 'TagIcon';
|
|
28
|
-
|
|
29
|
-
export { TagIcon };
|
|
30
|
-
//# sourceMappingURL=TagIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TagIcon.js","sources":["../../../../../src/components/Icons/TagIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAMF;AAGF;;"}
|