@xipkg/icons 3.0.15 → 3.0.21

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 CHANGED
@@ -1,369 +1,372 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
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 React.SVGProps<SVGSVGElement>, VariantProps<typeof svgVariants> {
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) => react_jsx_runtime.JSX.Element;
14
+ declare const Account: ({ ...props }: IconProps) => react.JSX.Element;
14
15
 
15
- declare const Activity: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
16
+ declare const Activity: ({ ...props }: IconProps) => react.JSX.Element;
16
17
 
17
- declare const Add: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
18
+ declare const Add: ({ ...props }: IconProps) => react.JSX.Element;
18
19
 
19
- declare const Announce: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
20
+ declare const Announce: ({ ...props }: IconProps) => react.JSX.Element;
20
21
 
21
- declare const Arrow: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
22
+ declare const Arrow: ({ ...props }: IconProps) => react__default.JSX.Element;
22
23
 
23
- declare const ArrowBottom: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
24
+ declare const ArrowBottom: ({ ...props }: IconProps) => react.JSX.Element;
24
25
 
25
- declare const ArrowDouble: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
26
+ declare const ArrowDouble: ({ ...props }: IconProps) => react__default.JSX.Element;
26
27
 
27
- declare const ArrowLeft: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
28
+ declare const ArrowLeft: ({ ...props }: IconProps) => react.JSX.Element;
28
29
 
29
- declare const ArrowRight: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
30
+ declare const ArrowRight: ({ ...props }: IconProps) => react.JSX.Element;
30
31
 
31
- declare const ArrowUp: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
32
+ declare const ArrowUp: ({ ...props }: IconProps) => react.JSX.Element;
32
33
 
33
- declare const Bold: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
34
+ declare const Bold: ({ ...props }: IconProps) => react.JSX.Element;
34
35
 
35
- declare const BookOpened: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
36
+ declare const BookOpened: ({ ...props }: IconProps) => react.JSX.Element;
36
37
 
37
- declare const Brush: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
38
+ declare const Brush: ({ ...props }: IconProps) => react.JSX.Element;
38
39
 
39
- declare const Burger: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
40
+ declare const Burger: ({ ...props }: IconProps) => react.JSX.Element;
40
41
 
41
- declare const Calendar: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
42
+ declare const Calendar: ({ ...props }: IconProps) => react.JSX.Element;
42
43
 
43
- declare const Camera: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
44
+ declare const Camera: ({ ...props }: IconProps) => react.JSX.Element;
44
45
 
45
- declare const CameraOff: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
46
+ declare const CameraOff: ({ ...props }: IconProps) => react.JSX.Element;
46
47
 
47
- declare const Card: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
48
+ declare const Card: ({ ...props }: IconProps) => react.JSX.Element;
48
49
 
49
- declare const CaretUp: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
50
+ declare const CaretUp: ({ ...props }: IconProps) => react.JSX.Element;
50
51
 
51
- declare const CategoryAdd: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
52
+ declare const CategoryAdd: ({ ...props }: IconProps) => react.JSX.Element;
52
53
 
53
- declare const ChannelAdd: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
54
+ declare const ChannelAdd: ({ ...props }: IconProps) => react.JSX.Element;
54
55
 
55
- declare const Chat: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
56
+ declare const Chat: ({ ...props }: IconProps) => react.JSX.Element;
56
57
 
57
- declare const Check: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
58
+ declare const Check: ({ ...props }: IconProps) => react.JSX.Element;
58
59
 
59
- declare const ChevronBottom: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
60
+ declare const ChevronBottom: ({ ...props }: IconProps) => react.JSX.Element;
60
61
 
61
- declare const ChevronLeft: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
62
+ declare const ChevronLeft: ({ ...props }: IconProps) => react.JSX.Element;
62
63
 
63
- declare const ChevronRight: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
64
+ declare const ChevronRight: ({ ...props }: IconProps) => react.JSX.Element;
64
65
 
65
- declare const ChevronSmallBottom: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
66
+ declare const ChevronSmallBottom: ({ ...props }: IconProps) => react.JSX.Element;
66
67
 
67
- declare const ChevronSmallLeft: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
68
+ declare const ChevronSmallLeft: ({ ...props }: IconProps) => react.JSX.Element;
68
69
 
69
- declare const ChevronSmallRight: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
70
+ declare const ChevronSmallRight: ({ ...props }: IconProps) => react.JSX.Element;
70
71
 
71
- declare const ChevronSmallTop: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
72
+ declare const ChevronSmallTop: ({ ...props }: IconProps) => react.JSX.Element;
72
73
 
73
- declare const ChevronUp: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
74
+ declare const ChevronUp: ({ ...props }: IconProps) => react.JSX.Element;
74
75
 
75
- declare const Circle: (props: IconProps) => react_jsx_runtime.JSX.Element;
76
+ declare const Circle: (props: IconProps) => react.JSX.Element;
76
77
 
77
- declare const Cite: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
78
+ declare const Cite: ({ ...props }: IconProps) => react.JSX.Element;
78
79
 
79
- declare const Clip: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
80
+ declare const Clip: ({ ...props }: IconProps) => react.JSX.Element;
80
81
 
81
- declare const Clock: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
82
+ declare const Clock: ({ ...props }: IconProps) => react.JSX.Element;
82
83
 
83
- declare const Close: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
84
+ declare const Close: ({ ...props }: IconProps) => react.JSX.Element;
84
85
 
85
- declare const Code: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
86
+ declare const Code: ({ ...props }: IconProps) => react.JSX.Element;
86
87
 
87
- declare const Collapse: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
88
+ declare const Collapse: ({ ...props }: IconProps) => react.JSX.Element;
88
89
 
89
- declare const ColorPicker: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
90
+ declare const ColorPicker: ({ ...props }: IconProps) => react.JSX.Element;
90
91
 
91
- declare const Conference: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
92
+ declare const Conference: ({ ...props }: IconProps) => react.JSX.Element;
92
93
 
93
- declare const Copy: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
94
+ declare const Copy: ({ ...props }: IconProps) => react.JSX.Element;
94
95
 
95
- declare const CrossCircle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
96
+ declare const CrossCircle: ({ ...props }: IconProps) => react.JSX.Element;
96
97
 
97
- declare const Crown: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
98
+ declare const Crown: ({ ...props }: IconProps) => react.JSX.Element;
98
99
 
99
- declare const Cursor: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
100
+ declare const Cursor: ({ ...props }: IconProps) => react__default.JSX.Element;
100
101
 
101
- declare const DetailedAnswerTest: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
102
+ declare const DetailedAnswerTest: ({ ...props }: IconProps) => react.JSX.Element;
102
103
 
103
- declare const Diamond: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
104
+ declare const Diamond: ({ ...props }: IconProps) => react.JSX.Element;
104
105
 
105
- declare const Divider: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
106
+ declare const Divider: ({ ...props }: IconProps) => react.JSX.Element;
106
107
 
107
- declare const DoubleBottomArrows: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
108
+ declare const DoubleBottomArrows: ({ ...props }: IconProps) => react.JSX.Element;
108
109
 
109
- declare const DoubleUpArrows: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
110
+ declare const DoubleUpArrows: ({ ...props }: IconProps) => react.JSX.Element;
110
111
 
111
- declare const Download: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
112
+ declare const Download: ({ ...props }: IconProps) => react.JSX.Element;
112
113
 
113
- declare const Edit: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
114
+ declare const Edit: ({ ...props }: IconProps) => react.JSX.Element;
114
115
 
115
- declare const Emotions: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
116
+ declare const Emotions: ({ ...props }: IconProps) => react.JSX.Element;
116
117
 
117
- declare const Endcall: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
118
+ declare const Endcall: ({ ...props }: IconProps) => react.JSX.Element;
118
119
 
119
- declare const Eraser: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
120
+ declare const Eraser: ({ ...props }: IconProps) => react__default.JSX.Element;
120
121
 
121
- declare const Exit: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
122
+ declare const Exit: ({ ...props }: IconProps) => react.JSX.Element;
122
123
 
123
- declare const External: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
124
+ declare const External: ({ ...props }: IconProps) => react.JSX.Element;
124
125
 
125
- declare const Eyeoff: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
126
+ declare const Eyeoff: ({ ...props }: IconProps) => react.JSX.Element;
126
127
 
127
- declare const Eyeon: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
128
+ declare const Eyeon: ({ ...props }: IconProps) => react.JSX.Element;
128
129
 
129
- declare const FAQ: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
130
+ declare const FAQ: ({ ...props }: IconProps) => react__default.JSX.Element;
130
131
 
131
- declare const Figures: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
132
+ declare const Figures: ({ ...props }: IconProps) => react__default.JSX.Element;
132
133
 
133
- declare const File: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
134
+ declare const File: ({ ...props }: IconProps) => react.JSX.Element;
134
135
 
135
- declare const FileSmall: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
136
+ declare const FileSmall: ({ ...props }: IconProps) => react.JSX.Element;
136
137
 
137
- declare const Filter: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
138
+ declare const Filter: ({ ...props }: IconProps) => react.JSX.Element;
138
139
 
139
- declare const Flag: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
140
+ declare const Flag: ({ ...props }: IconProps) => react.JSX.Element;
140
141
 
141
- declare const Folder: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
142
+ declare const Folder: ({ ...props }: IconProps) => react.JSX.Element;
142
143
 
143
- declare const Food: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
144
+ declare const Food: ({ ...props }: IconProps) => react.JSX.Element;
144
145
 
145
- declare const Grid: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
146
+ declare const Grid: ({ ...props }: IconProps) => react.JSX.Element;
146
147
 
147
- declare const Group: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
148
+ declare const Group: ({ ...props }: IconProps) => react.JSX.Element;
148
149
 
149
- declare const H1: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
150
+ declare const H1: ({ ...props }: IconProps) => react.JSX.Element;
150
151
 
151
- declare const H2: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
152
+ declare const H2: ({ ...props }: IconProps) => react.JSX.Element;
152
153
 
153
- declare const H3: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
154
+ declare const H3: ({ ...props }: IconProps) => react.JSX.Element;
154
155
 
155
- declare const Hand: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
156
+ declare const Hand: ({ ...props }: IconProps) => react.JSX.Element;
156
157
 
157
- declare const Heart: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
158
+ declare const Heart: ({ ...props }: IconProps) => react.JSX.Element;
158
159
 
159
- declare const Hint: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
160
+ declare const Hint: ({ ...props }: IconProps) => react.JSX.Element;
160
161
 
161
- declare const Home: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
162
+ declare const Home: ({ ...props }: IconProps) => react.JSX.Element;
162
163
 
163
- declare const Image: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
164
+ declare const Image: ({ ...props }: IconProps) => react__default.JSX.Element;
164
165
 
165
- declare const InfoCircle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
166
+ declare const InfoCircle: ({ ...props }: IconProps) => react.JSX.Element;
166
167
 
167
- declare const Italic: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
168
+ declare const Italic: ({ ...props }: IconProps) => react.JSX.Element;
168
169
 
169
- declare const Key: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
170
+ declare const Key: ({ ...props }: IconProps) => react.JSX.Element;
170
171
 
171
- declare const Laptop: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
172
+ declare const Laptop: ({ ...props }: IconProps) => react.JSX.Element;
172
173
 
173
- declare const Link: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
174
+ declare const Link: ({ ...props }: IconProps) => react.JSX.Element;
174
175
 
175
- declare const Locked: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
176
+ declare const Locked: ({ ...props }: IconProps) => react.JSX.Element;
176
177
 
177
- declare const LongAnswer: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
178
+ declare const LongAnswer: ({ ...props }: IconProps) => react.JSX.Element;
178
179
 
179
- declare const Mail: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
180
+ declare const Mail: ({ ...props }: IconProps) => react.JSX.Element;
180
181
 
181
- declare const MailRounded: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
182
+ declare const MailRounded: ({ ...props }: IconProps) => react.JSX.Element;
182
183
 
183
- declare const Materials: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
184
+ declare const Materials: ({ ...props }: IconProps) => react__default.JSX.Element;
184
185
 
185
- declare const Maximize: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
186
+ declare const Maximize: ({ ...props }: IconProps) => react.JSX.Element;
186
187
 
187
- declare const MenuDots: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
188
+ declare const MenuDots: ({ ...props }: IconProps) => react.JSX.Element;
188
189
 
189
- declare const Microphone: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
190
+ declare const Microphone: ({ ...props }: IconProps) => react.JSX.Element;
190
191
 
191
- declare const MicrophoneOff: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
192
+ declare const MicrophoneOff: ({ ...props }: IconProps) => react.JSX.Element;
192
193
 
193
- declare const Minimize: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
194
+ declare const Minimize: ({ ...props }: IconProps) => react.JSX.Element;
194
195
 
195
- declare const Minus: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
196
+ declare const Minus: ({ ...props }: IconProps) => react.JSX.Element;
196
197
 
197
- declare const Moon: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
198
+ declare const Moon: ({ ...props }: IconProps) => react.JSX.Element;
198
199
 
199
- declare const MoreVert: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
200
+ declare const MoreVert: ({ ...props }: IconProps) => react.JSX.Element;
200
201
 
201
- declare const Move: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
202
+ declare const Move: ({ ...props }: IconProps) => react.JSX.Element;
202
203
 
203
- declare const Movie: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
204
+ declare const Movie: ({ ...props }: IconProps) => react.JSX.Element;
204
205
 
205
- declare const Music: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
206
+ declare const Music: ({ ...props }: IconProps) => react.JSX.Element;
206
207
 
207
- declare const Nature: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
208
+ declare const Nature: ({ ...props }: IconProps) => react.JSX.Element;
208
209
 
209
- declare const Notification: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
210
+ declare const Notification: ({ ...props }: IconProps) => react.JSX.Element;
210
211
 
211
- declare const Objects: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
212
+ declare const Objects: ({ ...props }: IconProps) => react.JSX.Element;
212
213
 
213
- declare const Ol: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
214
+ declare const Ol: ({ ...props }: IconProps) => react.JSX.Element;
214
215
 
215
- declare const OptionSelectionTest: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
216
+ declare const OptionSelectionTest: ({ ...props }: IconProps) => react.JSX.Element;
216
217
 
217
- declare const Palette: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
218
+ declare const Palette: ({ ...props }: IconProps) => react.JSX.Element;
218
219
 
219
- declare const Payments: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
220
+ declare const Payments: ({ ...props }: IconProps) => react__default.JSX.Element;
220
221
 
221
- declare const Pen: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
222
+ declare const Pen: ({ ...props }: IconProps) => react__default.JSX.Element;
222
223
 
223
- declare const PeopleInvite: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
224
+ declare const PeopleInvite: ({ ...props }: IconProps) => react.JSX.Element;
224
225
 
225
- declare const Photo: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
226
+ declare const Photo: ({ ...props }: IconProps) => react.JSX.Element;
226
227
 
227
- declare const Picture: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
228
+ declare const Picture: ({ ...props }: IconProps) => react.JSX.Element;
228
229
 
229
- declare const Pin: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
230
+ declare const Pin: ({ ...props }: IconProps) => react__default.JSX.Element;
230
231
 
231
- declare const Places: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
232
+ declare const Places: ({ ...props }: IconProps) => react.JSX.Element;
232
233
 
233
- declare const Play: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
234
+ declare const Play: ({ ...props }: IconProps) => react.JSX.Element;
234
235
 
235
- declare const Plus: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
236
+ declare const Plus: ({ ...props }: IconProps) => react.JSX.Element;
236
237
 
237
- declare const Presentation: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
238
+ declare const Presentation: ({ ...props }: IconProps) => react.JSX.Element;
238
239
 
239
- declare const PushPin: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
240
+ declare const PushPin: ({ ...props }: IconProps) => react.JSX.Element;
240
241
 
241
- declare const Rectangle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
242
+ declare const Rectangle: ({ ...props }: IconProps) => react.JSX.Element;
242
243
 
243
- declare const RedLine: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
244
+ declare const RedLine: ({ ...props }: IconProps) => react.JSX.Element;
244
245
 
245
- declare const Redo: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
246
+ declare const Redo: ({ ...props }: IconProps) => react__default.JSX.Element;
246
247
 
247
- declare const Reply: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
248
+ declare const Reply: ({ ...props }: IconProps) => react.JSX.Element;
248
249
 
249
- declare const RoundedRectangle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
250
+ declare const RoundedRectangle: ({ ...props }: IconProps) => react.JSX.Element;
250
251
 
251
- declare const RubbleCircle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
252
+ declare const RubbleCircle: ({ ...props }: IconProps) => react.JSX.Element;
252
253
 
253
- declare const Screenshare: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
254
+ declare const Screenshare: ({ ...props }: IconProps) => react.JSX.Element;
254
255
 
255
- declare const Search: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
256
+ declare const Search: ({ ...props }: IconProps) => react.JSX.Element;
256
257
 
257
- declare const Section: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
258
+ declare const Section: ({ ...props }: IconProps) => react.JSX.Element;
258
259
 
259
- declare const Send: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
260
+ declare const Send: ({ ...props }: IconProps) => react.JSX.Element;
260
261
 
261
- declare const Settings: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
262
+ declare const Settings: ({ ...props }: IconProps) => react.JSX.Element;
262
263
 
263
- declare const Shape: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
264
+ declare const Shape: ({ ...props }: IconProps) => react.JSX.Element;
264
265
 
265
- declare const Share: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
266
+ declare const Share: ({ ...props }: IconProps) => react.JSX.Element;
266
267
 
267
- declare const SimpleAnswer: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
268
+ declare const SimpleAnswer: ({ ...props }: IconProps) => react.JSX.Element;
268
269
 
269
- declare const SimpleAnswertTest: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
270
+ declare const SimpleAnswertTest: ({ ...props }: IconProps) => react.JSX.Element;
270
271
 
271
- declare const Sort: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
272
+ declare const Sort: ({ ...props }: IconProps) => react.JSX.Element;
272
273
 
273
- declare const SoundOn: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
274
+ declare const SoundOn: ({ ...props }: IconProps) => react.JSX.Element;
274
275
 
275
- declare const SoundTwo: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
276
+ declare const SoundTwo: ({ ...props }: IconProps) => react.JSX.Element;
276
277
 
277
- declare const Soundoff: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
278
+ declare const Soundoff: ({ ...props }: IconProps) => react.JSX.Element;
278
279
 
279
- declare const Speaker: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
280
+ declare const Speaker: ({ ...props }: IconProps) => react.JSX.Element;
280
281
 
281
- declare const SpeakerHorizontal: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
282
+ declare const SpeakerHorizontal: ({ ...props }: IconProps) => react.JSX.Element;
282
283
 
283
- declare const Star: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
284
+ declare const Star: ({ ...props }: IconProps) => react.JSX.Element;
284
285
 
285
- declare const Sticker: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
286
+ declare const Sticker: ({ ...props }: IconProps) => react__default.JSX.Element;
286
287
 
287
- declare const Stroke: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
288
+ declare const Stroke: ({ ...props }: IconProps) => react.JSX.Element;
288
289
 
289
- declare const Sun: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
290
+ declare const Sun: ({ ...props }: IconProps) => react.JSX.Element;
290
291
 
291
- declare const TText: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
292
+ declare const TText: ({ ...props }: IconProps) => react__default.JSX.Element;
292
293
 
293
- declare const Task: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
294
+ declare const Task: ({ ...props }: IconProps) => react.JSX.Element;
294
295
 
295
- declare const TaskFile: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
296
+ declare const TaskFile: ({ ...props }: IconProps) => react.JSX.Element;
296
297
 
297
- declare const Telegram: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
298
+ declare const Telegram: ({ ...props }: IconProps) => react.JSX.Element;
298
299
 
299
- declare const TelegramFilled: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
300
+ declare const TelegramFilled: ({ ...props }: IconProps) => react.JSX.Element;
300
301
 
301
- declare const Text: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
302
+ declare const Text: ({ ...props }: IconProps) => react.JSX.Element;
302
303
 
303
- declare const ThinArrowRight: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
304
+ declare const ThinArrowRight: ({ ...props }: IconProps) => react.JSX.Element;
304
305
 
305
- declare const Trapezoid: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
306
+ declare const Trapezoid: ({ ...props }: IconProps) => react.JSX.Element;
306
307
 
307
- declare const Trash: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
308
+ declare const Trash: ({ ...props }: IconProps) => react.JSX.Element;
308
309
 
309
- declare const Triangle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
310
+ declare const Triangle: ({ ...props }: IconProps) => react.JSX.Element;
310
311
 
311
- declare const Ul: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
312
+ declare const Ul: ({ ...props }: IconProps) => react.JSX.Element;
312
313
 
313
- declare const Underline: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
314
+ declare const Underline: ({ ...props }: IconProps) => react.JSX.Element;
314
315
 
315
- declare const Undo: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
316
+ declare const Undo: ({ ...props }: IconProps) => react__default.JSX.Element;
316
317
 
317
- declare const Unlocked: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
318
+ declare const Unlocked: ({ ...props }: IconProps) => react.JSX.Element;
318
319
 
319
- declare const Updates: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
320
+ declare const Updates: ({ ...props }: IconProps) => react.JSX.Element;
320
321
 
321
- declare const Upload: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
322
+ declare const Upload: ({ ...props }: IconProps) => react.JSX.Element;
322
323
 
323
- declare const Users: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
324
+ declare const Users: ({ ...props }: IconProps) => react.JSX.Element;
324
325
 
325
- declare const VariantSelect: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
326
+ declare const VariantSelect: ({ ...props }: IconProps) => react.JSX.Element;
326
327
 
327
- declare const Video: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
328
+ declare const Video: ({ ...props }: IconProps) => react.JSX.Element;
328
329
 
329
- declare const WhatsAppFilled: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
330
+ declare const WhatsAppFilled: ({ ...props }: IconProps) => react.JSX.Element;
330
331
 
331
- declare const WhiteBoard: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
332
+ declare const WhiteBoard: ({ ...props }: IconProps) => react.JSX.Element;
332
333
 
333
- declare const Window: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
334
+ declare const Window: ({ ...props }: IconProps) => react.JSX.Element;
334
335
 
335
- declare const ArrowUpRight: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
336
+ declare const ArrowUpRight: ({ ...props }: IconProps) => react.JSX.Element;
336
337
 
337
- declare const ZoomIn: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
338
+ declare const ZoomIn: ({ ...props }: IconProps) => react.JSX.Element;
338
339
 
339
- declare const ZoomOut: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
340
+ declare const ZoomOut: ({ ...props }: IconProps) => react.JSX.Element;
340
341
 
341
- declare const UserPlus: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
342
+ declare const UserPlus: ({ ...props }: IconProps) => react.JSX.Element;
342
343
 
343
- declare const LayoutLeft: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
344
+ declare const LayoutLeft: ({ ...props }: IconProps) => react.JSX.Element;
344
345
 
345
- declare const CornerUpRight: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
346
+ declare const CornerUpRight: ({ ...props }: IconProps) => react.JSX.Element;
346
347
 
347
- declare const AlarmClock: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
348
+ declare const AlarmClock: ({ ...props }: IconProps) => react.JSX.Element;
348
349
 
349
- declare const HelpCircle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
350
+ declare const HelpCircle: ({ ...props }: IconProps) => react.JSX.Element;
350
351
 
351
- declare const FlipBackward: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
352
+ declare const FlipBackward: ({ ...props }: IconProps) => react.JSX.Element;
352
353
 
353
- declare const Podcast: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
354
+ declare const Podcast: ({ ...props }: IconProps) => react.JSX.Element;
354
355
 
355
- declare const MessageHeartCircle: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
356
+ declare const MessageHeartCircle: ({ ...props }: IconProps) => react__default.JSX.Element;
356
357
 
357
- declare const VK: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
358
+ declare const VK: ({ ...props }: IconProps) => react.JSX.Element;
358
359
 
359
- declare const Shield: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
360
+ declare const Shield: ({ ...props }: IconProps) => react.JSX.Element;
360
361
 
361
- declare const ShieldOff: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
362
+ declare const ShieldOff: ({ ...props }: IconProps) => react.JSX.Element;
362
363
 
363
- declare const Edit05: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
364
+ declare const Edit05: ({ ...props }: IconProps) => react.JSX.Element;
364
365
 
365
- 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
+ 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", "Pinned"];
366
367
 
367
- declare const Transform: ({ ...props }: IconProps) => react_jsx_runtime.JSX.Element;
368
+ declare const Transform: ({ ...props }: IconProps) => react.JSX.Element;
368
369
 
369
- 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, 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 };
370
+ declare const Pinned: ({ ...props }: IconProps) => react__default.JSX.Element;
371
+
372
+ 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, Pinned, 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 dark:text-gray-0",
41
- brand: "text-brand-60 dark:text-brand-40",
42
- destructive: "text-red-80 dark:text-red-40"
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",
@@ -2521,7 +2524,8 @@ var icons = [
2521
2524
  "Shield",
2522
2525
  "ShieldOff",
2523
2526
  "Edit05",
2524
- "Transform"
2527
+ "Transform",
2528
+ "Pinned"
2525
2529
  ];
2526
2530
 
2527
2531
  // icons/Transform.tsx
@@ -2537,6 +2541,13 @@ var Transform = (_a) => {
2537
2541
  }
2538
2542
  ) }));
2539
2543
  };
2544
+
2545
+ // icons/Pinned.tsx
2546
+ import { jsx as jsx179 } from "react/jsx-runtime";
2547
+ var Pinned = (_a) => {
2548
+ var props = __objRest(_a, []);
2549
+ return /* @__PURE__ */ jsx179(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx179("path", { d: "M18.271 4.75684L19.4569 5.94272C19.8296 6.31546 20.1512 6.63701 20.3944 6.92351C20.6512 7.2259 20.8788 7.55438 21.01 7.95826C21.2058 8.56079 21.2058 9.20983 21.01 9.81236C20.8788 10.2162 20.6512 10.5447 20.3944 10.8471C20.1777 11.1024 19.8988 11.3855 19.5769 11.7078L19.571 11.7137L18.4049 12.8799L17.9164 17.2761C17.8905 17.51 17.864 17.7483 17.8246 17.9417C17.7869 18.1266 17.7028 18.4741 17.4224 18.7552C17.0997 19.0785 16.6473 19.2372 16.1933 19.1863C15.7988 19.142 15.516 18.9231 15.371 18.8023C15.2195 18.676 15.05 18.5064 14.8837 18.3401L11.0858 14.5422L6.84313 18.7848C6.4526 19.1753 5.81944 19.1753 5.42891 18.7848C5.03839 18.3943 5.03839 17.7611 5.42891 17.3706L9.67155 13.128L5.87371 9.33012C5.70733 9.1638 5.53773 8.99427 5.4114 8.84269C5.29057 8.69772 5.0717 8.41492 5.02743 8.02041C4.97649 7.56645 5.1352 7.11402 5.45856 6.79135C5.73957 6.51095 6.08714 6.42685 6.27206 6.38912C6.4654 6.34968 6.70373 6.32324 6.93756 6.29731L11.3338 5.80883L12.5 4.64267L12.5058 4.63694C12.8282 4.31498 13.1113 4.03602 13.3666 3.81927C13.669 3.56256 13.9975 3.33494 14.4014 3.20372C15.0039 3.00794 15.6529 3.00794 16.2555 3.20372C16.6593 3.33494 16.9878 3.56256 17.2902 3.81927C17.5767 4.06249 17.8983 4.38408 18.271 4.75684Z", fill: "currentColor" }) }));
2550
+ };
2540
2551
  export {
2541
2552
  Account,
2542
2553
  Activity,
@@ -2655,6 +2666,7 @@ export {
2655
2666
  Photo,
2656
2667
  Picture,
2657
2668
  Pin,
2669
+ Pinned,
2658
2670
  Places,
2659
2671
  Play,
2660
2672
  Plus,
@@ -2688,6 +2700,7 @@ export {
2688
2700
  Sticker,
2689
2701
  Stroke,
2690
2702
  Sun,
2703
+ Svg,
2691
2704
  TText,
2692
2705
  Task,
2693
2706
  TaskFile,
@@ -2715,5 +2728,6 @@ export {
2715
2728
  Window,
2716
2729
  ZoomIn,
2717
2730
  ZoomOut,
2718
- icons
2731
+ icons,
2732
+ svgVariants
2719
2733
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xipkg/icons",
3
- "version": "3.0.15",
3
+ "version": "3.0.21",
4
4
  "main": "./dist/index.mjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.mts",