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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ArrowUpIcon.js","sources":["../../../../../src/components/Icons/ArrowUpIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAKF;AAEA;;"}
|
|
@@ -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
|
-
* Bookmark icon component for saving and marking content.
|
|
8
|
-
*
|
|
9
|
-
* A standard bookmark icon commonly used for saving items,
|
|
10
|
-
* marking favorites, and bookmarking content in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <BookmarkIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <BookmarkIcon size="lg" color="accent" />
|
|
19
|
-
*
|
|
20
|
-
* // In a bookmark button
|
|
21
|
-
* <Button icon={<BookmarkIcon />}>Bookmark</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const BookmarkIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsx(Icon, { ...props, children: jsx("path", { d: "M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" }) }));
|
|
26
|
-
});
|
|
27
|
-
BookmarkIcon.displayName = 'BookmarkIcon';
|
|
28
|
-
|
|
29
|
-
export { BookmarkIcon };
|
|
30
|
-
//# sourceMappingURL=BookmarkIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BookmarkIcon.js","sources":["../../../../../src/components/Icons/BookmarkIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;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
|
-
* Calendar icon component for date and scheduling functionality.
|
|
8
|
-
*
|
|
9
|
-
* A standard calendar icon commonly used for date pickers,
|
|
10
|
-
* scheduling, and time-related features in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <CalendarIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <CalendarIcon size="lg" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a date picker
|
|
21
|
-
* <Button icon={<CalendarIcon />}>Select Date</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const CalendarIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "3", y: "4", width: "18", height: "18", rx: "2", ry: "2" }), jsx("line", { x1: "16", y1: "2", x2: "16", y2: "6" }), jsx("line", { x1: "8", y1: "2", x2: "8", y2: "6" }), jsx("line", { x1: "3", y1: "10", x2: "21", y2: "10" })] }));
|
|
26
|
-
});
|
|
27
|
-
CalendarIcon.displayName = 'CalendarIcon';
|
|
28
|
-
|
|
29
|
-
export { CalendarIcon };
|
|
30
|
-
//# sourceMappingURL=CalendarIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CalendarIcon.js","sources":["../../../../../src/components/Icons/CalendarIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;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
|
-
* Clock icon component for time and scheduling functionality.
|
|
8
|
-
*
|
|
9
|
-
* A standard clock icon commonly used for time displays,
|
|
10
|
-
* scheduling features, and temporal indicators in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <ClockIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <ClockIcon size="lg" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a time picker
|
|
21
|
-
* <Button icon={<ClockIcon />}>Set Time</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const ClockIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "12", r: "10" }), jsx("polyline", { points: "12,6 12,12 16,14" })] }));
|
|
26
|
-
});
|
|
27
|
-
ClockIcon.displayName = 'ClockIcon';
|
|
28
|
-
|
|
29
|
-
export { ClockIcon };
|
|
30
|
-
//# sourceMappingURL=ClockIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ClockIcon.js","sources":["../../../../../src/components/Icons/ClockIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;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
|
-
* Code icon component for code and development actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard code brackets icon commonly used for code editing,
|
|
10
|
-
* development tools, and programming features in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <CodeIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <CodeIcon size="md" color="accent" />
|
|
19
|
-
*
|
|
20
|
-
* // In a code context
|
|
21
|
-
* <Button icon={<CodeIcon />}>View Code</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const CodeIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("polyline", { points: "16,18 22,12 16,6" }), jsx("polyline", { points: "8,6 2,12 8,18" })] }));
|
|
26
|
-
});
|
|
27
|
-
CodeIcon.displayName = 'CodeIcon';
|
|
28
|
-
|
|
29
|
-
export { CodeIcon };
|
|
30
|
-
//# sourceMappingURL=CodeIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CodeIcon.js","sources":["../../../../../src/components/Icons/CodeIcon.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
|
-
* Copy icon component for duplication and clipboard actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard copy icon commonly used for copying content,
|
|
10
|
-
* duplicating items, and clipboard operations in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <CopyIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <CopyIcon size="md" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a copy button
|
|
21
|
-
* <Button icon={<CopyIcon />}>Copy</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const CopyIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "9", y: "9", width: "13", height: "13", rx: "2", ry: "2" }), jsx("path", { d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" })] }));
|
|
26
|
-
});
|
|
27
|
-
CopyIcon.displayName = 'CopyIcon';
|
|
28
|
-
|
|
29
|
-
export { CopyIcon };
|
|
30
|
-
//# sourceMappingURL=CopyIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CopyIcon.js","sources":["../../../../../src/components/Icons/CopyIcon.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
|
-
* Cut icon component for cutting and removal actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard scissors icon commonly used for cutting content,
|
|
10
|
-
* removing items, and clipboard cut operations in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <CutIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <CutIcon size="md" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a cut button
|
|
21
|
-
* <Button icon={<CutIcon />}>Cut</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const CutIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "6", cy: "6", r: "3" }), jsx("circle", { cx: "6", cy: "18", r: "3" }), jsx("line", { x1: "20", y1: "4", x2: "8.12", y2: "15.88" }), jsx("line", { x1: "14.47", y1: "14.48", x2: "20", y2: "20" }), jsx("line", { x1: "8.12", y1: "8.12", x2: "12", y2: "12" })] }));
|
|
26
|
-
});
|
|
27
|
-
CutIcon.displayName = 'CutIcon';
|
|
28
|
-
|
|
29
|
-
export { CutIcon };
|
|
30
|
-
//# sourceMappingURL=CutIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CutIcon.js","sources":["../../../../../src/components/Icons/CutIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AASF;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
|
-
* Download icon component for file download actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard download icon commonly used for downloading files,
|
|
10
|
-
* exporting content, and save-to-device actions in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <DownloadIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <DownloadIcon size="lg" color="success" />
|
|
19
|
-
*
|
|
20
|
-
* // In a download button
|
|
21
|
-
* <Button icon={<DownloadIcon />}>Download</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const DownloadIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }), jsx("polyline", { points: "7,10 12,15 17,10" }), jsx("line", { x1: "12", y1: "15", x2: "12", y2: "3" })] }));
|
|
26
|
-
});
|
|
27
|
-
DownloadIcon.displayName = 'DownloadIcon';
|
|
28
|
-
|
|
29
|
-
export { DownloadIcon };
|
|
30
|
-
//# sourceMappingURL=DownloadIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DownloadIcon.js","sources":["../../../../../src/components/Icons/DownloadIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAGL;AAOF;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
|
-
* Edit icon component for editing and modification actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard pencil icon commonly used for editing content,
|
|
10
|
-
* modifying items, and entering edit mode in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <EditIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <EditIcon size="md" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In an edit button
|
|
21
|
-
* <Button icon={<EditIcon />}>Edit</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const EditIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }), jsx("path", { d: "M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z" })] }));
|
|
26
|
-
});
|
|
27
|
-
EditIcon.displayName = 'EditIcon';
|
|
28
|
-
|
|
29
|
-
export { EditIcon };
|
|
30
|
-
//# sourceMappingURL=EditIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EditIcon.js","sources":["../../../../../src/components/Icons/EditIcon.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
|
-
* Error icon component for error states.
|
|
8
|
-
*
|
|
9
|
-
* A standard X circle icon commonly used for error messages,
|
|
10
|
-
* failed operations, and critical alerts in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <ErrorIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <ErrorIcon size="sm" color="error" />
|
|
19
|
-
*
|
|
20
|
-
* // In an error context
|
|
21
|
-
* <Button icon={<ErrorIcon />}>Error</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const ErrorIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "12", r: "10" }), jsx("line", { x1: "15", y1: "9", x2: "9", y2: "15" }), jsx("line", { x1: "9", y1: "9", x2: "15", y2: "15" })] }));
|
|
26
|
-
});
|
|
27
|
-
ErrorIcon.displayName = 'ErrorIcon';
|
|
28
|
-
|
|
29
|
-
export { ErrorIcon };
|
|
30
|
-
//# sourceMappingURL=ErrorIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorIcon.js","sources":["../../../../../src/components/Icons/ErrorIcon.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
|
-
* Eye icon component for visibility and view actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard eye icon commonly used for showing content,
|
|
10
|
-
* toggling visibility, and preview actions in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <EyeIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <EyeIcon size="md" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a visibility toggle
|
|
21
|
-
* <Button icon={<EyeIcon />}>Show</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const EyeIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" }), jsx("circle", { cx: "12", cy: "12", r: "3" })] }));
|
|
26
|
-
});
|
|
27
|
-
EyeIcon.displayName = 'EyeIcon';
|
|
28
|
-
|
|
29
|
-
export { EyeIcon };
|
|
30
|
-
//# sourceMappingURL=EyeIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EyeIcon.js","sources":["../../../../../src/components/Icons/EyeIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AAQL;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
|
-
* Filter icon component for filtering and sorting actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard filter icon commonly used for filtering content,
|
|
10
|
-
* applying search filters, and data sorting in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <FilterIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <FilterIcon size="md" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a filter button
|
|
21
|
-
* <Button icon={<FilterIcon />}>Filter</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const FilterIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsx(Icon, { ...props, children: jsx("polygon", { points: "22,3 2,3 10,12.46 10,19 14,21 14,12.46" }) }));
|
|
26
|
-
});
|
|
27
|
-
FilterIcon.displayName = 'FilterIcon';
|
|
28
|
-
|
|
29
|
-
export { FilterIcon };
|
|
30
|
-
//# sourceMappingURL=FilterIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FilterIcon.js","sources":["../../../../../src/components/Icons/FilterIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAKF;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
|
-
* Folder icon component for directory and organization actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard folder icon commonly used for file organization,
|
|
10
|
-
* directory navigation, and grouping content in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <FolderIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <FolderIcon size="lg" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a folder browser
|
|
21
|
-
* <Button icon={<FolderIcon />}>Open Folder</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const FolderIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsx(Icon, { ...props, children: jsx("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" }) }));
|
|
26
|
-
});
|
|
27
|
-
FolderIcon.displayName = 'FolderIcon';
|
|
28
|
-
|
|
29
|
-
export { FolderIcon };
|
|
30
|
-
//# sourceMappingURL=FolderIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FolderIcon.js","sources":["../../../../../src/components/Icons/FolderIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAKF;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
|
-
* Fullscreen icon component for expanding to fullscreen mode.
|
|
8
|
-
*
|
|
9
|
-
* A standard fullscreen icon commonly used for maximizing content,
|
|
10
|
-
* entering fullscreen mode, and expanding views in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <FullscreenIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <FullscreenIcon size="md" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a fullscreen button
|
|
21
|
-
* <Button icon={<FullscreenIcon />}>Fullscreen</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const FullscreenIcon = /*#__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
|
-
FullscreenIcon.displayName = 'FullscreenIcon';
|
|
28
|
-
|
|
29
|
-
export { FullscreenIcon };
|
|
30
|
-
//# sourceMappingURL=FullscreenIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FullscreenIcon.js","sources":["../../../../../src/components/Icons/FullscreenIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;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
|
-
* Grid icon component for grid view and layout actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard grid icon commonly used for switching to grid view,
|
|
10
|
-
* layout options, and organizing content in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <GridIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <GridIcon size="md" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a view toggle
|
|
21
|
-
* <Button icon={<GridIcon />}>Grid View</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const GridIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("rect", { x: "3", y: "3", width: "7", height: "7" }), jsx("rect", { x: "14", y: "3", width: "7", height: "7" }), jsx("rect", { x: "14", y: "14", width: "7", height: "7" }), jsx("rect", { x: "3", y: "14", width: "7", height: "7" })] }));
|
|
26
|
-
});
|
|
27
|
-
GridIcon.displayName = 'GridIcon';
|
|
28
|
-
|
|
29
|
-
export { GridIcon };
|
|
30
|
-
//# sourceMappingURL=GridIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GridIcon.js","sources":["../../../../../src/components/Icons/GridIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;AAiBG;AACI;AAEH;AAQF;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
|
-
* Heart icon component for favorites and like actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard heart icon commonly used for favoriting content,
|
|
10
|
-
* like actions, and expressing preference in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <HeartIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <HeartIcon size="md" color="error" />
|
|
19
|
-
*
|
|
20
|
-
* // In a favorite button
|
|
21
|
-
* <Button icon={<HeartIcon />}>Favorite</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const HeartIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsx(Icon, { ...props, children: jsx("path", { d: "M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z" }) }));
|
|
26
|
-
});
|
|
27
|
-
HeartIcon.displayName = 'HeartIcon';
|
|
28
|
-
|
|
29
|
-
export { HeartIcon };
|
|
30
|
-
//# sourceMappingURL=HeartIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HeartIcon.js","sources":["../../../../../src/components/Icons/HeartIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAMA;;;;;;;;;;;;;;;;;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
|
-
* Help icon component for help and support actions.
|
|
8
|
-
*
|
|
9
|
-
* A standard question mark icon commonly used for help documentation,
|
|
10
|
-
* support links, and information assistance in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <HelpIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <HelpIcon size="sm" color="muted" />
|
|
19
|
-
*
|
|
20
|
-
* // In a help context
|
|
21
|
-
* <Button icon={<HelpIcon />}>Help</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const HelpIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "12", r: "10" }), jsx("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }), jsx("line", { x1: "12", y1: "17", x2: "12.01", y2: "17" })] }));
|
|
26
|
-
});
|
|
27
|
-
HelpIcon.displayName = 'HelpIcon';
|
|
28
|
-
|
|
29
|
-
export { HelpIcon };
|
|
30
|
-
//# sourceMappingURL=HelpIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HelpIcon.js","sources":["../../../../../src/components/Icons/HelpIcon.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
|
-
* Home icon component for home and main navigation.
|
|
8
|
-
*
|
|
9
|
-
* A standard house icon commonly used for home navigation,
|
|
10
|
-
* main page links, and dashboard access in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <HomeIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <HomeIcon size="md" color="primary" />
|
|
19
|
-
*
|
|
20
|
-
* // In a home button
|
|
21
|
-
* <Button icon={<HomeIcon />}>Home</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const HomeIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("path", { d: "M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }), jsx("polyline", { points: "9,22 9,12 15,12 15,22" })] }));
|
|
26
|
-
});
|
|
27
|
-
HomeIcon.displayName = 'HomeIcon';
|
|
28
|
-
|
|
29
|
-
export { HomeIcon };
|
|
30
|
-
//# sourceMappingURL=HomeIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HomeIcon.js","sources":["../../../../../src/components/Icons/HomeIcon.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
|
-
* Info icon component for information display.
|
|
8
|
-
*
|
|
9
|
-
* A standard information circle icon commonly used for showing information,
|
|
10
|
-
* details, and contextual help in editor interfaces.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```tsx
|
|
14
|
-
* // Basic usage
|
|
15
|
-
* <InfoIcon />
|
|
16
|
-
*
|
|
17
|
-
* // With custom size and color
|
|
18
|
-
* <InfoIcon size="lg" color="accent" />
|
|
19
|
-
*
|
|
20
|
-
* // In an info context
|
|
21
|
-
* <Button icon={<InfoIcon />}>Info</Button>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
const InfoIcon = /*#__PURE__*/ React.memo(props => {
|
|
25
|
-
return (jsxs(Icon, { ...props, children: [jsx("circle", { cx: "12", cy: "12", r: "10" }), jsx("line", { x1: "12", y1: "16", x2: "12", y2: "12" }), jsx("line", { x1: "12", y1: "8", x2: "12.01", y2: "8" })] }));
|
|
26
|
-
});
|
|
27
|
-
InfoIcon.displayName = 'InfoIcon';
|
|
28
|
-
|
|
29
|
-
export { InfoIcon };
|
|
30
|
-
//# sourceMappingURL=InfoIcon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InfoIcon.js","sources":["../../../../../src/components/Icons/InfoIcon.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAOA;;;;;;;;;;;;;;;;;AAiBG;AACI;;AASL;AAGF;;"}
|