@mirohq/design-system-icons 0.3.0 → 0.4.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/dist/main.js +1611 -235
- package/dist/main.js.map +1 -1
- package/dist/module.js +1559 -236
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +247 -75
- package/package.json +3 -3
- package/react/arrow-clockwise-down-right.tsx +33 -0
- package/react/arrow-clockwise-up-left.tsx +33 -0
- package/react/arrow-counter-clockwise-down-left.tsx +33 -0
- package/react/arrow-counter-clockwise-up-right.tsx +33 -0
- package/react/arrows-clockwise-x.tsx +33 -0
- package/react/arrows-clockwise-y.tsx +33 -0
- package/react/article.tsx +33 -0
- package/react/brackets-angle-slash.tsx +33 -0
- package/react/brackets-curly-circles-three.tsx +37 -0
- package/react/camera.tsx +34 -0
- package/react/card-number-three.tsx +31 -0
- package/react/card.tsx +30 -0
- package/react/cards-poker.tsx +30 -0
- package/react/chart-bar-y-simple.tsx +33 -0
- package/react/chart-bar-y.tsx +33 -0
- package/react/circle-notch.tsx +33 -0
- package/react/circle.tsx +1 -5
- package/react/circles-connected.tsx +27 -0
- package/react/clock-counter-clockwise-simple.tsx +27 -0
- package/react/clock-counter-clockwise.tsx +27 -0
- package/react/cluster.tsx +27 -0
- package/react/clustered.tsx +30 -0
- package/react/credit-card.tsx +26 -0
- package/react/crop.tsx +31 -0
- package/react/cursor-filled.tsx +30 -0
- package/react/cursor.tsx +33 -0
- package/react/factory-house.tsx +33 -0
- package/react/factory.tsx +33 -0
- package/react/gauge.tsx +27 -0
- package/react/hand-filled.tsx +26 -0
- package/react/hand.tsx +31 -0
- package/react/image.tsx +27 -0
- package/react/index.ts +53 -0
- package/react/kanban.tsx +33 -0
- package/react/key.tsx +31 -0
- package/react/keycap.tsx +27 -0
- package/react/laptop.tsx +26 -0
- package/react/mouse.tsx +27 -0
- package/react/pdf.tsx +34 -0
- package/react/play-circle.tsx +1 -2
- package/react/playback-speed-circle.tsx +5 -6
- package/react/scrollbar-xy.tsx +26 -0
- package/react/shield-check.tsx +34 -0
- package/react/shield-lock.tsx +27 -0
- package/react/square-brackets-angle-slash.tsx +33 -0
- package/react/square-circles-two.tsx +30 -0
- package/react/square-triangle-circle-plus.tsx +33 -0
- package/react/square.tsx +1 -1
- package/react/squares-four.tsx +33 -0
- package/react/squares-three.tsx +33 -0
- package/react/sticky-note.tsx +33 -0
- package/react/text-t.tsx +33 -0
- package/react/thumbs-up.tsx +33 -0
- package/react/ticket.tsx +24 -0
- package/react/trackpad.tsx +25 -0
- package/react/trash-simple.tsx +34 -0
- package/react/trash.tsx +34 -0
- package/react/trident.tsx +50 -0
- package/svg/24/arrow-clockwise-down-right.svg +1 -0
- package/svg/24/arrow-clockwise-up-left.svg +1 -0
- package/svg/24/arrow-counter-clockwise-down-left.svg +1 -0
- package/svg/24/arrow-counter-clockwise-up-right.svg +1 -0
- package/svg/24/arrows-clockwise-x.svg +1 -0
- package/svg/24/arrows-clockwise-y.svg +1 -0
- package/svg/24/article.svg +1 -0
- package/svg/24/brackets-angle-slash.svg +1 -0
- package/svg/24/brackets-curly-circles-three.svg +1 -0
- package/svg/24/camera.svg +1 -0
- package/svg/24/card-number-three.svg +1 -0
- package/svg/24/card.svg +1 -0
- package/svg/24/cards-poker.svg +1 -0
- package/svg/24/chart-bar-y-simple.svg +1 -0
- package/svg/24/chart-bar-y.svg +1 -0
- package/svg/24/circle-notch.svg +1 -0
- package/svg/24/circle.svg +1 -1
- package/svg/24/circles-connected.svg +1 -0
- package/svg/24/clock-counter-clockwise-simple.svg +1 -0
- package/svg/24/clock-counter-clockwise.svg +1 -0
- package/svg/24/cluster.svg +1 -0
- package/svg/24/clustered.svg +1 -0
- package/svg/24/credit-card.svg +1 -0
- package/svg/24/crop.svg +1 -0
- package/svg/24/cursor-filled.svg +1 -0
- package/svg/24/cursor.svg +1 -0
- package/svg/24/factory-house.svg +1 -0
- package/svg/24/factory.svg +1 -0
- package/svg/24/gauge.svg +1 -0
- package/svg/24/hand-filled.svg +1 -0
- package/svg/24/hand.svg +1 -0
- package/svg/24/image.svg +1 -0
- package/svg/24/kanban.svg +1 -0
- package/svg/24/key.svg +1 -0
- package/svg/24/keycap.svg +1 -0
- package/svg/24/laptop.svg +1 -0
- package/svg/24/mouse.svg +1 -0
- package/svg/24/pdf.svg +1 -0
- package/svg/24/play-circle.svg +1 -1
- package/svg/24/playback-speed-circle.svg +1 -1
- package/svg/24/scrollbar-xy.svg +1 -0
- package/svg/24/shield-check.svg +1 -0
- package/svg/24/shield-lock.svg +1 -0
- package/svg/24/social-facebook.svg +1 -1
- package/svg/24/social-instagram.svg +1 -1
- package/svg/24/social-linkedin.svg +1 -1
- package/svg/24/social-twitter.svg +1 -1
- package/svg/24/social-youtube.svg +1 -1
- package/svg/24/square-brackets-angle-slash.svg +1 -0
- package/svg/24/square-circles-two.svg +1 -0
- package/svg/24/square-triangle-circle-plus.svg +1 -0
- package/svg/24/square.svg +1 -1
- package/svg/24/squares-four.svg +1 -0
- package/svg/24/squares-three.svg +1 -0
- package/svg/24/sticky-note.svg +1 -0
- package/svg/24/text-t.svg +1 -0
- package/svg/24/thumbs-up.svg +1 -0
- package/svg/24/ticket.svg +1 -0
- package/svg/24/trackpad.svg +1 -0
- package/svg/24/trash-simple.svg +1 -0
- package/svg/24/trash.svg +1 -0
- package/svg/24/trident.svg +1 -0
- package/svg/meta.json +501 -1
package/dist/types.d.ts
CHANGED
|
@@ -7,10 +7,10 @@ import * as _stitches_react_types_styled_component from '@stitches/react/types/s
|
|
|
7
7
|
|
|
8
8
|
declare const StyledIcon: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
9
9
|
size?: "small" | "medium" | "large" | undefined;
|
|
10
|
-
color?: "background-
|
|
10
|
+
color?: "background-neutrals" | "background-neutrals-body" | "background-neutrals-container" | "background-neutrals-inverted" | "background-neutrals-inverted-subtle" | "background-neutrals-subtle" | "background-neutrals-subtle-hover" | "background-neutrals-subtle-active" | "background-neutrals-disabled" | "background-neutrals-controls-disabled" | "background-neutrals-scrolls" | "background-neutrals-inactive" | "background-neutrals-inactive-hover" | "background-primary-prominent" | "background-primary-prominent-hover" | "background-primary-prominent-active" | "background-primary-prominent-selected" | "background-primary-subtle" | "background-primary-subtle-hover" | "background-primary-subtle-active" | "background-primary-subtle-selected" | "background-danger-prominent" | "background-danger-prominent-hover" | "background-danger-prominent-active" | "background-danger" | "background-danger-hover" | "background-success" | "background-warning-subtle" | "background-warning-prominent" | "text-neutrals-inverted" | "text-neutrals" | "text-neutrals-subtle" | "text-neutrals-placeholder-only" | "text-neutrals-placeholder" | "text-neutrals-disabled" | "text-primary-inverted" | "text-primary" | "text-primary-hover" | "text-primary-active" | "text-primary-selected" | "text-primary-inverted-subtle" | "text-danger-inverted" | "text-danger" | "text-danger-hover" | "text-danger-active" | "text-success" | "text-warning" | "icon-neutrals-inverted" | "icon-neutrals" | "icon-neutrals-with-text" | "icon-neutrals-subtle" | "icon-neutrals-disabled" | "icon-neutrals-search" | "icon-neutrals-inactive" | "icon-neutrals-inactive-hover" | "icon-primary-inverted" | "icon-primary" | "icon-primary-hover" | "icon-primary-active" | "icon-primary-selected" | "icon-danger-inverted" | "icon-danger" | "icon-danger-hover" | "icon-danger-active" | "icon-success-inverted" | "icon-success" | "icon-warning" | "border-neutrals" | "border-neutrals-hover" | "border-neutrals-active" | "border-neutrals-disabled" | "border-neutrals-controls" | "border-neutrals-controls-disabled" | "border-neutrals-subtle" | "border-neutrals-inverted" | "border-primary" | "border-primary-hover" | "border-primary-active" | "border-primary-inverted" | "border-danger" | "border-success" | "border-warning" | "blue-100" | "blue-200" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "blue-1000" | "gray-100" | "gray-200" | "gray-300" | "gray-400" | "gray-500" | "gray-600" | "gray-700" | "gray-800" | "gray-900" | "indigo-100" | "indigo-200" | "indigo-300" | "indigo-400" | "indigo-500" | "indigo-600" | "indigo-700" | "indigo-800" | "indigo-900" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "black" | "white" | "transparent" | undefined;
|
|
11
11
|
}, "color" | "size"> & _stitches_react_types_styled_component.TransformProps<{
|
|
12
12
|
size?: "small" | "medium" | "large" | undefined;
|
|
13
|
-
color?: "background-
|
|
13
|
+
color?: "background-neutrals" | "background-neutrals-body" | "background-neutrals-container" | "background-neutrals-inverted" | "background-neutrals-inverted-subtle" | "background-neutrals-subtle" | "background-neutrals-subtle-hover" | "background-neutrals-subtle-active" | "background-neutrals-disabled" | "background-neutrals-controls-disabled" | "background-neutrals-scrolls" | "background-neutrals-inactive" | "background-neutrals-inactive-hover" | "background-primary-prominent" | "background-primary-prominent-hover" | "background-primary-prominent-active" | "background-primary-prominent-selected" | "background-primary-subtle" | "background-primary-subtle-hover" | "background-primary-subtle-active" | "background-primary-subtle-selected" | "background-danger-prominent" | "background-danger-prominent-hover" | "background-danger-prominent-active" | "background-danger" | "background-danger-hover" | "background-success" | "background-warning-subtle" | "background-warning-prominent" | "text-neutrals-inverted" | "text-neutrals" | "text-neutrals-subtle" | "text-neutrals-placeholder-only" | "text-neutrals-placeholder" | "text-neutrals-disabled" | "text-primary-inverted" | "text-primary" | "text-primary-hover" | "text-primary-active" | "text-primary-selected" | "text-primary-inverted-subtle" | "text-danger-inverted" | "text-danger" | "text-danger-hover" | "text-danger-active" | "text-success" | "text-warning" | "icon-neutrals-inverted" | "icon-neutrals" | "icon-neutrals-with-text" | "icon-neutrals-subtle" | "icon-neutrals-disabled" | "icon-neutrals-search" | "icon-neutrals-inactive" | "icon-neutrals-inactive-hover" | "icon-primary-inverted" | "icon-primary" | "icon-primary-hover" | "icon-primary-active" | "icon-primary-selected" | "icon-danger-inverted" | "icon-danger" | "icon-danger-hover" | "icon-danger-active" | "icon-success-inverted" | "icon-success" | "icon-warning" | "border-neutrals" | "border-neutrals-hover" | "border-neutrals-active" | "border-neutrals-disabled" | "border-neutrals-controls" | "border-neutrals-controls-disabled" | "border-neutrals-subtle" | "border-neutrals-inverted" | "border-primary" | "border-primary-hover" | "border-primary-active" | "border-primary-inverted" | "border-danger" | "border-success" | "border-warning" | "blue-100" | "blue-200" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "blue-1000" | "gray-100" | "gray-200" | "gray-300" | "gray-400" | "gray-500" | "gray-600" | "gray-700" | "gray-800" | "gray-900" | "indigo-100" | "indigo-200" | "indigo-300" | "indigo-400" | "indigo-500" | "indigo-600" | "indigo-700" | "indigo-800" | "indigo-900" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "black" | "white" | "transparent" | undefined;
|
|
14
14
|
}, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
15
15
|
'border-widths': {
|
|
16
16
|
readonly none: 0;
|
|
@@ -19,80 +19,146 @@ declare const StyledIcon: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
19
19
|
readonly lg: "4px";
|
|
20
20
|
};
|
|
21
21
|
colors: {
|
|
22
|
+
readonly 'blue-100': any;
|
|
23
|
+
readonly 'blue-200': any;
|
|
24
|
+
readonly 'blue-300': any;
|
|
25
|
+
readonly 'blue-400': any;
|
|
26
|
+
readonly 'blue-500': any;
|
|
27
|
+
readonly 'blue-600': any;
|
|
28
|
+
readonly 'blue-700': any;
|
|
29
|
+
readonly 'blue-800': any;
|
|
30
|
+
readonly 'blue-900': any;
|
|
31
|
+
readonly 'blue-1000': any;
|
|
32
|
+
readonly 'gray-100': any;
|
|
33
|
+
readonly 'gray-200': any;
|
|
34
|
+
readonly 'gray-300': any;
|
|
35
|
+
readonly 'gray-400': any;
|
|
36
|
+
readonly 'gray-500': any;
|
|
37
|
+
readonly 'gray-600': any;
|
|
38
|
+
readonly 'gray-700': any;
|
|
39
|
+
readonly 'gray-800': any;
|
|
40
|
+
readonly 'gray-900': any;
|
|
41
|
+
readonly 'indigo-100': any;
|
|
42
|
+
readonly 'indigo-200': any;
|
|
43
|
+
readonly 'indigo-300': any;
|
|
44
|
+
readonly 'indigo-400': any;
|
|
45
|
+
readonly 'indigo-500': any;
|
|
46
|
+
readonly 'indigo-600': any;
|
|
47
|
+
readonly 'indigo-700': any;
|
|
48
|
+
readonly 'indigo-800': any;
|
|
49
|
+
readonly 'indigo-900': any;
|
|
50
|
+
readonly 'red-100': any;
|
|
51
|
+
readonly 'red-200': any;
|
|
52
|
+
readonly 'red-300': any;
|
|
53
|
+
readonly 'red-400': any;
|
|
54
|
+
readonly 'red-500': any;
|
|
55
|
+
readonly 'red-600': any;
|
|
56
|
+
readonly 'red-700': any;
|
|
57
|
+
readonly 'red-800': any;
|
|
58
|
+
readonly 'red-900': any;
|
|
59
|
+
readonly 'yellow-100': any;
|
|
60
|
+
readonly 'yellow-200': any;
|
|
61
|
+
readonly 'yellow-300': any;
|
|
62
|
+
readonly 'yellow-400': any;
|
|
63
|
+
readonly 'yellow-500': any;
|
|
64
|
+
readonly 'yellow-600': any;
|
|
65
|
+
readonly 'yellow-700': any;
|
|
66
|
+
readonly 'yellow-800': any;
|
|
67
|
+
readonly 'yellow-900': any;
|
|
68
|
+
readonly 'green-100': any;
|
|
69
|
+
readonly 'green-200': any;
|
|
70
|
+
readonly 'green-300': any;
|
|
71
|
+
readonly 'green-400': any;
|
|
72
|
+
readonly 'green-500': any;
|
|
73
|
+
readonly 'green-600': any;
|
|
74
|
+
readonly 'green-700': any;
|
|
75
|
+
readonly 'green-800': any;
|
|
76
|
+
readonly 'green-900': any;
|
|
22
77
|
readonly black: any;
|
|
23
|
-
readonly 'blue-10': any;
|
|
24
|
-
readonly 'blue-20': any;
|
|
25
|
-
readonly 'blue-50': any;
|
|
26
|
-
readonly 'blue-60': any;
|
|
27
|
-
readonly 'blue-70': any;
|
|
28
|
-
readonly 'blue-80': any;
|
|
29
|
-
readonly 'gray-20': any;
|
|
30
|
-
readonly 'gray-30': any;
|
|
31
|
-
readonly 'gray-40': any;
|
|
32
|
-
readonly 'gray-50': any;
|
|
33
|
-
readonly 'green-70': any;
|
|
34
|
-
readonly 'indigo-20': any;
|
|
35
|
-
readonly 'indigo-30': any;
|
|
36
|
-
readonly 'indigo-50': any;
|
|
37
|
-
readonly 'indigo-70': any;
|
|
38
|
-
readonly 'indigo-90': any;
|
|
39
|
-
readonly 'pink-20': any;
|
|
40
|
-
readonly 'pink-50': any;
|
|
41
|
-
readonly 'red-10': any;
|
|
42
|
-
readonly 'red-20': any;
|
|
43
|
-
readonly 'red-30': any;
|
|
44
|
-
readonly 'red-50': any;
|
|
45
|
-
readonly 'red-60': any;
|
|
46
|
-
readonly transparent: any;
|
|
47
78
|
readonly white: any;
|
|
48
|
-
readonly
|
|
49
|
-
readonly '
|
|
50
|
-
readonly 'background-
|
|
51
|
-
readonly 'background-
|
|
52
|
-
readonly 'background-
|
|
53
|
-
readonly 'background-
|
|
54
|
-
readonly 'background-
|
|
79
|
+
readonly transparent: any;
|
|
80
|
+
readonly 'background-neutrals'?: any;
|
|
81
|
+
readonly 'background-neutrals-body'?: any;
|
|
82
|
+
readonly 'background-neutrals-container'?: any;
|
|
83
|
+
readonly 'background-neutrals-inverted'?: any;
|
|
84
|
+
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
85
|
+
readonly 'background-neutrals-subtle'?: any;
|
|
86
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
87
|
+
readonly 'background-neutrals-subtle-active'?: any;
|
|
88
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
89
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
90
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
91
|
+
readonly 'background-neutrals-inactive'?: any;
|
|
92
|
+
readonly 'background-neutrals-inactive-hover'?: any;
|
|
93
|
+
readonly 'background-primary-prominent'?: any;
|
|
94
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
95
|
+
readonly 'background-primary-prominent-active'?: any;
|
|
96
|
+
readonly 'background-primary-prominent-selected'?: any;
|
|
97
|
+
readonly 'background-primary-subtle'?: any;
|
|
98
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
99
|
+
readonly 'background-primary-subtle-active'?: any;
|
|
100
|
+
readonly 'background-primary-subtle-selected'?: any;
|
|
101
|
+
readonly 'background-danger-prominent'?: any;
|
|
102
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
103
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
104
|
+
readonly 'background-danger'?: any;
|
|
55
105
|
readonly 'background-danger-hover'?: any;
|
|
56
|
-
readonly 'background-
|
|
57
|
-
readonly 'background-
|
|
58
|
-
readonly 'background-
|
|
59
|
-
readonly '
|
|
60
|
-
readonly '
|
|
61
|
-
readonly '
|
|
62
|
-
readonly '
|
|
63
|
-
readonly '
|
|
64
|
-
readonly '
|
|
65
|
-
readonly '
|
|
66
|
-
readonly '
|
|
67
|
-
readonly '
|
|
68
|
-
readonly '
|
|
69
|
-
readonly '
|
|
70
|
-
readonly '
|
|
71
|
-
readonly '
|
|
72
|
-
readonly '
|
|
73
|
-
readonly '
|
|
74
|
-
readonly '
|
|
75
|
-
readonly '
|
|
76
|
-
readonly '
|
|
77
|
-
readonly '
|
|
78
|
-
readonly '
|
|
79
|
-
readonly '
|
|
80
|
-
readonly '
|
|
81
|
-
readonly '
|
|
82
|
-
readonly '
|
|
83
|
-
readonly '
|
|
84
|
-
readonly '
|
|
85
|
-
readonly '
|
|
86
|
-
readonly '
|
|
87
|
-
readonly '
|
|
88
|
-
readonly 'icon-
|
|
89
|
-
readonly 'icon-
|
|
90
|
-
readonly 'icon-
|
|
91
|
-
readonly 'icon-
|
|
92
|
-
readonly 'icon-
|
|
93
|
-
readonly 'icon-
|
|
94
|
-
readonly 'icon-
|
|
95
|
-
readonly 'icon-
|
|
106
|
+
readonly 'background-success'?: any;
|
|
107
|
+
readonly 'background-warning-subtle'?: any;
|
|
108
|
+
readonly 'background-warning-prominent'?: any;
|
|
109
|
+
readonly 'text-neutrals-inverted'?: any;
|
|
110
|
+
readonly 'text-neutrals'?: any;
|
|
111
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
112
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
113
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
114
|
+
readonly 'text-neutrals-disabled'?: any;
|
|
115
|
+
readonly 'text-primary-inverted'?: any;
|
|
116
|
+
readonly 'text-primary'?: any;
|
|
117
|
+
readonly 'text-primary-hover'?: any;
|
|
118
|
+
readonly 'text-primary-active'?: any;
|
|
119
|
+
readonly 'text-primary-selected'?: any;
|
|
120
|
+
readonly 'text-primary-inverted-subtle'?: any;
|
|
121
|
+
readonly 'text-danger-inverted'?: any;
|
|
122
|
+
readonly 'text-danger'?: any;
|
|
123
|
+
readonly 'text-danger-hover'?: any;
|
|
124
|
+
readonly 'text-danger-active'?: any;
|
|
125
|
+
readonly 'text-success'?: any;
|
|
126
|
+
readonly 'text-warning'?: any;
|
|
127
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
128
|
+
readonly 'icon-neutrals'?: any;
|
|
129
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
130
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
131
|
+
readonly 'icon-neutrals-disabled'?: any;
|
|
132
|
+
readonly 'icon-neutrals-search'?: any;
|
|
133
|
+
readonly 'icon-neutrals-inactive'?: any;
|
|
134
|
+
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
135
|
+
readonly 'icon-primary-inverted'?: any;
|
|
136
|
+
readonly 'icon-primary'?: any;
|
|
137
|
+
readonly 'icon-primary-hover'?: any;
|
|
138
|
+
readonly 'icon-primary-active'?: any;
|
|
139
|
+
readonly 'icon-primary-selected'?: any;
|
|
140
|
+
readonly 'icon-danger-inverted'?: any;
|
|
141
|
+
readonly 'icon-danger'?: any;
|
|
142
|
+
readonly 'icon-danger-hover'?: any;
|
|
143
|
+
readonly 'icon-danger-active'?: any;
|
|
144
|
+
readonly 'icon-success-inverted'?: any;
|
|
145
|
+
readonly 'icon-success'?: any;
|
|
146
|
+
readonly 'icon-warning'?: any;
|
|
147
|
+
readonly 'border-neutrals'?: any;
|
|
148
|
+
readonly 'border-neutrals-hover'?: any;
|
|
149
|
+
readonly 'border-neutrals-active'?: any;
|
|
150
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
151
|
+
readonly 'border-neutrals-controls'?: any;
|
|
152
|
+
readonly 'border-neutrals-controls-disabled'?: any;
|
|
153
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
154
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
155
|
+
readonly 'border-primary'?: any;
|
|
156
|
+
readonly 'border-primary-hover'?: any;
|
|
157
|
+
readonly 'border-primary-active'?: any;
|
|
158
|
+
readonly 'border-primary-inverted'?: any;
|
|
159
|
+
readonly 'border-danger'?: any;
|
|
160
|
+
readonly 'border-success'?: any;
|
|
161
|
+
readonly 'border-warning'?: any;
|
|
96
162
|
};
|
|
97
163
|
'font-sizes': {
|
|
98
164
|
readonly 150: "0.75rem";
|
|
@@ -357,7 +423,7 @@ declare const StyledIcon: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
357
423
|
};
|
|
358
424
|
}>>> & _mirohq_design_system_stitches.CustomStylesProps, "string" | "clipPath" | "color" | "cursor" | "direction" | "display" | "filter" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "alignmentBaseline" | "baselineShift" | "clip" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "asChild" | "media" | "path" | "crossOrigin" | "href" | "max" | "method" | "min" | "name" | "size" | "target" | "type" | "id" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "end" | "local" | "x" | "y" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<SVGSVGElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {
|
|
359
425
|
size?: "small" | "medium" | "large" | undefined;
|
|
360
|
-
color?: "background-
|
|
426
|
+
color?: "background-neutrals" | "background-neutrals-body" | "background-neutrals-container" | "background-neutrals-inverted" | "background-neutrals-inverted-subtle" | "background-neutrals-subtle" | "background-neutrals-subtle-hover" | "background-neutrals-subtle-active" | "background-neutrals-disabled" | "background-neutrals-controls-disabled" | "background-neutrals-scrolls" | "background-neutrals-inactive" | "background-neutrals-inactive-hover" | "background-primary-prominent" | "background-primary-prominent-hover" | "background-primary-prominent-active" | "background-primary-prominent-selected" | "background-primary-subtle" | "background-primary-subtle-hover" | "background-primary-subtle-active" | "background-primary-subtle-selected" | "background-danger-prominent" | "background-danger-prominent-hover" | "background-danger-prominent-active" | "background-danger" | "background-danger-hover" | "background-success" | "background-warning-subtle" | "background-warning-prominent" | "text-neutrals-inverted" | "text-neutrals" | "text-neutrals-subtle" | "text-neutrals-placeholder-only" | "text-neutrals-placeholder" | "text-neutrals-disabled" | "text-primary-inverted" | "text-primary" | "text-primary-hover" | "text-primary-active" | "text-primary-selected" | "text-primary-inverted-subtle" | "text-danger-inverted" | "text-danger" | "text-danger-hover" | "text-danger-active" | "text-success" | "text-warning" | "icon-neutrals-inverted" | "icon-neutrals" | "icon-neutrals-with-text" | "icon-neutrals-subtle" | "icon-neutrals-disabled" | "icon-neutrals-search" | "icon-neutrals-inactive" | "icon-neutrals-inactive-hover" | "icon-primary-inverted" | "icon-primary" | "icon-primary-hover" | "icon-primary-active" | "icon-primary-selected" | "icon-danger-inverted" | "icon-danger" | "icon-danger-hover" | "icon-danger-active" | "icon-success-inverted" | "icon-success" | "icon-warning" | "border-neutrals" | "border-neutrals-hover" | "border-neutrals-active" | "border-neutrals-disabled" | "border-neutrals-controls" | "border-neutrals-controls-disabled" | "border-neutrals-subtle" | "border-neutrals-inverted" | "border-primary" | "border-primary-hover" | "border-primary-active" | "border-primary-inverted" | "border-danger" | "border-success" | "border-warning" | "blue-100" | "blue-200" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "blue-1000" | "gray-100" | "gray-200" | "gray-300" | "gray-400" | "gray-500" | "gray-600" | "gray-700" | "gray-800" | "gray-900" | "indigo-100" | "indigo-200" | "indigo-300" | "indigo-400" | "indigo-500" | "indigo-600" | "indigo-700" | "indigo-800" | "indigo-900" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "black" | "white" | "transparent" | undefined;
|
|
361
427
|
}, {}>;
|
|
362
428
|
declare type StyledIconProps = ComponentPropsWithRef<typeof StyledIcon>;
|
|
363
429
|
interface IconProps extends StyledIconProps {
|
|
@@ -374,6 +440,14 @@ interface IconProps extends StyledIconProps {
|
|
|
374
440
|
|
|
375
441
|
declare const IconArrowBoxOut: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
376
442
|
|
|
443
|
+
declare const IconArrowClockwiseDownRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
444
|
+
|
|
445
|
+
declare const IconArrowClockwiseUpLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
446
|
+
|
|
447
|
+
declare const IconArrowCounterClockwiseDownLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
448
|
+
|
|
449
|
+
declare const IconArrowCounterClockwiseUpRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
450
|
+
|
|
377
451
|
declare const IconArrowDownLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
378
452
|
|
|
379
453
|
declare const IconArrowDownRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -392,8 +466,30 @@ declare const IconArrowUpRight: ForwardRefExoticComponent<IconProps & RefAttribu
|
|
|
392
466
|
|
|
393
467
|
declare const IconArrowUp: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
394
468
|
|
|
469
|
+
declare const IconArrowsClockwiseX: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
470
|
+
|
|
471
|
+
declare const IconArrowsClockwiseY: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
472
|
+
|
|
473
|
+
declare const IconArticle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
474
|
+
|
|
395
475
|
declare const IconBarThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
396
476
|
|
|
477
|
+
declare const IconBracketsAngleSlash: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
478
|
+
|
|
479
|
+
declare const IconBracketsCurlyCirclesThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
480
|
+
|
|
481
|
+
declare const IconCamera: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
482
|
+
|
|
483
|
+
declare const IconCardNumberThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
484
|
+
|
|
485
|
+
declare const IconCard: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
486
|
+
|
|
487
|
+
declare const IconCardsPoker: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
488
|
+
|
|
489
|
+
declare const IconChartBarYSimple: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
490
|
+
|
|
491
|
+
declare const IconChartBarY: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
492
|
+
|
|
397
493
|
declare const IconChat: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
398
494
|
|
|
399
495
|
declare const IconCheckMark: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -408,26 +504,66 @@ declare const IconChevronUp: ForwardRefExoticComponent<IconProps & RefAttributes
|
|
|
408
504
|
|
|
409
505
|
declare const IconCircleMotionX: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
410
506
|
|
|
507
|
+
declare const IconCircleNotch: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
508
|
+
|
|
411
509
|
declare const IconCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
412
510
|
|
|
511
|
+
declare const IconCirclesConnected: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
512
|
+
|
|
513
|
+
declare const IconClockCounterClockwiseSimple: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
514
|
+
|
|
515
|
+
declare const IconClockCounterClockwise: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
516
|
+
|
|
517
|
+
declare const IconCluster: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
518
|
+
|
|
519
|
+
declare const IconClustered: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
520
|
+
|
|
413
521
|
declare const IconCog: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
414
522
|
|
|
523
|
+
declare const IconCreditCard: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
524
|
+
|
|
525
|
+
declare const IconCrop: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
526
|
+
|
|
415
527
|
declare const IconCrossCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
416
528
|
|
|
417
529
|
declare const IconCross: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
418
530
|
|
|
531
|
+
declare const IconCursorFilled: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
532
|
+
|
|
533
|
+
declare const IconCursor: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
534
|
+
|
|
419
535
|
declare const IconEnvelope: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
420
536
|
|
|
421
537
|
declare const IconExclamationPointCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
422
538
|
|
|
539
|
+
declare const IconFactoryHouse: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
540
|
+
|
|
541
|
+
declare const IconFactory: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
542
|
+
|
|
423
543
|
declare const IconFunnel: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
424
544
|
|
|
545
|
+
declare const IconGauge: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
546
|
+
|
|
425
547
|
declare const IconGlobe: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
426
548
|
|
|
549
|
+
declare const IconHandFilled: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
550
|
+
|
|
551
|
+
declare const IconHand: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
552
|
+
|
|
427
553
|
declare const IconHouse: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
428
554
|
|
|
555
|
+
declare const IconImage: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
556
|
+
|
|
429
557
|
declare const IconInformationMarkCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
430
558
|
|
|
559
|
+
declare const IconKanban: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
560
|
+
|
|
561
|
+
declare const IconKey: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
562
|
+
|
|
563
|
+
declare const IconKeycap: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
564
|
+
|
|
565
|
+
declare const IconLaptop: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
566
|
+
|
|
431
567
|
declare const IconLineDiagonal: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
432
568
|
|
|
433
569
|
declare const IconLink: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -444,10 +580,14 @@ declare const IconMicrophone: ForwardRefExoticComponent<IconProps & RefAttribute
|
|
|
444
580
|
|
|
445
581
|
declare const IconMinus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
446
582
|
|
|
583
|
+
declare const IconMouse: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
584
|
+
|
|
447
585
|
declare const IconParallelogram: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
448
586
|
|
|
449
587
|
declare const IconPauseCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
450
588
|
|
|
589
|
+
declare const IconPdf: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
590
|
+
|
|
451
591
|
declare const IconPlaceholder: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
452
592
|
|
|
453
593
|
declare const IconPlayCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -462,8 +602,14 @@ declare const IconQuestionMarkCircle: ForwardRefExoticComponent<IconProps & RefA
|
|
|
462
602
|
|
|
463
603
|
declare const IconRhombus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
464
604
|
|
|
605
|
+
declare const IconScrollbarXy: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
606
|
+
|
|
465
607
|
declare const IconShapes: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
466
608
|
|
|
609
|
+
declare const IconShieldCheck: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
610
|
+
|
|
611
|
+
declare const IconShieldLock: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
612
|
+
|
|
467
613
|
declare const IconSlidersX: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
468
614
|
|
|
469
615
|
declare const IconSlidersY: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -482,14 +628,40 @@ declare const IconSpeakerCross: ForwardRefExoticComponent<IconProps & RefAttribu
|
|
|
482
628
|
|
|
483
629
|
declare const IconSpeakerHigh: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
484
630
|
|
|
631
|
+
declare const IconSquareBracketsAngleSlash: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
632
|
+
|
|
633
|
+
declare const IconSquareCirclesTwo: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
634
|
+
|
|
485
635
|
declare const IconSquareRounded: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
486
636
|
|
|
637
|
+
declare const IconSquareTriangleCirclePlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
638
|
+
|
|
487
639
|
declare const IconSquare: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
488
640
|
|
|
641
|
+
declare const IconSquaresFour: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
642
|
+
|
|
643
|
+
declare const IconSquaresThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
644
|
+
|
|
645
|
+
declare const IconStickyNote: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
646
|
+
|
|
489
647
|
declare const IconStopCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
490
648
|
|
|
649
|
+
declare const IconTextT: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
650
|
+
|
|
651
|
+
declare const IconThumbsUp: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
652
|
+
|
|
653
|
+
declare const IconTicket: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
654
|
+
|
|
655
|
+
declare const IconTrackpad: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
656
|
+
|
|
657
|
+
declare const IconTrashSimple: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
658
|
+
|
|
659
|
+
declare const IconTrash: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
660
|
+
|
|
491
661
|
declare const IconTriangle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
492
662
|
|
|
663
|
+
declare const IconTrident: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
664
|
+
|
|
493
665
|
declare const IconUserAdd: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
494
666
|
|
|
495
667
|
declare const IconUser: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -498,4 +670,4 @@ declare const IconUsers: ForwardRefExoticComponent<IconProps & RefAttributes<SVG
|
|
|
498
670
|
|
|
499
671
|
declare const IconWallet: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
500
672
|
|
|
501
|
-
export { IconArrowBoxOut, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconBarThree, IconChat, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleMotionX, IconCog, IconCross, IconCrossCircle, IconEnvelope, IconExclamationPointCircle, IconFunnel, IconGlobe, IconHouse, IconInformationMarkCircle, IconLineDiagonal, IconLink, IconLockClosed, IconLockOpen, IconMagnifyingGlass, IconMicrophone, IconMicrophoneSlash, IconMinus, IconParallelogram, IconPauseCircle, IconPlaceholder, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconProps, IconQuestionMarkCircle, IconRhombus, IconShapes, IconSlidersX, IconSlidersY, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSquare, IconSquareRounded, IconStopCircle, IconTriangle, IconUser, IconUserAdd, IconUsers, IconWallet };
|
|
673
|
+
export { IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArticle, IconBarThree, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleMotionX, IconCircleNotch, IconCirclesConnected, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconCluster, IconClustered, IconCog, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCursor, IconCursorFilled, IconEnvelope, IconExclamationPointCircle, IconFactory, IconFactoryHouse, IconFunnel, IconGauge, IconGlobe, IconHand, IconHandFilled, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLineDiagonal, IconLink, IconLockClosed, IconLockOpen, IconMagnifyingGlass, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMouse, IconParallelogram, IconPauseCircle, IconPdf, IconPlaceholder, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconProps, IconQuestionMarkCircle, IconRhombus, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconSlidersX, IconSlidersY, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareRounded, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresThree, IconStickyNote, IconStopCircle, IconTextT, IconThumbsUp, IconTicket, IconTrackpad, IconTrash, IconTrashSimple, IconTriangle, IconTrident, IconUser, IconUserAdd, IconUsers, IconWallet };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"react": "^16.14 || ^17"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@mirohq/design-system-link": "^1.1.
|
|
33
|
+
"@mirohq/design-system-link": "^1.1.4",
|
|
34
34
|
"@mirohq/design-system-primitive": "^1.0.4",
|
|
35
|
-
"@mirohq/design-system-stitches": "^2.0.
|
|
35
|
+
"@mirohq/design-system-stitches": "^2.0.11",
|
|
36
36
|
"@mirohq/design-system-utils": "^0.11.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconArrowClockwiseDownRight: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
d='M12 20a8 8 0 1 1 7.748-6M17 12l3 3 3-3'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconArrowClockwiseUpLeft: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
d='M12 4a8 8 0 1 1-7.748 6M7 12 4 9l-3 3'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React, { forwardRef, createElement } from 'react'
|
|
2
|
+
import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
3
|
+
|
|
4
|
+
import { StyledIcon } from '../src/icon'
|
|
5
|
+
import type { IconProps } from '../src/icon'
|
|
6
|
+
|
|
7
|
+
export const IconArrowCounterClockwiseDownLeft: ForwardRefExoticComponent<
|
|
8
|
+
IconProps & RefAttributes<SVGSVGElement>
|
|
9
|
+
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
|
+
createElement(
|
|
11
|
+
StyledIcon,
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
19
|
+
<g clipPath='url(#a)'>
|
|
20
|
+
<path
|
|
21
|
+
stroke='currentColor'
|
|
22
|
+
strokeLinecap='round'
|
|
23
|
+
strokeWidth={2}
|
|
24
|
+
d='M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3'
|
|
25
|
+
/>
|
|
26
|
+
</g>,
|
|
27
|
+
<defs>
|
|
28
|
+
<clipPath id='a'>
|
|
29
|
+
<path d='M0 0h24v24H0z' />
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
)
|
|
33
|
+
)
|