@mirohq/design-system-icons 0.1.3-colors.0 → 0.2.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 +499 -204
- package/dist/main.js.map +1 -1
- package/dist/module.js +482 -201
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +108 -141
- package/package.json +3 -3
- package/react/{search.tsx → arrow-box-out.tsx} +9 -5
- package/react/{icon-placeholder.tsx → arrow-down-left.tsx} +9 -5
- package/react/arrow-down-right.tsx +26 -0
- package/react/arrow-down.tsx +26 -0
- package/react/arrow-left.tsx +8 -3
- package/react/arrow-right.tsx +7 -2
- package/react/arrow-up-left.tsx +26 -0
- package/react/arrow-up-right.tsx +26 -0
- package/react/{arrow-top-right.tsx → arrow-up.tsx} +9 -4
- package/react/bar-three.tsx +7 -2
- package/react/check-mark.tsx +7 -2
- package/react/chevron-down.tsx +7 -2
- package/react/chevron-left.tsx +7 -2
- package/react/chevron-right.tsx +7 -2
- package/react/chevron-up.tsx +7 -2
- package/react/cog.tsx +28 -0
- package/react/cross-circle.tsx +8 -4
- package/react/cross.tsx +7 -2
- package/react/envelope.tsx +8 -12
- package/react/exclamation-point-circle.tsx +9 -4
- package/react/globe.tsx +8 -4
- package/react/house.tsx +24 -0
- package/react/index.ts +18 -4
- package/react/information-mark-circle.tsx +9 -4
- package/react/link.tsx +26 -0
- package/react/lock-closed.tsx +9 -14
- package/react/lock-open.tsx +9 -14
- package/react/magnifying-glass.tsx +26 -0
- package/react/minus.tsx +7 -2
- package/react/placeholder.tsx +26 -0
- package/react/plug.tsx +26 -0
- package/react/plus.tsx +7 -2
- package/react/{question-mark.tsx → question-mark-circle.tsx} +9 -5
- package/react/social-facebook.tsx +7 -2
- package/react/social-instagram.tsx +7 -2
- package/react/social-linkedin.tsx +7 -2
- package/react/social-twitter.tsx +7 -2
- package/react/social-youtube.tsx +7 -2
- package/react/user-add.tsx +26 -0
- package/react/user.tsx +26 -0
- package/react/users.tsx +26 -0
- package/react/wallet.tsx +27 -0
- package/svg/24/arrow-box-out.svg +1 -0
- package/svg/24/arrow-down-left.svg +1 -0
- package/svg/24/arrow-down-right.svg +1 -0
- package/svg/24/arrow-down.svg +1 -0
- package/svg/24/arrow-left.svg +1 -1
- package/svg/24/arrow-right.svg +1 -1
- package/svg/24/arrow-up-left.svg +1 -0
- package/svg/24/arrow-up-right.svg +1 -0
- package/svg/24/arrow-up.svg +1 -0
- package/svg/24/bar-three.svg +1 -1
- package/svg/24/check-mark.svg +1 -1
- package/svg/24/chevron-down.svg +1 -1
- package/svg/24/chevron-left.svg +1 -1
- package/svg/24/chevron-right.svg +1 -1
- package/svg/24/chevron-up.svg +1 -1
- package/svg/24/cog.svg +1 -0
- package/svg/24/cross-circle.svg +1 -1
- package/svg/24/cross.svg +1 -1
- package/svg/24/envelope.svg +1 -1
- package/svg/24/exclamation-point-circle.svg +1 -1
- package/svg/24/globe.svg +1 -1
- package/svg/24/house.svg +1 -0
- package/svg/24/information-mark-circle.svg +1 -1
- package/svg/24/link.svg +1 -0
- package/svg/24/lock-closed.svg +1 -1
- package/svg/24/lock-open.svg +1 -1
- package/svg/24/magnifying-glass.svg +1 -0
- package/svg/24/minus.svg +1 -1
- package/svg/24/placeholder.svg +1 -0
- package/svg/24/plug.svg +1 -0
- package/svg/24/plus.svg +1 -1
- package/svg/24/question-mark-circle.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/user-add.svg +1 -0
- package/svg/24/user.svg +1 -0
- package/svg/24/users.svg +1 -0
- package/svg/24/wallet.svg +1 -0
- package/svg/meta.json +114 -8
- package/svg/24/arrow-top-right.svg +0 -1
- package/svg/24/icon-placeholder.svg +0 -1
- package/svg/24/question-mark.svg +0 -1
- package/svg/24/search.svg +0 -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-cta-active" | "background-cta-disabled" | "background-cta-hover" | "background-cta-idle" | "background-danger-active" | "background-danger-hover" | "background-danger-idle" | "background-default-active" | "background-default-disabled" | "background-default-hover" | "background-default-idle" | "background-default-selected" | "background-default-selected-active" | "background-info-idle" | "background-primary" | "background-secondary" | "background-success-idle" | "background-warning-idle" | "border-cta-idle" | "border-default-active" | "border-default-error" | "border-default-hover" | "border-default-idle" | "border-default-selected" | "canvas-primary" | "divider-default" | "focus-ring-default" | "font-cta-idle" | "font-default-active" | "font-default-disabled" | "font-default-error" | "font-default-hover" | "font-default-idle" | "font-default-selected" | "font-default-visited" | "font-primary" | "font-secondary" | "font-tertiary" | "icon-cta-idle" | "icon-default" | "icon-default-active" | "icon-default-disabled" | "icon-default-error" | "icon-default-hover" | "icon-default-idle" | "icon-default-selected" | "black" | "blue-10" | "blue-20" | "blue-50" | "blue-60" | "blue-70" | "blue-80" | "gray-20" | "gray-30" | "gray-40" | "gray-50" | "green-70" | "indigo-20" | "indigo-30" | "indigo-50" | "indigo-70" | "indigo-90" | "pink-20" | "pink-50" | "red-10" | "red-20" | "red-30" | "red-50" | "red-60" | "transparent" | "white" | "yellow-20" | "yellow-60" | undefined;
|
|
11
11
|
}, "color" | "size"> & _stitches_react_types_styled_component.TransformProps<{
|
|
12
12
|
size?: "small" | "medium" | "large" | undefined;
|
|
13
|
-
color?: "background-
|
|
13
|
+
color?: "background-cta-active" | "background-cta-disabled" | "background-cta-hover" | "background-cta-idle" | "background-danger-active" | "background-danger-hover" | "background-danger-idle" | "background-default-active" | "background-default-disabled" | "background-default-hover" | "background-default-idle" | "background-default-selected" | "background-default-selected-active" | "background-info-idle" | "background-primary" | "background-secondary" | "background-success-idle" | "background-warning-idle" | "border-cta-idle" | "border-default-active" | "border-default-error" | "border-default-hover" | "border-default-idle" | "border-default-selected" | "canvas-primary" | "divider-default" | "focus-ring-default" | "font-cta-idle" | "font-default-active" | "font-default-disabled" | "font-default-error" | "font-default-hover" | "font-default-idle" | "font-default-selected" | "font-default-visited" | "font-primary" | "font-secondary" | "font-tertiary" | "icon-cta-idle" | "icon-default" | "icon-default-active" | "icon-default-disabled" | "icon-default-error" | "icon-default-hover" | "icon-default-idle" | "icon-default-selected" | "black" | "blue-10" | "blue-20" | "blue-50" | "blue-60" | "blue-70" | "blue-80" | "gray-20" | "gray-30" | "gray-40" | "gray-50" | "green-70" | "indigo-20" | "indigo-30" | "indigo-50" | "indigo-70" | "indigo-90" | "pink-20" | "pink-50" | "red-10" | "red-20" | "red-30" | "red-50" | "red-60" | "transparent" | "white" | "yellow-20" | "yellow-60" | 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,141 +19,80 @@ 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;
|
|
77
22
|
readonly black: any;
|
|
78
|
-
readonly
|
|
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;
|
|
79
46
|
readonly transparent: any;
|
|
80
|
-
readonly
|
|
81
|
-
readonly '
|
|
82
|
-
readonly '
|
|
83
|
-
readonly 'background-
|
|
84
|
-
readonly 'background-
|
|
85
|
-
readonly 'background-
|
|
86
|
-
readonly 'background-
|
|
87
|
-
readonly 'background-
|
|
88
|
-
readonly 'background-neutrals-disabled-controls'?: any;
|
|
89
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
90
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
91
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
92
|
-
readonly 'background-primary-prominent'?: any;
|
|
93
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
94
|
-
readonly 'background-primary-prominent-active'?: any;
|
|
95
|
-
readonly 'background-primary-prominent-selected'?: any;
|
|
96
|
-
readonly 'background-primary-subtle'?: any;
|
|
97
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
98
|
-
readonly 'background-primary-subtle-active'?: any;
|
|
99
|
-
readonly 'background-primary-subtle-selected'?: any;
|
|
100
|
-
readonly 'background-danger-prominent'?: any;
|
|
101
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
102
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
103
|
-
readonly 'background-danger'?: any;
|
|
47
|
+
readonly white: any;
|
|
48
|
+
readonly 'yellow-20': any;
|
|
49
|
+
readonly 'yellow-60': any;
|
|
50
|
+
readonly 'background-cta-active'?: any;
|
|
51
|
+
readonly 'background-cta-disabled'?: any;
|
|
52
|
+
readonly 'background-cta-hover'?: any;
|
|
53
|
+
readonly 'background-cta-idle'?: any;
|
|
54
|
+
readonly 'background-danger-active'?: any;
|
|
104
55
|
readonly 'background-danger-hover'?: any;
|
|
105
|
-
readonly 'background-
|
|
106
|
-
readonly 'background-
|
|
107
|
-
readonly 'background-
|
|
108
|
-
readonly '
|
|
109
|
-
readonly '
|
|
110
|
-
readonly '
|
|
111
|
-
readonly '
|
|
112
|
-
readonly '
|
|
113
|
-
readonly '
|
|
114
|
-
readonly '
|
|
115
|
-
readonly '
|
|
116
|
-
readonly '
|
|
117
|
-
readonly '
|
|
118
|
-
readonly '
|
|
119
|
-
readonly '
|
|
120
|
-
readonly '
|
|
121
|
-
readonly '
|
|
122
|
-
readonly '
|
|
123
|
-
readonly '
|
|
124
|
-
readonly '
|
|
125
|
-
readonly '
|
|
126
|
-
readonly '
|
|
127
|
-
readonly '
|
|
128
|
-
readonly '
|
|
129
|
-
readonly '
|
|
130
|
-
readonly '
|
|
131
|
-
readonly '
|
|
132
|
-
readonly '
|
|
133
|
-
readonly '
|
|
134
|
-
readonly '
|
|
135
|
-
readonly '
|
|
136
|
-
readonly '
|
|
137
|
-
readonly 'icon-
|
|
138
|
-
readonly 'icon-
|
|
139
|
-
readonly 'icon-
|
|
140
|
-
readonly 'icon-
|
|
141
|
-
readonly 'icon-
|
|
142
|
-
readonly '
|
|
143
|
-
readonly '
|
|
144
|
-
readonly '
|
|
145
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
146
|
-
readonly 'border-neutrals-controls'?: any;
|
|
147
|
-
readonly 'border-neutrals-controls-disabled'?: any;
|
|
148
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
149
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
150
|
-
readonly 'border-primary'?: any;
|
|
151
|
-
readonly 'border-primary-hover'?: any;
|
|
152
|
-
readonly 'border-primary-active'?: any;
|
|
153
|
-
readonly 'border-primary-inverted'?: any;
|
|
154
|
-
readonly 'border-danger'?: any;
|
|
155
|
-
readonly 'border-success'?: any;
|
|
156
|
-
readonly 'border-warning'?: any;
|
|
56
|
+
readonly 'background-danger-idle'?: any;
|
|
57
|
+
readonly 'background-default-active'?: any;
|
|
58
|
+
readonly 'background-default-disabled'?: any;
|
|
59
|
+
readonly 'background-default-hover'?: any;
|
|
60
|
+
readonly 'background-default-idle'?: any;
|
|
61
|
+
readonly 'background-default-selected'?: any;
|
|
62
|
+
readonly 'background-default-selected-active'?: any;
|
|
63
|
+
readonly 'background-info-idle'?: any;
|
|
64
|
+
readonly 'background-primary'?: any;
|
|
65
|
+
readonly 'background-secondary'?: any;
|
|
66
|
+
readonly 'background-success-idle'?: any;
|
|
67
|
+
readonly 'background-warning-idle'?: any;
|
|
68
|
+
readonly 'border-cta-idle'?: any;
|
|
69
|
+
readonly 'border-default-active'?: any;
|
|
70
|
+
readonly 'border-default-error'?: any;
|
|
71
|
+
readonly 'border-default-hover'?: any;
|
|
72
|
+
readonly 'border-default-idle'?: any;
|
|
73
|
+
readonly 'border-default-selected'?: any;
|
|
74
|
+
readonly 'canvas-primary'?: any;
|
|
75
|
+
readonly 'divider-default'?: any;
|
|
76
|
+
readonly 'focus-ring-default'?: any;
|
|
77
|
+
readonly 'font-cta-idle'?: any;
|
|
78
|
+
readonly 'font-default-active'?: any;
|
|
79
|
+
readonly 'font-default-disabled'?: any;
|
|
80
|
+
readonly 'font-default-error'?: any;
|
|
81
|
+
readonly 'font-default-hover'?: any;
|
|
82
|
+
readonly 'font-default-idle'?: any;
|
|
83
|
+
readonly 'font-default-selected'?: any;
|
|
84
|
+
readonly 'font-default-visited'?: any;
|
|
85
|
+
readonly 'font-primary'?: any;
|
|
86
|
+
readonly 'font-secondary'?: any;
|
|
87
|
+
readonly 'font-tertiary'?: any;
|
|
88
|
+
readonly 'icon-cta-idle'?: any;
|
|
89
|
+
readonly 'icon-default'?: any;
|
|
90
|
+
readonly 'icon-default-active'?: any;
|
|
91
|
+
readonly 'icon-default-disabled'?: any;
|
|
92
|
+
readonly 'icon-default-error'?: any;
|
|
93
|
+
readonly 'icon-default-hover'?: any;
|
|
94
|
+
readonly 'icon-default-idle'?: any;
|
|
95
|
+
readonly 'icon-default-selected'?: any;
|
|
157
96
|
};
|
|
158
97
|
'font-sizes': {
|
|
159
98
|
readonly 150: "0.75rem";
|
|
@@ -418,7 +357,7 @@ declare const StyledIcon: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
418
357
|
};
|
|
419
358
|
}>>> & _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">>, {
|
|
420
359
|
size?: "small" | "medium" | "large" | undefined;
|
|
421
|
-
color?: "background-
|
|
360
|
+
color?: "background-cta-active" | "background-cta-disabled" | "background-cta-hover" | "background-cta-idle" | "background-danger-active" | "background-danger-hover" | "background-danger-idle" | "background-default-active" | "background-default-disabled" | "background-default-hover" | "background-default-idle" | "background-default-selected" | "background-default-selected-active" | "background-info-idle" | "background-primary" | "background-secondary" | "background-success-idle" | "background-warning-idle" | "border-cta-idle" | "border-default-active" | "border-default-error" | "border-default-hover" | "border-default-idle" | "border-default-selected" | "canvas-primary" | "divider-default" | "focus-ring-default" | "font-cta-idle" | "font-default-active" | "font-default-disabled" | "font-default-error" | "font-default-hover" | "font-default-idle" | "font-default-selected" | "font-default-visited" | "font-primary" | "font-secondary" | "font-tertiary" | "icon-cta-idle" | "icon-default" | "icon-default-active" | "icon-default-disabled" | "icon-default-error" | "icon-default-hover" | "icon-default-idle" | "icon-default-selected" | "black" | "blue-10" | "blue-20" | "blue-50" | "blue-60" | "blue-70" | "blue-80" | "gray-20" | "gray-30" | "gray-40" | "gray-50" | "green-70" | "indigo-20" | "indigo-30" | "indigo-50" | "indigo-70" | "indigo-90" | "pink-20" | "pink-50" | "red-10" | "red-20" | "red-30" | "red-50" | "red-60" | "transparent" | "white" | "yellow-20" | "yellow-60" | undefined;
|
|
422
361
|
}, {}>;
|
|
423
362
|
declare type StyledIconProps = ComponentPropsWithRef<typeof StyledIcon>;
|
|
424
363
|
interface IconProps extends StyledIconProps {
|
|
@@ -432,11 +371,23 @@ interface IconProps extends StyledIconProps {
|
|
|
432
371
|
color?: StyledIconProps['color'];
|
|
433
372
|
}
|
|
434
373
|
|
|
374
|
+
declare const IconArrowBoxOut: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
375
|
+
|
|
376
|
+
declare const IconArrowDownLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
377
|
+
|
|
378
|
+
declare const IconArrowDownRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
379
|
+
|
|
380
|
+
declare const IconArrowDown: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
381
|
+
|
|
435
382
|
declare const IconArrowLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
436
383
|
|
|
437
384
|
declare const IconArrowRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
438
385
|
|
|
439
|
-
declare const
|
|
386
|
+
declare const IconArrowUpLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
387
|
+
|
|
388
|
+
declare const IconArrowUpRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
389
|
+
|
|
390
|
+
declare const IconArrowUp: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
440
391
|
|
|
441
392
|
declare const IconBarThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
442
393
|
|
|
@@ -450,6 +401,8 @@ declare const IconChevronRight: ForwardRefExoticComponent<IconProps & RefAttribu
|
|
|
450
401
|
|
|
451
402
|
declare const IconChevronUp: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
452
403
|
|
|
404
|
+
declare const IconCog: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
405
|
+
|
|
453
406
|
declare const IconCrossCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
454
407
|
|
|
455
408
|
declare const IconCross: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
@@ -460,21 +413,27 @@ declare const IconExclamationPointCircle: ForwardRefExoticComponent<IconProps &
|
|
|
460
413
|
|
|
461
414
|
declare const IconGlobe: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
462
415
|
|
|
463
|
-
declare const
|
|
416
|
+
declare const IconHouse: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
464
417
|
|
|
465
418
|
declare const IconInformationMarkCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
466
419
|
|
|
420
|
+
declare const IconLink: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
421
|
+
|
|
467
422
|
declare const IconLockClosed: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
468
423
|
|
|
469
424
|
declare const IconLockOpen: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
470
425
|
|
|
426
|
+
declare const IconMagnifyingGlass: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
427
|
+
|
|
471
428
|
declare const IconMinus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
472
429
|
|
|
473
|
-
declare const
|
|
430
|
+
declare const IconPlaceholder: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
474
431
|
|
|
475
|
-
declare const
|
|
432
|
+
declare const IconPlug: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
433
|
+
|
|
434
|
+
declare const IconPlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
476
435
|
|
|
477
|
-
declare const
|
|
436
|
+
declare const IconQuestionMarkCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
478
437
|
|
|
479
438
|
declare const IconSocialFacebook: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
480
439
|
|
|
@@ -486,4 +445,12 @@ declare const IconSocialTwitter: ForwardRefExoticComponent<IconProps & RefAttrib
|
|
|
486
445
|
|
|
487
446
|
declare const IconSocialYoutube: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
488
447
|
|
|
489
|
-
|
|
448
|
+
declare const IconUserAdd: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
449
|
+
|
|
450
|
+
declare const IconUser: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
451
|
+
|
|
452
|
+
declare const IconUsers: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
453
|
+
|
|
454
|
+
declare const IconWallet: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
|
|
455
|
+
|
|
456
|
+
export { IconArrowBoxOut, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconBarThree, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCog, IconCross, IconCrossCircle, IconEnvelope, IconExclamationPointCircle, IconGlobe, IconHouse, IconInformationMarkCircle, IconLink, IconLockClosed, IconLockOpen, IconMagnifyingGlass, IconMinus, IconPlaceholder, IconPlug, IconPlus, IconProps, IconQuestionMarkCircle, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, 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.2.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.2
|
|
33
|
+
"@mirohq/design-system-link": "^1.1.2",
|
|
34
34
|
"@mirohq/design-system-primitive": "^1.0.4",
|
|
35
|
-
"@mirohq/design-system-stitches": "^2.0.10
|
|
35
|
+
"@mirohq/design-system-stitches": "^2.0.10",
|
|
36
36
|
"@mirohq/design-system-utils": "^0.10.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
@@ -4,19 +4,23 @@ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
|
4
4
|
import { StyledIcon } from '../src/icon'
|
|
5
5
|
import type { IconProps } from '../src/icon'
|
|
6
6
|
|
|
7
|
-
export const
|
|
7
|
+
export const IconArrowBoxOut: ForwardRefExoticComponent<
|
|
8
8
|
IconProps & RefAttributes<SVGSVGElement>
|
|
9
9
|
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
10
|
createElement(
|
|
11
11
|
StyledIcon,
|
|
12
|
-
{
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
15
19
|
<path
|
|
16
20
|
stroke='currentColor'
|
|
17
21
|
strokeLinecap='round'
|
|
18
22
|
strokeWidth={2}
|
|
19
|
-
d='
|
|
23
|
+
d='M17 14v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h4.5M20 4l-9 9m2.002-9h7v7'
|
|
20
24
|
/>
|
|
21
25
|
)
|
|
22
26
|
)
|
|
@@ -4,19 +4,23 @@ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
|
|
|
4
4
|
import { StyledIcon } from '../src/icon'
|
|
5
5
|
import type { IconProps } from '../src/icon'
|
|
6
6
|
|
|
7
|
-
export const
|
|
7
|
+
export const IconArrowDownLeft: ForwardRefExoticComponent<
|
|
8
8
|
IconProps & RefAttributes<SVGSVGElement>
|
|
9
9
|
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
10
|
createElement(
|
|
11
11
|
StyledIcon,
|
|
12
|
-
{
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
15
19
|
<path
|
|
16
20
|
stroke='currentColor'
|
|
17
21
|
strokeLinecap='round'
|
|
18
22
|
strokeWidth={2}
|
|
19
|
-
d='
|
|
23
|
+
d='M5 19h9m-9 0v-9m0 9L19 5'
|
|
20
24
|
/>
|
|
21
25
|
)
|
|
22
26
|
)
|
|
@@ -0,0 +1,26 @@
|
|
|
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 IconArrowDownRight: 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
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
d='M19 19v-9m0 9h-9m9 0L5 5'
|
|
24
|
+
/>
|
|
25
|
+
)
|
|
26
|
+
)
|
|
@@ -0,0 +1,26 @@
|
|
|
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 IconArrowDown: 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
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
d='M12 20V3m7 10.59-7 7-7-7'
|
|
24
|
+
/>
|
|
25
|
+
)
|
|
26
|
+
)
|
package/react/arrow-left.tsx
CHANGED
|
@@ -9,13 +9,18 @@ export const IconArrowLeft: ForwardRefExoticComponent<
|
|
|
9
9
|
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
10
|
createElement(
|
|
11
11
|
StyledIcon,
|
|
12
|
-
{
|
|
13
|
-
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
14
19
|
<path
|
|
15
20
|
stroke='currentColor'
|
|
16
21
|
strokeLinecap='round'
|
|
17
22
|
strokeWidth={2}
|
|
18
|
-
d='
|
|
23
|
+
d='M21 12H4m6.41-7-7 7 7 7'
|
|
19
24
|
/>
|
|
20
25
|
)
|
|
21
26
|
)
|
package/react/arrow-right.tsx
CHANGED
|
@@ -9,8 +9,13 @@ export const IconArrowRight: ForwardRefExoticComponent<
|
|
|
9
9
|
> = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
|
|
10
10
|
createElement(
|
|
11
11
|
StyledIcon,
|
|
12
|
-
{
|
|
13
|
-
|
|
12
|
+
{
|
|
13
|
+
...props,
|
|
14
|
+
size,
|
|
15
|
+
viewBox: '0 0 24 24',
|
|
16
|
+
fill: 'none',
|
|
17
|
+
ref: forwardRef,
|
|
18
|
+
},
|
|
14
19
|
<path
|
|
15
20
|
stroke='currentColor'
|
|
16
21
|
strokeLinecap='round'
|
|
@@ -0,0 +1,26 @@
|
|
|
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 IconArrowUpLeft: 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
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
d='M5 5v9m0-9h9M5 5l14 14'
|
|
24
|
+
/>
|
|
25
|
+
)
|
|
26
|
+
)
|
|
@@ -0,0 +1,26 @@
|
|
|
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 IconArrowUpRight: 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
|
+
<path
|
|
20
|
+
stroke='currentColor'
|
|
21
|
+
strokeLinecap='round'
|
|
22
|
+
strokeWidth={2}
|
|
23
|
+
d='M19 5h-9m9 0v9m0-9L5 19'
|
|
24
|
+
/>
|
|
25
|
+
)
|
|
26
|
+
)
|