@synotech/icons 4.1.1 → 4.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons.source.json +12 -0
- package/dist/llm.txt +587 -0
- package/dist/package.json +1 -1
- package/dist/react/index.cjs +8901 -0
- package/dist/react/index.cjs.map +1 -0
- package/dist/react/index.d.cts +1000 -0
- package/dist/react/index.d.ts +1000 -0
- package/dist/react/index.js +8377 -0
- package/dist/react/index.js.map +1 -0
- package/dist/react-native/index.cjs +9409 -0
- package/dist/react-native/index.cjs.map +1 -0
- package/dist/react-native/index.d.cts +1000 -0
- package/dist/react-native/index.d.ts +1000 -0
- package/dist/react-native/index.js +8875 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/static/sy-africa.svg +3 -0
- package/dist/static/sy-coins.svg +3 -0
- package/dist/static/sy-gold.svg +8 -0
- package/dist/static/sy-spanner.svg +3 -0
- package/dist/static/sy-sparkle.svg +5 -0
- package/dist/static/sy-star-outline.svg +3 -0
- package/dist/static/sy-star.svg +2 -2
- package/package.json +6 -2
|
@@ -0,0 +1,1000 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
declare const SvgSyActivity: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
5
|
+
|
|
6
|
+
declare const SvgSyAddSquare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
7
|
+
|
|
8
|
+
declare const SvgSyAddUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
declare const SvgSyAdd: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
declare const SvgSyAfrica: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
13
|
+
|
|
14
|
+
declare const SvgSyAicpa: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
15
|
+
|
|
16
|
+
declare const SvgSyAirdrop: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
17
|
+
|
|
18
|
+
declare const SvgSyAirplane: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
19
|
+
|
|
20
|
+
declare const SvgSyAlarm: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
21
|
+
|
|
22
|
+
declare const SvgSyAlarmclock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
23
|
+
|
|
24
|
+
declare const SvgSyApplePay: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
26
|
+
declare const SvgSyApple: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
27
|
+
|
|
28
|
+
declare const SvgSyAppstoreApple: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
29
|
+
|
|
30
|
+
declare const SvgSyAppstoreGoogle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
31
|
+
|
|
32
|
+
declare const SvgSyAppstoreHuawei: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
33
|
+
|
|
34
|
+
declare const SvgSyArchiveAltBig: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
35
|
+
|
|
36
|
+
declare const SvgSyArchiveBox: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
37
|
+
|
|
38
|
+
declare const SvgSyArchiveFill: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
|
+
|
|
40
|
+
declare const SvgSyArchiveLoad: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
41
|
+
|
|
42
|
+
declare const SvgSyArchive: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
43
|
+
|
|
44
|
+
declare const SvgSyArrowDown3: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
45
|
+
|
|
46
|
+
declare const SvgSyArrowDownCircle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
47
|
+
|
|
48
|
+
declare const SvgSyArrowDownSquare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
49
|
+
|
|
50
|
+
declare const SvgSyArrowDownSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
51
|
+
|
|
52
|
+
declare const SvgSyArrowDown: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
53
|
+
|
|
54
|
+
declare const SvgSyArrowLeftCircle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
55
|
+
|
|
56
|
+
declare const SvgSyArrowLeftDownSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
57
|
+
|
|
58
|
+
declare const SvgSyArrowLeftSquare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
59
|
+
|
|
60
|
+
declare const SvgSyArrowLeftSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
61
|
+
|
|
62
|
+
declare const SvgSyArrowLeftUpSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
63
|
+
|
|
64
|
+
declare const SvgSyArrowLeft: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
65
|
+
|
|
66
|
+
declare const SvgSyArrowRight3: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
67
|
+
|
|
68
|
+
declare const SvgSyArrowRightCircle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
69
|
+
|
|
70
|
+
declare const SvgSyArrowRightDownSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
71
|
+
|
|
72
|
+
declare const SvgSyArrowRightSolid: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
73
|
+
|
|
74
|
+
declare const SvgSyArrowRightSquare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
75
|
+
|
|
76
|
+
declare const SvgSyArrowRightSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
77
|
+
|
|
78
|
+
declare const SvgSyArrowRightUpSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
79
|
+
|
|
80
|
+
declare const SvgSyArrowRight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
81
|
+
|
|
82
|
+
declare const SvgSyArrowUp3: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
83
|
+
|
|
84
|
+
declare const SvgSyArrowUpCircleSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
85
|
+
|
|
86
|
+
declare const SvgSyArrowUpCircle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
87
|
+
|
|
88
|
+
declare const SvgSyArrowUpSquare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
89
|
+
|
|
90
|
+
declare const SvgSyArrowUpSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
91
|
+
|
|
92
|
+
declare const SvgSyArrowUp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
93
|
+
|
|
94
|
+
declare const SvgSyAttendance: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
95
|
+
|
|
96
|
+
declare const SvgSyAvalanche: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
97
|
+
|
|
98
|
+
declare const SvgSyAward: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
99
|
+
|
|
100
|
+
declare const SvgSyBag: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
101
|
+
|
|
102
|
+
declare const SvgSyBankSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
103
|
+
|
|
104
|
+
declare const SvgSyBarcode: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
105
|
+
|
|
106
|
+
declare const SvgSyBasketAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
107
|
+
|
|
108
|
+
declare const SvgSyBasket: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
109
|
+
|
|
110
|
+
declare const SvgSyBatteryFull: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
111
|
+
|
|
112
|
+
declare const SvgSyBatteryLow: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
113
|
+
|
|
114
|
+
declare const SvgSyBellPin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
115
|
+
|
|
116
|
+
declare const SvgSyBell: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
117
|
+
|
|
118
|
+
declare const SvgSyBitcoinCash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
119
|
+
|
|
120
|
+
declare const SvgSyBitcoin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
121
|
+
|
|
122
|
+
declare const SvgSyBlankAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
123
|
+
|
|
124
|
+
declare const SvgSyBlank: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
125
|
+
|
|
126
|
+
declare const SvgSyBnb: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
127
|
+
|
|
128
|
+
declare const SvgSyBookCheck: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
129
|
+
|
|
130
|
+
declare const SvgSyBookOpen: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
131
|
+
|
|
132
|
+
declare const SvgSyBook: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
133
|
+
|
|
134
|
+
declare const SvgSyBookmark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
135
|
+
|
|
136
|
+
declare const SvgSyBoxAltFill: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
137
|
+
|
|
138
|
+
declare const SvgSyBoxAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
139
|
+
|
|
140
|
+
declare const SvgSyBoxFill: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
141
|
+
|
|
142
|
+
declare const SvgSyBoxOpenFill: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
143
|
+
|
|
144
|
+
declare const SvgSyBoxOpen: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
145
|
+
|
|
146
|
+
declare const SvgSyBox: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
147
|
+
|
|
148
|
+
declare const SvgSyBrokenHeart: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
149
|
+
|
|
150
|
+
declare const SvgSyBug: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
151
|
+
|
|
152
|
+
declare const SvgSyBuildings: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
153
|
+
|
|
154
|
+
declare const SvgSyBuy: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
155
|
+
|
|
156
|
+
declare const SvgSyCalendarAdd: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
157
|
+
|
|
158
|
+
declare const SvgSyCalendar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
159
|
+
|
|
160
|
+
declare const SvgSyCamera: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
161
|
+
|
|
162
|
+
declare const SvgSyCandle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
163
|
+
|
|
164
|
+
declare const SvgSyCapsule: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
165
|
+
|
|
166
|
+
declare const SvgSyCardano: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
167
|
+
|
|
168
|
+
declare const SvgSyCategory: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
169
|
+
|
|
170
|
+
declare const SvgSyChainlink: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
171
|
+
|
|
172
|
+
declare const SvgSyChart21: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
173
|
+
|
|
174
|
+
declare const SvgSyChartAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
175
|
+
|
|
176
|
+
declare const SvgSyChart: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
177
|
+
|
|
178
|
+
declare const SvgSyChatAlt2: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
179
|
+
|
|
180
|
+
declare const SvgSyChatAltAdd: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
181
|
+
|
|
182
|
+
declare const SvgSyChatPlus1: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
183
|
+
|
|
184
|
+
declare const SvgSyChatSearchLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
185
|
+
|
|
186
|
+
declare const SvgSyChatSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
187
|
+
|
|
188
|
+
declare const SvgSyChat: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
189
|
+
|
|
190
|
+
declare const SvgSyCheckRingRound: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
191
|
+
|
|
192
|
+
declare const SvgSyCheckRing: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
193
|
+
|
|
194
|
+
declare const SvgSyCheck: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
195
|
+
|
|
196
|
+
declare const SvgSyChevronDownSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
197
|
+
|
|
198
|
+
declare const SvgSyChevronDown: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
199
|
+
|
|
200
|
+
declare const SvgSyChevronLeftSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
201
|
+
|
|
202
|
+
declare const SvgSyChevronRightSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
203
|
+
|
|
204
|
+
declare const SvgSyChevronRight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
205
|
+
|
|
206
|
+
declare const SvgSyChevronUpSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
207
|
+
|
|
208
|
+
declare const SvgSyChevronUp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
209
|
+
|
|
210
|
+
declare const SvgSyCircleFilled: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
211
|
+
|
|
212
|
+
declare const SvgSyCircle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
213
|
+
|
|
214
|
+
declare const SvgSyClipboard: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
215
|
+
|
|
216
|
+
declare const SvgSyClock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
217
|
+
|
|
218
|
+
declare const SvgSyCloseSquare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
219
|
+
|
|
220
|
+
declare const SvgSyClose: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
221
|
+
|
|
222
|
+
declare const SvgSyCloudAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
223
|
+
|
|
224
|
+
declare const SvgSyCloudChange: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
225
|
+
|
|
226
|
+
declare const SvgSyCloud: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
227
|
+
|
|
228
|
+
declare const SvgSyCoins: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
229
|
+
|
|
230
|
+
declare const SvgSyColorFilter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
231
|
+
|
|
232
|
+
declare const SvgSyColorSwatch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
233
|
+
|
|
234
|
+
declare const SvgSyComment: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
235
|
+
|
|
236
|
+
declare const SvgSyCompassNorth: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
237
|
+
|
|
238
|
+
declare const SvgSyCompass: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
239
|
+
|
|
240
|
+
declare const SvgSyConvertCard: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
241
|
+
|
|
242
|
+
declare const SvgSyCreditCardDuo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
243
|
+
|
|
244
|
+
declare const SvgSyCreditCard: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
245
|
+
|
|
246
|
+
declare const SvgSyCritical: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
247
|
+
|
|
248
|
+
declare const SvgSyCronos: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
249
|
+
|
|
250
|
+
declare const SvgSyDanger: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
251
|
+
|
|
252
|
+
declare const SvgSyDashboard: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
253
|
+
|
|
254
|
+
declare const SvgSyData: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
255
|
+
|
|
256
|
+
declare const SvgSyDatabase: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
257
|
+
|
|
258
|
+
declare const SvgSyDateRange: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
259
|
+
|
|
260
|
+
declare const SvgSyDateToday: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
261
|
+
|
|
262
|
+
declare const SvgSyDelAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
263
|
+
|
|
264
|
+
declare const SvgSyDell: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
265
|
+
|
|
266
|
+
declare const SvgSyDesk: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
267
|
+
|
|
268
|
+
declare const SvgSyDiamondAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
269
|
+
|
|
270
|
+
declare const SvgSyDiamond: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
271
|
+
|
|
272
|
+
declare const SvgSyDirectionAlt2: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
273
|
+
|
|
274
|
+
declare const SvgSyDiscount: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
275
|
+
|
|
276
|
+
declare const SvgSyDiscovery: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
277
|
+
|
|
278
|
+
declare const SvgSyDocument: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
279
|
+
|
|
280
|
+
declare const SvgSyDollar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
281
|
+
|
|
282
|
+
declare const SvgSyDoneAllRound: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
283
|
+
|
|
284
|
+
declare const SvgSyDoneRingRound: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
285
|
+
|
|
286
|
+
declare const SvgSyDone: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
287
|
+
|
|
288
|
+
declare const SvgSyDoughnut: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
289
|
+
|
|
290
|
+
declare const SvgSyDownloadCircle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
291
|
+
|
|
292
|
+
declare const SvgSyDownload: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
293
|
+
|
|
294
|
+
declare const SvgSyEditSolid: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
295
|
+
|
|
296
|
+
declare const SvgSyEdit: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
297
|
+
|
|
298
|
+
declare const SvgSyElectricity: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
299
|
+
|
|
300
|
+
declare const SvgSyElementPlus: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
301
|
+
|
|
302
|
+
declare const SvgSyEmptyWallet: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
303
|
+
|
|
304
|
+
declare const SvgSyEnvelopeSolid: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
305
|
+
|
|
306
|
+
declare const SvgSyEnvelope: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
307
|
+
|
|
308
|
+
declare const SvgSyError: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
309
|
+
|
|
310
|
+
declare const SvgSyEthereum: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
311
|
+
|
|
312
|
+
declare const SvgSyExchangeFunds: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
313
|
+
|
|
314
|
+
declare const SvgSyExchangeVertical: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
315
|
+
|
|
316
|
+
declare const SvgSyExport: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
317
|
+
|
|
318
|
+
declare const SvgSyEye: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
319
|
+
|
|
320
|
+
declare const SvgSyFacebook: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
321
|
+
|
|
322
|
+
declare const SvgSyFavorite: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
323
|
+
|
|
324
|
+
declare const SvgSyFileDockAdd: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
325
|
+
|
|
326
|
+
declare const SvgSyFileDock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
327
|
+
|
|
328
|
+
declare const SvgSyFile: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
329
|
+
|
|
330
|
+
declare const SvgSyFilters: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
331
|
+
|
|
332
|
+
declare const SvgSyFireAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
333
|
+
|
|
334
|
+
declare const SvgSyFireFill: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
335
|
+
|
|
336
|
+
declare const SvgSyFire: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
337
|
+
|
|
338
|
+
declare const SvgSyFlagAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
339
|
+
|
|
340
|
+
declare const SvgSyFolderAddFill: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
341
|
+
|
|
342
|
+
declare const SvgSyFolderAdd: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
343
|
+
|
|
344
|
+
declare const SvgSyFolderAltFill: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
345
|
+
|
|
346
|
+
declare const SvgSyFolderAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
347
|
+
|
|
348
|
+
declare const SvgSyFolderCheck: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
349
|
+
|
|
350
|
+
declare const SvgSyFolderCopy: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
351
|
+
|
|
352
|
+
declare const SvgSyFolderDelFill: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
353
|
+
|
|
354
|
+
declare const SvgSyFolderDel: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
355
|
+
|
|
356
|
+
declare const SvgSyFolderDuplicate: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
357
|
+
|
|
358
|
+
declare const SvgSyFolderFill: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
359
|
+
|
|
360
|
+
declare const SvgSyFolderLine: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
361
|
+
|
|
362
|
+
declare const SvgSyFolderSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
363
|
+
|
|
364
|
+
declare const SvgSyFolderSend: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
365
|
+
|
|
366
|
+
declare const SvgSyFolder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
367
|
+
|
|
368
|
+
declare const SvgSyForm: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
369
|
+
|
|
370
|
+
declare const SvgSyFormatCircle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
371
|
+
|
|
372
|
+
declare const SvgSyFunnel: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
373
|
+
|
|
374
|
+
declare const SvgSyGame: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
375
|
+
|
|
376
|
+
declare const SvgSyGasStation: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
377
|
+
|
|
378
|
+
declare const SvgSyGdpr: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
379
|
+
|
|
380
|
+
declare const SvgSyGender: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
381
|
+
|
|
382
|
+
declare const SvgSyGiftLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
383
|
+
|
|
384
|
+
declare const SvgSyGlobeAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
385
|
+
|
|
386
|
+
declare const SvgSyGlobe: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
387
|
+
|
|
388
|
+
declare const SvgSyGold: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
389
|
+
|
|
390
|
+
declare const SvgSyGooglePay: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
391
|
+
|
|
392
|
+
declare const SvgSyGpsFixed: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
393
|
+
|
|
394
|
+
declare const SvgSyGraphSolid: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
395
|
+
|
|
396
|
+
declare const SvgSyGraph: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
397
|
+
|
|
398
|
+
declare const SvgSyHashtag: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
399
|
+
|
|
400
|
+
declare const SvgSyHeadphone: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
401
|
+
|
|
402
|
+
declare const SvgSyHeadphonesFill: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
403
|
+
|
|
404
|
+
declare const SvgSyHeart: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
405
|
+
|
|
406
|
+
declare const SvgSyHide: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
407
|
+
|
|
408
|
+
declare const SvgSyHierarchy: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
409
|
+
|
|
410
|
+
declare const SvgSyHome: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
411
|
+
|
|
412
|
+
declare const SvgSyIdentification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
413
|
+
|
|
414
|
+
declare const SvgSyImage: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
415
|
+
|
|
416
|
+
declare const SvgSyImgBox: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
417
|
+
|
|
418
|
+
declare const SvgSyImgOutBox: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
419
|
+
|
|
420
|
+
declare const SvgSyImgRol: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
421
|
+
|
|
422
|
+
declare const SvgSyImg: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
423
|
+
|
|
424
|
+
declare const SvgSyImport: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
425
|
+
|
|
426
|
+
declare const SvgSyInfoSolid: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
427
|
+
|
|
428
|
+
declare const SvgSyInfoSquare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
429
|
+
|
|
430
|
+
declare const SvgSyInfo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
431
|
+
|
|
432
|
+
declare const SvgSyInsta: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
433
|
+
|
|
434
|
+
declare const SvgSyInstagram: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
435
|
+
|
|
436
|
+
declare const SvgSyIto: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
437
|
+
|
|
438
|
+
declare const SvgSyJudge: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
439
|
+
|
|
440
|
+
declare const SvgSyJumpTime: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
441
|
+
|
|
442
|
+
declare const SvgSyKeyAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
443
|
+
|
|
444
|
+
declare const SvgSyKey: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
445
|
+
|
|
446
|
+
declare const SvgSyKickScooter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
447
|
+
|
|
448
|
+
declare const SvgSyKruger: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
449
|
+
|
|
450
|
+
declare const SvgSyLampSolid: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
451
|
+
|
|
452
|
+
declare const SvgSyLamp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
453
|
+
|
|
454
|
+
declare const SvgSyLayer: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
455
|
+
|
|
456
|
+
declare const SvgSyLayers: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
457
|
+
|
|
458
|
+
declare const SvgSyLegalAdministrativeApproval: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
459
|
+
|
|
460
|
+
declare const SvgSyLegalAid: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
461
|
+
|
|
462
|
+
declare const SvgSyLegalAnnualAssessment: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
463
|
+
|
|
464
|
+
declare const SvgSyLegalCommunityCorrectionsBureau: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
465
|
+
|
|
466
|
+
declare const SvgSyLegalDrugManagement: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
467
|
+
|
|
468
|
+
declare const SvgSyLegalForeignLawFirm: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
469
|
+
|
|
470
|
+
declare const SvgSyLegalForensicInstitute: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
471
|
+
|
|
472
|
+
declare const SvgSyLegalForensicMemberServices: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
473
|
+
|
|
474
|
+
declare const SvgSyLegalJudicialExamination: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
475
|
+
|
|
476
|
+
declare const SvgSyLegalJusticeBureau: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
477
|
+
|
|
478
|
+
declare const SvgSyLegalLawOffice: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
479
|
+
|
|
480
|
+
declare const SvgSyLegalNotaryOffice: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
481
|
+
|
|
482
|
+
declare const SvgSyLegalOnlineNotarization: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
483
|
+
|
|
484
|
+
declare const SvgSyLegalOpenByApplication: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
485
|
+
|
|
486
|
+
declare const SvgSyLegalPrison: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
487
|
+
|
|
488
|
+
declare const SvgSyLegalRemoteTeaching: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
489
|
+
|
|
490
|
+
declare const SvgSyLegalTheCourt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
491
|
+
|
|
492
|
+
declare const SvgSyLightningAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
493
|
+
|
|
494
|
+
declare const SvgSyLightningRing: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
495
|
+
|
|
496
|
+
declare const SvgSyLightning: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
497
|
+
|
|
498
|
+
declare const SvgSyLike: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
499
|
+
|
|
500
|
+
declare const SvgSyLine: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
501
|
+
|
|
502
|
+
declare const SvgSyLinkedin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
503
|
+
|
|
504
|
+
declare const SvgSyList: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
505
|
+
|
|
506
|
+
declare const SvgSyLitecoin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
507
|
+
|
|
508
|
+
declare const SvgSyLoadCircle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
509
|
+
|
|
510
|
+
declare const SvgSyLocationSolid: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
511
|
+
|
|
512
|
+
declare const SvgSyLocation: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
513
|
+
|
|
514
|
+
declare const SvgSyLock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
515
|
+
|
|
516
|
+
declare const SvgSyMapSolid: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
517
|
+
|
|
518
|
+
declare const SvgSyMap: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
519
|
+
|
|
520
|
+
declare const SvgSyMastercard: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
521
|
+
|
|
522
|
+
declare const SvgSyMenu: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
523
|
+
|
|
524
|
+
declare const SvgSyMessageAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
525
|
+
|
|
526
|
+
declare const SvgSyMessageOpen: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
527
|
+
|
|
528
|
+
declare const SvgSyMessage: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
529
|
+
|
|
530
|
+
declare const SvgSyMicAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
531
|
+
|
|
532
|
+
declare const SvgSyMic: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
533
|
+
|
|
534
|
+
declare const SvgSyMinus: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
535
|
+
|
|
536
|
+
declare const SvgSyMoney: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
537
|
+
|
|
538
|
+
declare const SvgSyMoon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
539
|
+
|
|
540
|
+
declare const SvgSyMoreCircle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
541
|
+
|
|
542
|
+
declare const SvgSyMusic: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
543
|
+
|
|
544
|
+
declare const SvgSyNesting: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
545
|
+
|
|
546
|
+
declare const SvgSyNews: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
547
|
+
|
|
548
|
+
declare const SvgSyNfc: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
549
|
+
|
|
550
|
+
declare const SvgSyNotebook: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
551
|
+
|
|
552
|
+
declare const SvgSyNotificationActiveSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
553
|
+
|
|
554
|
+
declare const SvgSyNotificationSystem: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
555
|
+
|
|
556
|
+
declare const SvgSyNotification: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
557
|
+
|
|
558
|
+
declare const SvgSyNum0: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
559
|
+
|
|
560
|
+
declare const SvgSyNum1: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
561
|
+
|
|
562
|
+
declare const SvgSyNum2: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
563
|
+
|
|
564
|
+
declare const SvgSyNum3: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
565
|
+
|
|
566
|
+
declare const SvgSyNum4: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
567
|
+
|
|
568
|
+
declare const SvgSyNum5: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
569
|
+
|
|
570
|
+
declare const SvgSyNum6: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
571
|
+
|
|
572
|
+
declare const SvgSyNum7: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
573
|
+
|
|
574
|
+
declare const SvgSyNum8: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
575
|
+
|
|
576
|
+
declare const SvgSyNum9: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
577
|
+
|
|
578
|
+
declare const SvgSyOnButton: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
579
|
+
|
|
580
|
+
declare const SvgSyOrder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
581
|
+
|
|
582
|
+
declare const SvgSyPaperDownload: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
583
|
+
|
|
584
|
+
declare const SvgSyPaperFail: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
585
|
+
|
|
586
|
+
declare const SvgSyPaperNegative: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
587
|
+
|
|
588
|
+
declare const SvgSyPaperPlus: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
589
|
+
|
|
590
|
+
declare const SvgSyPaperUpload: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
591
|
+
|
|
592
|
+
declare const SvgSyPaper: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
593
|
+
|
|
594
|
+
declare const SvgSyPassword: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
595
|
+
|
|
596
|
+
declare const SvgSyPci: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
597
|
+
|
|
598
|
+
declare const SvgSyPepe: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
599
|
+
|
|
600
|
+
declare const SvgSyPhoneMobile: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
601
|
+
|
|
602
|
+
declare const SvgSyPhone: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
603
|
+
|
|
604
|
+
declare const SvgSyPinAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
605
|
+
|
|
606
|
+
declare const SvgSyPin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
607
|
+
|
|
608
|
+
declare const SvgSyPined: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
609
|
+
|
|
610
|
+
declare const SvgSyPipe: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
611
|
+
|
|
612
|
+
declare const SvgSyPlayCircle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
613
|
+
|
|
614
|
+
declare const SvgSyPlay: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
615
|
+
|
|
616
|
+
declare const SvgSyPlus: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
617
|
+
|
|
618
|
+
declare const SvgSyPointers: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
619
|
+
|
|
620
|
+
declare const SvgSyPrint: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
621
|
+
|
|
622
|
+
declare const SvgSyQuant: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
623
|
+
|
|
624
|
+
declare const SvgSyQuestion: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
625
|
+
|
|
626
|
+
declare const SvgSyQuoteDown: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
627
|
+
|
|
628
|
+
declare const SvgSyQuoteUp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
629
|
+
|
|
630
|
+
declare const SvgSyRadar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
631
|
+
|
|
632
|
+
declare const SvgSyRain: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
633
|
+
|
|
634
|
+
declare const SvgSyRecoveryConvert: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
635
|
+
|
|
636
|
+
declare const SvgSyRefresh: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
637
|
+
|
|
638
|
+
declare const SvgSyRemove: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
639
|
+
|
|
640
|
+
declare const SvgSyReorder: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
641
|
+
|
|
642
|
+
declare const SvgSyRepeat: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
643
|
+
|
|
644
|
+
declare const SvgSyRing: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
645
|
+
|
|
646
|
+
declare const SvgSyRocket: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
647
|
+
|
|
648
|
+
declare const SvgSyRouting: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
649
|
+
|
|
650
|
+
declare const SvgSySave: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
651
|
+
|
|
652
|
+
declare const SvgSyScan2: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
653
|
+
|
|
654
|
+
declare const SvgSyScan: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
655
|
+
|
|
656
|
+
declare const SvgSyScanner: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
657
|
+
|
|
658
|
+
declare const SvgSySearchAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
659
|
+
|
|
660
|
+
declare const SvgSySearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
661
|
+
|
|
662
|
+
declare const SvgSySecure: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
663
|
+
|
|
664
|
+
declare const SvgSySendHor: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
665
|
+
|
|
666
|
+
declare const SvgSySend: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
667
|
+
|
|
668
|
+
declare const SvgSyServer: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
669
|
+
|
|
670
|
+
declare const SvgSySettingAltLine: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
671
|
+
|
|
672
|
+
declare const SvgSySettingLine: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
673
|
+
|
|
674
|
+
declare const SvgSySetting: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
675
|
+
|
|
676
|
+
declare const SvgSyShare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
677
|
+
|
|
678
|
+
declare const SvgSyShiba: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
679
|
+
|
|
680
|
+
declare const SvgSyShieldAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
681
|
+
|
|
682
|
+
declare const SvgSyShieldCheck: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
683
|
+
|
|
684
|
+
declare const SvgSyShieldDone: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
685
|
+
|
|
686
|
+
declare const SvgSyShieldDuo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
687
|
+
|
|
688
|
+
declare const SvgSyShieldFail: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
689
|
+
|
|
690
|
+
declare const SvgSyShield: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
691
|
+
|
|
692
|
+
declare const SvgSyShop: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
693
|
+
|
|
694
|
+
declare const SvgSyShow: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
695
|
+
|
|
696
|
+
declare const SvgSyShuffle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
697
|
+
|
|
698
|
+
declare const SvgSySignInCircle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
699
|
+
|
|
700
|
+
declare const SvgSySignInSquare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
701
|
+
|
|
702
|
+
declare const SvgSySignOutCircle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
703
|
+
|
|
704
|
+
declare const SvgSySignOutSquare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
705
|
+
|
|
706
|
+
declare const SvgSySolana: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
707
|
+
|
|
708
|
+
declare const SvgSySoundMin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
709
|
+
|
|
710
|
+
declare const SvgSySoundMute: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
711
|
+
|
|
712
|
+
declare const SvgSySound: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
713
|
+
|
|
714
|
+
declare const SvgSySpanner: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
715
|
+
|
|
716
|
+
declare const SvgSySparkle: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
717
|
+
|
|
718
|
+
declare const SvgSySpeedometer: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
719
|
+
|
|
720
|
+
declare const SvgSyStackframe: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
721
|
+
|
|
722
|
+
declare const SvgSyStarOutline: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
723
|
+
|
|
724
|
+
declare const SvgSyStar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
725
|
+
|
|
726
|
+
declare const SvgSyStarsLine: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
727
|
+
|
|
728
|
+
declare const SvgSyStationMinimalistic: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
729
|
+
|
|
730
|
+
declare const SvgSyStellar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
731
|
+
|
|
732
|
+
declare const SvgSyStopAndPlay: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
733
|
+
|
|
734
|
+
declare const SvgSyStorm: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
735
|
+
|
|
736
|
+
declare const SvgSySubttasks: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
737
|
+
|
|
738
|
+
declare const SvgSySunlight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
739
|
+
|
|
740
|
+
declare const SvgSySupport: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
741
|
+
|
|
742
|
+
declare const SvgSySwap: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
743
|
+
|
|
744
|
+
declare const SvgSySynotechIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
745
|
+
|
|
746
|
+
declare const SvgSySynotechText: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
747
|
+
|
|
748
|
+
declare const SvgSySynotech: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
749
|
+
|
|
750
|
+
declare const SvgSyTarget: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
751
|
+
|
|
752
|
+
declare const SvgSyTech7X24H: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
753
|
+
|
|
754
|
+
declare const SvgSyTechAccountPeople: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
755
|
+
|
|
756
|
+
declare const SvgSyTechAirQualityControl: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
757
|
+
|
|
758
|
+
declare const SvgSyTechAlarmClock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
759
|
+
|
|
760
|
+
declare const SvgSyTechAllCovered: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
761
|
+
|
|
762
|
+
declare const SvgSyTechApiInterface: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
763
|
+
|
|
764
|
+
declare const SvgSyTechArchiveDataDocument: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
765
|
+
|
|
766
|
+
declare const SvgSyTechAt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
767
|
+
|
|
768
|
+
declare const SvgSyTechAttachment: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
769
|
+
|
|
770
|
+
declare const SvgSyTechAvailability: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
771
|
+
|
|
772
|
+
declare const SvgSyTechBellOff: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
773
|
+
|
|
774
|
+
declare const SvgSyTechBell: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
775
|
+
|
|
776
|
+
declare const SvgSyTechChatCommentEmail: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
777
|
+
|
|
778
|
+
declare const SvgSyTechCloudAcceleration: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
779
|
+
|
|
780
|
+
declare const SvgSyTechCloudArrowDownload: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
781
|
+
|
|
782
|
+
declare const SvgSyTechCloudArrowUpload: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
783
|
+
|
|
784
|
+
declare const SvgSyTechCloudBackup: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
785
|
+
|
|
786
|
+
declare const SvgSyTechCoin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
787
|
+
|
|
788
|
+
declare const SvgSyTechConnectionInternet: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
789
|
+
|
|
790
|
+
declare const SvgSyTechCryptoExchange: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
791
|
+
|
|
792
|
+
declare const SvgSyTechCurrencyExchange: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
793
|
+
|
|
794
|
+
declare const SvgSyTechCurveChart: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
795
|
+
|
|
796
|
+
declare const SvgSyTechDataAnalysis: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
797
|
+
|
|
798
|
+
declare const SvgSyTechDataCluster: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
799
|
+
|
|
800
|
+
declare const SvgSyTechDdosProtection: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
801
|
+
|
|
802
|
+
declare const SvgSyTechDirectionLocation: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
803
|
+
|
|
804
|
+
declare const SvgSyTechDns: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
805
|
+
|
|
806
|
+
declare const SvgSyTechFlexible: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
807
|
+
|
|
808
|
+
declare const SvgSyTechGenLifebelt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
809
|
+
|
|
810
|
+
declare const SvgSyTechHostRecord: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
811
|
+
|
|
812
|
+
declare const SvgSyTechIntelligentPositioning: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
813
|
+
|
|
814
|
+
declare const SvgSyTechInterfaceControl: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
815
|
+
|
|
816
|
+
declare const SvgSyTechMachineVision: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
817
|
+
|
|
818
|
+
declare const SvgSyTechMailReception: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
819
|
+
|
|
820
|
+
declare const SvgSyTechMobileApp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
821
|
+
|
|
822
|
+
declare const SvgSyTechMultipleDefenses: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
823
|
+
|
|
824
|
+
declare const SvgSyTechPageAnalysis: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
825
|
+
|
|
826
|
+
declare const SvgSyTechPin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
827
|
+
|
|
828
|
+
declare const SvgSyTechPortDetection: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
829
|
+
|
|
830
|
+
declare const SvgSyTechRecursiveServer: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
831
|
+
|
|
832
|
+
declare const SvgSyTechRecycleRefreshReloadRepeatRotate: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
833
|
+
|
|
834
|
+
declare const SvgSyTechRenewableEnergy: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
835
|
+
|
|
836
|
+
declare const SvgSyTechSecurity: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
837
|
+
|
|
838
|
+
declare const SvgSyTechSolidBatch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
839
|
+
|
|
840
|
+
declare const SvgSyTechSolidCatalog: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
841
|
+
|
|
842
|
+
declare const SvgSyTechSolidCloudEndpoints: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
843
|
+
|
|
844
|
+
declare const SvgSyTechSolidCloudInference: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
845
|
+
|
|
846
|
+
declare const SvgSyTechSolidCloudInterconnect: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
847
|
+
|
|
848
|
+
declare const SvgSyTechSolidCloudNetwork: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
849
|
+
|
|
850
|
+
declare const SvgSyTechSolidCloudOptimization: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
851
|
+
|
|
852
|
+
declare const SvgSyTechSolidCloudStack: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
853
|
+
|
|
854
|
+
declare const SvgSyTechSolidCloudUsers: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
855
|
+
|
|
856
|
+
declare const SvgSyTechSolidConfigurationManagement: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
857
|
+
|
|
858
|
+
declare const SvgSyTechSolidContainers: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
859
|
+
|
|
860
|
+
declare const SvgSyTechSolidDataChat: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
861
|
+
|
|
862
|
+
declare const SvgSyTechSolidFilestore: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
863
|
+
|
|
864
|
+
declare const SvgSyTechSolidGift: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
865
|
+
|
|
866
|
+
declare const SvgSyTechSolidIot: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
867
|
+
|
|
868
|
+
declare const SvgSyTechSolidManagedService: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
869
|
+
|
|
870
|
+
declare const SvgSyTechSolidMigrate: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
871
|
+
|
|
872
|
+
declare const SvgSyTechSolidNetworkIntelligence: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
873
|
+
|
|
874
|
+
declare const SvgSyTechSolidNetworkTiers: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
875
|
+
|
|
876
|
+
declare const SvgSyTechSolidNetworkTopology: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
877
|
+
|
|
878
|
+
declare const SvgSyTechSolidOs: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
879
|
+
|
|
880
|
+
declare const SvgSyTechSolidReleaseNotes: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
881
|
+
|
|
882
|
+
declare const SvgSyTechSolidRuntimeConfig: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
883
|
+
|
|
884
|
+
declare const SvgSyTechSolidSecureAuthority: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
885
|
+
|
|
886
|
+
declare const SvgSyTechSolidStackdriver: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
887
|
+
|
|
888
|
+
declare const SvgSyTechSurveillance: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
889
|
+
|
|
890
|
+
declare const SvgSyTechSystemSettings: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
891
|
+
|
|
892
|
+
declare const SvgSyTechTouchClick: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
893
|
+
|
|
894
|
+
declare const SvgSyTetherGold: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
895
|
+
|
|
896
|
+
declare const SvgSyTether: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
897
|
+
|
|
898
|
+
declare const SvgSyThreads: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
899
|
+
|
|
900
|
+
declare const SvgSyTickSquare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
901
|
+
|
|
902
|
+
declare const SvgSyTicketAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
903
|
+
|
|
904
|
+
declare const SvgSyTicketStar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
905
|
+
|
|
906
|
+
declare const SvgSyTicketUse: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
907
|
+
|
|
908
|
+
declare const SvgSyTicket: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
909
|
+
|
|
910
|
+
declare const SvgSyTiktok: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
911
|
+
|
|
912
|
+
declare const SvgSyTimeAtack: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
913
|
+
|
|
914
|
+
declare const SvgSyTimeProgress: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
915
|
+
|
|
916
|
+
declare const SvgSyTimeSquare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
917
|
+
|
|
918
|
+
declare const SvgSyTime: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
919
|
+
|
|
920
|
+
declare const SvgSyTimelapse: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
921
|
+
|
|
922
|
+
declare const SvgSyTrash: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
923
|
+
|
|
924
|
+
declare const SvgSyTron: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
925
|
+
|
|
926
|
+
declare const SvgSyTumer: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
927
|
+
|
|
928
|
+
declare const SvgSyTwitter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
929
|
+
|
|
930
|
+
declare const SvgSyUmbrella: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
931
|
+
|
|
932
|
+
declare const SvgSyUnlimited: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
933
|
+
|
|
934
|
+
declare const SvgSyUnlock: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
935
|
+
|
|
936
|
+
declare const SvgSyUpload: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
937
|
+
|
|
938
|
+
declare const SvgSyUsdc: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
939
|
+
|
|
940
|
+
declare const SvgSyUserAdd: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
941
|
+
|
|
942
|
+
declare const SvgSyUserAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
943
|
+
|
|
944
|
+
declare const SvgSyUserBox: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
945
|
+
|
|
946
|
+
declare const SvgSyUserDuo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
947
|
+
|
|
948
|
+
declare const SvgSyUserHandUp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
949
|
+
|
|
950
|
+
declare const SvgSyUserRemove: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
951
|
+
|
|
952
|
+
declare const SvgSyUserScan: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
953
|
+
|
|
954
|
+
declare const SvgSyUserSolid: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
955
|
+
|
|
956
|
+
declare const SvgSyUser: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
957
|
+
|
|
958
|
+
declare const SvgSyUsers: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
959
|
+
|
|
960
|
+
declare const SvgSyVideoFile: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
961
|
+
|
|
962
|
+
declare const SvgSyVideo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
963
|
+
|
|
964
|
+
declare const SvgSyViewAlt1: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
965
|
+
|
|
966
|
+
declare const SvgSyViewAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
967
|
+
|
|
968
|
+
declare const SvgSyViewHide: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
969
|
+
|
|
970
|
+
declare const SvgSyViewHorizon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
971
|
+
|
|
972
|
+
declare const SvgSyView: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
973
|
+
|
|
974
|
+
declare const SvgSyVisa: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
975
|
+
|
|
976
|
+
declare const SvgSyVoice2: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
977
|
+
|
|
978
|
+
declare const SvgSyVolumeDown: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
979
|
+
|
|
980
|
+
declare const SvgSyVolumeOff: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
981
|
+
|
|
982
|
+
declare const SvgSyVolumeUp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
983
|
+
|
|
984
|
+
declare const SvgSyWalletAlt: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
985
|
+
|
|
986
|
+
declare const SvgSyWallet: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
987
|
+
|
|
988
|
+
declare const SvgSyWarning: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
989
|
+
|
|
990
|
+
declare const SvgSyWatchSquare: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
991
|
+
|
|
992
|
+
declare const SvgSyWinter: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
993
|
+
|
|
994
|
+
declare const SvgSyWork: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
995
|
+
|
|
996
|
+
declare const SvgSyXrp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
997
|
+
|
|
998
|
+
declare const SvgSyYoutube: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
999
|
+
|
|
1000
|
+
export { SvgSyActivity as SyActivity, SvgSyAdd as SyAdd, SvgSyAddSquare as SyAddSquare, SvgSyAddUser as SyAddUser, SvgSyAfrica as SyAfrica, SvgSyAicpa as SyAicpa, SvgSyAirdrop as SyAirdrop, SvgSyAirplane as SyAirplane, SvgSyAlarm as SyAlarm, SvgSyAlarmclock as SyAlarmclock, SvgSyApple as SyApple, SvgSyApplePay as SyApplePay, SvgSyAppstoreApple as SyAppstoreApple, SvgSyAppstoreGoogle as SyAppstoreGoogle, SvgSyAppstoreHuawei as SyAppstoreHuawei, SvgSyArchive as SyArchive, SvgSyArchiveAltBig as SyArchiveAltBig, SvgSyArchiveBox as SyArchiveBox, SvgSyArchiveFill as SyArchiveFill, SvgSyArchiveLoad as SyArchiveLoad, SvgSyArrowDown as SyArrowDown, SvgSyArrowDown3 as SyArrowDown3, SvgSyArrowDownCircle as SyArrowDownCircle, SvgSyArrowDownSquare as SyArrowDownSquare, SvgSyArrowDownSystem as SyArrowDownSystem, SvgSyArrowLeft as SyArrowLeft, SvgSyArrowLeftCircle as SyArrowLeftCircle, SvgSyArrowLeftDownSystem as SyArrowLeftDownSystem, SvgSyArrowLeftSquare as SyArrowLeftSquare, SvgSyArrowLeftSystem as SyArrowLeftSystem, SvgSyArrowLeftUpSystem as SyArrowLeftUpSystem, SvgSyArrowRight as SyArrowRight, SvgSyArrowRight3 as SyArrowRight3, SvgSyArrowRightCircle as SyArrowRightCircle, SvgSyArrowRightDownSystem as SyArrowRightDownSystem, SvgSyArrowRightSolid as SyArrowRightSolid, SvgSyArrowRightSquare as SyArrowRightSquare, SvgSyArrowRightSystem as SyArrowRightSystem, SvgSyArrowRightUpSystem as SyArrowRightUpSystem, SvgSyArrowUp as SyArrowUp, SvgSyArrowUp3 as SyArrowUp3, SvgSyArrowUpCircle as SyArrowUpCircle, SvgSyArrowUpCircleSystem as SyArrowUpCircleSystem, SvgSyArrowUpSquare as SyArrowUpSquare, SvgSyArrowUpSystem as SyArrowUpSystem, SvgSyAttendance as SyAttendance, SvgSyAvalanche as SyAvalanche, SvgSyAward as SyAward, SvgSyBag as SyBag, SvgSyBankSystem as SyBankSystem, SvgSyBarcode as SyBarcode, SvgSyBasket as SyBasket, SvgSyBasketAlt as SyBasketAlt, SvgSyBatteryFull as SyBatteryFull, SvgSyBatteryLow as SyBatteryLow, SvgSyBell as SyBell, SvgSyBellPin as SyBellPin, SvgSyBitcoin as SyBitcoin, SvgSyBitcoinCash as SyBitcoinCash, SvgSyBlank as SyBlank, SvgSyBlankAlt as SyBlankAlt, SvgSyBnb as SyBnb, SvgSyBook as SyBook, SvgSyBookCheck as SyBookCheck, SvgSyBookOpen as SyBookOpen, SvgSyBookmark as SyBookmark, SvgSyBox as SyBox, SvgSyBoxAlt as SyBoxAlt, SvgSyBoxAltFill as SyBoxAltFill, SvgSyBoxFill as SyBoxFill, SvgSyBoxOpen as SyBoxOpen, SvgSyBoxOpenFill as SyBoxOpenFill, SvgSyBrokenHeart as SyBrokenHeart, SvgSyBug as SyBug, SvgSyBuildings as SyBuildings, SvgSyBuy as SyBuy, SvgSyCalendar as SyCalendar, SvgSyCalendarAdd as SyCalendarAdd, SvgSyCamera as SyCamera, SvgSyCandle as SyCandle, SvgSyCapsule as SyCapsule, SvgSyCardano as SyCardano, SvgSyCategory as SyCategory, SvgSyChainlink as SyChainlink, SvgSyChart as SyChart, SvgSyChart21 as SyChart21, SvgSyChartAlt as SyChartAlt, SvgSyChat as SyChat, SvgSyChatAlt2 as SyChatAlt2, SvgSyChatAltAdd as SyChatAltAdd, SvgSyChatPlus1 as SyChatPlus1, SvgSyChatSearch as SyChatSearch, SvgSyChatSearchLight as SyChatSearchLight, SvgSyCheck as SyCheck, SvgSyCheckRing as SyCheckRing, SvgSyCheckRingRound as SyCheckRingRound, SvgSyChevronDown as SyChevronDown, SvgSyChevronDownSystem as SyChevronDownSystem, SvgSyChevronLeftSystem as SyChevronLeftSystem, SvgSyChevronRight as SyChevronRight, SvgSyChevronRightSystem as SyChevronRightSystem, SvgSyChevronUp as SyChevronUp, SvgSyChevronUpSystem as SyChevronUpSystem, SvgSyCircle as SyCircle, SvgSyCircleFilled as SyCircleFilled, SvgSyClipboard as SyClipboard, SvgSyClock as SyClock, SvgSyClose as SyClose, SvgSyCloseSquare as SyCloseSquare, SvgSyCloud as SyCloud, SvgSyCloudAlt as SyCloudAlt, SvgSyCloudChange as SyCloudChange, SvgSyCoins as SyCoins, SvgSyColorFilter as SyColorFilter, SvgSyColorSwatch as SyColorSwatch, SvgSyComment as SyComment, SvgSyCompass as SyCompass, SvgSyCompassNorth as SyCompassNorth, SvgSyConvertCard as SyConvertCard, SvgSyCreditCard as SyCreditCard, SvgSyCreditCardDuo as SyCreditCardDuo, SvgSyCritical as SyCritical, SvgSyCronos as SyCronos, SvgSyDanger as SyDanger, SvgSyDashboard as SyDashboard, SvgSyData as SyData, SvgSyDatabase as SyDatabase, SvgSyDateRange as SyDateRange, SvgSyDateToday as SyDateToday, SvgSyDelAlt as SyDelAlt, SvgSyDell as SyDell, SvgSyDesk as SyDesk, SvgSyDiamond as SyDiamond, SvgSyDiamondAlt as SyDiamondAlt, SvgSyDirectionAlt2 as SyDirectionAlt2, SvgSyDiscount as SyDiscount, SvgSyDiscovery as SyDiscovery, SvgSyDocument as SyDocument, SvgSyDollar as SyDollar, SvgSyDone as SyDone, SvgSyDoneAllRound as SyDoneAllRound, SvgSyDoneRingRound as SyDoneRingRound, SvgSyDoughnut as SyDoughnut, SvgSyDownload as SyDownload, SvgSyDownloadCircle as SyDownloadCircle, SvgSyEdit as SyEdit, SvgSyEditSolid as SyEditSolid, SvgSyElectricity as SyElectricity, SvgSyElementPlus as SyElementPlus, SvgSyEmptyWallet as SyEmptyWallet, SvgSyEnvelope as SyEnvelope, SvgSyEnvelopeSolid as SyEnvelopeSolid, SvgSyError as SyError, SvgSyEthereum as SyEthereum, SvgSyExchangeFunds as SyExchangeFunds, SvgSyExchangeVertical as SyExchangeVertical, SvgSyExport as SyExport, SvgSyEye as SyEye, SvgSyFacebook as SyFacebook, SvgSyFavorite as SyFavorite, SvgSyFile as SyFile, SvgSyFileDock as SyFileDock, SvgSyFileDockAdd as SyFileDockAdd, SvgSyFilters as SyFilters, SvgSyFire as SyFire, SvgSyFireAlt as SyFireAlt, SvgSyFireFill as SyFireFill, SvgSyFlagAlt as SyFlagAlt, SvgSyFolder as SyFolder, SvgSyFolderAdd as SyFolderAdd, SvgSyFolderAddFill as SyFolderAddFill, SvgSyFolderAlt as SyFolderAlt, SvgSyFolderAltFill as SyFolderAltFill, SvgSyFolderCheck as SyFolderCheck, SvgSyFolderCopy as SyFolderCopy, SvgSyFolderDel as SyFolderDel, SvgSyFolderDelFill as SyFolderDelFill, SvgSyFolderDuplicate as SyFolderDuplicate, SvgSyFolderFill as SyFolderFill, SvgSyFolderLine as SyFolderLine, SvgSyFolderSearch as SyFolderSearch, SvgSyFolderSend as SyFolderSend, SvgSyForm as SyForm, SvgSyFormatCircle as SyFormatCircle, SvgSyFunnel as SyFunnel, SvgSyGame as SyGame, SvgSyGasStation as SyGasStation, SvgSyGdpr as SyGdpr, SvgSyGender as SyGender, SvgSyGiftLight as SyGiftLight, SvgSyGlobe as SyGlobe, SvgSyGlobeAlt as SyGlobeAlt, SvgSyGold as SyGold, SvgSyGooglePay as SyGooglePay, SvgSyGpsFixed as SyGpsFixed, SvgSyGraph as SyGraph, SvgSyGraphSolid as SyGraphSolid, SvgSyHashtag as SyHashtag, SvgSyHeadphone as SyHeadphone, SvgSyHeadphonesFill as SyHeadphonesFill, SvgSyHeart as SyHeart, SvgSyHide as SyHide, SvgSyHierarchy as SyHierarchy, SvgSyHome as SyHome, SvgSyIdentification as SyIdentification, SvgSyImage as SyImage, SvgSyImg as SyImg, SvgSyImgBox as SyImgBox, SvgSyImgOutBox as SyImgOutBox, SvgSyImgRol as SyImgRol, SvgSyImport as SyImport, SvgSyInfo as SyInfo, SvgSyInfoSolid as SyInfoSolid, SvgSyInfoSquare as SyInfoSquare, SvgSyInsta as SyInsta, SvgSyInstagram as SyInstagram, SvgSyIto as SyIto, SvgSyJudge as SyJudge, SvgSyJumpTime as SyJumpTime, SvgSyKey as SyKey, SvgSyKeyAlt as SyKeyAlt, SvgSyKickScooter as SyKickScooter, SvgSyKruger as SyKruger, SvgSyLamp as SyLamp, SvgSyLampSolid as SyLampSolid, SvgSyLayer as SyLayer, SvgSyLayers as SyLayers, SvgSyLegalAdministrativeApproval as SyLegalAdministrativeApproval, SvgSyLegalAid as SyLegalAid, SvgSyLegalAnnualAssessment as SyLegalAnnualAssessment, SvgSyLegalCommunityCorrectionsBureau as SyLegalCommunityCorrectionsBureau, SvgSyLegalDrugManagement as SyLegalDrugManagement, SvgSyLegalForeignLawFirm as SyLegalForeignLawFirm, SvgSyLegalForensicInstitute as SyLegalForensicInstitute, SvgSyLegalForensicMemberServices as SyLegalForensicMemberServices, SvgSyLegalJudicialExamination as SyLegalJudicialExamination, SvgSyLegalJusticeBureau as SyLegalJusticeBureau, SvgSyLegalLawOffice as SyLegalLawOffice, SvgSyLegalNotaryOffice as SyLegalNotaryOffice, SvgSyLegalOnlineNotarization as SyLegalOnlineNotarization, SvgSyLegalOpenByApplication as SyLegalOpenByApplication, SvgSyLegalPrison as SyLegalPrison, SvgSyLegalRemoteTeaching as SyLegalRemoteTeaching, SvgSyLegalTheCourt as SyLegalTheCourt, SvgSyLightning as SyLightning, SvgSyLightningAlt as SyLightningAlt, SvgSyLightningRing as SyLightningRing, SvgSyLike as SyLike, SvgSyLine as SyLine, SvgSyLinkedin as SyLinkedin, SvgSyList as SyList, SvgSyLitecoin as SyLitecoin, SvgSyLoadCircle as SyLoadCircle, SvgSyLocation as SyLocation, SvgSyLocationSolid as SyLocationSolid, SvgSyLock as SyLock, SvgSyMap as SyMap, SvgSyMapSolid as SyMapSolid, SvgSyMastercard as SyMastercard, SvgSyMenu as SyMenu, SvgSyMessage as SyMessage, SvgSyMessageAlt as SyMessageAlt, SvgSyMessageOpen as SyMessageOpen, SvgSyMic as SyMic, SvgSyMicAlt as SyMicAlt, SvgSyMinus as SyMinus, SvgSyMoney as SyMoney, SvgSyMoon as SyMoon, SvgSyMoreCircle as SyMoreCircle, SvgSyMusic as SyMusic, SvgSyNesting as SyNesting, SvgSyNews as SyNews, SvgSyNfc as SyNfc, SvgSyNotebook as SyNotebook, SvgSyNotification as SyNotification, SvgSyNotificationActiveSystem as SyNotificationActiveSystem, SvgSyNotificationSystem as SyNotificationSystem, SvgSyNum0 as SyNum0, SvgSyNum1 as SyNum1, SvgSyNum2 as SyNum2, SvgSyNum3 as SyNum3, SvgSyNum4 as SyNum4, SvgSyNum5 as SyNum5, SvgSyNum6 as SyNum6, SvgSyNum7 as SyNum7, SvgSyNum8 as SyNum8, SvgSyNum9 as SyNum9, SvgSyOnButton as SyOnButton, SvgSyOrder as SyOrder, SvgSyPaper as SyPaper, SvgSyPaperDownload as SyPaperDownload, SvgSyPaperFail as SyPaperFail, SvgSyPaperNegative as SyPaperNegative, SvgSyPaperPlus as SyPaperPlus, SvgSyPaperUpload as SyPaperUpload, SvgSyPassword as SyPassword, SvgSyPci as SyPci, SvgSyPepe as SyPepe, SvgSyPhone as SyPhone, SvgSyPhoneMobile as SyPhoneMobile, SvgSyPin as SyPin, SvgSyPinAlt as SyPinAlt, SvgSyPined as SyPined, SvgSyPipe as SyPipe, SvgSyPlay as SyPlay, SvgSyPlayCircle as SyPlayCircle, SvgSyPlus as SyPlus, SvgSyPointers as SyPointers, SvgSyPrint as SyPrint, SvgSyQuant as SyQuant, SvgSyQuestion as SyQuestion, SvgSyQuoteDown as SyQuoteDown, SvgSyQuoteUp as SyQuoteUp, SvgSyRadar as SyRadar, SvgSyRain as SyRain, SvgSyRecoveryConvert as SyRecoveryConvert, SvgSyRefresh as SyRefresh, SvgSyRemove as SyRemove, SvgSyReorder as SyReorder, SvgSyRepeat as SyRepeat, SvgSyRing as SyRing, SvgSyRocket as SyRocket, SvgSyRouting as SyRouting, SvgSySave as SySave, SvgSyScan as SyScan, SvgSyScan2 as SyScan2, SvgSyScanner as SyScanner, SvgSySearch as SySearch, SvgSySearchAlt as SySearchAlt, SvgSySecure as SySecure, SvgSySend as SySend, SvgSySendHor as SySendHor, SvgSyServer as SyServer, SvgSySetting as SySetting, SvgSySettingAltLine as SySettingAltLine, SvgSySettingLine as SySettingLine, SvgSyShare as SyShare, SvgSyShiba as SyShiba, SvgSyShield as SyShield, SvgSyShieldAlt as SyShieldAlt, SvgSyShieldCheck as SyShieldCheck, SvgSyShieldDone as SyShieldDone, SvgSyShieldDuo as SyShieldDuo, SvgSyShieldFail as SyShieldFail, SvgSyShop as SyShop, SvgSyShow as SyShow, SvgSyShuffle as SyShuffle, SvgSySignInCircle as SySignInCircle, SvgSySignInSquare as SySignInSquare, SvgSySignOutCircle as SySignOutCircle, SvgSySignOutSquare as SySignOutSquare, SvgSySolana as SySolana, SvgSySound as SySound, SvgSySoundMin as SySoundMin, SvgSySoundMute as SySoundMute, SvgSySpanner as SySpanner, SvgSySparkle as SySparkle, SvgSySpeedometer as SySpeedometer, SvgSyStackframe as SyStackframe, SvgSyStar as SyStar, SvgSyStarOutline as SyStarOutline, SvgSyStarsLine as SyStarsLine, SvgSyStationMinimalistic as SyStationMinimalistic, SvgSyStellar as SyStellar, SvgSyStopAndPlay as SyStopAndPlay, SvgSyStorm as SyStorm, SvgSySubttasks as SySubttasks, SvgSySunlight as SySunlight, SvgSySupport as SySupport, SvgSySwap as SySwap, SvgSySynotech as SySynotech, SvgSySynotechIcon as SySynotechIcon, SvgSySynotechText as SySynotechText, SvgSyTarget as SyTarget, SvgSyTech7X24H as SyTech7X24H, SvgSyTechAccountPeople as SyTechAccountPeople, SvgSyTechAirQualityControl as SyTechAirQualityControl, SvgSyTechAlarmClock as SyTechAlarmClock, SvgSyTechAllCovered as SyTechAllCovered, SvgSyTechApiInterface as SyTechApiInterface, SvgSyTechArchiveDataDocument as SyTechArchiveDataDocument, SvgSyTechAt as SyTechAt, SvgSyTechAttachment as SyTechAttachment, SvgSyTechAvailability as SyTechAvailability, SvgSyTechBell as SyTechBell, SvgSyTechBellOff as SyTechBellOff, SvgSyTechChatCommentEmail as SyTechChatCommentEmail, SvgSyTechCloudAcceleration as SyTechCloudAcceleration, SvgSyTechCloudArrowDownload as SyTechCloudArrowDownload, SvgSyTechCloudArrowUpload as SyTechCloudArrowUpload, SvgSyTechCloudBackup as SyTechCloudBackup, SvgSyTechCoin as SyTechCoin, SvgSyTechConnectionInternet as SyTechConnectionInternet, SvgSyTechCryptoExchange as SyTechCryptoExchange, SvgSyTechCurrencyExchange as SyTechCurrencyExchange, SvgSyTechCurveChart as SyTechCurveChart, SvgSyTechDataAnalysis as SyTechDataAnalysis, SvgSyTechDataCluster as SyTechDataCluster, SvgSyTechDdosProtection as SyTechDdosProtection, SvgSyTechDirectionLocation as SyTechDirectionLocation, SvgSyTechDns as SyTechDns, SvgSyTechFlexible as SyTechFlexible, SvgSyTechGenLifebelt as SyTechGenLifebelt, SvgSyTechHostRecord as SyTechHostRecord, SvgSyTechIntelligentPositioning as SyTechIntelligentPositioning, SvgSyTechInterfaceControl as SyTechInterfaceControl, SvgSyTechMachineVision as SyTechMachineVision, SvgSyTechMailReception as SyTechMailReception, SvgSyTechMobileApp as SyTechMobileApp, SvgSyTechMultipleDefenses as SyTechMultipleDefenses, SvgSyTechPageAnalysis as SyTechPageAnalysis, SvgSyTechPin as SyTechPin, SvgSyTechPortDetection as SyTechPortDetection, SvgSyTechRecursiveServer as SyTechRecursiveServer, SvgSyTechRecycleRefreshReloadRepeatRotate as SyTechRecycleRefreshReloadRepeatRotate, SvgSyTechRenewableEnergy as SyTechRenewableEnergy, SvgSyTechSecurity as SyTechSecurity, SvgSyTechSolidBatch as SyTechSolidBatch, SvgSyTechSolidCatalog as SyTechSolidCatalog, SvgSyTechSolidCloudEndpoints as SyTechSolidCloudEndpoints, SvgSyTechSolidCloudInference as SyTechSolidCloudInference, SvgSyTechSolidCloudInterconnect as SyTechSolidCloudInterconnect, SvgSyTechSolidCloudNetwork as SyTechSolidCloudNetwork, SvgSyTechSolidCloudOptimization as SyTechSolidCloudOptimization, SvgSyTechSolidCloudStack as SyTechSolidCloudStack, SvgSyTechSolidCloudUsers as SyTechSolidCloudUsers, SvgSyTechSolidConfigurationManagement as SyTechSolidConfigurationManagement, SvgSyTechSolidContainers as SyTechSolidContainers, SvgSyTechSolidDataChat as SyTechSolidDataChat, SvgSyTechSolidFilestore as SyTechSolidFilestore, SvgSyTechSolidGift as SyTechSolidGift, SvgSyTechSolidIot as SyTechSolidIot, SvgSyTechSolidManagedService as SyTechSolidManagedService, SvgSyTechSolidMigrate as SyTechSolidMigrate, SvgSyTechSolidNetworkIntelligence as SyTechSolidNetworkIntelligence, SvgSyTechSolidNetworkTiers as SyTechSolidNetworkTiers, SvgSyTechSolidNetworkTopology as SyTechSolidNetworkTopology, SvgSyTechSolidOs as SyTechSolidOs, SvgSyTechSolidReleaseNotes as SyTechSolidReleaseNotes, SvgSyTechSolidRuntimeConfig as SyTechSolidRuntimeConfig, SvgSyTechSolidSecureAuthority as SyTechSolidSecureAuthority, SvgSyTechSolidStackdriver as SyTechSolidStackdriver, SvgSyTechSurveillance as SyTechSurveillance, SvgSyTechSystemSettings as SyTechSystemSettings, SvgSyTechTouchClick as SyTechTouchClick, SvgSyTether as SyTether, SvgSyTetherGold as SyTetherGold, SvgSyThreads as SyThreads, SvgSyTickSquare as SyTickSquare, SvgSyTicket as SyTicket, SvgSyTicketAlt as SyTicketAlt, SvgSyTicketStar as SyTicketStar, SvgSyTicketUse as SyTicketUse, SvgSyTiktok as SyTiktok, SvgSyTime as SyTime, SvgSyTimeAtack as SyTimeAtack, SvgSyTimeProgress as SyTimeProgress, SvgSyTimeSquare as SyTimeSquare, SvgSyTimelapse as SyTimelapse, SvgSyTrash as SyTrash, SvgSyTron as SyTron, SvgSyTumer as SyTumer, SvgSyTwitter as SyTwitter, SvgSyUmbrella as SyUmbrella, SvgSyUnlimited as SyUnlimited, SvgSyUnlock as SyUnlock, SvgSyUpload as SyUpload, SvgSyUsdc as SyUsdc, SvgSyUser as SyUser, SvgSyUserAdd as SyUserAdd, SvgSyUserAlt as SyUserAlt, SvgSyUserBox as SyUserBox, SvgSyUserDuo as SyUserDuo, SvgSyUserHandUp as SyUserHandUp, SvgSyUserRemove as SyUserRemove, SvgSyUserScan as SyUserScan, SvgSyUserSolid as SyUserSolid, SvgSyUsers as SyUsers, SvgSyVideo as SyVideo, SvgSyVideoFile as SyVideoFile, SvgSyView as SyView, SvgSyViewAlt as SyViewAlt, SvgSyViewAlt1 as SyViewAlt1, SvgSyViewHide as SyViewHide, SvgSyViewHorizon as SyViewHorizon, SvgSyVisa as SyVisa, SvgSyVoice2 as SyVoice2, SvgSyVolumeDown as SyVolumeDown, SvgSyVolumeOff as SyVolumeOff, SvgSyVolumeUp as SyVolumeUp, SvgSyWallet as SyWallet, SvgSyWalletAlt as SyWalletAlt, SvgSyWarning as SyWarning, SvgSyWatchSquare as SyWatchSquare, SvgSyWinter as SyWinter, SvgSyWork as SyWork, SvgSyXrp as SyXrp, SvgSyYoutube as SyYoutube };
|