@xipkg/icons 3.0.14 → 3.0.20
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/index.d.mts +185 -182
- package/dist/index.mjs +21 -7
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,367 +1,370 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import react__default from 'react';
|
|
2
3
|
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
|
|
3
|
-
import * as React from 'react';
|
|
4
4
|
import { VariantProps } from 'class-variance-authority';
|
|
5
5
|
|
|
6
6
|
declare const svgVariants: (props?: ({
|
|
7
|
-
theme?: "default" | "brand" | "destructive" | null | undefined;
|
|
7
|
+
theme?: "default" | "muted" | "strong" | "brand" | "destructive" | "onBrand" | null | undefined;
|
|
8
8
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
9
9
|
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
10
|
-
interface IconProps extends
|
|
10
|
+
interface IconProps extends react.SVGProps<SVGSVGElement>, VariantProps<typeof svgVariants> {
|
|
11
11
|
}
|
|
12
|
+
declare const Svg: ({ theme, size, className, children, ...rest }: IconProps) => react.JSX.Element;
|
|
12
13
|
|
|
13
|
-
declare const Account: ({ ...props }: IconProps) =>
|
|
14
|
+
declare const Account: ({ ...props }: IconProps) => react.JSX.Element;
|
|
14
15
|
|
|
15
|
-
declare const Activity: ({ ...props }: IconProps) =>
|
|
16
|
+
declare const Activity: ({ ...props }: IconProps) => react.JSX.Element;
|
|
16
17
|
|
|
17
|
-
declare const Add: ({ ...props }: IconProps) =>
|
|
18
|
+
declare const Add: ({ ...props }: IconProps) => react.JSX.Element;
|
|
18
19
|
|
|
19
|
-
declare const Announce: ({ ...props }: IconProps) =>
|
|
20
|
+
declare const Announce: ({ ...props }: IconProps) => react.JSX.Element;
|
|
20
21
|
|
|
21
|
-
declare const Arrow: ({ ...props }: IconProps) =>
|
|
22
|
+
declare const Arrow: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
22
23
|
|
|
23
|
-
declare const ArrowBottom: ({ ...props }: IconProps) =>
|
|
24
|
+
declare const ArrowBottom: ({ ...props }: IconProps) => react.JSX.Element;
|
|
24
25
|
|
|
25
|
-
declare const ArrowDouble: ({ ...props }: IconProps) =>
|
|
26
|
+
declare const ArrowDouble: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
26
27
|
|
|
27
|
-
declare const ArrowLeft: ({ ...props }: IconProps) =>
|
|
28
|
+
declare const ArrowLeft: ({ ...props }: IconProps) => react.JSX.Element;
|
|
28
29
|
|
|
29
|
-
declare const ArrowRight: ({ ...props }: IconProps) =>
|
|
30
|
+
declare const ArrowRight: ({ ...props }: IconProps) => react.JSX.Element;
|
|
30
31
|
|
|
31
|
-
declare const ArrowUp: ({ ...props }: IconProps) =>
|
|
32
|
+
declare const ArrowUp: ({ ...props }: IconProps) => react.JSX.Element;
|
|
32
33
|
|
|
33
|
-
declare const Bold: ({ ...props }: IconProps) =>
|
|
34
|
+
declare const Bold: ({ ...props }: IconProps) => react.JSX.Element;
|
|
34
35
|
|
|
35
|
-
declare const BookOpened: ({ ...props }: IconProps) =>
|
|
36
|
+
declare const BookOpened: ({ ...props }: IconProps) => react.JSX.Element;
|
|
36
37
|
|
|
37
|
-
declare const Brush: ({ ...props }: IconProps) =>
|
|
38
|
+
declare const Brush: ({ ...props }: IconProps) => react.JSX.Element;
|
|
38
39
|
|
|
39
|
-
declare const Burger: ({ ...props }: IconProps) =>
|
|
40
|
+
declare const Burger: ({ ...props }: IconProps) => react.JSX.Element;
|
|
40
41
|
|
|
41
|
-
declare const Calendar: ({ ...props }: IconProps) =>
|
|
42
|
+
declare const Calendar: ({ ...props }: IconProps) => react.JSX.Element;
|
|
42
43
|
|
|
43
|
-
declare const Camera: ({ ...props }: IconProps) =>
|
|
44
|
+
declare const Camera: ({ ...props }: IconProps) => react.JSX.Element;
|
|
44
45
|
|
|
45
|
-
declare const CameraOff: ({ ...props }: IconProps) =>
|
|
46
|
+
declare const CameraOff: ({ ...props }: IconProps) => react.JSX.Element;
|
|
46
47
|
|
|
47
|
-
declare const Card: ({ ...props }: IconProps) =>
|
|
48
|
+
declare const Card: ({ ...props }: IconProps) => react.JSX.Element;
|
|
48
49
|
|
|
49
|
-
declare const CaretUp: ({ ...props }: IconProps) =>
|
|
50
|
+
declare const CaretUp: ({ ...props }: IconProps) => react.JSX.Element;
|
|
50
51
|
|
|
51
|
-
declare const CategoryAdd: ({ ...props }: IconProps) =>
|
|
52
|
+
declare const CategoryAdd: ({ ...props }: IconProps) => react.JSX.Element;
|
|
52
53
|
|
|
53
|
-
declare const ChannelAdd: ({ ...props }: IconProps) =>
|
|
54
|
+
declare const ChannelAdd: ({ ...props }: IconProps) => react.JSX.Element;
|
|
54
55
|
|
|
55
|
-
declare const Chat: ({ ...props }: IconProps) =>
|
|
56
|
+
declare const Chat: ({ ...props }: IconProps) => react.JSX.Element;
|
|
56
57
|
|
|
57
|
-
declare const Check: ({ ...props }: IconProps) =>
|
|
58
|
+
declare const Check: ({ ...props }: IconProps) => react.JSX.Element;
|
|
58
59
|
|
|
59
|
-
declare const ChevronBottom: ({ ...props }: IconProps) =>
|
|
60
|
+
declare const ChevronBottom: ({ ...props }: IconProps) => react.JSX.Element;
|
|
60
61
|
|
|
61
|
-
declare const ChevronLeft: ({ ...props }: IconProps) =>
|
|
62
|
+
declare const ChevronLeft: ({ ...props }: IconProps) => react.JSX.Element;
|
|
62
63
|
|
|
63
|
-
declare const ChevronRight: ({ ...props }: IconProps) =>
|
|
64
|
+
declare const ChevronRight: ({ ...props }: IconProps) => react.JSX.Element;
|
|
64
65
|
|
|
65
|
-
declare const ChevronSmallBottom: ({ ...props }: IconProps) =>
|
|
66
|
+
declare const ChevronSmallBottom: ({ ...props }: IconProps) => react.JSX.Element;
|
|
66
67
|
|
|
67
|
-
declare const ChevronSmallLeft: ({ ...props }: IconProps) =>
|
|
68
|
+
declare const ChevronSmallLeft: ({ ...props }: IconProps) => react.JSX.Element;
|
|
68
69
|
|
|
69
|
-
declare const ChevronSmallRight: ({ ...props }: IconProps) =>
|
|
70
|
+
declare const ChevronSmallRight: ({ ...props }: IconProps) => react.JSX.Element;
|
|
70
71
|
|
|
71
|
-
declare const ChevronSmallTop: ({ ...props }: IconProps) =>
|
|
72
|
+
declare const ChevronSmallTop: ({ ...props }: IconProps) => react.JSX.Element;
|
|
72
73
|
|
|
73
|
-
declare const ChevronUp: ({ ...props }: IconProps) =>
|
|
74
|
+
declare const ChevronUp: ({ ...props }: IconProps) => react.JSX.Element;
|
|
74
75
|
|
|
75
|
-
declare const Circle: (props: IconProps) =>
|
|
76
|
+
declare const Circle: (props: IconProps) => react.JSX.Element;
|
|
76
77
|
|
|
77
|
-
declare const Cite: ({ ...props }: IconProps) =>
|
|
78
|
+
declare const Cite: ({ ...props }: IconProps) => react.JSX.Element;
|
|
78
79
|
|
|
79
|
-
declare const Clip: ({ ...props }: IconProps) =>
|
|
80
|
+
declare const Clip: ({ ...props }: IconProps) => react.JSX.Element;
|
|
80
81
|
|
|
81
|
-
declare const Clock: ({ ...props }: IconProps) =>
|
|
82
|
+
declare const Clock: ({ ...props }: IconProps) => react.JSX.Element;
|
|
82
83
|
|
|
83
|
-
declare const Close: ({ ...props }: IconProps) =>
|
|
84
|
+
declare const Close: ({ ...props }: IconProps) => react.JSX.Element;
|
|
84
85
|
|
|
85
|
-
declare const Code: ({ ...props }: IconProps) =>
|
|
86
|
+
declare const Code: ({ ...props }: IconProps) => react.JSX.Element;
|
|
86
87
|
|
|
87
|
-
declare const Collapse: ({ ...props }: IconProps) =>
|
|
88
|
+
declare const Collapse: ({ ...props }: IconProps) => react.JSX.Element;
|
|
88
89
|
|
|
89
|
-
declare const ColorPicker: ({ ...props }: IconProps) =>
|
|
90
|
+
declare const ColorPicker: ({ ...props }: IconProps) => react.JSX.Element;
|
|
90
91
|
|
|
91
|
-
declare const Conference: ({ ...props }: IconProps) =>
|
|
92
|
+
declare const Conference: ({ ...props }: IconProps) => react.JSX.Element;
|
|
92
93
|
|
|
93
|
-
declare const Copy: ({ ...props }: IconProps) =>
|
|
94
|
+
declare const Copy: ({ ...props }: IconProps) => react.JSX.Element;
|
|
94
95
|
|
|
95
|
-
declare const CrossCircle: ({ ...props }: IconProps) =>
|
|
96
|
+
declare const CrossCircle: ({ ...props }: IconProps) => react.JSX.Element;
|
|
96
97
|
|
|
97
|
-
declare const Crown: ({ ...props }: IconProps) =>
|
|
98
|
+
declare const Crown: ({ ...props }: IconProps) => react.JSX.Element;
|
|
98
99
|
|
|
99
|
-
declare const Cursor: ({ ...props }: IconProps) =>
|
|
100
|
+
declare const Cursor: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
100
101
|
|
|
101
|
-
declare const DetailedAnswerTest: ({ ...props }: IconProps) =>
|
|
102
|
+
declare const DetailedAnswerTest: ({ ...props }: IconProps) => react.JSX.Element;
|
|
102
103
|
|
|
103
|
-
declare const Diamond: ({ ...props }: IconProps) =>
|
|
104
|
+
declare const Diamond: ({ ...props }: IconProps) => react.JSX.Element;
|
|
104
105
|
|
|
105
|
-
declare const Divider: ({ ...props }: IconProps) =>
|
|
106
|
+
declare const Divider: ({ ...props }: IconProps) => react.JSX.Element;
|
|
106
107
|
|
|
107
|
-
declare const DoubleBottomArrows: ({ ...props }: IconProps) =>
|
|
108
|
+
declare const DoubleBottomArrows: ({ ...props }: IconProps) => react.JSX.Element;
|
|
108
109
|
|
|
109
|
-
declare const DoubleUpArrows: ({ ...props }: IconProps) =>
|
|
110
|
+
declare const DoubleUpArrows: ({ ...props }: IconProps) => react.JSX.Element;
|
|
110
111
|
|
|
111
|
-
declare const Download: ({ ...props }: IconProps) =>
|
|
112
|
+
declare const Download: ({ ...props }: IconProps) => react.JSX.Element;
|
|
112
113
|
|
|
113
|
-
declare const Edit: ({ ...props }: IconProps) =>
|
|
114
|
+
declare const Edit: ({ ...props }: IconProps) => react.JSX.Element;
|
|
114
115
|
|
|
115
|
-
declare const Emotions: ({ ...props }: IconProps) =>
|
|
116
|
+
declare const Emotions: ({ ...props }: IconProps) => react.JSX.Element;
|
|
116
117
|
|
|
117
|
-
declare const Endcall: ({ ...props }: IconProps) =>
|
|
118
|
+
declare const Endcall: ({ ...props }: IconProps) => react.JSX.Element;
|
|
118
119
|
|
|
119
|
-
declare const Eraser: ({ ...props }: IconProps) =>
|
|
120
|
+
declare const Eraser: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
120
121
|
|
|
121
|
-
declare const Exit: ({ ...props }: IconProps) =>
|
|
122
|
+
declare const Exit: ({ ...props }: IconProps) => react.JSX.Element;
|
|
122
123
|
|
|
123
|
-
declare const External: ({ ...props }: IconProps) =>
|
|
124
|
+
declare const External: ({ ...props }: IconProps) => react.JSX.Element;
|
|
124
125
|
|
|
125
|
-
declare const Eyeoff: ({ ...props }: IconProps) =>
|
|
126
|
+
declare const Eyeoff: ({ ...props }: IconProps) => react.JSX.Element;
|
|
126
127
|
|
|
127
|
-
declare const Eyeon: ({ ...props }: IconProps) =>
|
|
128
|
+
declare const Eyeon: ({ ...props }: IconProps) => react.JSX.Element;
|
|
128
129
|
|
|
129
|
-
declare const FAQ: ({ ...props }: IconProps) =>
|
|
130
|
+
declare const FAQ: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
130
131
|
|
|
131
|
-
declare const Figures: ({ ...props }: IconProps) =>
|
|
132
|
+
declare const Figures: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
132
133
|
|
|
133
|
-
declare const File: ({ ...props }: IconProps) =>
|
|
134
|
+
declare const File: ({ ...props }: IconProps) => react.JSX.Element;
|
|
134
135
|
|
|
135
|
-
declare const FileSmall: ({ ...props }: IconProps) =>
|
|
136
|
+
declare const FileSmall: ({ ...props }: IconProps) => react.JSX.Element;
|
|
136
137
|
|
|
137
|
-
declare const Filter: ({ ...props }: IconProps) =>
|
|
138
|
+
declare const Filter: ({ ...props }: IconProps) => react.JSX.Element;
|
|
138
139
|
|
|
139
|
-
declare const Flag: ({ ...props }: IconProps) =>
|
|
140
|
+
declare const Flag: ({ ...props }: IconProps) => react.JSX.Element;
|
|
140
141
|
|
|
141
|
-
declare const Folder: ({ ...props }: IconProps) =>
|
|
142
|
+
declare const Folder: ({ ...props }: IconProps) => react.JSX.Element;
|
|
142
143
|
|
|
143
|
-
declare const Food: ({ ...props }: IconProps) =>
|
|
144
|
+
declare const Food: ({ ...props }: IconProps) => react.JSX.Element;
|
|
144
145
|
|
|
145
|
-
declare const Grid: ({ ...props }: IconProps) =>
|
|
146
|
+
declare const Grid: ({ ...props }: IconProps) => react.JSX.Element;
|
|
146
147
|
|
|
147
|
-
declare const Group: ({ ...props }: IconProps) =>
|
|
148
|
+
declare const Group: ({ ...props }: IconProps) => react.JSX.Element;
|
|
148
149
|
|
|
149
|
-
declare const H1: ({ ...props }: IconProps) =>
|
|
150
|
+
declare const H1: ({ ...props }: IconProps) => react.JSX.Element;
|
|
150
151
|
|
|
151
|
-
declare const H2: ({ ...props }: IconProps) =>
|
|
152
|
+
declare const H2: ({ ...props }: IconProps) => react.JSX.Element;
|
|
152
153
|
|
|
153
|
-
declare const H3: ({ ...props }: IconProps) =>
|
|
154
|
+
declare const H3: ({ ...props }: IconProps) => react.JSX.Element;
|
|
154
155
|
|
|
155
|
-
declare const Hand: ({ ...props }: IconProps) =>
|
|
156
|
+
declare const Hand: ({ ...props }: IconProps) => react.JSX.Element;
|
|
156
157
|
|
|
157
|
-
declare const Heart: ({ ...props }: IconProps) =>
|
|
158
|
+
declare const Heart: ({ ...props }: IconProps) => react.JSX.Element;
|
|
158
159
|
|
|
159
|
-
declare const Hint: ({ ...props }: IconProps) =>
|
|
160
|
+
declare const Hint: ({ ...props }: IconProps) => react.JSX.Element;
|
|
160
161
|
|
|
161
|
-
declare const Home: ({ ...props }: IconProps) =>
|
|
162
|
+
declare const Home: ({ ...props }: IconProps) => react.JSX.Element;
|
|
162
163
|
|
|
163
|
-
declare const Image: ({ ...props }: IconProps) =>
|
|
164
|
+
declare const Image: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
164
165
|
|
|
165
|
-
declare const InfoCircle: ({ ...props }: IconProps) =>
|
|
166
|
+
declare const InfoCircle: ({ ...props }: IconProps) => react.JSX.Element;
|
|
166
167
|
|
|
167
|
-
declare const Italic: ({ ...props }: IconProps) =>
|
|
168
|
+
declare const Italic: ({ ...props }: IconProps) => react.JSX.Element;
|
|
168
169
|
|
|
169
|
-
declare const Key: ({ ...props }: IconProps) =>
|
|
170
|
+
declare const Key: ({ ...props }: IconProps) => react.JSX.Element;
|
|
170
171
|
|
|
171
|
-
declare const Laptop: ({ ...props }: IconProps) =>
|
|
172
|
+
declare const Laptop: ({ ...props }: IconProps) => react.JSX.Element;
|
|
172
173
|
|
|
173
|
-
declare const Link: ({ ...props }: IconProps) =>
|
|
174
|
+
declare const Link: ({ ...props }: IconProps) => react.JSX.Element;
|
|
174
175
|
|
|
175
|
-
declare const Locked: ({ ...props }: IconProps) =>
|
|
176
|
+
declare const Locked: ({ ...props }: IconProps) => react.JSX.Element;
|
|
176
177
|
|
|
177
|
-
declare const LongAnswer: ({ ...props }: IconProps) =>
|
|
178
|
+
declare const LongAnswer: ({ ...props }: IconProps) => react.JSX.Element;
|
|
178
179
|
|
|
179
|
-
declare const Mail: ({ ...props }: IconProps) =>
|
|
180
|
+
declare const Mail: ({ ...props }: IconProps) => react.JSX.Element;
|
|
180
181
|
|
|
181
|
-
declare const MailRounded: ({ ...props }: IconProps) =>
|
|
182
|
+
declare const MailRounded: ({ ...props }: IconProps) => react.JSX.Element;
|
|
182
183
|
|
|
183
|
-
declare const Materials: ({ ...props }: IconProps) =>
|
|
184
|
+
declare const Materials: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
184
185
|
|
|
185
|
-
declare const Maximize: ({ ...props }: IconProps) =>
|
|
186
|
+
declare const Maximize: ({ ...props }: IconProps) => react.JSX.Element;
|
|
186
187
|
|
|
187
|
-
declare const MenuDots: ({ ...props }: IconProps) =>
|
|
188
|
+
declare const MenuDots: ({ ...props }: IconProps) => react.JSX.Element;
|
|
188
189
|
|
|
189
|
-
declare const Microphone: ({ ...props }: IconProps) =>
|
|
190
|
+
declare const Microphone: ({ ...props }: IconProps) => react.JSX.Element;
|
|
190
191
|
|
|
191
|
-
declare const MicrophoneOff: ({ ...props }: IconProps) =>
|
|
192
|
+
declare const MicrophoneOff: ({ ...props }: IconProps) => react.JSX.Element;
|
|
192
193
|
|
|
193
|
-
declare const Minimize: ({ ...props }: IconProps) =>
|
|
194
|
+
declare const Minimize: ({ ...props }: IconProps) => react.JSX.Element;
|
|
194
195
|
|
|
195
|
-
declare const Minus: ({ ...props }: IconProps) =>
|
|
196
|
+
declare const Minus: ({ ...props }: IconProps) => react.JSX.Element;
|
|
196
197
|
|
|
197
|
-
declare const Moon: ({ ...props }: IconProps) =>
|
|
198
|
+
declare const Moon: ({ ...props }: IconProps) => react.JSX.Element;
|
|
198
199
|
|
|
199
|
-
declare const MoreVert: ({ ...props }: IconProps) =>
|
|
200
|
+
declare const MoreVert: ({ ...props }: IconProps) => react.JSX.Element;
|
|
200
201
|
|
|
201
|
-
declare const Move: ({ ...props }: IconProps) =>
|
|
202
|
+
declare const Move: ({ ...props }: IconProps) => react.JSX.Element;
|
|
202
203
|
|
|
203
|
-
declare const Movie: ({ ...props }: IconProps) =>
|
|
204
|
+
declare const Movie: ({ ...props }: IconProps) => react.JSX.Element;
|
|
204
205
|
|
|
205
|
-
declare const Music: ({ ...props }: IconProps) =>
|
|
206
|
+
declare const Music: ({ ...props }: IconProps) => react.JSX.Element;
|
|
206
207
|
|
|
207
|
-
declare const Nature: ({ ...props }: IconProps) =>
|
|
208
|
+
declare const Nature: ({ ...props }: IconProps) => react.JSX.Element;
|
|
208
209
|
|
|
209
|
-
declare const Notification: ({ ...props }: IconProps) =>
|
|
210
|
+
declare const Notification: ({ ...props }: IconProps) => react.JSX.Element;
|
|
210
211
|
|
|
211
|
-
declare const Objects: ({ ...props }: IconProps) =>
|
|
212
|
+
declare const Objects: ({ ...props }: IconProps) => react.JSX.Element;
|
|
212
213
|
|
|
213
|
-
declare const Ol: ({ ...props }: IconProps) =>
|
|
214
|
+
declare const Ol: ({ ...props }: IconProps) => react.JSX.Element;
|
|
214
215
|
|
|
215
|
-
declare const OptionSelectionTest: ({ ...props }: IconProps) =>
|
|
216
|
+
declare const OptionSelectionTest: ({ ...props }: IconProps) => react.JSX.Element;
|
|
216
217
|
|
|
217
|
-
declare const Palette: ({ ...props }: IconProps) =>
|
|
218
|
+
declare const Palette: ({ ...props }: IconProps) => react.JSX.Element;
|
|
218
219
|
|
|
219
|
-
declare const Payments: ({ ...props }: IconProps) =>
|
|
220
|
+
declare const Payments: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
220
221
|
|
|
221
|
-
declare const Pen: ({ ...props }: IconProps) =>
|
|
222
|
+
declare const Pen: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
222
223
|
|
|
223
|
-
declare const PeopleInvite: ({ ...props }: IconProps) =>
|
|
224
|
+
declare const PeopleInvite: ({ ...props }: IconProps) => react.JSX.Element;
|
|
224
225
|
|
|
225
|
-
declare const Photo: ({ ...props }: IconProps) =>
|
|
226
|
+
declare const Photo: ({ ...props }: IconProps) => react.JSX.Element;
|
|
226
227
|
|
|
227
|
-
declare const Picture: ({ ...props }: IconProps) =>
|
|
228
|
+
declare const Picture: ({ ...props }: IconProps) => react.JSX.Element;
|
|
228
229
|
|
|
229
|
-
declare const Pin: ({ ...props }: IconProps) =>
|
|
230
|
+
declare const Pin: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
230
231
|
|
|
231
|
-
declare const Places: ({ ...props }: IconProps) =>
|
|
232
|
+
declare const Places: ({ ...props }: IconProps) => react.JSX.Element;
|
|
232
233
|
|
|
233
|
-
declare const Play: ({ ...props }: IconProps) =>
|
|
234
|
+
declare const Play: ({ ...props }: IconProps) => react.JSX.Element;
|
|
234
235
|
|
|
235
|
-
declare const Plus: ({ ...props }: IconProps) =>
|
|
236
|
+
declare const Plus: ({ ...props }: IconProps) => react.JSX.Element;
|
|
236
237
|
|
|
237
|
-
declare const Presentation: ({ ...props }: IconProps) =>
|
|
238
|
+
declare const Presentation: ({ ...props }: IconProps) => react.JSX.Element;
|
|
238
239
|
|
|
239
|
-
declare const PushPin: ({ ...props }: IconProps) =>
|
|
240
|
+
declare const PushPin: ({ ...props }: IconProps) => react.JSX.Element;
|
|
240
241
|
|
|
241
|
-
declare const Rectangle: ({ ...props }: IconProps) =>
|
|
242
|
+
declare const Rectangle: ({ ...props }: IconProps) => react.JSX.Element;
|
|
242
243
|
|
|
243
|
-
declare const RedLine: ({ ...props }: IconProps) =>
|
|
244
|
+
declare const RedLine: ({ ...props }: IconProps) => react.JSX.Element;
|
|
244
245
|
|
|
245
|
-
declare const Redo: ({ ...props }: IconProps) =>
|
|
246
|
+
declare const Redo: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
246
247
|
|
|
247
|
-
declare const Reply: ({ ...props }: IconProps) =>
|
|
248
|
+
declare const Reply: ({ ...props }: IconProps) => react.JSX.Element;
|
|
248
249
|
|
|
249
|
-
declare const RoundedRectangle: ({ ...props }: IconProps) =>
|
|
250
|
+
declare const RoundedRectangle: ({ ...props }: IconProps) => react.JSX.Element;
|
|
250
251
|
|
|
251
|
-
declare const RubbleCircle: ({ ...props }: IconProps) =>
|
|
252
|
+
declare const RubbleCircle: ({ ...props }: IconProps) => react.JSX.Element;
|
|
252
253
|
|
|
253
|
-
declare const Screenshare: ({ ...props }: IconProps) =>
|
|
254
|
+
declare const Screenshare: ({ ...props }: IconProps) => react.JSX.Element;
|
|
254
255
|
|
|
255
|
-
declare const Search: ({ ...props }: IconProps) =>
|
|
256
|
+
declare const Search: ({ ...props }: IconProps) => react.JSX.Element;
|
|
256
257
|
|
|
257
|
-
declare const Section: ({ ...props }: IconProps) =>
|
|
258
|
+
declare const Section: ({ ...props }: IconProps) => react.JSX.Element;
|
|
258
259
|
|
|
259
|
-
declare const Send: ({ ...props }: IconProps) =>
|
|
260
|
+
declare const Send: ({ ...props }: IconProps) => react.JSX.Element;
|
|
260
261
|
|
|
261
|
-
declare const Settings: ({ ...props }: IconProps) =>
|
|
262
|
+
declare const Settings: ({ ...props }: IconProps) => react.JSX.Element;
|
|
262
263
|
|
|
263
|
-
declare const Shape: ({ ...props }: IconProps) =>
|
|
264
|
+
declare const Shape: ({ ...props }: IconProps) => react.JSX.Element;
|
|
264
265
|
|
|
265
|
-
declare const Share: ({ ...props }: IconProps) =>
|
|
266
|
+
declare const Share: ({ ...props }: IconProps) => react.JSX.Element;
|
|
266
267
|
|
|
267
|
-
declare const SimpleAnswer: ({ ...props }: IconProps) =>
|
|
268
|
+
declare const SimpleAnswer: ({ ...props }: IconProps) => react.JSX.Element;
|
|
268
269
|
|
|
269
|
-
declare const SimpleAnswertTest: ({ ...props }: IconProps) =>
|
|
270
|
+
declare const SimpleAnswertTest: ({ ...props }: IconProps) => react.JSX.Element;
|
|
270
271
|
|
|
271
|
-
declare const Sort: ({ ...props }: IconProps) =>
|
|
272
|
+
declare const Sort: ({ ...props }: IconProps) => react.JSX.Element;
|
|
272
273
|
|
|
273
|
-
declare const SoundOn: ({ ...props }: IconProps) =>
|
|
274
|
+
declare const SoundOn: ({ ...props }: IconProps) => react.JSX.Element;
|
|
274
275
|
|
|
275
|
-
declare const SoundTwo: ({ ...props }: IconProps) =>
|
|
276
|
+
declare const SoundTwo: ({ ...props }: IconProps) => react.JSX.Element;
|
|
276
277
|
|
|
277
|
-
declare const Soundoff: ({ ...props }: IconProps) =>
|
|
278
|
+
declare const Soundoff: ({ ...props }: IconProps) => react.JSX.Element;
|
|
278
279
|
|
|
279
|
-
declare const Speaker: ({ ...props }: IconProps) =>
|
|
280
|
+
declare const Speaker: ({ ...props }: IconProps) => react.JSX.Element;
|
|
280
281
|
|
|
281
|
-
declare const SpeakerHorizontal: ({ ...props }: IconProps) =>
|
|
282
|
+
declare const SpeakerHorizontal: ({ ...props }: IconProps) => react.JSX.Element;
|
|
282
283
|
|
|
283
|
-
declare const Star: ({ ...props }: IconProps) =>
|
|
284
|
+
declare const Star: ({ ...props }: IconProps) => react.JSX.Element;
|
|
284
285
|
|
|
285
|
-
declare const Sticker: ({ ...props }: IconProps) =>
|
|
286
|
+
declare const Sticker: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
286
287
|
|
|
287
|
-
declare const Stroke: ({ ...props }: IconProps) =>
|
|
288
|
+
declare const Stroke: ({ ...props }: IconProps) => react.JSX.Element;
|
|
288
289
|
|
|
289
|
-
declare const Sun: ({ ...props }: IconProps) =>
|
|
290
|
+
declare const Sun: ({ ...props }: IconProps) => react.JSX.Element;
|
|
290
291
|
|
|
291
|
-
declare const TText: ({ ...props }: IconProps) =>
|
|
292
|
+
declare const TText: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
292
293
|
|
|
293
|
-
declare const Task: ({ ...props }: IconProps) =>
|
|
294
|
+
declare const Task: ({ ...props }: IconProps) => react.JSX.Element;
|
|
294
295
|
|
|
295
|
-
declare const TaskFile: ({ ...props }: IconProps) =>
|
|
296
|
+
declare const TaskFile: ({ ...props }: IconProps) => react.JSX.Element;
|
|
296
297
|
|
|
297
|
-
declare const Telegram: ({ ...props }: IconProps) =>
|
|
298
|
+
declare const Telegram: ({ ...props }: IconProps) => react.JSX.Element;
|
|
298
299
|
|
|
299
|
-
declare const TelegramFilled: ({ ...props }: IconProps) =>
|
|
300
|
+
declare const TelegramFilled: ({ ...props }: IconProps) => react.JSX.Element;
|
|
300
301
|
|
|
301
|
-
declare const Text: ({ ...props }: IconProps) =>
|
|
302
|
+
declare const Text: ({ ...props }: IconProps) => react.JSX.Element;
|
|
302
303
|
|
|
303
|
-
declare const ThinArrowRight: ({ ...props }: IconProps) =>
|
|
304
|
+
declare const ThinArrowRight: ({ ...props }: IconProps) => react.JSX.Element;
|
|
304
305
|
|
|
305
|
-
declare const Trapezoid: ({ ...props }: IconProps) =>
|
|
306
|
+
declare const Trapezoid: ({ ...props }: IconProps) => react.JSX.Element;
|
|
306
307
|
|
|
307
|
-
declare const Trash: ({ ...props }: IconProps) =>
|
|
308
|
+
declare const Trash: ({ ...props }: IconProps) => react.JSX.Element;
|
|
308
309
|
|
|
309
|
-
declare const Triangle: ({ ...props }: IconProps) =>
|
|
310
|
+
declare const Triangle: ({ ...props }: IconProps) => react.JSX.Element;
|
|
310
311
|
|
|
311
|
-
declare const Ul: ({ ...props }: IconProps) =>
|
|
312
|
+
declare const Ul: ({ ...props }: IconProps) => react.JSX.Element;
|
|
312
313
|
|
|
313
|
-
declare const Underline: ({ ...props }: IconProps) =>
|
|
314
|
+
declare const Underline: ({ ...props }: IconProps) => react.JSX.Element;
|
|
314
315
|
|
|
315
|
-
declare const Undo: ({ ...props }: IconProps) =>
|
|
316
|
+
declare const Undo: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
316
317
|
|
|
317
|
-
declare const Unlocked: ({ ...props }: IconProps) =>
|
|
318
|
+
declare const Unlocked: ({ ...props }: IconProps) => react.JSX.Element;
|
|
318
319
|
|
|
319
|
-
declare const Updates: ({ ...props }: IconProps) =>
|
|
320
|
+
declare const Updates: ({ ...props }: IconProps) => react.JSX.Element;
|
|
320
321
|
|
|
321
|
-
declare const Upload: ({ ...props }: IconProps) =>
|
|
322
|
+
declare const Upload: ({ ...props }: IconProps) => react.JSX.Element;
|
|
322
323
|
|
|
323
|
-
declare const Users: ({ ...props }: IconProps) =>
|
|
324
|
+
declare const Users: ({ ...props }: IconProps) => react.JSX.Element;
|
|
324
325
|
|
|
325
|
-
declare const VariantSelect: ({ ...props }: IconProps) =>
|
|
326
|
+
declare const VariantSelect: ({ ...props }: IconProps) => react.JSX.Element;
|
|
326
327
|
|
|
327
|
-
declare const Video: ({ ...props }: IconProps) =>
|
|
328
|
+
declare const Video: ({ ...props }: IconProps) => react.JSX.Element;
|
|
328
329
|
|
|
329
|
-
declare const WhatsAppFilled: ({ ...props }: IconProps) =>
|
|
330
|
+
declare const WhatsAppFilled: ({ ...props }: IconProps) => react.JSX.Element;
|
|
330
331
|
|
|
331
|
-
declare const WhiteBoard: ({ ...props }: IconProps) =>
|
|
332
|
+
declare const WhiteBoard: ({ ...props }: IconProps) => react.JSX.Element;
|
|
332
333
|
|
|
333
|
-
declare const Window: ({ ...props }: IconProps) =>
|
|
334
|
+
declare const Window: ({ ...props }: IconProps) => react.JSX.Element;
|
|
334
335
|
|
|
335
|
-
declare const ArrowUpRight: ({ ...props }: IconProps) =>
|
|
336
|
+
declare const ArrowUpRight: ({ ...props }: IconProps) => react.JSX.Element;
|
|
336
337
|
|
|
337
|
-
declare const ZoomIn: ({ ...props }: IconProps) =>
|
|
338
|
+
declare const ZoomIn: ({ ...props }: IconProps) => react.JSX.Element;
|
|
338
339
|
|
|
339
|
-
declare const ZoomOut: ({ ...props }: IconProps) =>
|
|
340
|
+
declare const ZoomOut: ({ ...props }: IconProps) => react.JSX.Element;
|
|
340
341
|
|
|
341
|
-
declare const UserPlus: ({ ...props }: IconProps) =>
|
|
342
|
+
declare const UserPlus: ({ ...props }: IconProps) => react.JSX.Element;
|
|
342
343
|
|
|
343
|
-
declare const LayoutLeft: ({ ...props }: IconProps) =>
|
|
344
|
+
declare const LayoutLeft: ({ ...props }: IconProps) => react.JSX.Element;
|
|
344
345
|
|
|
345
|
-
declare const CornerUpRight: ({ ...props }: IconProps) =>
|
|
346
|
+
declare const CornerUpRight: ({ ...props }: IconProps) => react.JSX.Element;
|
|
346
347
|
|
|
347
|
-
declare const AlarmClock: ({ ...props }: IconProps) =>
|
|
348
|
+
declare const AlarmClock: ({ ...props }: IconProps) => react.JSX.Element;
|
|
348
349
|
|
|
349
|
-
declare const HelpCircle: ({ ...props }: IconProps) =>
|
|
350
|
+
declare const HelpCircle: ({ ...props }: IconProps) => react.JSX.Element;
|
|
350
351
|
|
|
351
|
-
declare const FlipBackward: ({ ...props }: IconProps) =>
|
|
352
|
+
declare const FlipBackward: ({ ...props }: IconProps) => react.JSX.Element;
|
|
352
353
|
|
|
353
|
-
declare const Podcast: ({ ...props }: IconProps) =>
|
|
354
|
+
declare const Podcast: ({ ...props }: IconProps) => react.JSX.Element;
|
|
354
355
|
|
|
355
|
-
declare const MessageHeartCircle: ({ ...props }: IconProps) =>
|
|
356
|
+
declare const MessageHeartCircle: ({ ...props }: IconProps) => react__default.JSX.Element;
|
|
356
357
|
|
|
357
|
-
declare const VK: ({ ...props }: IconProps) =>
|
|
358
|
+
declare const VK: ({ ...props }: IconProps) => react.JSX.Element;
|
|
358
359
|
|
|
359
|
-
declare const Shield: ({ ...props }: IconProps) =>
|
|
360
|
+
declare const Shield: ({ ...props }: IconProps) => react.JSX.Element;
|
|
360
361
|
|
|
361
|
-
declare const ShieldOff: ({ ...props }: IconProps) =>
|
|
362
|
+
declare const ShieldOff: ({ ...props }: IconProps) => react.JSX.Element;
|
|
362
363
|
|
|
363
|
-
declare const
|
|
364
|
+
declare const Edit05: ({ ...props }: IconProps) => react.JSX.Element;
|
|
364
365
|
|
|
365
|
-
declare const
|
|
366
|
+
declare const icons: readonly ["Account", "Activity", "Add", "Announce", "Arrow", "ArrowBottom", "ArrowDouble", "ArrowLeft", "ArrowRight", "ArrowUp", "Bold", "BookOpened", "Brush", "Burger", "Calendar", "Camera", "CameraOff", "Card", "CaretUp", "CategoryAdd", "ChannelAdd", "Chat", "Check", "ChevronBottom", "ChevronLeft", "ChevronRight", "ChevronSmallBottom", "ChevronSmallLeft", "ChevronSmallRight", "ChevronSmallTop", "ChevronUp", "Circle", "Cite", "Clip", "Clock", "Close", "Code", "Collapse", "ColorPicker", "Conference", "Copy", "CrossCircle", "Crown", "Cursor", "DetailedAnswerTest", "Diamond", "Divider", "DoubleBottomArrows", "DoubleUpArrows", "Download", "Edit", "Emotions", "Endcall", "Eraser", "Exit", "External", "Eyeoff", "Eyeon", "FAQ", "Figures", "File", "FileSmall", "Filter", "Flag", "Folder", "Food", "Grid", "Group", "H1", "H2", "H3", "Hand", "Heart", "Hint", "Home", "Image", "InfoCircle", "Italic", "Key", "Laptop", "Link", "Locked", "LongAnswer", "Mail", "MailRounded", "Materials", "Maximize", "MenuDots", "Microphone", "MicrophoneOff", "Minimize", "Minus", "Moon", "MoreVert", "Move", "Movie", "Music", "Nature", "Notification", "Objects", "Ol", "OptionSelectionTest", "Palette", "Payments", "Pen", "PeopleInvite", "Photo", "Picture", "Pin", "Places", "Play", "Plus", "Presentation", "PushPin", "Rectangle", "RedLine", "Redo", "Reply", "RoundedRectangle", "RubbleCircle", "Screenshare", "Search", "Section", "Send", "Settings", "Shape", "Share", "SimpleAnswer", "SimpleAnswertTest", "Sort", "SoundOn", "SoundTwo", "Soundoff", "Speaker", "SpeakerHorizontal", "Star", "Sticker", "Stroke", "Sun", "TText", "Task", "TaskFile", "Telegram", "TelegramFilled", "Text", "ThinArrowRight", "Trapezoid", "Trash", "Triangle", "Ul", "Underline", "Undo", "Unlocked", "Updates", "Upload", "Users", "VariantSelect", "Video", "WhatsAppFilled", "WhiteBoard", "Window", "ArrowUpRight", "ZoomIn", "ZoomOut", "UserPlus", "LayoutLeft", "CornerUpRight", "AlarmClock", "HelpCircle", "FlipBackward", "Podcast", "MessageHeartCircle", "VK", "Shield", "ShieldOff", "Edit05", "Transform"];
|
|
366
367
|
|
|
367
|
-
|
|
368
|
+
declare const Transform: ({ ...props }: IconProps) => react.JSX.Element;
|
|
369
|
+
|
|
370
|
+
export { Account, Activity, Add, AlarmClock, Announce, Arrow, ArrowBottom, ArrowDouble, ArrowLeft, ArrowRight, ArrowUp, ArrowUpRight, Bold, BookOpened, Brush, Burger, Calendar, Camera, CameraOff, Card, CaretUp, CategoryAdd, ChannelAdd, Chat, Check, ChevronBottom, ChevronLeft, ChevronRight, ChevronSmallBottom, ChevronSmallLeft, ChevronSmallRight, ChevronSmallTop, ChevronUp, Circle, Cite, Clip, Clock, Close, Code, Collapse, ColorPicker, Conference, Copy, CornerUpRight, CrossCircle, Crown, Cursor, DetailedAnswerTest, Diamond, Divider, DoubleBottomArrows, DoubleUpArrows, Download, Edit, Edit05, Emotions, Endcall, Eraser, Exit, External, Eyeoff, Eyeon, FAQ, Figures, File, FileSmall, Filter, Flag, FlipBackward, Folder, Food, Grid, Group, H1, H2, H3, Hand, Heart, HelpCircle, Hint, Home, type IconProps, Image, InfoCircle, Italic, Key, Laptop, LayoutLeft, Link, Locked, LongAnswer, Mail, MailRounded, Materials, Maximize, MenuDots, MessageHeartCircle, Microphone, MicrophoneOff, Minimize, Minus, Moon, MoreVert, Move, Movie, Music, Nature, Notification, Objects, Ol, OptionSelectionTest, Palette, Payments, Pen, PeopleInvite, Photo, Picture, Pin, Places, Play, Plus, Podcast, Presentation, PushPin, Rectangle, RedLine, Redo, Reply, RoundedRectangle, RubbleCircle, Screenshare, Search, Section, Send, Settings, Shape, Share, Shield, ShieldOff, SimpleAnswer, SimpleAnswertTest, Sort, SoundOn, SoundTwo, Soundoff, Speaker, SpeakerHorizontal, Star, Sticker, Stroke, Sun, Svg, TText, Task, TaskFile, Telegram, TelegramFilled, Text, ThinArrowRight, Transform, Trapezoid, Trash, Triangle, Ul, Underline, Undo, Unlocked, Updates, Upload, UserPlus, Users, VK, VariantSelect, Video, WhatsAppFilled, WhiteBoard, Window, ZoomIn, ZoomOut, icons, svgVariants };
|
package/dist/index.mjs
CHANGED
|
@@ -34,12 +34,15 @@ var __objRest = (source, exclude) => {
|
|
|
34
34
|
import { cva } from "class-variance-authority";
|
|
35
35
|
import { cn } from "@xipkg/utils";
|
|
36
36
|
import { jsx } from "react/jsx-runtime";
|
|
37
|
-
var svgVariants = cva("", {
|
|
37
|
+
var svgVariants = cva("shrink-0 fill-current", {
|
|
38
38
|
variants: {
|
|
39
39
|
theme: {
|
|
40
|
-
default: "text-gray-80
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
default: "text-gray-80",
|
|
41
|
+
muted: "text-gray-60",
|
|
42
|
+
strong: "text-gray-100",
|
|
43
|
+
brand: "text-brand-60",
|
|
44
|
+
destructive: "text-red-80",
|
|
45
|
+
onBrand: "text-brand-0"
|
|
43
46
|
},
|
|
44
47
|
size: {
|
|
45
48
|
default: "w-6 h-6",
|
|
@@ -2336,6 +2339,13 @@ var ShieldOff = (_a) => {
|
|
|
2336
2339
|
return /* @__PURE__ */ jsx176(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx176("path", { d: "M11.495 1.141c-.39.105-3.115 1.146-3.262 1.245-.18.123-.331.345-.394.578-.167.621.398 1.29 1.036 1.227.102-.01.847-.267 1.656-.57l1.47-.551 2.91 1.089c3.82 1.43 3.788 1.416 3.981 1.776l.088.165v3.28c0 3.549.005 3.454-.223 4.279a2.19 2.19 0 0 0-.077.44c.001.185.142.511.29.668.295.314.792.385 1.187.171.288-.157.409-.335.54-.798.281-.99.275-.899.292-4.52.011-2.27.002-3.385-.029-3.62a2.921 2.921 0 0 0-.869-1.75c-.25-.247-.367-.326-.783-.527-.489-.237-6.381-2.47-6.814-2.583a2.275 2.275 0 0 0-.999.001m-8.825.92c-.222.081-.42.248-.542.455-.092.156-.108.229-.107.484 0 .214.022.34.075.44.041.077.324.393.63.703l.556.562-.096.218a2.72 2.72 0 0 0-.141.429c-.06.283-.063 6.926-.003 7.48.184 1.688.969 3.448 2.261 5.068.417.522 1.831 1.948 2.397 2.416 1.184.98 2.968 2.169 3.642 2.429.231.089.342.107.658.107.56 0 .815-.11 1.981-.853 1.214-.773 2.379-1.686 3.289-2.576l.37-.361 1.39 1.384c.765.762 1.453 1.418 1.53 1.459.099.052.228.074.44.074.255.001.328-.015.484-.107.479-.282.654-.906.381-1.364-.055-.092-4.2-4.265-9.212-9.273-8.422-8.415-9.128-9.11-9.31-9.17a1.015 1.015 0 0 0-.673-.004m7.963 9.992 5.613 5.614-.553.504a20.618 20.618 0 0 1-2.313 1.824c-.722.486-1.307.845-1.38.845-.063 0-.794-.441-1.345-.812A17.861 17.861 0 0 1 7.88 17.76c-1.71-1.711-2.65-3.411-2.838-5.128-.035-.327-.066-6.192-.032-6.192.006 0 2.536 2.526 5.623 5.613", fillRule: "evenodd", fill: "currentColor" }) }));
|
|
2337
2340
|
};
|
|
2338
2341
|
|
|
2342
|
+
// icons/Edit05.tsx
|
|
2343
|
+
import { jsx as jsx177 } from "react/jsx-runtime";
|
|
2344
|
+
var Edit05 = (_a) => {
|
|
2345
|
+
var props = __objRest(_a, []);
|
|
2346
|
+
return /* @__PURE__ */ jsx177(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx177("path", { d: "M19.45.922a3.051 3.051 0 0 0-1.39.64c-.345.276-10.337 10.297-10.514 10.545-.179.25-.355.628-.453.975-.064.228-.072.429-.073 1.738v1.48l.113.192c.13.221.369.409.6.472.108.028.628.037 1.564.025 1.563-.019 1.619-.027 2.203-.309.229-.11.434-.256.72-.513.22-.197 2.616-2.579 5.323-5.293 3.288-3.294 4.975-5.013 5.077-5.171.362-.56.525-1.18.487-1.861a3.982 3.982 0 0 0-.088-.662c-.278-1.024-1.178-1.924-2.199-2.199-.289-.077-1.078-.112-1.37-.059m1.044 2.079c.222.111.388.279.513.519.122.235.13.699.016.94-.095.204-10.118 10.254-10.383 10.413-.175.104-.2.107-.914.12l-.734.013.015-.733c.012-.613.027-.756.088-.873.085-.163 10.093-10.2 10.311-10.341.08-.052.206-.113.28-.135.208-.064.6-.027.808.077M4.92 3.042c-.765.049-1.246.162-1.74.409A3.776 3.776 0 0 0 1.124 6.16C1.013 6.729 1 7.455 1 13c0 6.358.006 6.526.245 7.32.332 1.102 1.333 2.103 2.435 2.435.794.239.962.245 7.32.245 6.358 0 6.526-.006 7.32-.245 1.102-.332 2.105-1.334 2.435-2.435.229-.763.252-1.21.237-4.66l-.012-2.96-.109-.186a1.01 1.01 0 0 0-1.742 0l-.109.186-.024 3.26c-.027 3.513-.029 3.551-.244 3.992-.126.259-.562.686-.834.816-.452.217-.291.212-6.918.212-6.617 0-6.462.005-6.918-.209-.27-.128-.705-.554-.834-.819a2.86 2.86 0 0 1-.16-.48c-.063-.269-.068-.785-.068-6.472s.005-6.203.068-6.472a2.86 2.86 0 0 1 .16-.48c.118-.242.558-.682.8-.8.441-.215.479-.217 3.992-.244l3.26-.024.192-.113a.996.996 0 0 0-.176-1.809c-.14-.049-.612-.057-3.051-.052-1.587.003-3.092.019-3.345.036", fillRule: "evenodd", fill: "currentColor" }) }));
|
|
2347
|
+
};
|
|
2348
|
+
|
|
2339
2349
|
// config.ts
|
|
2340
2350
|
var icons = [
|
|
2341
2351
|
"Account",
|
|
@@ -2513,14 +2523,15 @@ var icons = [
|
|
|
2513
2523
|
"VK",
|
|
2514
2524
|
"Shield",
|
|
2515
2525
|
"ShieldOff",
|
|
2526
|
+
"Edit05",
|
|
2516
2527
|
"Transform"
|
|
2517
2528
|
];
|
|
2518
2529
|
|
|
2519
2530
|
// icons/Transform.tsx
|
|
2520
|
-
import { jsx as
|
|
2531
|
+
import { jsx as jsx178 } from "react/jsx-runtime";
|
|
2521
2532
|
var Transform = (_a) => {
|
|
2522
2533
|
var props = __objRest(_a, []);
|
|
2523
|
-
return /* @__PURE__ */
|
|
2534
|
+
return /* @__PURE__ */ jsx178(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx178(
|
|
2524
2535
|
"path",
|
|
2525
2536
|
{
|
|
2526
2537
|
fill: "currentColor",
|
|
@@ -2584,6 +2595,7 @@ export {
|
|
|
2584
2595
|
DoubleUpArrows,
|
|
2585
2596
|
Download,
|
|
2586
2597
|
Edit,
|
|
2598
|
+
Edit05,
|
|
2587
2599
|
Emotions,
|
|
2588
2600
|
Endcall,
|
|
2589
2601
|
Eraser,
|
|
@@ -2679,6 +2691,7 @@ export {
|
|
|
2679
2691
|
Sticker,
|
|
2680
2692
|
Stroke,
|
|
2681
2693
|
Sun,
|
|
2694
|
+
Svg,
|
|
2682
2695
|
TText,
|
|
2683
2696
|
Task,
|
|
2684
2697
|
TaskFile,
|
|
@@ -2706,5 +2719,6 @@ export {
|
|
|
2706
2719
|
Window,
|
|
2707
2720
|
ZoomIn,
|
|
2708
2721
|
ZoomOut,
|
|
2709
|
-
icons
|
|
2722
|
+
icons,
|
|
2723
|
+
svgVariants
|
|
2710
2724
|
};
|