restream-admin-ui-icons 2.2.0 → 2.2.1
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/16/index.cjs +16 -16
- package/dist/16/index.d 2.cts +15 -0
- package/dist/16/index.d 2.ts +15 -0
- package/dist/16/index.js +4 -4
- package/dist/24/business/index.cjs +46 -46
- package/dist/24/business/index.js +1 -1
- package/dist/24/index.cjs +25 -25
- package/dist/24/index.js +7 -7
- package/dist/8/index.cjs +5 -5
- package/dist/8/index.js +1 -1
- package/dist/{chunk-5F5YCPCL.cjs → chunk-OGVZHBQV.cjs} +5 -2
- package/dist/{chunk-YS4CCVQ3.js → chunk-OROJP4OA.js} +5 -2
- package/dist/index-ASBR6v-E.d 2.cts +565 -0
- package/dist/index-B7umJpPL.d 2.cts +332 -0
- package/dist/index-Bb_sUOUj.d 2.ts +218 -0
- package/dist/index-BgJGQLg9.d 2.ts +158 -0
- package/dist/index-CR4EC66T.d 2.cts +20 -0
- package/dist/index-CzMaswA0.d 2.cts +146 -0
- package/dist/index-mgKSIcll.d 2.cts +44 -0
- package/dist/index-yvIuqUow.d 2.cts +158 -0
- package/dist/index.cjs +25 -25
- package/dist/index.js +7 -7
- package/package.json +1 -1
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
declare const AttentionColor: {
|
|
5
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
declare const AttentionMonochrome: {
|
|
10
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
declare const AttentionStroke: {
|
|
15
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
16
|
+
displayName: string;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
declare const ErrorColor: {
|
|
20
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
21
|
+
displayName: string;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
declare const ErrorMonochrome: {
|
|
25
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
26
|
+
displayName: string;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
declare const ErrorStroke: {
|
|
30
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
31
|
+
displayName: string;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
declare const HelpColor: {
|
|
35
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
36
|
+
displayName: string;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
declare const HelpMonochrome: {
|
|
40
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
41
|
+
displayName: string;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
declare const HelpStroke: {
|
|
45
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
46
|
+
displayName: string;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
declare const InformationColor: {
|
|
50
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
51
|
+
displayName: string;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
declare const InformationMonochrome: {
|
|
55
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
56
|
+
displayName: string;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
declare const InformationStroke: {
|
|
60
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
61
|
+
displayName: string;
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
declare const NoneColor: {
|
|
65
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
66
|
+
displayName: string;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
declare const NoneMonochrome: {
|
|
70
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
71
|
+
displayName: string;
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
declare const NoneStroke: {
|
|
75
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
76
|
+
displayName: string;
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
declare const OkColor: {
|
|
80
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
81
|
+
displayName: string;
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
declare const OkMonochrome: {
|
|
85
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
86
|
+
displayName: string;
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
declare const OkStroke: {
|
|
90
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
91
|
+
displayName: string;
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
declare const SkipColor: {
|
|
95
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
96
|
+
displayName: string;
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
declare const SkipMonochrome: {
|
|
100
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
101
|
+
displayName: string;
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
declare const SkipStroke: {
|
|
105
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
106
|
+
displayName: string;
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
declare const StopStroke: {
|
|
110
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
111
|
+
displayName: string;
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
declare const TimeColor: {
|
|
115
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
116
|
+
displayName: string;
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
declare const TimeMonochrome: {
|
|
120
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
121
|
+
displayName: string;
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
declare const TimeStroke: {
|
|
125
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
126
|
+
displayName: string;
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
declare const index_AttentionColor: typeof AttentionColor;
|
|
130
|
+
declare const index_AttentionMonochrome: typeof AttentionMonochrome;
|
|
131
|
+
declare const index_AttentionStroke: typeof AttentionStroke;
|
|
132
|
+
declare const index_ErrorColor: typeof ErrorColor;
|
|
133
|
+
declare const index_ErrorMonochrome: typeof ErrorMonochrome;
|
|
134
|
+
declare const index_ErrorStroke: typeof ErrorStroke;
|
|
135
|
+
declare const index_HelpColor: typeof HelpColor;
|
|
136
|
+
declare const index_HelpMonochrome: typeof HelpMonochrome;
|
|
137
|
+
declare const index_HelpStroke: typeof HelpStroke;
|
|
138
|
+
declare const index_InformationColor: typeof InformationColor;
|
|
139
|
+
declare const index_InformationMonochrome: typeof InformationMonochrome;
|
|
140
|
+
declare const index_InformationStroke: typeof InformationStroke;
|
|
141
|
+
declare const index_NoneColor: typeof NoneColor;
|
|
142
|
+
declare const index_NoneMonochrome: typeof NoneMonochrome;
|
|
143
|
+
declare const index_NoneStroke: typeof NoneStroke;
|
|
144
|
+
declare const index_OkColor: typeof OkColor;
|
|
145
|
+
declare const index_OkMonochrome: typeof OkMonochrome;
|
|
146
|
+
declare const index_OkStroke: typeof OkStroke;
|
|
147
|
+
declare const index_SkipColor: typeof SkipColor;
|
|
148
|
+
declare const index_SkipMonochrome: typeof SkipMonochrome;
|
|
149
|
+
declare const index_SkipStroke: typeof SkipStroke;
|
|
150
|
+
declare const index_StopStroke: typeof StopStroke;
|
|
151
|
+
declare const index_TimeColor: typeof TimeColor;
|
|
152
|
+
declare const index_TimeMonochrome: typeof TimeMonochrome;
|
|
153
|
+
declare const index_TimeStroke: typeof TimeStroke;
|
|
154
|
+
declare namespace index {
|
|
155
|
+
export { index_AttentionColor as AttentionColor, index_AttentionMonochrome as AttentionMonochrome, index_AttentionStroke as AttentionStroke, index_ErrorColor as ErrorColor, index_ErrorMonochrome as ErrorMonochrome, index_ErrorStroke as ErrorStroke, index_HelpColor as HelpColor, index_HelpMonochrome as HelpMonochrome, index_HelpStroke as HelpStroke, index_InformationColor as InformationColor, index_InformationMonochrome as InformationMonochrome, index_InformationStroke as InformationStroke, index_NoneColor as NoneColor, index_NoneMonochrome as NoneMonochrome, index_NoneStroke as NoneStroke, index_OkColor as OkColor, index_OkMonochrome as OkMonochrome, index_OkStroke as OkStroke, index_SkipColor as SkipColor, index_SkipMonochrome as SkipMonochrome, index_SkipStroke as SkipStroke, index_StopStroke as StopStroke, index_TimeColor as TimeColor, index_TimeMonochrome as TimeMonochrome, index_TimeStroke as TimeStroke };
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
export { AttentionColor as A, ErrorColor as E, HelpColor as H, InformationColor as I, NoneColor as N, OkColor as O, SkipColor as S, TimeColor as T, AttentionMonochrome as a, AttentionStroke as b, ErrorMonochrome as c, ErrorStroke as d, HelpMonochrome as e, HelpStroke as f, InformationMonochrome as g, InformationStroke as h, index as i, NoneMonochrome as j, NoneStroke as k, OkMonochrome as l, OkStroke as m, SkipMonochrome as n, SkipStroke as o, StopStroke as p, TimeMonochrome as q, TimeStroke as r };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
declare const ArrowDown: {
|
|
5
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
declare const ArrowUp: {
|
|
10
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
declare const index_ArrowDown: typeof ArrowDown;
|
|
15
|
+
declare const index_ArrowUp: typeof ArrowUp;
|
|
16
|
+
declare namespace index {
|
|
17
|
+
export { index_ArrowDown as ArrowDown, index_ArrowUp as ArrowUp };
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export { ArrowDown as A, ArrowUp as a, index as i };
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
declare const Camera: {
|
|
5
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
declare const CameraFill: {
|
|
10
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
declare const CameraOff: {
|
|
15
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
16
|
+
displayName: string;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
declare const CameraOffFill: {
|
|
20
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
21
|
+
displayName: string;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
declare const FastForward: {
|
|
25
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
26
|
+
displayName: string;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
declare const FastRewind33: {
|
|
30
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
31
|
+
displayName: string;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
declare const Image: {
|
|
35
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
36
|
+
displayName: string;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
declare const Maximize: {
|
|
40
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
41
|
+
displayName: string;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
declare const Minimize: {
|
|
45
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
46
|
+
displayName: string;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
declare const Pause: {
|
|
50
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
51
|
+
displayName: string;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
declare const PauseFill: {
|
|
55
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
56
|
+
displayName: string;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
declare const Photo: {
|
|
60
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
61
|
+
displayName: string;
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
declare const Play: {
|
|
65
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
66
|
+
displayName: string;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
declare const PlayFill: {
|
|
70
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
71
|
+
displayName: string;
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
declare const PlayNext: {
|
|
75
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
76
|
+
displayName: string;
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
declare const PlayPrevious: {
|
|
80
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
81
|
+
displayName: string;
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
declare const Voice: {
|
|
85
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
86
|
+
displayName: string;
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
declare const VolumeDown: {
|
|
90
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
91
|
+
displayName: string;
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
declare const VolumeDownFill: {
|
|
95
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
96
|
+
displayName: string;
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
declare const VolumeOff: {
|
|
100
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
101
|
+
displayName: string;
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
declare const VolumeOffFill: {
|
|
105
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
106
|
+
displayName: string;
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
declare const VolumeUp: {
|
|
110
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
111
|
+
displayName: string;
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
declare const VolumeUpFill: {
|
|
115
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
116
|
+
displayName: string;
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
declare const index_Camera: typeof Camera;
|
|
120
|
+
declare const index_CameraFill: typeof CameraFill;
|
|
121
|
+
declare const index_CameraOff: typeof CameraOff;
|
|
122
|
+
declare const index_CameraOffFill: typeof CameraOffFill;
|
|
123
|
+
declare const index_FastForward: typeof FastForward;
|
|
124
|
+
declare const index_FastRewind33: typeof FastRewind33;
|
|
125
|
+
declare const index_Image: typeof Image;
|
|
126
|
+
declare const index_Maximize: typeof Maximize;
|
|
127
|
+
declare const index_Minimize: typeof Minimize;
|
|
128
|
+
declare const index_Pause: typeof Pause;
|
|
129
|
+
declare const index_PauseFill: typeof PauseFill;
|
|
130
|
+
declare const index_Photo: typeof Photo;
|
|
131
|
+
declare const index_Play: typeof Play;
|
|
132
|
+
declare const index_PlayFill: typeof PlayFill;
|
|
133
|
+
declare const index_PlayNext: typeof PlayNext;
|
|
134
|
+
declare const index_PlayPrevious: typeof PlayPrevious;
|
|
135
|
+
declare const index_Voice: typeof Voice;
|
|
136
|
+
declare const index_VolumeDown: typeof VolumeDown;
|
|
137
|
+
declare const index_VolumeDownFill: typeof VolumeDownFill;
|
|
138
|
+
declare const index_VolumeOff: typeof VolumeOff;
|
|
139
|
+
declare const index_VolumeOffFill: typeof VolumeOffFill;
|
|
140
|
+
declare const index_VolumeUp: typeof VolumeUp;
|
|
141
|
+
declare const index_VolumeUpFill: typeof VolumeUpFill;
|
|
142
|
+
declare namespace index {
|
|
143
|
+
export { index_Camera as Camera, index_CameraFill as CameraFill, index_CameraOff as CameraOff, index_CameraOffFill as CameraOffFill, index_FastForward as FastForward, index_FastRewind33 as FastRewind33, index_Image as Image, index_Maximize as Maximize, index_Minimize as Minimize, index_Pause as Pause, index_PauseFill as PauseFill, index_Photo as Photo, index_Play as Play, index_PlayFill as PlayFill, index_PlayNext as PlayNext, index_PlayPrevious as PlayPrevious, index_Voice as Voice, index_VolumeDown as VolumeDown, index_VolumeDownFill as VolumeDownFill, index_VolumeOff as VolumeOff, index_VolumeOffFill as VolumeOffFill, index_VolumeUp as VolumeUp, index_VolumeUpFill as VolumeUpFill };
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export { Camera as C, FastForward as F, Image as I, Maximize as M, Pause as P, Voice as V, CameraFill as a, CameraOff as b, CameraOffFill as c, FastRewind33 as d, Minimize as e, PauseFill as f, Photo as g, Play as h, index as i, PlayFill as j, PlayNext as k, PlayPrevious as l, VolumeDown as m, VolumeDownFill as n, VolumeOff as o, VolumeOffFill as p, VolumeUp as q, VolumeUpFill as r };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
declare const CoffeeBreak: {
|
|
5
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
declare const DarkTheme: {
|
|
10
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
declare const Fire: {
|
|
15
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
16
|
+
displayName: string;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
declare const Kettlebell: {
|
|
20
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
21
|
+
displayName: string;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
declare const Launch: {
|
|
25
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
26
|
+
displayName: string;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
declare const Tribune: {
|
|
30
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
31
|
+
displayName: string;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
declare const index_CoffeeBreak: typeof CoffeeBreak;
|
|
35
|
+
declare const index_DarkTheme: typeof DarkTheme;
|
|
36
|
+
declare const index_Fire: typeof Fire;
|
|
37
|
+
declare const index_Kettlebell: typeof Kettlebell;
|
|
38
|
+
declare const index_Launch: typeof Launch;
|
|
39
|
+
declare const index_Tribune: typeof Tribune;
|
|
40
|
+
declare namespace index {
|
|
41
|
+
export { index_CoffeeBreak as CoffeeBreak, index_DarkTheme as DarkTheme, index_Fire as Fire, index_Kettlebell as Kettlebell, index_Launch as Launch, index_Tribune as Tribune };
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export { CoffeeBreak as C, DarkTheme as D, Fire as F, Kettlebell as K, Launch as L, Tribune as T, index as i };
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
declare const AttentionColor: {
|
|
5
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
declare const AttentionMonochrome: {
|
|
10
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
declare const AttentionStroke: {
|
|
15
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
16
|
+
displayName: string;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
declare const ErrorColor: {
|
|
20
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
21
|
+
displayName: string;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
declare const ErrorMonochrome: {
|
|
25
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
26
|
+
displayName: string;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
declare const ErrorStroke: {
|
|
30
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
31
|
+
displayName: string;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
declare const HelpColor: {
|
|
35
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
36
|
+
displayName: string;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
declare const HelpMonochrome: {
|
|
40
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
41
|
+
displayName: string;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
declare const HelpStroke: {
|
|
45
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
46
|
+
displayName: string;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
declare const InformationColor: {
|
|
50
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
51
|
+
displayName: string;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
declare const InformationMonochrome: {
|
|
55
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
56
|
+
displayName: string;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
declare const InformationStroke: {
|
|
60
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
61
|
+
displayName: string;
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
declare const NoneColor: {
|
|
65
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
66
|
+
displayName: string;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
declare const NoneMonochrome: {
|
|
70
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
71
|
+
displayName: string;
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
declare const NoneStroke: {
|
|
75
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
76
|
+
displayName: string;
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
declare const OkColor: {
|
|
80
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
81
|
+
displayName: string;
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
declare const OkMonochrome: {
|
|
85
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
86
|
+
displayName: string;
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
declare const OkStroke: {
|
|
90
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
91
|
+
displayName: string;
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
declare const SkipColor: {
|
|
95
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
96
|
+
displayName: string;
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
declare const SkipMonochrome: {
|
|
100
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
101
|
+
displayName: string;
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
declare const SkipStroke: {
|
|
105
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
106
|
+
displayName: string;
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
declare const StopStroke: {
|
|
110
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
111
|
+
displayName: string;
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
declare const TimeColor: {
|
|
115
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
116
|
+
displayName: string;
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
declare const TimeMonochrome: {
|
|
120
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
121
|
+
displayName: string;
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
declare const TimeStroke: {
|
|
125
|
+
(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
126
|
+
displayName: string;
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
declare const index_AttentionColor: typeof AttentionColor;
|
|
130
|
+
declare const index_AttentionMonochrome: typeof AttentionMonochrome;
|
|
131
|
+
declare const index_AttentionStroke: typeof AttentionStroke;
|
|
132
|
+
declare const index_ErrorColor: typeof ErrorColor;
|
|
133
|
+
declare const index_ErrorMonochrome: typeof ErrorMonochrome;
|
|
134
|
+
declare const index_ErrorStroke: typeof ErrorStroke;
|
|
135
|
+
declare const index_HelpColor: typeof HelpColor;
|
|
136
|
+
declare const index_HelpMonochrome: typeof HelpMonochrome;
|
|
137
|
+
declare const index_HelpStroke: typeof HelpStroke;
|
|
138
|
+
declare const index_InformationColor: typeof InformationColor;
|
|
139
|
+
declare const index_InformationMonochrome: typeof InformationMonochrome;
|
|
140
|
+
declare const index_InformationStroke: typeof InformationStroke;
|
|
141
|
+
declare const index_NoneColor: typeof NoneColor;
|
|
142
|
+
declare const index_NoneMonochrome: typeof NoneMonochrome;
|
|
143
|
+
declare const index_NoneStroke: typeof NoneStroke;
|
|
144
|
+
declare const index_OkColor: typeof OkColor;
|
|
145
|
+
declare const index_OkMonochrome: typeof OkMonochrome;
|
|
146
|
+
declare const index_OkStroke: typeof OkStroke;
|
|
147
|
+
declare const index_SkipColor: typeof SkipColor;
|
|
148
|
+
declare const index_SkipMonochrome: typeof SkipMonochrome;
|
|
149
|
+
declare const index_SkipStroke: typeof SkipStroke;
|
|
150
|
+
declare const index_StopStroke: typeof StopStroke;
|
|
151
|
+
declare const index_TimeColor: typeof TimeColor;
|
|
152
|
+
declare const index_TimeMonochrome: typeof TimeMonochrome;
|
|
153
|
+
declare const index_TimeStroke: typeof TimeStroke;
|
|
154
|
+
declare namespace index {
|
|
155
|
+
export { index_AttentionColor as AttentionColor, index_AttentionMonochrome as AttentionMonochrome, index_AttentionStroke as AttentionStroke, index_ErrorColor as ErrorColor, index_ErrorMonochrome as ErrorMonochrome, index_ErrorStroke as ErrorStroke, index_HelpColor as HelpColor, index_HelpMonochrome as HelpMonochrome, index_HelpStroke as HelpStroke, index_InformationColor as InformationColor, index_InformationMonochrome as InformationMonochrome, index_InformationStroke as InformationStroke, index_NoneColor as NoneColor, index_NoneMonochrome as NoneMonochrome, index_NoneStroke as NoneStroke, index_OkColor as OkColor, index_OkMonochrome as OkMonochrome, index_OkStroke as OkStroke, index_SkipColor as SkipColor, index_SkipMonochrome as SkipMonochrome, index_SkipStroke as SkipStroke, index_StopStroke as StopStroke, index_TimeColor as TimeColor, index_TimeMonochrome as TimeMonochrome, index_TimeStroke as TimeStroke };
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
export { AttentionColor as A, ErrorColor as E, HelpColor as H, InformationColor as I, NoneColor as N, OkColor as O, SkipColor as S, TimeColor as T, AttentionMonochrome as a, AttentionStroke as b, ErrorMonochrome as c, ErrorStroke as d, HelpMonochrome as e, HelpStroke as f, InformationMonochrome as g, InformationStroke as h, index as i, NoneMonochrome as j, NoneStroke as k, OkMonochrome as l, OkStroke as m, SkipMonochrome as n, SkipStroke as o, StopStroke as p, TimeMonochrome as q, TimeStroke as r };
|
package/dist/index.cjs
CHANGED
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
require('./chunk-IWB5Y6JA.cjs');
|
|
4
4
|
var chunkFLODM2MN_cjs = require('./chunk-FLODM2MN.cjs');
|
|
5
|
-
var chunkWTVLSZOB_cjs = require('./chunk-WTVLSZOB.cjs');
|
|
6
|
-
var chunk5E6YCRWP_cjs = require('./chunk-5E6YCRWP.cjs');
|
|
7
|
-
var chunkHVVOH6IO_cjs = require('./chunk-HVVOH6IO.cjs');
|
|
8
5
|
var chunkJV7VTU2W_cjs = require('./chunk-JV7VTU2W.cjs');
|
|
9
|
-
var
|
|
6
|
+
var chunkHVVOH6IO_cjs = require('./chunk-HVVOH6IO.cjs');
|
|
7
|
+
var chunkVYJ4FQIM_cjs = require('./chunk-VYJ4FQIM.cjs');
|
|
10
8
|
var chunkX7TNY7YV_cjs = require('./chunk-X7TNY7YV.cjs');
|
|
11
9
|
var chunk666BKIZ6_cjs = require('./chunk-666BKIZ6.cjs');
|
|
12
|
-
var chunkVYJ4FQIM_cjs = require('./chunk-VYJ4FQIM.cjs');
|
|
13
|
-
var chunkOBEPQDMI_cjs = require('./chunk-OBEPQDMI.cjs');
|
|
14
10
|
var chunkYVIRETI5_cjs = require('./chunk-YVIRETI5.cjs');
|
|
15
|
-
var
|
|
11
|
+
var chunkOGVZHBQV_cjs = require('./chunk-OGVZHBQV.cjs');
|
|
12
|
+
var chunkOBEPQDMI_cjs = require('./chunk-OBEPQDMI.cjs');
|
|
13
|
+
var chunkWTVLSZOB_cjs = require('./chunk-WTVLSZOB.cjs');
|
|
14
|
+
var chunk5E6YCRWP_cjs = require('./chunk-5E6YCRWP.cjs');
|
|
16
15
|
var chunkML76OME2_cjs = require('./chunk-ML76OME2.cjs');
|
|
16
|
+
var chunkRRGQQVT3_cjs = require('./chunk-RRGQQVT3.cjs');
|
|
17
17
|
require('./chunk-75ZPJI57.cjs');
|
|
18
18
|
|
|
19
19
|
|
|
@@ -22,25 +22,17 @@ Object.defineProperty(exports, "technology", {
|
|
|
22
22
|
enumerable: true,
|
|
23
23
|
get: function () { return chunkFLODM2MN_cjs.technology_exports; }
|
|
24
24
|
});
|
|
25
|
-
Object.defineProperty(exports, "
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function () { return chunkWTVLSZOB_cjs.culture_exports; }
|
|
28
|
-
});
|
|
29
|
-
Object.defineProperty(exports, "logo", {
|
|
25
|
+
Object.defineProperty(exports, "editor", {
|
|
30
26
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkJV7VTU2W_cjs.editor_exports; }
|
|
32
28
|
});
|
|
33
29
|
Object.defineProperty(exports, "media", {
|
|
34
30
|
enumerable: true,
|
|
35
31
|
get: function () { return chunkHVVOH6IO_cjs.media_exports; }
|
|
36
32
|
});
|
|
37
|
-
Object.defineProperty(exports, "
|
|
38
|
-
enumerable: true,
|
|
39
|
-
get: function () { return chunkJV7VTU2W_cjs.editor_exports; }
|
|
40
|
-
});
|
|
41
|
-
Object.defineProperty(exports, "document", {
|
|
33
|
+
Object.defineProperty(exports, "rating", {
|
|
42
34
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkVYJ4FQIM_cjs.rating_exports; }
|
|
44
36
|
});
|
|
45
37
|
Object.defineProperty(exports, "navigation", {
|
|
46
38
|
enumerable: true,
|
|
@@ -50,23 +42,31 @@ Object.defineProperty(exports, "place", {
|
|
|
50
42
|
enumerable: true,
|
|
51
43
|
get: function () { return chunk666BKIZ6_cjs.place_exports; }
|
|
52
44
|
});
|
|
53
|
-
Object.defineProperty(exports, "
|
|
45
|
+
Object.defineProperty(exports, "alert", {
|
|
54
46
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkYVIRETI5_cjs.alert_exports; }
|
|
48
|
+
});
|
|
49
|
+
Object.defineProperty(exports, "business", {
|
|
50
|
+
enumerable: true,
|
|
51
|
+
get: function () { return chunkOGVZHBQV_cjs.business_exports; }
|
|
56
52
|
});
|
|
57
53
|
Object.defineProperty(exports, "action", {
|
|
58
54
|
enumerable: true,
|
|
59
55
|
get: function () { return chunkOBEPQDMI_cjs.action_exports; }
|
|
60
56
|
});
|
|
61
|
-
Object.defineProperty(exports, "
|
|
57
|
+
Object.defineProperty(exports, "culture", {
|
|
62
58
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkWTVLSZOB_cjs.culture_exports; }
|
|
64
60
|
});
|
|
65
|
-
Object.defineProperty(exports, "
|
|
61
|
+
Object.defineProperty(exports, "logo", {
|
|
66
62
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunk5E6YCRWP_cjs.logo_exports; }
|
|
68
64
|
});
|
|
69
65
|
Object.defineProperty(exports, "communication", {
|
|
70
66
|
enumerable: true,
|
|
71
67
|
get: function () { return chunkML76OME2_cjs.communication_exports; }
|
|
72
68
|
});
|
|
69
|
+
Object.defineProperty(exports, "document", {
|
|
70
|
+
enumerable: true,
|
|
71
|
+
get: function () { return chunkRRGQQVT3_cjs.document_exports; }
|
|
72
|
+
});
|
package/dist/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import './chunk-LBQ37QF5.js';
|
|
2
2
|
export { technology_exports as technology } from './chunk-47J5D6BQ.js';
|
|
3
|
-
export { culture_exports as culture } from './chunk-ZU4DAKD5.js';
|
|
4
|
-
export { logo_exports as logo } from './chunk-AOV2RSFU.js';
|
|
5
|
-
export { media_exports as media } from './chunk-KSWTBCBV.js';
|
|
6
3
|
export { editor_exports as editor } from './chunk-6SSOEAFO.js';
|
|
7
|
-
export {
|
|
4
|
+
export { media_exports as media } from './chunk-KSWTBCBV.js';
|
|
5
|
+
export { rating_exports as rating } from './chunk-DSLRKEEM.js';
|
|
8
6
|
export { navigation_exports as navigation } from './chunk-MBDNDFW5.js';
|
|
9
7
|
export { place_exports as place } from './chunk-5TSOG4AS.js';
|
|
10
|
-
export { rating_exports as rating } from './chunk-DSLRKEEM.js';
|
|
11
|
-
export { action_exports as action } from './chunk-EDXVFXFG.js';
|
|
12
8
|
export { alert_exports as alert } from './chunk-WA2RZKLP.js';
|
|
13
|
-
export { business_exports as business } from './chunk-
|
|
9
|
+
export { business_exports as business } from './chunk-OROJP4OA.js';
|
|
10
|
+
export { action_exports as action } from './chunk-EDXVFXFG.js';
|
|
11
|
+
export { culture_exports as culture } from './chunk-ZU4DAKD5.js';
|
|
12
|
+
export { logo_exports as logo } from './chunk-AOV2RSFU.js';
|
|
14
13
|
export { communication_exports as communication } from './chunk-H3Z6UNJ6.js';
|
|
14
|
+
export { document_exports as document } from './chunk-BL7ETGXC.js';
|
|
15
15
|
import './chunk-MLKGABMK.js';
|
package/package.json
CHANGED