@mesalvo/icons 0.0.32156
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/LICENSE +61 -0
- package/README.md +94 -0
- package/dist/index.d.ts +1562 -0
- package/dist/index.js +2 -0
- package/package.json +65 -0
- package/src/icons/Activity.tsx +22 -0
- package/src/icons/Ad.tsx +23 -0
- package/src/icons/Affiliate.tsx +22 -0
- package/src/icons/Alarm.tsx +23 -0
- package/src/icons/AlarmOff.tsx +23 -0
- package/src/icons/AlertCircle.tsx +22 -0
- package/src/icons/AlertTriangle.tsx +22 -0
- package/src/icons/Alt.tsx +22 -0
- package/src/icons/Approved.tsx +44 -0
- package/src/icons/ArrowBackUp.tsx +23 -0
- package/src/icons/ArrowDown.tsx +22 -0
- package/src/icons/ArrowLeft.tsx +22 -0
- package/src/icons/ArrowNarrowLeft.tsx +22 -0
- package/src/icons/ArrowNarrowRight.tsx +22 -0
- package/src/icons/ArrowRight.tsx +22 -0
- package/src/icons/ArrowUp.tsx +22 -0
- package/src/icons/ArrowsDiff.tsx +22 -0
- package/src/icons/AspectRatio.tsx +23 -0
- package/src/icons/Assembly.tsx +23 -0
- package/src/icons/Bold.tsx +22 -0
- package/src/icons/BookmarkPlus.tsx +22 -0
- package/src/icons/Briefcase.tsx +23 -0
- package/src/icons/Building.tsx +22 -0
- package/src/icons/BuildingHospital.tsx +23 -0
- package/src/icons/CalendarEvent.tsx +23 -0
- package/src/icons/Camera.tsx +23 -0
- package/src/icons/Capture.tsx +22 -0
- package/src/icons/ChartLine.tsx +22 -0
- package/src/icons/Check.tsx +22 -0
- package/src/icons/Checklist.tsx +22 -0
- package/src/icons/Checks.tsx +22 -0
- package/src/icons/ChevronDown.tsx +22 -0
- package/src/icons/ChevronLeft.tsx +22 -0
- package/src/icons/ChevronRight.tsx +22 -0
- package/src/icons/ChevronUp.tsx +22 -0
- package/src/icons/Clipboard.tsx +23 -0
- package/src/icons/Clock.tsx +23 -0
- package/src/icons/Cloud.tsx +22 -0
- package/src/icons/Code.tsx +22 -0
- package/src/icons/CodeDots.tsx +22 -0
- package/src/icons/Command.tsx +22 -0
- package/src/icons/Components.tsx +22 -0
- package/src/icons/Copy.tsx +23 -0
- package/src/icons/Cpu.tsx +23 -0
- package/src/icons/Dashboard.tsx +23 -0
- package/src/icons/Database.tsx +24 -0
- package/src/icons/DeviceDesktop.tsx +22 -0
- package/src/icons/DeviceFloppy.tsx +23 -0
- package/src/icons/DeviceLaptop.tsx +22 -0
- package/src/icons/Door.tsx +22 -0
- package/src/icons/Dots.tsx +22 -0
- package/src/icons/DotsVertical.tsx +22 -0
- package/src/icons/Download.tsx +22 -0
- package/src/icons/Edit.tsx +23 -0
- package/src/icons/EditOff.tsx +23 -0
- package/src/icons/Engine.tsx +22 -0
- package/src/icons/Eraser.tsx +22 -0
- package/src/icons/ExclamationCircle.tsx +22 -0
- package/src/icons/Eye.tsx +23 -0
- package/src/icons/EyeClosed.tsx +22 -0
- package/src/icons/FaceIdError.tsx +22 -0
- package/src/icons/File.tsx +23 -0
- package/src/icons/FileText.tsx +23 -0
- package/src/icons/FileUpload.tsx +24 -0
- package/src/icons/FileX.tsx +23 -0
- package/src/icons/Filter.tsx +22 -0
- package/src/icons/FilterOff.tsx +22 -0
- package/src/icons/Flag.tsx +22 -0
- package/src/icons/Focus.tsx +23 -0
- package/src/icons/Folder.tsx +22 -0
- package/src/icons/GenderFemale.tsx +22 -0
- package/src/icons/GenderMale.tsx +22 -0
- package/src/icons/GenderTransgender.tsx +22 -0
- package/src/icons/GridDots.tsx +22 -0
- package/src/icons/GripVertical.tsx +22 -0
- package/src/icons/Heart.tsx +22 -0
- package/src/icons/HeartHandshake.tsx +23 -0
- package/src/icons/Home.tsx +23 -0
- package/src/icons/Id.tsx +23 -0
- package/src/icons/InfoCircle.tsx +23 -0
- package/src/icons/InputSearch.tsx +22 -0
- package/src/icons/Italic.tsx +22 -0
- package/src/icons/Key.tsx +22 -0
- package/src/icons/Link.tsx +22 -0
- package/src/icons/Lock.tsx +23 -0
- package/src/icons/Logout.tsx +23 -0
- package/src/icons/Message.tsx +22 -0
- package/src/icons/MessageChatbot.tsx +23 -0
- package/src/icons/MessageDots.tsx +22 -0
- package/src/icons/Messages.tsx +22 -0
- package/src/icons/Microphone.tsx +23 -0
- package/src/icons/Minus.tsx +22 -0
- package/src/icons/Moon.tsx +22 -0
- package/src/icons/Navigation.tsx +22 -0
- package/src/icons/Password.tsx +22 -0
- package/src/icons/Pencil.tsx +22 -0
- package/src/icons/PlaylistAdd.tsx +22 -0
- package/src/icons/Plus.tsx +22 -0
- package/src/icons/Pointer.tsx +22 -0
- package/src/icons/QuestionMark.tsx +22 -0
- package/src/icons/Radio.tsx +22 -0
- package/src/icons/Radioactive.tsx +22 -0
- package/src/icons/Refresh.tsx +22 -0
- package/src/icons/ReplaceOff.tsx +22 -0
- package/src/icons/ReplaceUser.tsx +22 -0
- package/src/icons/Search.tsx +22 -0
- package/src/icons/Selector.tsx +22 -0
- package/src/icons/Send.tsx +22 -0
- package/src/icons/Settings.tsx +23 -0
- package/src/icons/Signature.tsx +27 -0
- package/src/icons/SortAscending.tsx +22 -0
- package/src/icons/SortDescending.tsx +22 -0
- package/src/icons/Sparkles.tsx +22 -0
- package/src/icons/Speakerphone.tsx +23 -0
- package/src/icons/Star.tsx +22 -0
- package/src/icons/Sun.tsx +22 -0
- package/src/icons/Tool.tsx +22 -0
- package/src/icons/Trash.tsx +22 -0
- package/src/icons/Underline.tsx +22 -0
- package/src/icons/Upload.tsx +22 -0
- package/src/icons/User.tsx +22 -0
- package/src/icons/Users.tsx +22 -0
- package/src/icons/Wand.tsx +22 -0
- package/src/icons/WaxSeal.tsx +40 -0
- package/src/icons/Wifi.tsx +23 -0
- package/src/icons/World.tsx +23 -0
- package/src/icons/X.tsx +22 -0
- package/src/icons/ZoomIn.tsx +22 -0
- package/src/icons/ZoomOut.tsx +22 -0
- package/src/icons/index.ts +126 -0
- package/src/map.ts +265 -0
- package/src/ui/Icon.tsx +21 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,1562 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as react from 'react';
|
|
3
|
+
import react__default, { SVGProps } from 'react';
|
|
4
|
+
|
|
5
|
+
declare const SvgActivity: (props: (SVGProps<SVGSVGElement> & {
|
|
6
|
+
size?: string | number;
|
|
7
|
+
color?: string;
|
|
8
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
declare const SvgAd: (props: (SVGProps<SVGSVGElement> & {
|
|
11
|
+
size?: string | number;
|
|
12
|
+
color?: string;
|
|
13
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
14
|
+
|
|
15
|
+
declare const SvgAffiliate: (props: (SVGProps<SVGSVGElement> & {
|
|
16
|
+
size?: string | number;
|
|
17
|
+
color?: string;
|
|
18
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
19
|
+
|
|
20
|
+
declare const SvgAlarm: (props: (SVGProps<SVGSVGElement> & {
|
|
21
|
+
size?: string | number;
|
|
22
|
+
color?: string;
|
|
23
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
24
|
+
|
|
25
|
+
declare const SvgAlarmOff: (props: (SVGProps<SVGSVGElement> & {
|
|
26
|
+
size?: string | number;
|
|
27
|
+
color?: string;
|
|
28
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
29
|
+
|
|
30
|
+
declare const SvgAlertCircle: (props: (SVGProps<SVGSVGElement> & {
|
|
31
|
+
size?: string | number;
|
|
32
|
+
color?: string;
|
|
33
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
34
|
+
|
|
35
|
+
declare const SvgAlertTriangle: (props: (SVGProps<SVGSVGElement> & {
|
|
36
|
+
size?: string | number;
|
|
37
|
+
color?: string;
|
|
38
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
39
|
+
|
|
40
|
+
declare const SvgAlt: (props: (SVGProps<SVGSVGElement> & {
|
|
41
|
+
size?: string | number;
|
|
42
|
+
color?: string;
|
|
43
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
44
|
+
|
|
45
|
+
declare const SvgApproved: (props: ((((((((((((((((((SVGProps<SVGSVGElement> & {
|
|
46
|
+
size?: string | number;
|
|
47
|
+
color?: string;
|
|
48
|
+
}) & {
|
|
49
|
+
size?: string | number;
|
|
50
|
+
color?: string;
|
|
51
|
+
}) & {
|
|
52
|
+
size?: string | number;
|
|
53
|
+
color?: string;
|
|
54
|
+
}) & {
|
|
55
|
+
size?: string | number;
|
|
56
|
+
color?: string;
|
|
57
|
+
}) & {
|
|
58
|
+
size?: string | number;
|
|
59
|
+
color?: string;
|
|
60
|
+
}) & {
|
|
61
|
+
size?: string | number;
|
|
62
|
+
color?: string;
|
|
63
|
+
}) & {
|
|
64
|
+
size?: string | number;
|
|
65
|
+
color?: string;
|
|
66
|
+
}) & {
|
|
67
|
+
size?: string | number;
|
|
68
|
+
color?: string;
|
|
69
|
+
}) & {
|
|
70
|
+
size?: string | number;
|
|
71
|
+
color?: string;
|
|
72
|
+
}) & {
|
|
73
|
+
size?: string | number;
|
|
74
|
+
color?: string;
|
|
75
|
+
}) & {
|
|
76
|
+
size?: string | number;
|
|
77
|
+
color?: string;
|
|
78
|
+
}) & {
|
|
79
|
+
size?: string | number;
|
|
80
|
+
color?: string;
|
|
81
|
+
}) & {
|
|
82
|
+
size?: string | number;
|
|
83
|
+
color?: string;
|
|
84
|
+
}) & {
|
|
85
|
+
size?: string | number;
|
|
86
|
+
color?: string;
|
|
87
|
+
}) & {
|
|
88
|
+
size?: string | number;
|
|
89
|
+
color?: string;
|
|
90
|
+
}) & {
|
|
91
|
+
size?: string | number;
|
|
92
|
+
color?: string;
|
|
93
|
+
}) & {
|
|
94
|
+
size?: string | number;
|
|
95
|
+
color?: string;
|
|
96
|
+
}) & {
|
|
97
|
+
size?: string | number;
|
|
98
|
+
color?: string;
|
|
99
|
+
}) & {
|
|
100
|
+
size?: string | number;
|
|
101
|
+
color?: string;
|
|
102
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
103
|
+
|
|
104
|
+
declare const SvgArrowBackUp: (props: (SVGProps<SVGSVGElement> & {
|
|
105
|
+
size?: string | number;
|
|
106
|
+
color?: string;
|
|
107
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
108
|
+
|
|
109
|
+
declare const SvgArrowDown: (props: (SVGProps<SVGSVGElement> & {
|
|
110
|
+
size?: string | number;
|
|
111
|
+
color?: string;
|
|
112
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
113
|
+
|
|
114
|
+
declare const SvgArrowLeft: (props: (SVGProps<SVGSVGElement> & {
|
|
115
|
+
size?: string | number;
|
|
116
|
+
color?: string;
|
|
117
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
118
|
+
|
|
119
|
+
declare const SvgArrowNarrowLeft: (props: (SVGProps<SVGSVGElement> & {
|
|
120
|
+
size?: string | number;
|
|
121
|
+
color?: string;
|
|
122
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
123
|
+
|
|
124
|
+
declare const SvgArrowNarrowRight: (props: (SVGProps<SVGSVGElement> & {
|
|
125
|
+
size?: string | number;
|
|
126
|
+
color?: string;
|
|
127
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
128
|
+
|
|
129
|
+
declare const SvgArrowRight: (props: (SVGProps<SVGSVGElement> & {
|
|
130
|
+
size?: string | number;
|
|
131
|
+
color?: string;
|
|
132
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
133
|
+
|
|
134
|
+
declare const SvgArrowUp: (props: (SVGProps<SVGSVGElement> & {
|
|
135
|
+
size?: string | number;
|
|
136
|
+
color?: string;
|
|
137
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
138
|
+
|
|
139
|
+
declare const SvgArrowsDiff: (props: (SVGProps<SVGSVGElement> & {
|
|
140
|
+
size?: string | number;
|
|
141
|
+
color?: string;
|
|
142
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
143
|
+
|
|
144
|
+
declare const SvgAspectRatio: (props: (SVGProps<SVGSVGElement> & {
|
|
145
|
+
size?: string | number;
|
|
146
|
+
color?: string;
|
|
147
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
148
|
+
|
|
149
|
+
declare const SvgAssembly: (props: (SVGProps<SVGSVGElement> & {
|
|
150
|
+
size?: string | number;
|
|
151
|
+
color?: string;
|
|
152
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
153
|
+
|
|
154
|
+
declare const SvgBold: (props: (SVGProps<SVGSVGElement> & {
|
|
155
|
+
size?: string | number;
|
|
156
|
+
color?: string;
|
|
157
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
158
|
+
|
|
159
|
+
declare const SvgBookmarkPlus: (props: (SVGProps<SVGSVGElement> & {
|
|
160
|
+
size?: string | number;
|
|
161
|
+
color?: string;
|
|
162
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
163
|
+
|
|
164
|
+
declare const SvgBriefcase: (props: (SVGProps<SVGSVGElement> & {
|
|
165
|
+
size?: string | number;
|
|
166
|
+
color?: string;
|
|
167
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
168
|
+
|
|
169
|
+
declare const SvgBuilding: (props: (SVGProps<SVGSVGElement> & {
|
|
170
|
+
size?: string | number;
|
|
171
|
+
color?: string;
|
|
172
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
173
|
+
|
|
174
|
+
declare const SvgBuildingHospital: (props: (SVGProps<SVGSVGElement> & {
|
|
175
|
+
size?: string | number;
|
|
176
|
+
color?: string;
|
|
177
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
178
|
+
|
|
179
|
+
declare const SvgCalendarEvent: (props: (SVGProps<SVGSVGElement> & {
|
|
180
|
+
size?: string | number;
|
|
181
|
+
color?: string;
|
|
182
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
183
|
+
|
|
184
|
+
declare const SvgCamera: (props: (SVGProps<SVGSVGElement> & {
|
|
185
|
+
size?: string | number;
|
|
186
|
+
color?: string;
|
|
187
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
188
|
+
|
|
189
|
+
declare const SvgCapture: (props: (SVGProps<SVGSVGElement> & {
|
|
190
|
+
size?: string | number;
|
|
191
|
+
color?: string;
|
|
192
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
193
|
+
|
|
194
|
+
declare const SvgChartLine: (props: (SVGProps<SVGSVGElement> & {
|
|
195
|
+
size?: string | number;
|
|
196
|
+
color?: string;
|
|
197
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
198
|
+
|
|
199
|
+
declare const SvgCheck: (props: (SVGProps<SVGSVGElement> & {
|
|
200
|
+
size?: string | number;
|
|
201
|
+
color?: string;
|
|
202
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
203
|
+
|
|
204
|
+
declare const SvgChecklist: (props: (SVGProps<SVGSVGElement> & {
|
|
205
|
+
size?: string | number;
|
|
206
|
+
color?: string;
|
|
207
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
208
|
+
|
|
209
|
+
declare const SvgChecks: (props: (SVGProps<SVGSVGElement> & {
|
|
210
|
+
size?: string | number;
|
|
211
|
+
color?: string;
|
|
212
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
213
|
+
|
|
214
|
+
declare const SvgChevronDown: (props: (SVGProps<SVGSVGElement> & {
|
|
215
|
+
size?: string | number;
|
|
216
|
+
color?: string;
|
|
217
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
218
|
+
|
|
219
|
+
declare const SvgChevronLeft: (props: (SVGProps<SVGSVGElement> & {
|
|
220
|
+
size?: string | number;
|
|
221
|
+
color?: string;
|
|
222
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
223
|
+
|
|
224
|
+
declare const SvgChevronRight: (props: (SVGProps<SVGSVGElement> & {
|
|
225
|
+
size?: string | number;
|
|
226
|
+
color?: string;
|
|
227
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
228
|
+
|
|
229
|
+
declare const SvgChevronUp: (props: (SVGProps<SVGSVGElement> & {
|
|
230
|
+
size?: string | number;
|
|
231
|
+
color?: string;
|
|
232
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
233
|
+
|
|
234
|
+
declare const SvgClipboard: (props: (SVGProps<SVGSVGElement> & {
|
|
235
|
+
size?: string | number;
|
|
236
|
+
color?: string;
|
|
237
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
238
|
+
|
|
239
|
+
declare const SvgClock: (props: (SVGProps<SVGSVGElement> & {
|
|
240
|
+
size?: string | number;
|
|
241
|
+
color?: string;
|
|
242
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
243
|
+
|
|
244
|
+
declare const SvgCloud: (props: (SVGProps<SVGSVGElement> & {
|
|
245
|
+
size?: string | number;
|
|
246
|
+
color?: string;
|
|
247
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
248
|
+
|
|
249
|
+
declare const SvgCode: (props: (SVGProps<SVGSVGElement> & {
|
|
250
|
+
size?: string | number;
|
|
251
|
+
color?: string;
|
|
252
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
253
|
+
|
|
254
|
+
declare const SvgCodeDots: (props: (SVGProps<SVGSVGElement> & {
|
|
255
|
+
size?: string | number;
|
|
256
|
+
color?: string;
|
|
257
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
258
|
+
|
|
259
|
+
declare const SvgCommand: (props: (SVGProps<SVGSVGElement> & {
|
|
260
|
+
size?: string | number;
|
|
261
|
+
color?: string;
|
|
262
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
263
|
+
|
|
264
|
+
declare const SvgComponents: (props: (SVGProps<SVGSVGElement> & {
|
|
265
|
+
size?: string | number;
|
|
266
|
+
color?: string;
|
|
267
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
268
|
+
|
|
269
|
+
declare const SvgCopy: (props: (SVGProps<SVGSVGElement> & {
|
|
270
|
+
size?: string | number;
|
|
271
|
+
color?: string;
|
|
272
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
273
|
+
|
|
274
|
+
declare const SvgCpu: (props: (SVGProps<SVGSVGElement> & {
|
|
275
|
+
size?: string | number;
|
|
276
|
+
color?: string;
|
|
277
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
278
|
+
|
|
279
|
+
declare const SvgDashboard: (props: (SVGProps<SVGSVGElement> & {
|
|
280
|
+
size?: string | number;
|
|
281
|
+
color?: string;
|
|
282
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
283
|
+
|
|
284
|
+
declare const SvgDatabase: (props: (SVGProps<SVGSVGElement> & {
|
|
285
|
+
size?: string | number;
|
|
286
|
+
color?: string;
|
|
287
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
288
|
+
|
|
289
|
+
declare const SvgDeviceDesktop: (props: (SVGProps<SVGSVGElement> & {
|
|
290
|
+
size?: string | number;
|
|
291
|
+
color?: string;
|
|
292
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
293
|
+
|
|
294
|
+
declare const SvgDeviceFloppy: (props: (SVGProps<SVGSVGElement> & {
|
|
295
|
+
size?: string | number;
|
|
296
|
+
color?: string;
|
|
297
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
298
|
+
|
|
299
|
+
declare const SvgDeviceLaptop: (props: (SVGProps<SVGSVGElement> & {
|
|
300
|
+
size?: string | number;
|
|
301
|
+
color?: string;
|
|
302
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
303
|
+
|
|
304
|
+
declare const SvgDoor: (props: (SVGProps<SVGSVGElement> & {
|
|
305
|
+
size?: string | number;
|
|
306
|
+
color?: string;
|
|
307
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
308
|
+
|
|
309
|
+
declare const SvgDots: (props: (SVGProps<SVGSVGElement> & {
|
|
310
|
+
size?: string | number;
|
|
311
|
+
color?: string;
|
|
312
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
313
|
+
|
|
314
|
+
declare const SvgDotsVertical: (props: (SVGProps<SVGSVGElement> & {
|
|
315
|
+
size?: string | number;
|
|
316
|
+
color?: string;
|
|
317
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
318
|
+
|
|
319
|
+
declare const SvgDownload: (props: (SVGProps<SVGSVGElement> & {
|
|
320
|
+
size?: string | number;
|
|
321
|
+
color?: string;
|
|
322
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
323
|
+
|
|
324
|
+
declare const SvgEdit: (props: (SVGProps<SVGSVGElement> & {
|
|
325
|
+
size?: string | number;
|
|
326
|
+
color?: string;
|
|
327
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
328
|
+
|
|
329
|
+
declare const SvgEditOff: (props: (SVGProps<SVGSVGElement> & {
|
|
330
|
+
size?: string | number;
|
|
331
|
+
color?: string;
|
|
332
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
333
|
+
|
|
334
|
+
declare const SvgEngine: (props: (SVGProps<SVGSVGElement> & {
|
|
335
|
+
size?: string | number;
|
|
336
|
+
color?: string;
|
|
337
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
338
|
+
|
|
339
|
+
declare const SvgEraser: (props: (SVGProps<SVGSVGElement> & {
|
|
340
|
+
size?: string | number;
|
|
341
|
+
color?: string;
|
|
342
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
343
|
+
|
|
344
|
+
declare const SvgExclamationCircle: (props: (SVGProps<SVGSVGElement> & {
|
|
345
|
+
size?: string | number;
|
|
346
|
+
color?: string;
|
|
347
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
348
|
+
|
|
349
|
+
declare const SvgEye: (props: (SVGProps<SVGSVGElement> & {
|
|
350
|
+
size?: string | number;
|
|
351
|
+
color?: string;
|
|
352
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
353
|
+
|
|
354
|
+
declare const SvgEyeClosed: (props: (SVGProps<SVGSVGElement> & {
|
|
355
|
+
size?: string | number;
|
|
356
|
+
color?: string;
|
|
357
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
358
|
+
|
|
359
|
+
declare const SvgFaceIdError: (props: (SVGProps<SVGSVGElement> & {
|
|
360
|
+
size?: string | number;
|
|
361
|
+
color?: string;
|
|
362
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
363
|
+
|
|
364
|
+
declare const SvgFile: (props: (SVGProps<SVGSVGElement> & {
|
|
365
|
+
size?: string | number;
|
|
366
|
+
color?: string;
|
|
367
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
368
|
+
|
|
369
|
+
declare const SvgFileText: (props: (SVGProps<SVGSVGElement> & {
|
|
370
|
+
size?: string | number;
|
|
371
|
+
color?: string;
|
|
372
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
373
|
+
|
|
374
|
+
declare const SvgFileUpload: (props: (SVGProps<SVGSVGElement> & {
|
|
375
|
+
size?: string | number;
|
|
376
|
+
color?: string;
|
|
377
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
378
|
+
|
|
379
|
+
declare const SvgFileX: (props: (SVGProps<SVGSVGElement> & {
|
|
380
|
+
size?: string | number;
|
|
381
|
+
color?: string;
|
|
382
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
383
|
+
|
|
384
|
+
declare const SvgFilter: (props: (SVGProps<SVGSVGElement> & {
|
|
385
|
+
size?: string | number;
|
|
386
|
+
color?: string;
|
|
387
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
388
|
+
|
|
389
|
+
declare const SvgFilterOff: (props: (SVGProps<SVGSVGElement> & {
|
|
390
|
+
size?: string | number;
|
|
391
|
+
color?: string;
|
|
392
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
393
|
+
|
|
394
|
+
declare const SvgFlag: (props: (SVGProps<SVGSVGElement> & {
|
|
395
|
+
size?: string | number;
|
|
396
|
+
color?: string;
|
|
397
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
398
|
+
|
|
399
|
+
declare const SvgFocus: (props: (SVGProps<SVGSVGElement> & {
|
|
400
|
+
size?: string | number;
|
|
401
|
+
color?: string;
|
|
402
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
403
|
+
|
|
404
|
+
declare const SvgFolder: (props: (SVGProps<SVGSVGElement> & {
|
|
405
|
+
size?: string | number;
|
|
406
|
+
color?: string;
|
|
407
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
408
|
+
|
|
409
|
+
declare const SvgGenderFemale: (props: (SVGProps<SVGSVGElement> & {
|
|
410
|
+
size?: string | number;
|
|
411
|
+
color?: string;
|
|
412
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
413
|
+
|
|
414
|
+
declare const SvgGenderMale: (props: (SVGProps<SVGSVGElement> & {
|
|
415
|
+
size?: string | number;
|
|
416
|
+
color?: string;
|
|
417
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
418
|
+
|
|
419
|
+
declare const SvgGenderTransgender: (props: (SVGProps<SVGSVGElement> & {
|
|
420
|
+
size?: string | number;
|
|
421
|
+
color?: string;
|
|
422
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
423
|
+
|
|
424
|
+
declare const SvgGridDots: (props: (SVGProps<SVGSVGElement> & {
|
|
425
|
+
size?: string | number;
|
|
426
|
+
color?: string;
|
|
427
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
428
|
+
|
|
429
|
+
declare const SvgGripVertical: (props: (SVGProps<SVGSVGElement> & {
|
|
430
|
+
size?: string | number;
|
|
431
|
+
color?: string;
|
|
432
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
433
|
+
|
|
434
|
+
declare const SvgHeart: (props: (SVGProps<SVGSVGElement> & {
|
|
435
|
+
size?: string | number;
|
|
436
|
+
color?: string;
|
|
437
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
438
|
+
|
|
439
|
+
declare const SvgHeartHandshake: (props: (SVGProps<SVGSVGElement> & {
|
|
440
|
+
size?: string | number;
|
|
441
|
+
color?: string;
|
|
442
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
443
|
+
|
|
444
|
+
declare const SvgHome: (props: (SVGProps<SVGSVGElement> & {
|
|
445
|
+
size?: string | number;
|
|
446
|
+
color?: string;
|
|
447
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
448
|
+
|
|
449
|
+
declare const SvgId: (props: (SVGProps<SVGSVGElement> & {
|
|
450
|
+
size?: string | number;
|
|
451
|
+
color?: string;
|
|
452
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
453
|
+
|
|
454
|
+
declare const SvgInfoCircle: (props: (SVGProps<SVGSVGElement> & {
|
|
455
|
+
size?: string | number;
|
|
456
|
+
color?: string;
|
|
457
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
458
|
+
|
|
459
|
+
declare const SvgInputSearch: (props: (SVGProps<SVGSVGElement> & {
|
|
460
|
+
size?: string | number;
|
|
461
|
+
color?: string;
|
|
462
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
463
|
+
|
|
464
|
+
declare const SvgItalic: (props: (SVGProps<SVGSVGElement> & {
|
|
465
|
+
size?: string | number;
|
|
466
|
+
color?: string;
|
|
467
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
468
|
+
|
|
469
|
+
declare const SvgKey: (props: (SVGProps<SVGSVGElement> & {
|
|
470
|
+
size?: string | number;
|
|
471
|
+
color?: string;
|
|
472
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
473
|
+
|
|
474
|
+
declare const SvgLink: (props: (SVGProps<SVGSVGElement> & {
|
|
475
|
+
size?: string | number;
|
|
476
|
+
color?: string;
|
|
477
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
478
|
+
|
|
479
|
+
declare const SvgLock: (props: (SVGProps<SVGSVGElement> & {
|
|
480
|
+
size?: string | number;
|
|
481
|
+
color?: string;
|
|
482
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
483
|
+
|
|
484
|
+
declare const SvgLogout: (props: (SVGProps<SVGSVGElement> & {
|
|
485
|
+
size?: string | number;
|
|
486
|
+
color?: string;
|
|
487
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
488
|
+
|
|
489
|
+
declare const SvgMessage: (props: (SVGProps<SVGSVGElement> & {
|
|
490
|
+
size?: string | number;
|
|
491
|
+
color?: string;
|
|
492
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
493
|
+
|
|
494
|
+
declare const SvgMessageChatbot: (props: (SVGProps<SVGSVGElement> & {
|
|
495
|
+
size?: string | number;
|
|
496
|
+
color?: string;
|
|
497
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
498
|
+
|
|
499
|
+
declare const SvgMessageDots: (props: (SVGProps<SVGSVGElement> & {
|
|
500
|
+
size?: string | number;
|
|
501
|
+
color?: string;
|
|
502
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
503
|
+
|
|
504
|
+
declare const SvgMessages: (props: (SVGProps<SVGSVGElement> & {
|
|
505
|
+
size?: string | number;
|
|
506
|
+
color?: string;
|
|
507
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
508
|
+
|
|
509
|
+
declare const SvgMicrophone: (props: (SVGProps<SVGSVGElement> & {
|
|
510
|
+
size?: string | number;
|
|
511
|
+
color?: string;
|
|
512
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
513
|
+
|
|
514
|
+
declare const SvgMinus: (props: (SVGProps<SVGSVGElement> & {
|
|
515
|
+
size?: string | number;
|
|
516
|
+
color?: string;
|
|
517
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
518
|
+
|
|
519
|
+
declare const SvgMoon: (props: (SVGProps<SVGSVGElement> & {
|
|
520
|
+
size?: string | number;
|
|
521
|
+
color?: string;
|
|
522
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
523
|
+
|
|
524
|
+
declare const SvgNavigation: (props: (SVGProps<SVGSVGElement> & {
|
|
525
|
+
size?: string | number;
|
|
526
|
+
color?: string;
|
|
527
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
528
|
+
|
|
529
|
+
declare const SvgPassword: (props: (SVGProps<SVGSVGElement> & {
|
|
530
|
+
size?: string | number;
|
|
531
|
+
color?: string;
|
|
532
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
533
|
+
|
|
534
|
+
declare const SvgPencil: (props: (SVGProps<SVGSVGElement> & {
|
|
535
|
+
size?: string | number;
|
|
536
|
+
color?: string;
|
|
537
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
538
|
+
|
|
539
|
+
declare const SvgPlaylistAdd: (props: (SVGProps<SVGSVGElement> & {
|
|
540
|
+
size?: string | number;
|
|
541
|
+
color?: string;
|
|
542
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
543
|
+
|
|
544
|
+
declare const SvgPlus: (props: (SVGProps<SVGSVGElement> & {
|
|
545
|
+
size?: string | number;
|
|
546
|
+
color?: string;
|
|
547
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
548
|
+
|
|
549
|
+
declare const SvgPointer: (props: (SVGProps<SVGSVGElement> & {
|
|
550
|
+
size?: string | number;
|
|
551
|
+
color?: string;
|
|
552
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
553
|
+
|
|
554
|
+
declare const SvgQuestionMark: (props: (SVGProps<SVGSVGElement> & {
|
|
555
|
+
size?: string | number;
|
|
556
|
+
color?: string;
|
|
557
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
558
|
+
|
|
559
|
+
declare const SvgRadio: (props: (SVGProps<SVGSVGElement> & {
|
|
560
|
+
size?: string | number;
|
|
561
|
+
color?: string;
|
|
562
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
563
|
+
|
|
564
|
+
declare const SvgRadioactive: (props: (SVGProps<SVGSVGElement> & {
|
|
565
|
+
size?: string | number;
|
|
566
|
+
color?: string;
|
|
567
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
568
|
+
|
|
569
|
+
declare const SvgRefresh: (props: (SVGProps<SVGSVGElement> & {
|
|
570
|
+
size?: string | number;
|
|
571
|
+
color?: string;
|
|
572
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
573
|
+
|
|
574
|
+
declare const SvgReplaceOff: (props: (SVGProps<SVGSVGElement> & {
|
|
575
|
+
size?: string | number;
|
|
576
|
+
color?: string;
|
|
577
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
578
|
+
|
|
579
|
+
declare const SvgReplaceUser: (props: (SVGProps<SVGSVGElement> & {
|
|
580
|
+
size?: string | number;
|
|
581
|
+
color?: string;
|
|
582
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
583
|
+
|
|
584
|
+
declare const SvgSearch: (props: (SVGProps<SVGSVGElement> & {
|
|
585
|
+
size?: string | number;
|
|
586
|
+
color?: string;
|
|
587
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
588
|
+
|
|
589
|
+
declare const SvgSelector: (props: (SVGProps<SVGSVGElement> & {
|
|
590
|
+
size?: string | number;
|
|
591
|
+
color?: string;
|
|
592
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
593
|
+
|
|
594
|
+
declare const SvgSend: (props: (SVGProps<SVGSVGElement> & {
|
|
595
|
+
size?: string | number;
|
|
596
|
+
color?: string;
|
|
597
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
598
|
+
|
|
599
|
+
declare const SvgSettings: (props: (SVGProps<SVGSVGElement> & {
|
|
600
|
+
size?: string | number;
|
|
601
|
+
color?: string;
|
|
602
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
603
|
+
|
|
604
|
+
declare const SvgSignature: (props: ((((((((((((((((((((SVGProps<SVGSVGElement> & {
|
|
605
|
+
size?: string | number;
|
|
606
|
+
color?: string;
|
|
607
|
+
}) & {
|
|
608
|
+
size?: string | number;
|
|
609
|
+
color?: string;
|
|
610
|
+
}) & {
|
|
611
|
+
size?: string | number;
|
|
612
|
+
color?: string;
|
|
613
|
+
}) & {
|
|
614
|
+
size?: string | number;
|
|
615
|
+
color?: string;
|
|
616
|
+
}) & {
|
|
617
|
+
size?: string | number;
|
|
618
|
+
color?: string;
|
|
619
|
+
}) & {
|
|
620
|
+
size?: string | number;
|
|
621
|
+
color?: string;
|
|
622
|
+
}) & {
|
|
623
|
+
size?: string | number;
|
|
624
|
+
color?: string;
|
|
625
|
+
}) & {
|
|
626
|
+
size?: string | number;
|
|
627
|
+
color?: string;
|
|
628
|
+
}) & {
|
|
629
|
+
size?: string | number;
|
|
630
|
+
color?: string;
|
|
631
|
+
}) & {
|
|
632
|
+
size?: string | number;
|
|
633
|
+
color?: string;
|
|
634
|
+
}) & {
|
|
635
|
+
size?: string | number;
|
|
636
|
+
color?: string;
|
|
637
|
+
}) & {
|
|
638
|
+
size?: string | number;
|
|
639
|
+
color?: string;
|
|
640
|
+
}) & {
|
|
641
|
+
size?: string | number;
|
|
642
|
+
color?: string;
|
|
643
|
+
}) & {
|
|
644
|
+
size?: string | number;
|
|
645
|
+
color?: string;
|
|
646
|
+
}) & {
|
|
647
|
+
size?: string | number;
|
|
648
|
+
color?: string;
|
|
649
|
+
}) & {
|
|
650
|
+
size?: string | number;
|
|
651
|
+
color?: string;
|
|
652
|
+
}) & {
|
|
653
|
+
size?: string | number;
|
|
654
|
+
color?: string;
|
|
655
|
+
}) & {
|
|
656
|
+
size?: string | number;
|
|
657
|
+
color?: string;
|
|
658
|
+
}) & {
|
|
659
|
+
size?: string | number;
|
|
660
|
+
color?: string;
|
|
661
|
+
}) & {
|
|
662
|
+
size?: string | number;
|
|
663
|
+
color?: string;
|
|
664
|
+
}) & {
|
|
665
|
+
size?: string | number;
|
|
666
|
+
color?: string;
|
|
667
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
668
|
+
|
|
669
|
+
declare const SvgSortAscending: (props: (SVGProps<SVGSVGElement> & {
|
|
670
|
+
size?: string | number;
|
|
671
|
+
color?: string;
|
|
672
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
673
|
+
|
|
674
|
+
declare const SvgSortDescending: (props: (SVGProps<SVGSVGElement> & {
|
|
675
|
+
size?: string | number;
|
|
676
|
+
color?: string;
|
|
677
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
678
|
+
|
|
679
|
+
declare const SvgSparkles: (props: (SVGProps<SVGSVGElement> & {
|
|
680
|
+
size?: string | number;
|
|
681
|
+
color?: string;
|
|
682
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
683
|
+
|
|
684
|
+
declare const SvgSpeakerphone: (props: (SVGProps<SVGSVGElement> & {
|
|
685
|
+
size?: string | number;
|
|
686
|
+
color?: string;
|
|
687
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
688
|
+
|
|
689
|
+
declare const SvgStar: (props: (SVGProps<SVGSVGElement> & {
|
|
690
|
+
size?: string | number;
|
|
691
|
+
color?: string;
|
|
692
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
693
|
+
|
|
694
|
+
declare const SvgSun: (props: (SVGProps<SVGSVGElement> & {
|
|
695
|
+
size?: string | number;
|
|
696
|
+
color?: string;
|
|
697
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
698
|
+
|
|
699
|
+
declare const SvgTool: (props: (SVGProps<SVGSVGElement> & {
|
|
700
|
+
size?: string | number;
|
|
701
|
+
color?: string;
|
|
702
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
703
|
+
|
|
704
|
+
declare const SvgTrash: (props: (SVGProps<SVGSVGElement> & {
|
|
705
|
+
size?: string | number;
|
|
706
|
+
color?: string;
|
|
707
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
708
|
+
|
|
709
|
+
declare const SvgUnderline: (props: (SVGProps<SVGSVGElement> & {
|
|
710
|
+
size?: string | number;
|
|
711
|
+
color?: string;
|
|
712
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
713
|
+
|
|
714
|
+
declare const SvgUpload: (props: (SVGProps<SVGSVGElement> & {
|
|
715
|
+
size?: string | number;
|
|
716
|
+
color?: string;
|
|
717
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
718
|
+
|
|
719
|
+
declare const SvgUser: (props: (SVGProps<SVGSVGElement> & {
|
|
720
|
+
size?: string | number;
|
|
721
|
+
color?: string;
|
|
722
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
723
|
+
|
|
724
|
+
declare const SvgUsers: (props: (SVGProps<SVGSVGElement> & {
|
|
725
|
+
size?: string | number;
|
|
726
|
+
color?: string;
|
|
727
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
728
|
+
|
|
729
|
+
declare const SvgWand: (props: (SVGProps<SVGSVGElement> & {
|
|
730
|
+
size?: string | number;
|
|
731
|
+
color?: string;
|
|
732
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
733
|
+
|
|
734
|
+
declare const SVGWaxSeal: (props: ((((((((((((((((((((((((((SVGProps<SVGSVGElement> & {
|
|
735
|
+
size?: string | number;
|
|
736
|
+
color?: string;
|
|
737
|
+
}) & {
|
|
738
|
+
size?: string | number;
|
|
739
|
+
color?: string;
|
|
740
|
+
}) & {
|
|
741
|
+
size?: string | number;
|
|
742
|
+
color?: string;
|
|
743
|
+
}) & {
|
|
744
|
+
size?: string | number;
|
|
745
|
+
color?: string;
|
|
746
|
+
}) & {
|
|
747
|
+
size?: string | number;
|
|
748
|
+
color?: string;
|
|
749
|
+
}) & {
|
|
750
|
+
size?: string | number;
|
|
751
|
+
color?: string;
|
|
752
|
+
}) & {
|
|
753
|
+
size?: string | number;
|
|
754
|
+
color?: string;
|
|
755
|
+
}) & {
|
|
756
|
+
size?: string | number;
|
|
757
|
+
color?: string;
|
|
758
|
+
}) & {
|
|
759
|
+
size?: string | number;
|
|
760
|
+
color?: string;
|
|
761
|
+
}) & {
|
|
762
|
+
size?: string | number;
|
|
763
|
+
color?: string;
|
|
764
|
+
}) & {
|
|
765
|
+
size?: string | number;
|
|
766
|
+
color?: string;
|
|
767
|
+
}) & {
|
|
768
|
+
size?: string | number;
|
|
769
|
+
color?: string;
|
|
770
|
+
}) & {
|
|
771
|
+
size?: string | number;
|
|
772
|
+
color?: string;
|
|
773
|
+
}) & {
|
|
774
|
+
size?: string | number;
|
|
775
|
+
color?: string;
|
|
776
|
+
}) & {
|
|
777
|
+
size?: string | number;
|
|
778
|
+
color?: string;
|
|
779
|
+
}) & {
|
|
780
|
+
size?: string | number;
|
|
781
|
+
color?: string;
|
|
782
|
+
}) & {
|
|
783
|
+
size?: string | number;
|
|
784
|
+
color?: string;
|
|
785
|
+
}) & {
|
|
786
|
+
size?: string | number;
|
|
787
|
+
color?: string;
|
|
788
|
+
}) & {
|
|
789
|
+
size?: string | number;
|
|
790
|
+
color?: string;
|
|
791
|
+
}) & {
|
|
792
|
+
size?: string | number;
|
|
793
|
+
color?: string;
|
|
794
|
+
}) & {
|
|
795
|
+
size?: string | number;
|
|
796
|
+
color?: string;
|
|
797
|
+
}) & {
|
|
798
|
+
size?: string | number;
|
|
799
|
+
color?: string;
|
|
800
|
+
}) & {
|
|
801
|
+
size?: string | number;
|
|
802
|
+
color?: string;
|
|
803
|
+
}) & {
|
|
804
|
+
size?: string | number;
|
|
805
|
+
color?: string;
|
|
806
|
+
}) & {
|
|
807
|
+
size?: string | number;
|
|
808
|
+
color?: string;
|
|
809
|
+
}) & {
|
|
810
|
+
size?: string | number;
|
|
811
|
+
color?: string;
|
|
812
|
+
}) & {
|
|
813
|
+
size?: string | number;
|
|
814
|
+
color?: string;
|
|
815
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
816
|
+
|
|
817
|
+
declare const SvgWifi: (props: (SVGProps<SVGSVGElement> & {
|
|
818
|
+
size?: string | number;
|
|
819
|
+
color?: string;
|
|
820
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
821
|
+
|
|
822
|
+
declare const SvgWorld: (props: (SVGProps<SVGSVGElement> & {
|
|
823
|
+
size?: string | number;
|
|
824
|
+
color?: string;
|
|
825
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
826
|
+
|
|
827
|
+
declare const SvgX: (props: (SVGProps<SVGSVGElement> & {
|
|
828
|
+
size?: string | number;
|
|
829
|
+
color?: string;
|
|
830
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
831
|
+
|
|
832
|
+
declare const SvgZoomIn: (props: (SVGProps<SVGSVGElement> & {
|
|
833
|
+
size?: string | number;
|
|
834
|
+
color?: string;
|
|
835
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
836
|
+
|
|
837
|
+
declare const SvgZoomOut: (props: (SVGProps<SVGSVGElement> & {
|
|
838
|
+
size?: string | number;
|
|
839
|
+
color?: string;
|
|
840
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
841
|
+
|
|
842
|
+
declare const iconMap: {
|
|
843
|
+
readonly activity: (props: (react.SVGProps<SVGSVGElement> & {
|
|
844
|
+
size?: string | number;
|
|
845
|
+
color?: string;
|
|
846
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
847
|
+
readonly ad: (props: (react.SVGProps<SVGSVGElement> & {
|
|
848
|
+
size?: string | number;
|
|
849
|
+
color?: string;
|
|
850
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
851
|
+
readonly affiliate: (props: (react.SVGProps<SVGSVGElement> & {
|
|
852
|
+
size?: string | number;
|
|
853
|
+
color?: string;
|
|
854
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
855
|
+
readonly alarm: (props: (react.SVGProps<SVGSVGElement> & {
|
|
856
|
+
size?: string | number;
|
|
857
|
+
color?: string;
|
|
858
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
859
|
+
readonly alarmOff: (props: (react.SVGProps<SVGSVGElement> & {
|
|
860
|
+
size?: string | number;
|
|
861
|
+
color?: string;
|
|
862
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
863
|
+
readonly alertCircle: (props: (react.SVGProps<SVGSVGElement> & {
|
|
864
|
+
size?: string | number;
|
|
865
|
+
color?: string;
|
|
866
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
867
|
+
readonly alertTriangle: (props: (react.SVGProps<SVGSVGElement> & {
|
|
868
|
+
size?: string | number;
|
|
869
|
+
color?: string;
|
|
870
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
871
|
+
readonly alt: (props: (react.SVGProps<SVGSVGElement> & {
|
|
872
|
+
size?: string | number;
|
|
873
|
+
color?: string;
|
|
874
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
875
|
+
readonly approved: (props: ((((((((((((((((((react.SVGProps<SVGSVGElement> & {
|
|
876
|
+
size?: string | number;
|
|
877
|
+
color?: string;
|
|
878
|
+
}) & {
|
|
879
|
+
size?: string | number;
|
|
880
|
+
color?: string;
|
|
881
|
+
}) & {
|
|
882
|
+
size?: string | number;
|
|
883
|
+
color?: string;
|
|
884
|
+
}) & {
|
|
885
|
+
size?: string | number;
|
|
886
|
+
color?: string;
|
|
887
|
+
}) & {
|
|
888
|
+
size?: string | number;
|
|
889
|
+
color?: string;
|
|
890
|
+
}) & {
|
|
891
|
+
size?: string | number;
|
|
892
|
+
color?: string;
|
|
893
|
+
}) & {
|
|
894
|
+
size?: string | number;
|
|
895
|
+
color?: string;
|
|
896
|
+
}) & {
|
|
897
|
+
size?: string | number;
|
|
898
|
+
color?: string;
|
|
899
|
+
}) & {
|
|
900
|
+
size?: string | number;
|
|
901
|
+
color?: string;
|
|
902
|
+
}) & {
|
|
903
|
+
size?: string | number;
|
|
904
|
+
color?: string;
|
|
905
|
+
}) & {
|
|
906
|
+
size?: string | number;
|
|
907
|
+
color?: string;
|
|
908
|
+
}) & {
|
|
909
|
+
size?: string | number;
|
|
910
|
+
color?: string;
|
|
911
|
+
}) & {
|
|
912
|
+
size?: string | number;
|
|
913
|
+
color?: string;
|
|
914
|
+
}) & {
|
|
915
|
+
size?: string | number;
|
|
916
|
+
color?: string;
|
|
917
|
+
}) & {
|
|
918
|
+
size?: string | number;
|
|
919
|
+
color?: string;
|
|
920
|
+
}) & {
|
|
921
|
+
size?: string | number;
|
|
922
|
+
color?: string;
|
|
923
|
+
}) & {
|
|
924
|
+
size?: string | number;
|
|
925
|
+
color?: string;
|
|
926
|
+
}) & {
|
|
927
|
+
size?: string | number;
|
|
928
|
+
color?: string;
|
|
929
|
+
}) & {
|
|
930
|
+
size?: string | number;
|
|
931
|
+
color?: string;
|
|
932
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
933
|
+
readonly arrowBackUp: (props: (react.SVGProps<SVGSVGElement> & {
|
|
934
|
+
size?: string | number;
|
|
935
|
+
color?: string;
|
|
936
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
937
|
+
readonly arrowDown: (props: (react.SVGProps<SVGSVGElement> & {
|
|
938
|
+
size?: string | number;
|
|
939
|
+
color?: string;
|
|
940
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
941
|
+
readonly arrowLeft: (props: (react.SVGProps<SVGSVGElement> & {
|
|
942
|
+
size?: string | number;
|
|
943
|
+
color?: string;
|
|
944
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
945
|
+
readonly arrowNarrowLeft: (props: (react.SVGProps<SVGSVGElement> & {
|
|
946
|
+
size?: string | number;
|
|
947
|
+
color?: string;
|
|
948
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
949
|
+
readonly arrowNarrowRight: (props: (react.SVGProps<SVGSVGElement> & {
|
|
950
|
+
size?: string | number;
|
|
951
|
+
color?: string;
|
|
952
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
953
|
+
readonly arrowRight: (props: (react.SVGProps<SVGSVGElement> & {
|
|
954
|
+
size?: string | number;
|
|
955
|
+
color?: string;
|
|
956
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
957
|
+
readonly arrowUp: (props: (react.SVGProps<SVGSVGElement> & {
|
|
958
|
+
size?: string | number;
|
|
959
|
+
color?: string;
|
|
960
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
961
|
+
readonly arrowsDiff: (props: (react.SVGProps<SVGSVGElement> & {
|
|
962
|
+
size?: string | number;
|
|
963
|
+
color?: string;
|
|
964
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
965
|
+
readonly aspectRatio: (props: (react.SVGProps<SVGSVGElement> & {
|
|
966
|
+
size?: string | number;
|
|
967
|
+
color?: string;
|
|
968
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
969
|
+
readonly assembly: (props: (react.SVGProps<SVGSVGElement> & {
|
|
970
|
+
size?: string | number;
|
|
971
|
+
color?: string;
|
|
972
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
973
|
+
readonly bold: (props: (react.SVGProps<SVGSVGElement> & {
|
|
974
|
+
size?: string | number;
|
|
975
|
+
color?: string;
|
|
976
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
977
|
+
readonly bookmarkPlus: (props: (react.SVGProps<SVGSVGElement> & {
|
|
978
|
+
size?: string | number;
|
|
979
|
+
color?: string;
|
|
980
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
981
|
+
readonly briefcase: (props: (react.SVGProps<SVGSVGElement> & {
|
|
982
|
+
size?: string | number;
|
|
983
|
+
color?: string;
|
|
984
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
985
|
+
readonly building: (props: (react.SVGProps<SVGSVGElement> & {
|
|
986
|
+
size?: string | number;
|
|
987
|
+
color?: string;
|
|
988
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
989
|
+
readonly buildingHospital: (props: (react.SVGProps<SVGSVGElement> & {
|
|
990
|
+
size?: string | number;
|
|
991
|
+
color?: string;
|
|
992
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
993
|
+
readonly calendarEvent: (props: (react.SVGProps<SVGSVGElement> & {
|
|
994
|
+
size?: string | number;
|
|
995
|
+
color?: string;
|
|
996
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
997
|
+
readonly camera: (props: (react.SVGProps<SVGSVGElement> & {
|
|
998
|
+
size?: string | number;
|
|
999
|
+
color?: string;
|
|
1000
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1001
|
+
readonly capture: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1002
|
+
size?: string | number;
|
|
1003
|
+
color?: string;
|
|
1004
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1005
|
+
readonly chartLine: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1006
|
+
size?: string | number;
|
|
1007
|
+
color?: string;
|
|
1008
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1009
|
+
readonly check: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1010
|
+
size?: string | number;
|
|
1011
|
+
color?: string;
|
|
1012
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1013
|
+
readonly checklist: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1014
|
+
size?: string | number;
|
|
1015
|
+
color?: string;
|
|
1016
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1017
|
+
readonly checks: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1018
|
+
size?: string | number;
|
|
1019
|
+
color?: string;
|
|
1020
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1021
|
+
readonly chevronDown: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1022
|
+
size?: string | number;
|
|
1023
|
+
color?: string;
|
|
1024
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1025
|
+
readonly chevronLeft: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1026
|
+
size?: string | number;
|
|
1027
|
+
color?: string;
|
|
1028
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1029
|
+
readonly chevronRight: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1030
|
+
size?: string | number;
|
|
1031
|
+
color?: string;
|
|
1032
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1033
|
+
readonly chevronUp: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1034
|
+
size?: string | number;
|
|
1035
|
+
color?: string;
|
|
1036
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1037
|
+
readonly clipboard: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1038
|
+
size?: string | number;
|
|
1039
|
+
color?: string;
|
|
1040
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1041
|
+
readonly clock: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1042
|
+
size?: string | number;
|
|
1043
|
+
color?: string;
|
|
1044
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1045
|
+
readonly cloud: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1046
|
+
size?: string | number;
|
|
1047
|
+
color?: string;
|
|
1048
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1049
|
+
readonly code: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1050
|
+
size?: string | number;
|
|
1051
|
+
color?: string;
|
|
1052
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1053
|
+
readonly codeDots: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1054
|
+
size?: string | number;
|
|
1055
|
+
color?: string;
|
|
1056
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1057
|
+
readonly command: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1058
|
+
size?: string | number;
|
|
1059
|
+
color?: string;
|
|
1060
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1061
|
+
readonly components: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1062
|
+
size?: string | number;
|
|
1063
|
+
color?: string;
|
|
1064
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1065
|
+
readonly copy: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1066
|
+
size?: string | number;
|
|
1067
|
+
color?: string;
|
|
1068
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1069
|
+
readonly cpu: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1070
|
+
size?: string | number;
|
|
1071
|
+
color?: string;
|
|
1072
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1073
|
+
readonly dashboard: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1074
|
+
size?: string | number;
|
|
1075
|
+
color?: string;
|
|
1076
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1077
|
+
readonly database: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1078
|
+
size?: string | number;
|
|
1079
|
+
color?: string;
|
|
1080
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1081
|
+
readonly deviceDesktop: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1082
|
+
size?: string | number;
|
|
1083
|
+
color?: string;
|
|
1084
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1085
|
+
readonly deviceFloppy: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1086
|
+
size?: string | number;
|
|
1087
|
+
color?: string;
|
|
1088
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1089
|
+
readonly deviceLaptop: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1090
|
+
size?: string | number;
|
|
1091
|
+
color?: string;
|
|
1092
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1093
|
+
readonly door: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1094
|
+
size?: string | number;
|
|
1095
|
+
color?: string;
|
|
1096
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1097
|
+
readonly dots: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1098
|
+
size?: string | number;
|
|
1099
|
+
color?: string;
|
|
1100
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1101
|
+
readonly dotsVertical: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1102
|
+
size?: string | number;
|
|
1103
|
+
color?: string;
|
|
1104
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1105
|
+
readonly download: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1106
|
+
size?: string | number;
|
|
1107
|
+
color?: string;
|
|
1108
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1109
|
+
readonly edit: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1110
|
+
size?: string | number;
|
|
1111
|
+
color?: string;
|
|
1112
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1113
|
+
readonly editOff: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1114
|
+
size?: string | number;
|
|
1115
|
+
color?: string;
|
|
1116
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1117
|
+
readonly engine: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1118
|
+
size?: string | number;
|
|
1119
|
+
color?: string;
|
|
1120
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1121
|
+
readonly eraser: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1122
|
+
size?: string | number;
|
|
1123
|
+
color?: string;
|
|
1124
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1125
|
+
readonly exclamationCircle: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1126
|
+
size?: string | number;
|
|
1127
|
+
color?: string;
|
|
1128
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1129
|
+
readonly eye: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1130
|
+
size?: string | number;
|
|
1131
|
+
color?: string;
|
|
1132
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1133
|
+
readonly eyeClosed: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1134
|
+
size?: string | number;
|
|
1135
|
+
color?: string;
|
|
1136
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1137
|
+
readonly faceIdError: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1138
|
+
size?: string | number;
|
|
1139
|
+
color?: string;
|
|
1140
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1141
|
+
readonly file: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1142
|
+
size?: string | number;
|
|
1143
|
+
color?: string;
|
|
1144
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1145
|
+
readonly fileText: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1146
|
+
size?: string | number;
|
|
1147
|
+
color?: string;
|
|
1148
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1149
|
+
readonly fileUpload: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1150
|
+
size?: string | number;
|
|
1151
|
+
color?: string;
|
|
1152
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1153
|
+
readonly fileX: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1154
|
+
size?: string | number;
|
|
1155
|
+
color?: string;
|
|
1156
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1157
|
+
readonly filter: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1158
|
+
size?: string | number;
|
|
1159
|
+
color?: string;
|
|
1160
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1161
|
+
readonly filterOff: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1162
|
+
size?: string | number;
|
|
1163
|
+
color?: string;
|
|
1164
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1165
|
+
readonly flag: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1166
|
+
size?: string | number;
|
|
1167
|
+
color?: string;
|
|
1168
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1169
|
+
readonly focus: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1170
|
+
size?: string | number;
|
|
1171
|
+
color?: string;
|
|
1172
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1173
|
+
readonly folder: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1174
|
+
size?: string | number;
|
|
1175
|
+
color?: string;
|
|
1176
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1177
|
+
readonly genderFemale: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1178
|
+
size?: string | number;
|
|
1179
|
+
color?: string;
|
|
1180
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1181
|
+
readonly genderMale: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1182
|
+
size?: string | number;
|
|
1183
|
+
color?: string;
|
|
1184
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1185
|
+
readonly genderTransgender: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1186
|
+
size?: string | number;
|
|
1187
|
+
color?: string;
|
|
1188
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1189
|
+
readonly gridDots: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1190
|
+
size?: string | number;
|
|
1191
|
+
color?: string;
|
|
1192
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1193
|
+
readonly gripVertical: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1194
|
+
size?: string | number;
|
|
1195
|
+
color?: string;
|
|
1196
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1197
|
+
readonly heart: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1198
|
+
size?: string | number;
|
|
1199
|
+
color?: string;
|
|
1200
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1201
|
+
readonly heartHandshake: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1202
|
+
size?: string | number;
|
|
1203
|
+
color?: string;
|
|
1204
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1205
|
+
readonly home: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1206
|
+
size?: string | number;
|
|
1207
|
+
color?: string;
|
|
1208
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1209
|
+
readonly id: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1210
|
+
size?: string | number;
|
|
1211
|
+
color?: string;
|
|
1212
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1213
|
+
readonly infoCircle: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1214
|
+
size?: string | number;
|
|
1215
|
+
color?: string;
|
|
1216
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1217
|
+
readonly inputSearch: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1218
|
+
size?: string | number;
|
|
1219
|
+
color?: string;
|
|
1220
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1221
|
+
readonly italic: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1222
|
+
size?: string | number;
|
|
1223
|
+
color?: string;
|
|
1224
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1225
|
+
readonly key: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1226
|
+
size?: string | number;
|
|
1227
|
+
color?: string;
|
|
1228
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1229
|
+
readonly link: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1230
|
+
size?: string | number;
|
|
1231
|
+
color?: string;
|
|
1232
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1233
|
+
readonly lock: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1234
|
+
size?: string | number;
|
|
1235
|
+
color?: string;
|
|
1236
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1237
|
+
readonly logout: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1238
|
+
size?: string | number;
|
|
1239
|
+
color?: string;
|
|
1240
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1241
|
+
readonly message: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1242
|
+
size?: string | number;
|
|
1243
|
+
color?: string;
|
|
1244
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1245
|
+
readonly messageChatbot: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1246
|
+
size?: string | number;
|
|
1247
|
+
color?: string;
|
|
1248
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1249
|
+
readonly messageDots: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1250
|
+
size?: string | number;
|
|
1251
|
+
color?: string;
|
|
1252
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1253
|
+
readonly messages: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1254
|
+
size?: string | number;
|
|
1255
|
+
color?: string;
|
|
1256
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1257
|
+
readonly microphone: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1258
|
+
size?: string | number;
|
|
1259
|
+
color?: string;
|
|
1260
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1261
|
+
readonly minus: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1262
|
+
size?: string | number;
|
|
1263
|
+
color?: string;
|
|
1264
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1265
|
+
readonly moon: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1266
|
+
size?: string | number;
|
|
1267
|
+
color?: string;
|
|
1268
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1269
|
+
readonly navigation: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1270
|
+
size?: string | number;
|
|
1271
|
+
color?: string;
|
|
1272
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1273
|
+
readonly password: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1274
|
+
size?: string | number;
|
|
1275
|
+
color?: string;
|
|
1276
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1277
|
+
readonly pencil: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1278
|
+
size?: string | number;
|
|
1279
|
+
color?: string;
|
|
1280
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1281
|
+
readonly playlistAdd: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1282
|
+
size?: string | number;
|
|
1283
|
+
color?: string;
|
|
1284
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1285
|
+
readonly plus: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1286
|
+
size?: string | number;
|
|
1287
|
+
color?: string;
|
|
1288
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1289
|
+
readonly pointer: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1290
|
+
size?: string | number;
|
|
1291
|
+
color?: string;
|
|
1292
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1293
|
+
readonly questionMark: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1294
|
+
size?: string | number;
|
|
1295
|
+
color?: string;
|
|
1296
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1297
|
+
readonly radio: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1298
|
+
size?: string | number;
|
|
1299
|
+
color?: string;
|
|
1300
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1301
|
+
readonly radioactive: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1302
|
+
size?: string | number;
|
|
1303
|
+
color?: string;
|
|
1304
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1305
|
+
readonly refresh: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1306
|
+
size?: string | number;
|
|
1307
|
+
color?: string;
|
|
1308
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1309
|
+
readonly replaceOff: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1310
|
+
size?: string | number;
|
|
1311
|
+
color?: string;
|
|
1312
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1313
|
+
readonly replaceUser: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1314
|
+
size?: string | number;
|
|
1315
|
+
color?: string;
|
|
1316
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1317
|
+
readonly search: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1318
|
+
size?: string | number;
|
|
1319
|
+
color?: string;
|
|
1320
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1321
|
+
readonly selector: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1322
|
+
size?: string | number;
|
|
1323
|
+
color?: string;
|
|
1324
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1325
|
+
readonly send: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1326
|
+
size?: string | number;
|
|
1327
|
+
color?: string;
|
|
1328
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1329
|
+
readonly settings: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1330
|
+
size?: string | number;
|
|
1331
|
+
color?: string;
|
|
1332
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1333
|
+
readonly signature: (props: ((((((((((((((((((((react.SVGProps<SVGSVGElement> & {
|
|
1334
|
+
size?: string | number;
|
|
1335
|
+
color?: string;
|
|
1336
|
+
}) & {
|
|
1337
|
+
size?: string | number;
|
|
1338
|
+
color?: string;
|
|
1339
|
+
}) & {
|
|
1340
|
+
size?: string | number;
|
|
1341
|
+
color?: string;
|
|
1342
|
+
}) & {
|
|
1343
|
+
size?: string | number;
|
|
1344
|
+
color?: string;
|
|
1345
|
+
}) & {
|
|
1346
|
+
size?: string | number;
|
|
1347
|
+
color?: string;
|
|
1348
|
+
}) & {
|
|
1349
|
+
size?: string | number;
|
|
1350
|
+
color?: string;
|
|
1351
|
+
}) & {
|
|
1352
|
+
size?: string | number;
|
|
1353
|
+
color?: string;
|
|
1354
|
+
}) & {
|
|
1355
|
+
size?: string | number;
|
|
1356
|
+
color?: string;
|
|
1357
|
+
}) & {
|
|
1358
|
+
size?: string | number;
|
|
1359
|
+
color?: string;
|
|
1360
|
+
}) & {
|
|
1361
|
+
size?: string | number;
|
|
1362
|
+
color?: string;
|
|
1363
|
+
}) & {
|
|
1364
|
+
size?: string | number;
|
|
1365
|
+
color?: string;
|
|
1366
|
+
}) & {
|
|
1367
|
+
size?: string | number;
|
|
1368
|
+
color?: string;
|
|
1369
|
+
}) & {
|
|
1370
|
+
size?: string | number;
|
|
1371
|
+
color?: string;
|
|
1372
|
+
}) & {
|
|
1373
|
+
size?: string | number;
|
|
1374
|
+
color?: string;
|
|
1375
|
+
}) & {
|
|
1376
|
+
size?: string | number;
|
|
1377
|
+
color?: string;
|
|
1378
|
+
}) & {
|
|
1379
|
+
size?: string | number;
|
|
1380
|
+
color?: string;
|
|
1381
|
+
}) & {
|
|
1382
|
+
size?: string | number;
|
|
1383
|
+
color?: string;
|
|
1384
|
+
}) & {
|
|
1385
|
+
size?: string | number;
|
|
1386
|
+
color?: string;
|
|
1387
|
+
}) & {
|
|
1388
|
+
size?: string | number;
|
|
1389
|
+
color?: string;
|
|
1390
|
+
}) & {
|
|
1391
|
+
size?: string | number;
|
|
1392
|
+
color?: string;
|
|
1393
|
+
}) & {
|
|
1394
|
+
size?: string | number;
|
|
1395
|
+
color?: string;
|
|
1396
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1397
|
+
readonly sortAscending: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1398
|
+
size?: string | number;
|
|
1399
|
+
color?: string;
|
|
1400
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1401
|
+
readonly sortDescending: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1402
|
+
size?: string | number;
|
|
1403
|
+
color?: string;
|
|
1404
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1405
|
+
readonly sparkles: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1406
|
+
size?: string | number;
|
|
1407
|
+
color?: string;
|
|
1408
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1409
|
+
readonly speakerphone: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1410
|
+
size?: string | number;
|
|
1411
|
+
color?: string;
|
|
1412
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1413
|
+
readonly star: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1414
|
+
size?: string | number;
|
|
1415
|
+
color?: string;
|
|
1416
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1417
|
+
readonly sun: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1418
|
+
size?: string | number;
|
|
1419
|
+
color?: string;
|
|
1420
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1421
|
+
readonly tool: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1422
|
+
size?: string | number;
|
|
1423
|
+
color?: string;
|
|
1424
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1425
|
+
readonly trash: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1426
|
+
size?: string | number;
|
|
1427
|
+
color?: string;
|
|
1428
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1429
|
+
readonly underline: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1430
|
+
size?: string | number;
|
|
1431
|
+
color?: string;
|
|
1432
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1433
|
+
readonly upload: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1434
|
+
size?: string | number;
|
|
1435
|
+
color?: string;
|
|
1436
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1437
|
+
readonly user: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1438
|
+
size?: string | number;
|
|
1439
|
+
color?: string;
|
|
1440
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1441
|
+
readonly users: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1442
|
+
size?: string | number;
|
|
1443
|
+
color?: string;
|
|
1444
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1445
|
+
readonly wand: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1446
|
+
size?: string | number;
|
|
1447
|
+
color?: string;
|
|
1448
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1449
|
+
readonly waxSeal: (props: ((((((((((((((((((((((((((react.SVGProps<SVGSVGElement> & {
|
|
1450
|
+
size?: string | number;
|
|
1451
|
+
color?: string;
|
|
1452
|
+
}) & {
|
|
1453
|
+
size?: string | number;
|
|
1454
|
+
color?: string;
|
|
1455
|
+
}) & {
|
|
1456
|
+
size?: string | number;
|
|
1457
|
+
color?: string;
|
|
1458
|
+
}) & {
|
|
1459
|
+
size?: string | number;
|
|
1460
|
+
color?: string;
|
|
1461
|
+
}) & {
|
|
1462
|
+
size?: string | number;
|
|
1463
|
+
color?: string;
|
|
1464
|
+
}) & {
|
|
1465
|
+
size?: string | number;
|
|
1466
|
+
color?: string;
|
|
1467
|
+
}) & {
|
|
1468
|
+
size?: string | number;
|
|
1469
|
+
color?: string;
|
|
1470
|
+
}) & {
|
|
1471
|
+
size?: string | number;
|
|
1472
|
+
color?: string;
|
|
1473
|
+
}) & {
|
|
1474
|
+
size?: string | number;
|
|
1475
|
+
color?: string;
|
|
1476
|
+
}) & {
|
|
1477
|
+
size?: string | number;
|
|
1478
|
+
color?: string;
|
|
1479
|
+
}) & {
|
|
1480
|
+
size?: string | number;
|
|
1481
|
+
color?: string;
|
|
1482
|
+
}) & {
|
|
1483
|
+
size?: string | number;
|
|
1484
|
+
color?: string;
|
|
1485
|
+
}) & {
|
|
1486
|
+
size?: string | number;
|
|
1487
|
+
color?: string;
|
|
1488
|
+
}) & {
|
|
1489
|
+
size?: string | number;
|
|
1490
|
+
color?: string;
|
|
1491
|
+
}) & {
|
|
1492
|
+
size?: string | number;
|
|
1493
|
+
color?: string;
|
|
1494
|
+
}) & {
|
|
1495
|
+
size?: string | number;
|
|
1496
|
+
color?: string;
|
|
1497
|
+
}) & {
|
|
1498
|
+
size?: string | number;
|
|
1499
|
+
color?: string;
|
|
1500
|
+
}) & {
|
|
1501
|
+
size?: string | number;
|
|
1502
|
+
color?: string;
|
|
1503
|
+
}) & {
|
|
1504
|
+
size?: string | number;
|
|
1505
|
+
color?: string;
|
|
1506
|
+
}) & {
|
|
1507
|
+
size?: string | number;
|
|
1508
|
+
color?: string;
|
|
1509
|
+
}) & {
|
|
1510
|
+
size?: string | number;
|
|
1511
|
+
color?: string;
|
|
1512
|
+
}) & {
|
|
1513
|
+
size?: string | number;
|
|
1514
|
+
color?: string;
|
|
1515
|
+
}) & {
|
|
1516
|
+
size?: string | number;
|
|
1517
|
+
color?: string;
|
|
1518
|
+
}) & {
|
|
1519
|
+
size?: string | number;
|
|
1520
|
+
color?: string;
|
|
1521
|
+
}) & {
|
|
1522
|
+
size?: string | number;
|
|
1523
|
+
color?: string;
|
|
1524
|
+
}) & {
|
|
1525
|
+
size?: string | number;
|
|
1526
|
+
color?: string;
|
|
1527
|
+
}) & {
|
|
1528
|
+
size?: string | number;
|
|
1529
|
+
color?: string;
|
|
1530
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1531
|
+
readonly wifi: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1532
|
+
size?: string | number;
|
|
1533
|
+
color?: string;
|
|
1534
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1535
|
+
readonly world: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1536
|
+
size?: string | number;
|
|
1537
|
+
color?: string;
|
|
1538
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1539
|
+
readonly x: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1540
|
+
size?: string | number;
|
|
1541
|
+
color?: string;
|
|
1542
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1543
|
+
readonly zoomIn: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1544
|
+
size?: string | number;
|
|
1545
|
+
color?: string;
|
|
1546
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1547
|
+
readonly zoomOut: (props: (react.SVGProps<SVGSVGElement> & {
|
|
1548
|
+
size?: string | number;
|
|
1549
|
+
color?: string;
|
|
1550
|
+
})) => react_jsx_runtime.JSX.Element;
|
|
1551
|
+
};
|
|
1552
|
+
type IconName = keyof typeof iconMap;
|
|
1553
|
+
declare const iconNames: IconName[];
|
|
1554
|
+
|
|
1555
|
+
type IconProps = react__default.SVGProps<SVGSVGElement> & {
|
|
1556
|
+
name: IconName;
|
|
1557
|
+
size?: number | string;
|
|
1558
|
+
color?: string;
|
|
1559
|
+
};
|
|
1560
|
+
declare function Icon({ name, size, color, ...props }: IconProps): react_jsx_runtime.JSX.Element | null;
|
|
1561
|
+
|
|
1562
|
+
export { SvgActivity as Activity, SvgAd as Ad, SvgAffiliate as Affiliate, SvgAlarm as Alarm, SvgAlarmOff as AlarmOff, SvgAlertCircle as AlertCircle, SvgAlertTriangle as AlertTriangle, SvgAlt as Alt, SvgApproved as Approved, SvgArrowBackUp as ArrowBackUp, SvgArrowDown as ArrowDown, SvgArrowLeft as ArrowLeft, SvgArrowNarrowLeft as ArrowNarrowLeft, SvgArrowNarrowRight as ArrowNarrowRight, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowsDiff as ArrowsDiff, SvgAspectRatio as AspectRatio, SvgAssembly as Assembly, SvgBold as Bold, SvgBookmarkPlus as BookmarkPlus, SvgBriefcase as Briefcase, SvgBuilding as Building, SvgBuildingHospital as BuildingHospital, SvgCalendarEvent as CalendarEvent, SvgCamera as Camera, SvgCapture as Capture, SvgChartLine as ChartLine, SvgCheck as Check, SvgChecklist as Checklist, SvgChecks as Checks, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgClipboard as Clipboard, SvgClock as Clock, SvgCloud as Cloud, SvgCode as Code, SvgCodeDots as CodeDots, SvgCommand as Command, SvgComponents as Components, SvgCopy as Copy, SvgCpu as Cpu, SvgDashboard as Dashboard, SvgDatabase as Database, SvgDeviceDesktop as DeviceDesktop, SvgDeviceFloppy as DeviceFloppy, SvgDeviceLaptop as DeviceLaptop, SvgDoor as Door, SvgDots as Dots, SvgDotsVertical as DotsVertical, SvgDownload as Download, SvgEdit as Edit, SvgEditOff as EditOff, SvgEngine as Engine, SvgEraser as Eraser, SvgExclamationCircle as ExclamationCircle, SvgEye as Eye, SvgEyeClosed as EyeClosed, SvgFaceIdError as FaceIdError, SvgFile as File, SvgFileText as FileText, SvgFileUpload as FileUpload, SvgFileX as FileX, SvgFilter as Filter, SvgFilterOff as FilterOff, SvgFlag as Flag, SvgFocus as Focus, SvgFolder as Folder, SvgGenderFemale as GenderFemale, SvgGenderMale as GenderMale, SvgGenderTransgender as GenderTransgender, SvgGridDots as GridDots, SvgGripVertical as GripVertical, SvgHeart as Heart, SvgHeartHandshake as HeartHandshake, SvgHome as Home, Icon, type IconName, type IconProps, SvgId as Id, SvgInfoCircle as InfoCircle, SvgInputSearch as InputSearch, SvgItalic as Italic, SvgKey as Key, SvgLink as Link, SvgLock as Lock, SvgLogout as Logout, SvgMessage as Message, SvgMessageChatbot as MessageChatbot, SvgMessageDots as MessageDots, SvgMessages as Messages, SvgMicrophone as Microphone, SvgMinus as Minus, SvgMoon as Moon, SvgNavigation as Navigation, SvgPassword as Password, SvgPencil as Pencil, SvgPlaylistAdd as PlaylistAdd, SvgPlus as Plus, SvgPointer as Pointer, SvgQuestionMark as QuestionMark, SvgRadio as Radio, SvgRadioactive as Radioactive, SvgRefresh as Refresh, SvgReplaceOff as ReplaceOff, SvgReplaceUser as ReplaceUser, SvgSearch as Search, SvgSelector as Selector, SvgSend as Send, SvgSettings as Settings, SvgSignature as Signature, SvgSortAscending as SortAscending, SvgSortDescending as SortDescending, SvgSparkles as Sparkles, SvgSpeakerphone as Speakerphone, SvgStar as Star, SvgSun as Sun, SvgTool as Tool, SvgTrash as Trash, SvgUnderline as Underline, SvgUpload as Upload, SvgUser as User, SvgUsers as Users, SvgWand as Wand, SVGWaxSeal as WaxSeal, SvgWifi as Wifi, SvgWorld as World, SvgX as X, SvgZoomIn as ZoomIn, SvgZoomOut as ZoomOut, iconMap, iconNames };
|