@team-monolith/cds 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@types/emotion.d.ts +70 -0
- package/dist/components/AlertDialog/AlertDialog.js +8 -9
- package/dist/components/AlertDialog/AlertDialogTitle.js +3 -6
- package/dist/components/Banner.js +1 -1
- package/dist/components/InputBase.js +1 -1
- package/dist/components/Tag.js +1 -1
- package/dist/icons/Arrows.d.ts +433 -0
- package/dist/icons/Arrows.js +228 -0
- package/dist/icons/Buildings.d.ts +233 -0
- package/dist/icons/Buildings.js +128 -0
- package/dist/icons/Business.d.ts +769 -0
- package/dist/icons/Business.js +396 -0
- package/dist/icons/Communication.d.ts +257 -0
- package/dist/icons/Communication.js +140 -0
- package/dist/icons/Design.d.ts +657 -0
- package/dist/icons/Design.js +340 -0
- package/dist/icons/Development.d.ts +201 -0
- package/dist/icons/Development.js +112 -0
- package/dist/icons/Device.d.ts +665 -0
- package/dist/icons/Device.js +344 -0
- package/dist/icons/Document.d.ts +809 -0
- package/dist/icons/Document.js +416 -0
- package/dist/icons/Editor.d.ts +457 -0
- package/dist/icons/Editor.js +240 -0
- package/dist/icons/Finance.d.ts +561 -0
- package/dist/icons/Finance.js +292 -0
- package/dist/icons/Health & Medical.d.ts +249 -0
- package/dist/icons/Health & Medical.js +136 -0
- package/dist/icons/Logos.d.ts +897 -0
- package/dist/icons/Logos.js +460 -0
- package/dist/icons/Map.d.ts +697 -0
- package/dist/icons/Map.js +360 -0
- package/dist/icons/Media.d.ts +873 -0
- package/dist/icons/Media.js +448 -0
- package/dist/icons/Others.d.ts +417 -0
- package/dist/icons/Others.js +220 -0
- package/dist/icons/System.d.ts +1049 -0
- package/dist/icons/System.js +536 -0
- package/dist/icons/User & Faces.d.ts +449 -0
- package/dist/icons/User & Faces.js +236 -0
- package/dist/icons/Weather.d.ts +321 -0
- package/dist/icons/Weather.js +172 -0
- package/dist/icons/index.d.ts +18 -0
- package/dist/icons/index.js +18 -0
- package/dist/index.d.ts +2 -7
- package/dist/index.js +2 -7
- package/dist/patterns/Dialog/DialogTitle.js +1 -1
- package/dist/patterns/Dropdown/Dropdown.js +1 -1
- package/dist/patterns/Dropdown/DropdownItem.js +1 -1
- package/dist/patterns/Table/TableCell.js +3 -3
- package/package.json +7 -4
- package/dist/components/AlertDialog/AlertDialogContext.d.ts +0 -5
- package/dist/components/AlertDialog/AlertDialogContext.js +0 -2
- package/dist/icons/Arrows/index.d.ts +0 -2
- package/dist/icons/Arrows/index.js +0 -2
- package/dist/icons/Media/index.d.ts +0 -2
- package/dist/icons/Media/index.js +0 -2
- package/dist/icons/System/index.d.ts +0 -2
- package/dist/icons/System/index.js +0 -2
- package/dist/icons/arrows.d.ts +0 -28
- package/dist/icons/arrows.js +0 -21
- package/dist/icons/brand.d.ts +0 -4
- package/dist/icons/brand.js +0 -13
- package/dist/icons/design.d.ts +0 -4
- package/dist/icons/design.js +0 -13
- package/dist/icons/map.d.ts +0 -4
- package/dist/icons/map.js +0 -13
- package/dist/icons/system.d.ts +0 -31
- package/dist/icons/system.js +0 -22
|
@@ -0,0 +1,449 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export { default as accountBoxFillSvg } from "remixicon/icons/User & Faces/account-box-fill.svg";
|
|
3
|
+
export declare const AccountBoxFillIcon: (props: {
|
|
4
|
+
className?: string;
|
|
5
|
+
}) => JSX.Element;
|
|
6
|
+
export { default as accountBoxLineSvg } from "remixicon/icons/User & Faces/account-box-line.svg";
|
|
7
|
+
export declare const AccountBoxLineIcon: (props: {
|
|
8
|
+
className?: string;
|
|
9
|
+
}) => JSX.Element;
|
|
10
|
+
export { default as accountCircleFillSvg } from "remixicon/icons/User & Faces/account-circle-fill.svg";
|
|
11
|
+
export declare const AccountCircleFillIcon: (props: {
|
|
12
|
+
className?: string;
|
|
13
|
+
}) => JSX.Element;
|
|
14
|
+
export { default as accountCircleLineSvg } from "remixicon/icons/User & Faces/account-circle-line.svg";
|
|
15
|
+
export declare const AccountCircleLineIcon: (props: {
|
|
16
|
+
className?: string;
|
|
17
|
+
}) => JSX.Element;
|
|
18
|
+
export { default as accountPinBoxFillSvg } from "remixicon/icons/User & Faces/account-pin-box-fill.svg";
|
|
19
|
+
export declare const AccountPinBoxFillIcon: (props: {
|
|
20
|
+
className?: string;
|
|
21
|
+
}) => JSX.Element;
|
|
22
|
+
export { default as accountPinBoxLineSvg } from "remixicon/icons/User & Faces/account-pin-box-line.svg";
|
|
23
|
+
export declare const AccountPinBoxLineIcon: (props: {
|
|
24
|
+
className?: string;
|
|
25
|
+
}) => JSX.Element;
|
|
26
|
+
export { default as accountPinCircleFillSvg } from "remixicon/icons/User & Faces/account-pin-circle-fill.svg";
|
|
27
|
+
export declare const AccountPinCircleFillIcon: (props: {
|
|
28
|
+
className?: string;
|
|
29
|
+
}) => JSX.Element;
|
|
30
|
+
export { default as accountPinCircleLineSvg } from "remixicon/icons/User & Faces/account-pin-circle-line.svg";
|
|
31
|
+
export declare const AccountPinCircleLineIcon: (props: {
|
|
32
|
+
className?: string;
|
|
33
|
+
}) => JSX.Element;
|
|
34
|
+
export { default as adminFillSvg } from "remixicon/icons/User & Faces/admin-fill.svg";
|
|
35
|
+
export declare const AdminFillIcon: (props: {
|
|
36
|
+
className?: string;
|
|
37
|
+
}) => JSX.Element;
|
|
38
|
+
export { default as adminLineSvg } from "remixicon/icons/User & Faces/admin-line.svg";
|
|
39
|
+
export declare const AdminLineIcon: (props: {
|
|
40
|
+
className?: string;
|
|
41
|
+
}) => JSX.Element;
|
|
42
|
+
export { default as aliensFillSvg } from "remixicon/icons/User & Faces/aliens-fill.svg";
|
|
43
|
+
export declare const AliensFillIcon: (props: {
|
|
44
|
+
className?: string;
|
|
45
|
+
}) => JSX.Element;
|
|
46
|
+
export { default as aliensLineSvg } from "remixicon/icons/User & Faces/aliens-line.svg";
|
|
47
|
+
export declare const AliensLineIcon: (props: {
|
|
48
|
+
className?: string;
|
|
49
|
+
}) => JSX.Element;
|
|
50
|
+
export { default as bearSmileFillSvg } from "remixicon/icons/User & Faces/bear-smile-fill.svg";
|
|
51
|
+
export declare const BearSmileFillIcon: (props: {
|
|
52
|
+
className?: string;
|
|
53
|
+
}) => JSX.Element;
|
|
54
|
+
export { default as bearSmileLineSvg } from "remixicon/icons/User & Faces/bear-smile-line.svg";
|
|
55
|
+
export declare const BearSmileLineIcon: (props: {
|
|
56
|
+
className?: string;
|
|
57
|
+
}) => JSX.Element;
|
|
58
|
+
export { default as bodyScanFillSvg } from "remixicon/icons/User & Faces/body-scan-fill.svg";
|
|
59
|
+
export declare const BodyScanFillIcon: (props: {
|
|
60
|
+
className?: string;
|
|
61
|
+
}) => JSX.Element;
|
|
62
|
+
export { default as bodyScanLineSvg } from "remixicon/icons/User & Faces/body-scan-line.svg";
|
|
63
|
+
export declare const BodyScanLineIcon: (props: {
|
|
64
|
+
className?: string;
|
|
65
|
+
}) => JSX.Element;
|
|
66
|
+
export { default as contactsFillSvg } from "remixicon/icons/User & Faces/contacts-fill.svg";
|
|
67
|
+
export declare const ContactsFillIcon: (props: {
|
|
68
|
+
className?: string;
|
|
69
|
+
}) => JSX.Element;
|
|
70
|
+
export { default as contactsLineSvg } from "remixicon/icons/User & Faces/contacts-line.svg";
|
|
71
|
+
export declare const ContactsLineIcon: (props: {
|
|
72
|
+
className?: string;
|
|
73
|
+
}) => JSX.Element;
|
|
74
|
+
export { default as criminalFillSvg } from "remixicon/icons/User & Faces/criminal-fill.svg";
|
|
75
|
+
export declare const CriminalFillIcon: (props: {
|
|
76
|
+
className?: string;
|
|
77
|
+
}) => JSX.Element;
|
|
78
|
+
export { default as criminalLineSvg } from "remixicon/icons/User & Faces/criminal-line.svg";
|
|
79
|
+
export declare const CriminalLineIcon: (props: {
|
|
80
|
+
className?: string;
|
|
81
|
+
}) => JSX.Element;
|
|
82
|
+
export { default as emotion2FillSvg } from "remixicon/icons/User & Faces/emotion-2-fill.svg";
|
|
83
|
+
export declare const Emotion2FillIcon: (props: {
|
|
84
|
+
className?: string;
|
|
85
|
+
}) => JSX.Element;
|
|
86
|
+
export { default as emotion2LineSvg } from "remixicon/icons/User & Faces/emotion-2-line.svg";
|
|
87
|
+
export declare const Emotion2LineIcon: (props: {
|
|
88
|
+
className?: string;
|
|
89
|
+
}) => JSX.Element;
|
|
90
|
+
export { default as emotionFillSvg } from "remixicon/icons/User & Faces/emotion-fill.svg";
|
|
91
|
+
export declare const EmotionFillIcon: (props: {
|
|
92
|
+
className?: string;
|
|
93
|
+
}) => JSX.Element;
|
|
94
|
+
export { default as emotionHappyFillSvg } from "remixicon/icons/User & Faces/emotion-happy-fill.svg";
|
|
95
|
+
export declare const EmotionHappyFillIcon: (props: {
|
|
96
|
+
className?: string;
|
|
97
|
+
}) => JSX.Element;
|
|
98
|
+
export { default as emotionHappyLineSvg } from "remixicon/icons/User & Faces/emotion-happy-line.svg";
|
|
99
|
+
export declare const EmotionHappyLineIcon: (props: {
|
|
100
|
+
className?: string;
|
|
101
|
+
}) => JSX.Element;
|
|
102
|
+
export { default as emotionLaughFillSvg } from "remixicon/icons/User & Faces/emotion-laugh-fill.svg";
|
|
103
|
+
export declare const EmotionLaughFillIcon: (props: {
|
|
104
|
+
className?: string;
|
|
105
|
+
}) => JSX.Element;
|
|
106
|
+
export { default as emotionLaughLineSvg } from "remixicon/icons/User & Faces/emotion-laugh-line.svg";
|
|
107
|
+
export declare const EmotionLaughLineIcon: (props: {
|
|
108
|
+
className?: string;
|
|
109
|
+
}) => JSX.Element;
|
|
110
|
+
export { default as emotionLineSvg } from "remixicon/icons/User & Faces/emotion-line.svg";
|
|
111
|
+
export declare const EmotionLineIcon: (props: {
|
|
112
|
+
className?: string;
|
|
113
|
+
}) => JSX.Element;
|
|
114
|
+
export { default as emotionNormalFillSvg } from "remixicon/icons/User & Faces/emotion-normal-fill.svg";
|
|
115
|
+
export declare const EmotionNormalFillIcon: (props: {
|
|
116
|
+
className?: string;
|
|
117
|
+
}) => JSX.Element;
|
|
118
|
+
export { default as emotionNormalLineSvg } from "remixicon/icons/User & Faces/emotion-normal-line.svg";
|
|
119
|
+
export declare const EmotionNormalLineIcon: (props: {
|
|
120
|
+
className?: string;
|
|
121
|
+
}) => JSX.Element;
|
|
122
|
+
export { default as emotionSadFillSvg } from "remixicon/icons/User & Faces/emotion-sad-fill.svg";
|
|
123
|
+
export declare const EmotionSadFillIcon: (props: {
|
|
124
|
+
className?: string;
|
|
125
|
+
}) => JSX.Element;
|
|
126
|
+
export { default as emotionSadLineSvg } from "remixicon/icons/User & Faces/emotion-sad-line.svg";
|
|
127
|
+
export declare const EmotionSadLineIcon: (props: {
|
|
128
|
+
className?: string;
|
|
129
|
+
}) => JSX.Element;
|
|
130
|
+
export { default as emotionUnhappyFillSvg } from "remixicon/icons/User & Faces/emotion-unhappy-fill.svg";
|
|
131
|
+
export declare const EmotionUnhappyFillIcon: (props: {
|
|
132
|
+
className?: string;
|
|
133
|
+
}) => JSX.Element;
|
|
134
|
+
export { default as emotionUnhappyLineSvg } from "remixicon/icons/User & Faces/emotion-unhappy-line.svg";
|
|
135
|
+
export declare const EmotionUnhappyLineIcon: (props: {
|
|
136
|
+
className?: string;
|
|
137
|
+
}) => JSX.Element;
|
|
138
|
+
export { default as genderlessFillSvg } from "remixicon/icons/User & Faces/genderless-fill.svg";
|
|
139
|
+
export declare const GenderlessFillIcon: (props: {
|
|
140
|
+
className?: string;
|
|
141
|
+
}) => JSX.Element;
|
|
142
|
+
export { default as genderlessLineSvg } from "remixicon/icons/User & Faces/genderless-line.svg";
|
|
143
|
+
export declare const GenderlessLineIcon: (props: {
|
|
144
|
+
className?: string;
|
|
145
|
+
}) => JSX.Element;
|
|
146
|
+
export { default as ghost2FillSvg } from "remixicon/icons/User & Faces/ghost-2-fill.svg";
|
|
147
|
+
export declare const Ghost2FillIcon: (props: {
|
|
148
|
+
className?: string;
|
|
149
|
+
}) => JSX.Element;
|
|
150
|
+
export { default as ghost2LineSvg } from "remixicon/icons/User & Faces/ghost-2-line.svg";
|
|
151
|
+
export declare const Ghost2LineIcon: (props: {
|
|
152
|
+
className?: string;
|
|
153
|
+
}) => JSX.Element;
|
|
154
|
+
export { default as ghostFillSvg } from "remixicon/icons/User & Faces/ghost-fill.svg";
|
|
155
|
+
export declare const GhostFillIcon: (props: {
|
|
156
|
+
className?: string;
|
|
157
|
+
}) => JSX.Element;
|
|
158
|
+
export { default as ghostLineSvg } from "remixicon/icons/User & Faces/ghost-line.svg";
|
|
159
|
+
export declare const GhostLineIcon: (props: {
|
|
160
|
+
className?: string;
|
|
161
|
+
}) => JSX.Element;
|
|
162
|
+
export { default as ghostSmileFillSvg } from "remixicon/icons/User & Faces/ghost-smile-fill.svg";
|
|
163
|
+
export declare const GhostSmileFillIcon: (props: {
|
|
164
|
+
className?: string;
|
|
165
|
+
}) => JSX.Element;
|
|
166
|
+
export { default as ghostSmileLineSvg } from "remixicon/icons/User & Faces/ghost-smile-line.svg";
|
|
167
|
+
export declare const GhostSmileLineIcon: (props: {
|
|
168
|
+
className?: string;
|
|
169
|
+
}) => JSX.Element;
|
|
170
|
+
export { default as group2FillSvg } from "remixicon/icons/User & Faces/group-2-fill.svg";
|
|
171
|
+
export declare const Group2FillIcon: (props: {
|
|
172
|
+
className?: string;
|
|
173
|
+
}) => JSX.Element;
|
|
174
|
+
export { default as group2LineSvg } from "remixicon/icons/User & Faces/group-2-line.svg";
|
|
175
|
+
export declare const Group2LineIcon: (props: {
|
|
176
|
+
className?: string;
|
|
177
|
+
}) => JSX.Element;
|
|
178
|
+
export { default as groupFillSvg } from "remixicon/icons/User & Faces/group-fill.svg";
|
|
179
|
+
export declare const GroupFillIcon: (props: {
|
|
180
|
+
className?: string;
|
|
181
|
+
}) => JSX.Element;
|
|
182
|
+
export { default as groupLineSvg } from "remixicon/icons/User & Faces/group-line.svg";
|
|
183
|
+
export declare const GroupLineIcon: (props: {
|
|
184
|
+
className?: string;
|
|
185
|
+
}) => JSX.Element;
|
|
186
|
+
export { default as menFillSvg } from "remixicon/icons/User & Faces/men-fill.svg";
|
|
187
|
+
export declare const MenFillIcon: (props: {
|
|
188
|
+
className?: string;
|
|
189
|
+
}) => JSX.Element;
|
|
190
|
+
export { default as menLineSvg } from "remixicon/icons/User & Faces/men-line.svg";
|
|
191
|
+
export declare const MenLineIcon: (props: {
|
|
192
|
+
className?: string;
|
|
193
|
+
}) => JSX.Element;
|
|
194
|
+
export { default as mickeyFillSvg } from "remixicon/icons/User & Faces/mickey-fill.svg";
|
|
195
|
+
export declare const MickeyFillIcon: (props: {
|
|
196
|
+
className?: string;
|
|
197
|
+
}) => JSX.Element;
|
|
198
|
+
export { default as mickeyLineSvg } from "remixicon/icons/User & Faces/mickey-line.svg";
|
|
199
|
+
export declare const MickeyLineIcon: (props: {
|
|
200
|
+
className?: string;
|
|
201
|
+
}) => JSX.Element;
|
|
202
|
+
export { default as openArmFillSvg } from "remixicon/icons/User & Faces/open-arm-fill.svg";
|
|
203
|
+
export declare const OpenArmFillIcon: (props: {
|
|
204
|
+
className?: string;
|
|
205
|
+
}) => JSX.Element;
|
|
206
|
+
export { default as openArmLineSvg } from "remixicon/icons/User & Faces/open-arm-line.svg";
|
|
207
|
+
export declare const OpenArmLineIcon: (props: {
|
|
208
|
+
className?: string;
|
|
209
|
+
}) => JSX.Element;
|
|
210
|
+
export { default as parentFillSvg } from "remixicon/icons/User & Faces/parent-fill.svg";
|
|
211
|
+
export declare const ParentFillIcon: (props: {
|
|
212
|
+
className?: string;
|
|
213
|
+
}) => JSX.Element;
|
|
214
|
+
export { default as parentLineSvg } from "remixicon/icons/User & Faces/parent-line.svg";
|
|
215
|
+
export declare const ParentLineIcon: (props: {
|
|
216
|
+
className?: string;
|
|
217
|
+
}) => JSX.Element;
|
|
218
|
+
export { default as robotFillSvg } from "remixicon/icons/User & Faces/robot-fill.svg";
|
|
219
|
+
export declare const RobotFillIcon: (props: {
|
|
220
|
+
className?: string;
|
|
221
|
+
}) => JSX.Element;
|
|
222
|
+
export { default as robotLineSvg } from "remixicon/icons/User & Faces/robot-line.svg";
|
|
223
|
+
export declare const RobotLineIcon: (props: {
|
|
224
|
+
className?: string;
|
|
225
|
+
}) => JSX.Element;
|
|
226
|
+
export { default as skull2FillSvg } from "remixicon/icons/User & Faces/skull-2-fill.svg";
|
|
227
|
+
export declare const Skull2FillIcon: (props: {
|
|
228
|
+
className?: string;
|
|
229
|
+
}) => JSX.Element;
|
|
230
|
+
export { default as skull2LineSvg } from "remixicon/icons/User & Faces/skull-2-line.svg";
|
|
231
|
+
export declare const Skull2LineIcon: (props: {
|
|
232
|
+
className?: string;
|
|
233
|
+
}) => JSX.Element;
|
|
234
|
+
export { default as skullFillSvg } from "remixicon/icons/User & Faces/skull-fill.svg";
|
|
235
|
+
export declare const SkullFillIcon: (props: {
|
|
236
|
+
className?: string;
|
|
237
|
+
}) => JSX.Element;
|
|
238
|
+
export { default as skullLineSvg } from "remixicon/icons/User & Faces/skull-line.svg";
|
|
239
|
+
export declare const SkullLineIcon: (props: {
|
|
240
|
+
className?: string;
|
|
241
|
+
}) => JSX.Element;
|
|
242
|
+
export { default as spyFillSvg } from "remixicon/icons/User & Faces/spy-fill.svg";
|
|
243
|
+
export declare const SpyFillIcon: (props: {
|
|
244
|
+
className?: string;
|
|
245
|
+
}) => JSX.Element;
|
|
246
|
+
export { default as spyLineSvg } from "remixicon/icons/User & Faces/spy-line.svg";
|
|
247
|
+
export declare const SpyLineIcon: (props: {
|
|
248
|
+
className?: string;
|
|
249
|
+
}) => JSX.Element;
|
|
250
|
+
export { default as starSmileFillSvg } from "remixicon/icons/User & Faces/star-smile-fill.svg";
|
|
251
|
+
export declare const StarSmileFillIcon: (props: {
|
|
252
|
+
className?: string;
|
|
253
|
+
}) => JSX.Element;
|
|
254
|
+
export { default as starSmileLineSvg } from "remixicon/icons/User & Faces/star-smile-line.svg";
|
|
255
|
+
export declare const StarSmileLineIcon: (props: {
|
|
256
|
+
className?: string;
|
|
257
|
+
}) => JSX.Element;
|
|
258
|
+
export { default as teamFillSvg } from "remixicon/icons/User & Faces/team-fill.svg";
|
|
259
|
+
export declare const TeamFillIcon: (props: {
|
|
260
|
+
className?: string;
|
|
261
|
+
}) => JSX.Element;
|
|
262
|
+
export { default as teamLineSvg } from "remixicon/icons/User & Faces/team-line.svg";
|
|
263
|
+
export declare const TeamLineIcon: (props: {
|
|
264
|
+
className?: string;
|
|
265
|
+
}) => JSX.Element;
|
|
266
|
+
export { default as travestiFillSvg } from "remixicon/icons/User & Faces/travesti-fill.svg";
|
|
267
|
+
export declare const TravestiFillIcon: (props: {
|
|
268
|
+
className?: string;
|
|
269
|
+
}) => JSX.Element;
|
|
270
|
+
export { default as travestiLineSvg } from "remixicon/icons/User & Faces/travesti-line.svg";
|
|
271
|
+
export declare const TravestiLineIcon: (props: {
|
|
272
|
+
className?: string;
|
|
273
|
+
}) => JSX.Element;
|
|
274
|
+
export { default as user2FillSvg } from "remixicon/icons/User & Faces/user-2-fill.svg";
|
|
275
|
+
export declare const User2FillIcon: (props: {
|
|
276
|
+
className?: string;
|
|
277
|
+
}) => JSX.Element;
|
|
278
|
+
export { default as user2LineSvg } from "remixicon/icons/User & Faces/user-2-line.svg";
|
|
279
|
+
export declare const User2LineIcon: (props: {
|
|
280
|
+
className?: string;
|
|
281
|
+
}) => JSX.Element;
|
|
282
|
+
export { default as user3FillSvg } from "remixicon/icons/User & Faces/user-3-fill.svg";
|
|
283
|
+
export declare const User3FillIcon: (props: {
|
|
284
|
+
className?: string;
|
|
285
|
+
}) => JSX.Element;
|
|
286
|
+
export { default as user3LineSvg } from "remixicon/icons/User & Faces/user-3-line.svg";
|
|
287
|
+
export declare const User3LineIcon: (props: {
|
|
288
|
+
className?: string;
|
|
289
|
+
}) => JSX.Element;
|
|
290
|
+
export { default as user4FillSvg } from "remixicon/icons/User & Faces/user-4-fill.svg";
|
|
291
|
+
export declare const User4FillIcon: (props: {
|
|
292
|
+
className?: string;
|
|
293
|
+
}) => JSX.Element;
|
|
294
|
+
export { default as user4LineSvg } from "remixicon/icons/User & Faces/user-4-line.svg";
|
|
295
|
+
export declare const User4LineIcon: (props: {
|
|
296
|
+
className?: string;
|
|
297
|
+
}) => JSX.Element;
|
|
298
|
+
export { default as user5FillSvg } from "remixicon/icons/User & Faces/user-5-fill.svg";
|
|
299
|
+
export declare const User5FillIcon: (props: {
|
|
300
|
+
className?: string;
|
|
301
|
+
}) => JSX.Element;
|
|
302
|
+
export { default as user5LineSvg } from "remixicon/icons/User & Faces/user-5-line.svg";
|
|
303
|
+
export declare const User5LineIcon: (props: {
|
|
304
|
+
className?: string;
|
|
305
|
+
}) => JSX.Element;
|
|
306
|
+
export { default as user6FillSvg } from "remixicon/icons/User & Faces/user-6-fill.svg";
|
|
307
|
+
export declare const User6FillIcon: (props: {
|
|
308
|
+
className?: string;
|
|
309
|
+
}) => JSX.Element;
|
|
310
|
+
export { default as user6LineSvg } from "remixicon/icons/User & Faces/user-6-line.svg";
|
|
311
|
+
export declare const User6LineIcon: (props: {
|
|
312
|
+
className?: string;
|
|
313
|
+
}) => JSX.Element;
|
|
314
|
+
export { default as userAddFillSvg } from "remixicon/icons/User & Faces/user-add-fill.svg";
|
|
315
|
+
export declare const UserAddFillIcon: (props: {
|
|
316
|
+
className?: string;
|
|
317
|
+
}) => JSX.Element;
|
|
318
|
+
export { default as userAddLineSvg } from "remixicon/icons/User & Faces/user-add-line.svg";
|
|
319
|
+
export declare const UserAddLineIcon: (props: {
|
|
320
|
+
className?: string;
|
|
321
|
+
}) => JSX.Element;
|
|
322
|
+
export { default as userFillSvg } from "remixicon/icons/User & Faces/user-fill.svg";
|
|
323
|
+
export declare const UserFillIcon: (props: {
|
|
324
|
+
className?: string;
|
|
325
|
+
}) => JSX.Element;
|
|
326
|
+
export { default as userFollowFillSvg } from "remixicon/icons/User & Faces/user-follow-fill.svg";
|
|
327
|
+
export declare const UserFollowFillIcon: (props: {
|
|
328
|
+
className?: string;
|
|
329
|
+
}) => JSX.Element;
|
|
330
|
+
export { default as userFollowLineSvg } from "remixicon/icons/User & Faces/user-follow-line.svg";
|
|
331
|
+
export declare const UserFollowLineIcon: (props: {
|
|
332
|
+
className?: string;
|
|
333
|
+
}) => JSX.Element;
|
|
334
|
+
export { default as userForbidFillSvg } from "remixicon/icons/User & Faces/user-forbid-fill.svg";
|
|
335
|
+
export declare const UserForbidFillIcon: (props: {
|
|
336
|
+
className?: string;
|
|
337
|
+
}) => JSX.Element;
|
|
338
|
+
export { default as userForbidLineSvg } from "remixicon/icons/User & Faces/user-forbid-line.svg";
|
|
339
|
+
export declare const UserForbidLineIcon: (props: {
|
|
340
|
+
className?: string;
|
|
341
|
+
}) => JSX.Element;
|
|
342
|
+
export { default as userHeartFillSvg } from "remixicon/icons/User & Faces/user-heart-fill.svg";
|
|
343
|
+
export declare const UserHeartFillIcon: (props: {
|
|
344
|
+
className?: string;
|
|
345
|
+
}) => JSX.Element;
|
|
346
|
+
export { default as userHeartLineSvg } from "remixicon/icons/User & Faces/user-heart-line.svg";
|
|
347
|
+
export declare const UserHeartLineIcon: (props: {
|
|
348
|
+
className?: string;
|
|
349
|
+
}) => JSX.Element;
|
|
350
|
+
export { default as userLineSvg } from "remixicon/icons/User & Faces/user-line.svg";
|
|
351
|
+
export declare const UserLineIcon: (props: {
|
|
352
|
+
className?: string;
|
|
353
|
+
}) => JSX.Element;
|
|
354
|
+
export { default as userLocationFillSvg } from "remixicon/icons/User & Faces/user-location-fill.svg";
|
|
355
|
+
export declare const UserLocationFillIcon: (props: {
|
|
356
|
+
className?: string;
|
|
357
|
+
}) => JSX.Element;
|
|
358
|
+
export { default as userLocationLineSvg } from "remixicon/icons/User & Faces/user-location-line.svg";
|
|
359
|
+
export declare const UserLocationLineIcon: (props: {
|
|
360
|
+
className?: string;
|
|
361
|
+
}) => JSX.Element;
|
|
362
|
+
export { default as userReceived2FillSvg } from "remixicon/icons/User & Faces/user-received-2-fill.svg";
|
|
363
|
+
export declare const UserReceived2FillIcon: (props: {
|
|
364
|
+
className?: string;
|
|
365
|
+
}) => JSX.Element;
|
|
366
|
+
export { default as userReceived2LineSvg } from "remixicon/icons/User & Faces/user-received-2-line.svg";
|
|
367
|
+
export declare const UserReceived2LineIcon: (props: {
|
|
368
|
+
className?: string;
|
|
369
|
+
}) => JSX.Element;
|
|
370
|
+
export { default as userReceivedFillSvg } from "remixicon/icons/User & Faces/user-received-fill.svg";
|
|
371
|
+
export declare const UserReceivedFillIcon: (props: {
|
|
372
|
+
className?: string;
|
|
373
|
+
}) => JSX.Element;
|
|
374
|
+
export { default as userReceivedLineSvg } from "remixicon/icons/User & Faces/user-received-line.svg";
|
|
375
|
+
export declare const UserReceivedLineIcon: (props: {
|
|
376
|
+
className?: string;
|
|
377
|
+
}) => JSX.Element;
|
|
378
|
+
export { default as userSearchFillSvg } from "remixicon/icons/User & Faces/user-search-fill.svg";
|
|
379
|
+
export declare const UserSearchFillIcon: (props: {
|
|
380
|
+
className?: string;
|
|
381
|
+
}) => JSX.Element;
|
|
382
|
+
export { default as userSearchLineSvg } from "remixicon/icons/User & Faces/user-search-line.svg";
|
|
383
|
+
export declare const UserSearchLineIcon: (props: {
|
|
384
|
+
className?: string;
|
|
385
|
+
}) => JSX.Element;
|
|
386
|
+
export { default as userSettingsFillSvg } from "remixicon/icons/User & Faces/user-settings-fill.svg";
|
|
387
|
+
export declare const UserSettingsFillIcon: (props: {
|
|
388
|
+
className?: string;
|
|
389
|
+
}) => JSX.Element;
|
|
390
|
+
export { default as userSettingsLineSvg } from "remixicon/icons/User & Faces/user-settings-line.svg";
|
|
391
|
+
export declare const UserSettingsLineIcon: (props: {
|
|
392
|
+
className?: string;
|
|
393
|
+
}) => JSX.Element;
|
|
394
|
+
export { default as userShared2FillSvg } from "remixicon/icons/User & Faces/user-shared-2-fill.svg";
|
|
395
|
+
export declare const UserShared2FillIcon: (props: {
|
|
396
|
+
className?: string;
|
|
397
|
+
}) => JSX.Element;
|
|
398
|
+
export { default as userShared2LineSvg } from "remixicon/icons/User & Faces/user-shared-2-line.svg";
|
|
399
|
+
export declare const UserShared2LineIcon: (props: {
|
|
400
|
+
className?: string;
|
|
401
|
+
}) => JSX.Element;
|
|
402
|
+
export { default as userSharedFillSvg } from "remixicon/icons/User & Faces/user-shared-fill.svg";
|
|
403
|
+
export declare const UserSharedFillIcon: (props: {
|
|
404
|
+
className?: string;
|
|
405
|
+
}) => JSX.Element;
|
|
406
|
+
export { default as userSharedLineSvg } from "remixicon/icons/User & Faces/user-shared-line.svg";
|
|
407
|
+
export declare const UserSharedLineIcon: (props: {
|
|
408
|
+
className?: string;
|
|
409
|
+
}) => JSX.Element;
|
|
410
|
+
export { default as userSmileFillSvg } from "remixicon/icons/User & Faces/user-smile-fill.svg";
|
|
411
|
+
export declare const UserSmileFillIcon: (props: {
|
|
412
|
+
className?: string;
|
|
413
|
+
}) => JSX.Element;
|
|
414
|
+
export { default as userSmileLineSvg } from "remixicon/icons/User & Faces/user-smile-line.svg";
|
|
415
|
+
export declare const UserSmileLineIcon: (props: {
|
|
416
|
+
className?: string;
|
|
417
|
+
}) => JSX.Element;
|
|
418
|
+
export { default as userStarFillSvg } from "remixicon/icons/User & Faces/user-star-fill.svg";
|
|
419
|
+
export declare const UserStarFillIcon: (props: {
|
|
420
|
+
className?: string;
|
|
421
|
+
}) => JSX.Element;
|
|
422
|
+
export { default as userStarLineSvg } from "remixicon/icons/User & Faces/user-star-line.svg";
|
|
423
|
+
export declare const UserStarLineIcon: (props: {
|
|
424
|
+
className?: string;
|
|
425
|
+
}) => JSX.Element;
|
|
426
|
+
export { default as userUnfollowFillSvg } from "remixicon/icons/User & Faces/user-unfollow-fill.svg";
|
|
427
|
+
export declare const UserUnfollowFillIcon: (props: {
|
|
428
|
+
className?: string;
|
|
429
|
+
}) => JSX.Element;
|
|
430
|
+
export { default as userUnfollowLineSvg } from "remixicon/icons/User & Faces/user-unfollow-line.svg";
|
|
431
|
+
export declare const UserUnfollowLineIcon: (props: {
|
|
432
|
+
className?: string;
|
|
433
|
+
}) => JSX.Element;
|
|
434
|
+
export { default as userVoiceFillSvg } from "remixicon/icons/User & Faces/user-voice-fill.svg";
|
|
435
|
+
export declare const UserVoiceFillIcon: (props: {
|
|
436
|
+
className?: string;
|
|
437
|
+
}) => JSX.Element;
|
|
438
|
+
export { default as userVoiceLineSvg } from "remixicon/icons/User & Faces/user-voice-line.svg";
|
|
439
|
+
export declare const UserVoiceLineIcon: (props: {
|
|
440
|
+
className?: string;
|
|
441
|
+
}) => JSX.Element;
|
|
442
|
+
export { default as womenFillSvg } from "remixicon/icons/User & Faces/women-fill.svg";
|
|
443
|
+
export declare const WomenFillIcon: (props: {
|
|
444
|
+
className?: string;
|
|
445
|
+
}) => JSX.Element;
|
|
446
|
+
export { default as womenLineSvg } from "remixicon/icons/User & Faces/women-line.svg";
|
|
447
|
+
export declare const WomenLineIcon: (props: {
|
|
448
|
+
className?: string;
|
|
449
|
+
}) => JSX.Element;
|