@icons-pack/react-simple-icons 13.2.0 → 13.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/icons/SiBraintrust.cjs +51 -0
- package/icons/SiBraintrust.d.ts +4 -0
- package/icons/SiBraintrust.mjs +27 -0
- package/icons/SiDolphin.cjs +51 -0
- package/icons/SiDolphin.d.ts +4 -0
- package/icons/SiDolphin.mjs +27 -0
- package/icons/SiEnte.cjs +51 -0
- package/icons/SiEnte.d.ts +4 -0
- package/icons/SiEnte.mjs +27 -0
- package/icons/SiFlask.cjs +2 -2
- package/icons/SiFlask.d.ts +1 -1
- package/icons/SiFlask.mjs +2 -2
- package/icons/SiGplv3.cjs +51 -0
- package/icons/SiGplv3.d.ts +4 -0
- package/icons/SiGplv3.mjs +27 -0
- package/icons/SiLuau.cjs +51 -0
- package/icons/SiLuau.d.ts +4 -0
- package/icons/SiLuau.mjs +27 -0
- package/icons/SiPolars.cjs +1 -1
- package/icons/SiPolars.d.ts +1 -1
- package/icons/SiPolars.mjs +1 -1
- package/icons/SiVikunja.cjs +51 -0
- package/icons/SiVikunja.d.ts +4 -0
- package/icons/SiVikunja.mjs +27 -0
- package/icons/SiYaak.cjs +51 -0
- package/icons/SiYaak.d.ts +4 -0
- package/icons/SiYaak.mjs +27 -0
- package/index.cjs +387 -366
- package/index.d.ts +129 -122
- package/index.mjs +129 -122
- package/package.json +4 -4
- package/src/icons/SiBraintrust.tsx +45 -0
- package/src/icons/SiDolphin.tsx +45 -0
- package/src/icons/SiEnte.tsx +45 -0
- package/src/icons/SiFlask.tsx +2 -2
- package/src/icons/SiGplv3.tsx +45 -0
- package/src/icons/SiLuau.tsx +45 -0
- package/src/icons/SiPolars.tsx +1 -1
- package/src/icons/SiVikunja.tsx +45 -0
- package/src/icons/SiYaak.tsx +45 -0
package/index.d.ts
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
export { default as SiDotenv, defaultColor as SiDotenvHex } from './icons/SiDotenv';
|
|
2
|
-
export { default as SiDotnet, defaultColor as SiDotnetHex } from './icons/SiDotnet';
|
|
3
|
-
export { default as SiE, defaultColor as SiEHex } from './icons/SiE';
|
|
4
|
-
export { default as Si1dot1dot1dot1, defaultColor as Si1dot1dot1dot1Hex } from './icons/Si1dot1dot1dot1';
|
|
5
|
-
export { default as Si1and1, defaultColor as Si1and1Hex } from './icons/Si1and1';
|
|
6
1
|
export { default as Si1001tracklists, defaultColor as Si1001tracklistsHex } from './icons/Si1001tracklists';
|
|
2
|
+
export { default as Si1and1, defaultColor as Si1and1Hex } from './icons/Si1and1';
|
|
3
|
+
export { default as Si1dot1dot1dot1, defaultColor as Si1dot1dot1dot1Hex } from './icons/Si1dot1dot1dot1';
|
|
7
4
|
export { default as Si1panel, defaultColor as Si1panelHex } from './icons/Si1panel';
|
|
8
5
|
export { default as Si1password, defaultColor as Si1passwordHex } from './icons/Si1password';
|
|
9
6
|
export { default as Si2fas, defaultColor as Si2fasHex } from './icons/Si2fas';
|
|
@@ -18,11 +15,10 @@ export { default as Si500px, defaultColor as Si500pxHex } from './icons/Si500px'
|
|
|
18
15
|
export { default as Si7zip, defaultColor as Si7zipHex } from './icons/Si7zip';
|
|
19
16
|
export { default as Si99designs, defaultColor as Si99designsHex } from './icons/Si99designs';
|
|
20
17
|
export { default as Si9gag, defaultColor as Si9gagHex } from './icons/Si9gag';
|
|
21
|
-
export { default as SiAframe, defaultColor as SiAframeHex } from './icons/SiAframe';
|
|
22
|
-
export { default as SiAbdownloadmanager, defaultColor as SiAbdownloadmanagerHex } from './icons/SiAbdownloadmanager';
|
|
23
18
|
export { default as SiAbb, defaultColor as SiAbbHex } from './icons/SiAbb';
|
|
24
19
|
export { default as SiAbbott, defaultColor as SiAbbottHex } from './icons/SiAbbott';
|
|
25
20
|
export { default as SiAbbvie, defaultColor as SiAbbvieHex } from './icons/SiAbbvie';
|
|
21
|
+
export { default as SiAbdownloadmanager, defaultColor as SiAbdownloadmanagerHex } from './icons/SiAbdownloadmanager';
|
|
26
22
|
export { default as SiAboutdotme, defaultColor as SiAboutdotmeHex } from './icons/SiAboutdotme';
|
|
27
23
|
export { default as SiAbstract, defaultColor as SiAbstractHex } from './icons/SiAbstract';
|
|
28
24
|
export { default as SiAbusedotch, defaultColor as SiAbusedotchHex } from './icons/SiAbusedotch';
|
|
@@ -65,29 +61,30 @@ export { default as SiAffinity, defaultColor as SiAffinityHex } from './icons/Si
|
|
|
65
61
|
export { default as SiAffinitydesigner, defaultColor as SiAffinitydesignerHex } from './icons/SiAffinitydesigner';
|
|
66
62
|
export { default as SiAffinityphoto, defaultColor as SiAffinityphotoHex } from './icons/SiAffinityphoto';
|
|
67
63
|
export { default as SiAffinitypublisher, defaultColor as SiAffinitypublisherHex } from './icons/SiAffinitypublisher';
|
|
64
|
+
export { default as SiAframe, defaultColor as SiAframeHex } from './icons/SiAframe';
|
|
68
65
|
export { default as SiAfterpay, defaultColor as SiAfterpayHex } from './icons/SiAfterpay';
|
|
69
66
|
export { default as SiAftership, defaultColor as SiAftershipHex } from './icons/SiAftership';
|
|
70
67
|
export { default as SiAgora, defaultColor as SiAgoraHex } from './icons/SiAgora';
|
|
71
|
-
export { default as SiAidungeon, defaultColor as SiAidungeonHex } from './icons/SiAidungeon';
|
|
72
68
|
export { default as SiAib, defaultColor as SiAibHex } from './icons/SiAib';
|
|
69
|
+
export { default as SiAidungeon, defaultColor as SiAidungeonHex } from './icons/SiAidungeon';
|
|
73
70
|
export { default as SiAiohttp, defaultColor as SiAiohttpHex } from './icons/SiAiohttp';
|
|
74
71
|
export { default as SiAiqfome, defaultColor as SiAiqfomeHex } from './icons/SiAiqfome';
|
|
75
|
-
export { default as SiAircanada, defaultColor as SiAircanadaHex } from './icons/SiAircanada';
|
|
76
|
-
export { default as SiAirchina, defaultColor as SiAirchinaHex } from './icons/SiAirchina';
|
|
77
|
-
export { default as SiAirfrance, defaultColor as SiAirfranceHex } from './icons/SiAirfrance';
|
|
78
|
-
export { default as SiAirindia, defaultColor as SiAirindiaHex } from './icons/SiAirindia';
|
|
79
|
-
export { default as SiAirserbia, defaultColor as SiAirserbiaHex } from './icons/SiAirserbia';
|
|
80
|
-
export { default as SiAirtransat, defaultColor as SiAirtransatHex } from './icons/SiAirtransat';
|
|
81
72
|
export { default as SiAirasia, defaultColor as SiAirasiaHex } from './icons/SiAirasia';
|
|
82
73
|
export { default as SiAirbnb, defaultColor as SiAirbnbHex } from './icons/SiAirbnb';
|
|
83
74
|
export { default as SiAirbrake, defaultColor as SiAirbrakeHex } from './icons/SiAirbrake';
|
|
84
75
|
export { default as SiAirbus, defaultColor as SiAirbusHex } from './icons/SiAirbus';
|
|
85
76
|
export { default as SiAirbyte, defaultColor as SiAirbyteHex } from './icons/SiAirbyte';
|
|
86
77
|
export { default as SiAircall, defaultColor as SiAircallHex } from './icons/SiAircall';
|
|
78
|
+
export { default as SiAircanada, defaultColor as SiAircanadaHex } from './icons/SiAircanada';
|
|
79
|
+
export { default as SiAirchina, defaultColor as SiAirchinaHex } from './icons/SiAirchina';
|
|
80
|
+
export { default as SiAirfrance, defaultColor as SiAirfranceHex } from './icons/SiAirfrance';
|
|
81
|
+
export { default as SiAirindia, defaultColor as SiAirindiaHex } from './icons/SiAirindia';
|
|
87
82
|
export { default as SiAirplayaudio, defaultColor as SiAirplayaudioHex } from './icons/SiAirplayaudio';
|
|
88
83
|
export { default as SiAirplayvideo, defaultColor as SiAirplayvideoHex } from './icons/SiAirplayvideo';
|
|
84
|
+
export { default as SiAirserbia, defaultColor as SiAirserbiaHex } from './icons/SiAirserbia';
|
|
89
85
|
export { default as SiAirtable, defaultColor as SiAirtableHex } from './icons/SiAirtable';
|
|
90
86
|
export { default as SiAirtel, defaultColor as SiAirtelHex } from './icons/SiAirtel';
|
|
87
|
+
export { default as SiAirtransat, defaultColor as SiAirtransatHex } from './icons/SiAirtransat';
|
|
91
88
|
export { default as SiAjv, defaultColor as SiAjvHex } from './icons/SiAjv';
|
|
92
89
|
export { default as SiAkamai, defaultColor as SiAkamaiHex } from './icons/SiAkamai';
|
|
93
90
|
export { default as SiAkasaair, defaultColor as SiAkasaairHex } from './icons/SiAkasaair';
|
|
@@ -115,8 +112,8 @@ export { default as SiAlliedmodders, defaultColor as SiAlliedmoddersHex } from '
|
|
|
115
112
|
export { default as SiAllocine, defaultColor as SiAllocineHex } from './icons/SiAllocine';
|
|
116
113
|
export { default as SiAlltrails, defaultColor as SiAlltrailsHex } from './icons/SiAlltrails';
|
|
117
114
|
export { default as SiAlmalinux, defaultColor as SiAlmalinuxHex } from './icons/SiAlmalinux';
|
|
118
|
-
export { default as SiAlpinelinux, defaultColor as SiAlpinelinuxHex } from './icons/SiAlpinelinux';
|
|
119
115
|
export { default as SiAlpinedotjs, defaultColor as SiAlpinedotjsHex } from './icons/SiAlpinedotjs';
|
|
116
|
+
export { default as SiAlpinelinux, defaultColor as SiAlpinelinuxHex } from './icons/SiAlpinelinux';
|
|
120
117
|
export { default as SiAlternativeto, defaultColor as SiAlternativetoHex } from './icons/SiAlternativeto';
|
|
121
118
|
export { default as SiAlteryx, defaultColor as SiAlteryxHex } from './icons/SiAlteryx';
|
|
122
119
|
export { default as SiAltiumdesigner, defaultColor as SiAltiumdesignerHex } from './icons/SiAltiumdesigner';
|
|
@@ -144,8 +141,8 @@ export { default as SiAnki, defaultColor as SiAnkiHex } from './icons/SiAnki';
|
|
|
144
141
|
export { default as SiAnsible, defaultColor as SiAnsibleHex } from './icons/SiAnsible';
|
|
145
142
|
export { default as SiAnswer, defaultColor as SiAnswerHex } from './icons/SiAnswer';
|
|
146
143
|
export { default as SiAnsys, defaultColor as SiAnsysHex } from './icons/SiAnsys';
|
|
147
|
-
export { default as SiAntdesign, defaultColor as SiAntdesignHex } from './icons/SiAntdesign';
|
|
148
144
|
export { default as SiAnta, defaultColor as SiAntaHex } from './icons/SiAnta';
|
|
145
|
+
export { default as SiAntdesign, defaultColor as SiAntdesignHex } from './icons/SiAntdesign';
|
|
149
146
|
export { default as SiAntena3, defaultColor as SiAntena3Hex } from './icons/SiAntena3';
|
|
150
147
|
export { default as SiAntennapod, defaultColor as SiAntennapodHex } from './icons/SiAntennapod';
|
|
151
148
|
export { default as SiAnthropic, defaultColor as SiAnthropicHex } from './icons/SiAnthropic';
|
|
@@ -192,7 +189,6 @@ export { default as SiApifox, defaultColor as SiApifoxHex } from './icons/SiApif
|
|
|
192
189
|
export { default as SiApmterminals, defaultColor as SiApmterminalsHex } from './icons/SiApmterminals';
|
|
193
190
|
export { default as SiApollographql, defaultColor as SiApollographqlHex } from './icons/SiApollographql';
|
|
194
191
|
export { default as SiApostrophe, defaultColor as SiApostropheHex } from './icons/SiApostrophe';
|
|
195
|
-
export { default as SiAppstore, defaultColor as SiAppstoreHex } from './icons/SiAppstore';
|
|
196
192
|
export { default as SiAppgallery, defaultColor as SiAppgalleryHex } from './icons/SiAppgallery';
|
|
197
193
|
export { default as SiAppian, defaultColor as SiAppianHex } from './icons/SiAppian';
|
|
198
194
|
export { default as SiAppium, defaultColor as SiAppiumHex } from './icons/SiAppium';
|
|
@@ -205,6 +201,7 @@ export { default as SiApplepodcasts, defaultColor as SiApplepodcastsHex } from '
|
|
|
205
201
|
export { default as SiAppletv, defaultColor as SiAppletvHex } from './icons/SiAppletv';
|
|
206
202
|
export { default as SiAppsignal, defaultColor as SiAppsignalHex } from './icons/SiAppsignal';
|
|
207
203
|
export { default as SiAppsmith, defaultColor as SiAppsmithHex } from './icons/SiAppsmith';
|
|
204
|
+
export { default as SiAppstore, defaultColor as SiAppstoreHex } from './icons/SiAppstore';
|
|
208
205
|
export { default as SiAppveyor, defaultColor as SiAppveyorHex } from './icons/SiAppveyor';
|
|
209
206
|
export { default as SiAppwrite, defaultColor as SiAppwriteHex } from './icons/SiAppwrite';
|
|
210
207
|
export { default as SiAqua, defaultColor as SiAquaHex } from './icons/SiAqua';
|
|
@@ -212,9 +209,9 @@ export { default as SiAral, defaultColor as SiAralHex } from './icons/SiAral';
|
|
|
212
209
|
export { default as SiArangodb, defaultColor as SiArangodbHex } from './icons/SiArangodb';
|
|
213
210
|
export { default as SiArc, defaultColor as SiArcHex } from './icons/SiArc';
|
|
214
211
|
export { default as SiArcgis, defaultColor as SiArcgisHex } from './icons/SiArcgis';
|
|
215
|
-
export { default as SiArchlinux, defaultColor as SiArchlinuxHex } from './icons/SiArchlinux';
|
|
216
212
|
export { default as SiArchicad, defaultColor as SiArchicadHex } from './icons/SiArchicad';
|
|
217
213
|
export { default as SiArchiveofourown, defaultColor as SiArchiveofourownHex } from './icons/SiArchiveofourown';
|
|
214
|
+
export { default as SiArchlinux, defaultColor as SiArchlinuxHex } from './icons/SiArchlinux';
|
|
218
215
|
export { default as SiArdour, defaultColor as SiArdourHex } from './icons/SiArdour';
|
|
219
216
|
export { default as SiArduino, defaultColor as SiArduinoHex } from './icons/SiArduino';
|
|
220
217
|
export { default as SiArgo, defaultColor as SiArgoHex } from './icons/SiArgo';
|
|
@@ -250,10 +247,10 @@ export { default as SiAuchan, defaultColor as SiAuchanHex } from './icons/SiAuch
|
|
|
250
247
|
export { default as SiAudacity, defaultColor as SiAudacityHex } from './icons/SiAudacity';
|
|
251
248
|
export { default as SiAudi, defaultColor as SiAudiHex } from './icons/SiAudi';
|
|
252
249
|
export { default as SiAudible, defaultColor as SiAudibleHex } from './icons/SiAudible';
|
|
253
|
-
export { default as SiAudiotechnica, defaultColor as SiAudiotechnicaHex } from './icons/SiAudiotechnica';
|
|
254
250
|
export { default as SiAudiobookshelf, defaultColor as SiAudiobookshelfHex } from './icons/SiAudiobookshelf';
|
|
255
251
|
export { default as SiAudioboom, defaultColor as SiAudioboomHex } from './icons/SiAudioboom';
|
|
256
252
|
export { default as SiAudiomack, defaultColor as SiAudiomackHex } from './icons/SiAudiomack';
|
|
253
|
+
export { default as SiAudiotechnica, defaultColor as SiAudiotechnicaHex } from './icons/SiAudiotechnica';
|
|
257
254
|
export { default as SiAurelia, defaultColor as SiAureliaHex } from './icons/SiAurelia';
|
|
258
255
|
export { default as SiAuth0, defaultColor as SiAuth0Hex } from './icons/SiAuth0';
|
|
259
256
|
export { default as SiAuthelia, defaultColor as SiAutheliaHex } from './icons/SiAuthelia';
|
|
@@ -279,7 +276,6 @@ export { default as SiAwesomewm, defaultColor as SiAwesomewmHex } from './icons/
|
|
|
279
276
|
export { default as SiAwwwards, defaultColor as SiAwwwardsHex } from './icons/SiAwwwards';
|
|
280
277
|
export { default as SiAxios, defaultColor as SiAxiosHex } from './icons/SiAxios';
|
|
281
278
|
export { default as SiAxisbank, defaultColor as SiAxisbankHex } from './icons/SiAxisbank';
|
|
282
|
-
export { default as SiBandrautomation, defaultColor as SiBandrautomationHex } from './icons/SiBandrautomation';
|
|
283
279
|
export { default as SiBabel, defaultColor as SiBabelHex } from './icons/SiBabel';
|
|
284
280
|
export { default as SiBabelio, defaultColor as SiBabelioHex } from './icons/SiBabelio';
|
|
285
281
|
export { default as SiBabylondotjs, defaultColor as SiBabylondotjsHex } from './icons/SiBabylondotjs';
|
|
@@ -296,6 +292,7 @@ export { default as SiBamboo, defaultColor as SiBambooHex } from './icons/SiBamb
|
|
|
296
292
|
export { default as SiBambulab, defaultColor as SiBambulabHex } from './icons/SiBambulab';
|
|
297
293
|
export { default as SiBandcamp, defaultColor as SiBandcampHex } from './icons/SiBandcamp';
|
|
298
294
|
export { default as SiBandlab, defaultColor as SiBandlabHex } from './icons/SiBandlab';
|
|
295
|
+
export { default as SiBandrautomation, defaultColor as SiBandrautomationHex } from './icons/SiBandrautomation';
|
|
299
296
|
export { default as SiBandsintown, defaultColor as SiBandsintownHex } from './icons/SiBandsintown';
|
|
300
297
|
export { default as SiBankofamerica, defaultColor as SiBankofamericaHex } from './icons/SiBankofamerica';
|
|
301
298
|
export { default as SiBarclays, defaultColor as SiBarclaysHex } from './icons/SiBarclays';
|
|
@@ -324,12 +321,12 @@ export { default as SiBentoml, defaultColor as SiBentomlHex } from './icons/SiBe
|
|
|
324
321
|
export { default as SiBereal, defaultColor as SiBerealHex } from './icons/SiBereal';
|
|
325
322
|
export { default as SiBetfair, defaultColor as SiBetfairHex } from './icons/SiBetfair';
|
|
326
323
|
export { default as SiBetterauth, defaultColor as SiBetterauthHex } from './icons/SiBetterauth';
|
|
327
|
-
export { default as SiBetterstack, defaultColor as SiBetterstackHex } from './icons/SiBetterstack';
|
|
328
324
|
export { default as SiBetterdiscord, defaultColor as SiBetterdiscordHex } from './icons/SiBetterdiscord';
|
|
325
|
+
export { default as SiBetterstack, defaultColor as SiBetterstackHex } from './icons/SiBetterstack';
|
|
329
326
|
export { default as SiBevy, defaultColor as SiBevyHex } from './icons/SiBevy';
|
|
330
|
-
export { default as SiBigcartel, defaultColor as SiBigcartelHex } from './icons/SiBigcartel';
|
|
331
327
|
export { default as SiBigbasket, defaultColor as SiBigbasketHex } from './icons/SiBigbasket';
|
|
332
328
|
export { default as SiBigbluebutton, defaultColor as SiBigbluebuttonHex } from './icons/SiBigbluebutton';
|
|
329
|
+
export { default as SiBigcartel, defaultColor as SiBigcartelHex } from './icons/SiBigcartel';
|
|
333
330
|
export { default as SiBigcommerce, defaultColor as SiBigcommerceHex } from './icons/SiBigcommerce';
|
|
334
331
|
export { default as SiBilibili, defaultColor as SiBilibiliHex } from './icons/SiBilibili';
|
|
335
332
|
export { default as SiBillboard, defaultColor as SiBillboardHex } from './icons/SiBillboard';
|
|
@@ -392,6 +389,7 @@ export { default as SiBower, defaultColor as SiBowerHex } from './icons/SiBower'
|
|
|
392
389
|
export { default as SiBox, defaultColor as SiBoxHex } from './icons/SiBox';
|
|
393
390
|
export { default as SiBoxysvg, defaultColor as SiBoxysvgHex } from './icons/SiBoxysvg';
|
|
394
391
|
export { default as SiBraintree, defaultColor as SiBraintreeHex } from './icons/SiBraintree';
|
|
392
|
+
export { default as SiBraintrust, defaultColor as SiBraintrustHex } from './icons/SiBraintrust';
|
|
395
393
|
export { default as SiBrandfetch, defaultColor as SiBrandfetchHex } from './icons/SiBrandfetch';
|
|
396
394
|
export { default as SiBrandfolder, defaultColor as SiBrandfolderHex } from './icons/SiBrandfolder';
|
|
397
395
|
export { default as SiBrave, defaultColor as SiBraveHex } from './icons/SiBrave';
|
|
@@ -431,8 +429,6 @@ export { default as SiBvg, defaultColor as SiBvgHex } from './icons/SiBvg';
|
|
|
431
429
|
export { default as SiByjus, defaultColor as SiByjusHex } from './icons/SiByjus';
|
|
432
430
|
export { default as SiBytedance, defaultColor as SiBytedanceHex } from './icons/SiBytedance';
|
|
433
431
|
export { default as SiC, defaultColor as SiCHex } from './icons/SiC';
|
|
434
|
-
export { default as SiCplusplus, defaultColor as SiCplusplusHex } from './icons/SiCplusplus';
|
|
435
|
-
export { default as SiCplusplusbuilder, defaultColor as SiCplusplusbuilderHex } from './icons/SiCplusplusbuilder';
|
|
436
432
|
export { default as SiCachet, defaultColor as SiCachetHex } from './icons/SiCachet';
|
|
437
433
|
export { default as SiCaddy, defaultColor as SiCaddyHex } from './icons/SiCaddy';
|
|
438
434
|
export { default as SiCadillac, defaultColor as SiCadillacHex } from './icons/SiCadillac';
|
|
@@ -451,11 +447,11 @@ export { default as SiCanva, defaultColor as SiCanvaHex } from './icons/SiCanva'
|
|
|
451
447
|
export { default as SiCanvas, defaultColor as SiCanvasHex } from './icons/SiCanvas';
|
|
452
448
|
export { default as SiCapacitor, defaultColor as SiCapacitorHex } from './icons/SiCapacitor';
|
|
453
449
|
export { default as SiCaprover, defaultColor as SiCaproverHex } from './icons/SiCaprover';
|
|
454
|
-
export { default as SiCarthrottle, defaultColor as SiCarthrottleHex } from './icons/SiCarthrottle';
|
|
455
450
|
export { default as SiCardano, defaultColor as SiCardanoHex } from './icons/SiCardano';
|
|
456
451
|
export { default as SiCarlsberggroup, defaultColor as SiCarlsberggroupHex } from './icons/SiCarlsberggroup';
|
|
457
452
|
export { default as SiCarrd, defaultColor as SiCarrdHex } from './icons/SiCarrd';
|
|
458
453
|
export { default as SiCarrefour, defaultColor as SiCarrefourHex } from './icons/SiCarrefour';
|
|
454
|
+
export { default as SiCarthrottle, defaultColor as SiCarthrottleHex } from './icons/SiCarthrottle';
|
|
459
455
|
export { default as SiCarto, defaultColor as SiCartoHex } from './icons/SiCarto';
|
|
460
456
|
export { default as SiCashapp, defaultColor as SiCashappHex } from './icons/SiCashapp';
|
|
461
457
|
export { default as SiCastbox, defaultColor as SiCastboxHex } from './icons/SiCastbox';
|
|
@@ -526,15 +522,15 @@ export { default as SiClion, defaultColor as SiClionHex } from './icons/SiClion'
|
|
|
526
522
|
export { default as SiClockify, defaultColor as SiClockifyHex } from './icons/SiClockify';
|
|
527
523
|
export { default as SiClojure, defaultColor as SiClojureHex } from './icons/SiClojure';
|
|
528
524
|
export { default as SiCloud66, defaultColor as SiCloud66Hex } from './icons/SiCloud66';
|
|
529
|
-
export { default as SiCloudfoundry, defaultColor as SiCloudfoundryHex } from './icons/SiCloudfoundry';
|
|
530
|
-
export { default as SiCloudnativebuild, defaultColor as SiCloudnativebuildHex } from './icons/SiCloudnativebuild';
|
|
531
525
|
export { default as SiCloudbees, defaultColor as SiCloudbeesHex } from './icons/SiCloudbees';
|
|
532
526
|
export { default as SiCloudcannon, defaultColor as SiCloudcannonHex } from './icons/SiCloudcannon';
|
|
533
527
|
export { default as SiCloudera, defaultColor as SiClouderaHex } from './icons/SiCloudera';
|
|
534
528
|
export { default as SiCloudflare, defaultColor as SiCloudflareHex } from './icons/SiCloudflare';
|
|
535
529
|
export { default as SiCloudflarepages, defaultColor as SiCloudflarepagesHex } from './icons/SiCloudflarepages';
|
|
536
530
|
export { default as SiCloudflareworkers, defaultColor as SiCloudflareworkersHex } from './icons/SiCloudflareworkers';
|
|
531
|
+
export { default as SiCloudfoundry, defaultColor as SiCloudfoundryHex } from './icons/SiCloudfoundry';
|
|
537
532
|
export { default as SiCloudinary, defaultColor as SiCloudinaryHex } from './icons/SiCloudinary';
|
|
533
|
+
export { default as SiCloudnativebuild, defaultColor as SiCloudnativebuildHex } from './icons/SiCloudnativebuild';
|
|
538
534
|
export { default as SiCloudron, defaultColor as SiCloudronHex } from './icons/SiCloudron';
|
|
539
535
|
export { default as SiCloudsmith, defaultColor as SiCloudsmithHex } from './icons/SiCloudsmith';
|
|
540
536
|
export { default as SiCloudways, defaultColor as SiCloudwaysHex } from './icons/SiCloudways';
|
|
@@ -546,7 +542,6 @@ export { default as SiCncf, defaultColor as SiCncfHex } from './icons/SiCncf';
|
|
|
546
542
|
export { default as SiCnes, defaultColor as SiCnesHex } from './icons/SiCnes';
|
|
547
543
|
export { default as SiCnet, defaultColor as SiCnetHex } from './icons/SiCnet';
|
|
548
544
|
export { default as SiCnn, defaultColor as SiCnnHex } from './icons/SiCnn';
|
|
549
|
-
export { default as SiCoop, defaultColor as SiCoopHex } from './icons/SiCoop';
|
|
550
545
|
export { default as SiCobalt, defaultColor as SiCobaltHex } from './icons/SiCobalt';
|
|
551
546
|
export { default as SiCocacola, defaultColor as SiCocacolaHex } from './icons/SiCocacola';
|
|
552
547
|
export { default as SiCockpit, defaultColor as SiCockpitHex } from './icons/SiCockpit';
|
|
@@ -555,12 +550,12 @@ export { default as SiCocoapods, defaultColor as SiCocoapodsHex } from './icons/
|
|
|
555
550
|
export { default as SiCocos, defaultColor as SiCocosHex } from './icons/SiCocos';
|
|
556
551
|
export { default as SiCoda, defaultColor as SiCodaHex } from './icons/SiCoda';
|
|
557
552
|
export { default as SiCodacy, defaultColor as SiCodacyHex } from './icons/SiCodacy';
|
|
558
|
-
export { default as SiCodeclimate, defaultColor as SiCodeclimateHex } from './icons/SiCodeclimate';
|
|
559
|
-
export { default as SiCodeblocks, defaultColor as SiCodeblocksHex } from './icons/SiCodeblocks';
|
|
560
553
|
export { default as SiCodeberg, defaultColor as SiCodebergHex } from './icons/SiCodeberg';
|
|
554
|
+
export { default as SiCodeblocks, defaultColor as SiCodeblocksHex } from './icons/SiCodeblocks';
|
|
561
555
|
export { default as SiCodecademy, defaultColor as SiCodecademyHex } from './icons/SiCodecademy';
|
|
562
556
|
export { default as SiCodeceptjs, defaultColor as SiCodeceptjsHex } from './icons/SiCodeceptjs';
|
|
563
557
|
export { default as SiCodechef, defaultColor as SiCodechefHex } from './icons/SiCodechef';
|
|
558
|
+
export { default as SiCodeclimate, defaultColor as SiCodeclimateHex } from './icons/SiCodeclimate';
|
|
564
559
|
export { default as SiCodecov, defaultColor as SiCodecovHex } from './icons/SiCodecov';
|
|
565
560
|
export { default as SiCodecrafters, defaultColor as SiCodecraftersHex } from './icons/SiCodecrafters';
|
|
566
561
|
export { default as SiCodefactor, defaultColor as SiCodefactorHex } from './icons/SiCodefactor';
|
|
@@ -582,8 +577,8 @@ export { default as SiCodeship, defaultColor as SiCodeshipHex } from './icons/Si
|
|
|
582
577
|
export { default as SiCodesignal, defaultColor as SiCodesignalHex } from './icons/SiCodesignal';
|
|
583
578
|
export { default as SiCodestream, defaultColor as SiCodestreamHex } from './icons/SiCodestream';
|
|
584
579
|
export { default as SiCodewars, defaultColor as SiCodewarsHex } from './icons/SiCodewars';
|
|
585
|
-
export { default as SiCodingninjas, defaultColor as SiCodingninjasHex } from './icons/SiCodingninjas';
|
|
586
580
|
export { default as SiCodingame, defaultColor as SiCodingameHex } from './icons/SiCodingame';
|
|
581
|
+
export { default as SiCodingninjas, defaultColor as SiCodingninjasHex } from './icons/SiCodingninjas';
|
|
587
582
|
export { default as SiCodio, defaultColor as SiCodioHex } from './icons/SiCodio';
|
|
588
583
|
export { default as SiCoffeescript, defaultColor as SiCoffeescriptHex } from './icons/SiCoffeescript';
|
|
589
584
|
export { default as SiCoggle, defaultColor as SiCoggleHex } from './icons/SiCoggle';
|
|
@@ -621,6 +616,7 @@ export { default as SiConventionalcommits, defaultColor as SiConventionalcommits
|
|
|
621
616
|
export { default as SiConvertio, defaultColor as SiConvertioHex } from './icons/SiConvertio';
|
|
622
617
|
export { default as SiCookiecutter, defaultColor as SiCookiecutterHex } from './icons/SiCookiecutter';
|
|
623
618
|
export { default as SiCoolermaster, defaultColor as SiCoolermasterHex } from './icons/SiCoolermaster';
|
|
619
|
+
export { default as SiCoop, defaultColor as SiCoopHex } from './icons/SiCoop';
|
|
624
620
|
export { default as SiCopaairlines, defaultColor as SiCopaairlinesHex } from './icons/SiCopaairlines';
|
|
625
621
|
export { default as SiCoppel, defaultColor as SiCoppelHex } from './icons/SiCoppel';
|
|
626
622
|
export { default as SiCora, defaultColor as SiCoraHex } from './icons/SiCora';
|
|
@@ -635,6 +631,8 @@ export { default as SiCoursera, defaultColor as SiCourseraHex } from './icons/Si
|
|
|
635
631
|
export { default as SiCoveralls, defaultColor as SiCoverallsHex } from './icons/SiCoveralls';
|
|
636
632
|
export { default as SiCoze, defaultColor as SiCozeHex } from './icons/SiCoze';
|
|
637
633
|
export { default as SiCpanel, defaultColor as SiCpanelHex } from './icons/SiCpanel';
|
|
634
|
+
export { default as SiCplusplus, defaultColor as SiCplusplusHex } from './icons/SiCplusplus';
|
|
635
|
+
export { default as SiCplusplusbuilder, defaultColor as SiCplusplusbuilderHex } from './icons/SiCplusplusbuilder';
|
|
638
636
|
export { default as SiCraftcms, defaultColor as SiCraftcmsHex } from './icons/SiCraftcms';
|
|
639
637
|
export { default as SiCraftsman, defaultColor as SiCraftsmanHex } from './icons/SiCraftsman';
|
|
640
638
|
export { default as SiCratedb, defaultColor as SiCratedbHex } from './icons/SiCratedb';
|
|
@@ -645,8 +643,8 @@ export { default as SiCreativecommons, defaultColor as SiCreativecommonsHex } fr
|
|
|
645
643
|
export { default as SiCreativetechnology, defaultColor as SiCreativetechnologyHex } from './icons/SiCreativetechnology';
|
|
646
644
|
export { default as SiCredly, defaultColor as SiCredlyHex } from './icons/SiCredly';
|
|
647
645
|
export { default as SiCrehana, defaultColor as SiCrehanaHex } from './icons/SiCrehana';
|
|
648
|
-
export { default as SiCrewunited, defaultColor as SiCrewunitedHex } from './icons/SiCrewunited';
|
|
649
646
|
export { default as SiCrewai, defaultColor as SiCrewaiHex } from './icons/SiCrewai';
|
|
647
|
+
export { default as SiCrewunited, defaultColor as SiCrewunitedHex } from './icons/SiCrewunited';
|
|
650
648
|
export { default as SiCriticalrole, defaultColor as SiCriticalroleHex } from './icons/SiCriticalrole';
|
|
651
649
|
export { default as SiCrowdin, defaultColor as SiCrowdinHex } from './icons/SiCrowdin';
|
|
652
650
|
export { default as SiCrowdsource, defaultColor as SiCrowdsourceHex } from './icons/SiCrowdsource';
|
|
@@ -672,8 +670,6 @@ export { default as SiCycling74, defaultColor as SiCycling74Hex } from './icons/
|
|
|
672
670
|
export { default as SiCypress, defaultColor as SiCypressHex } from './icons/SiCypress';
|
|
673
671
|
export { default as SiCytoscapedotjs, defaultColor as SiCytoscapedotjsHex } from './icons/SiCytoscapedotjs';
|
|
674
672
|
export { default as SiD, defaultColor as SiDHex } from './icons/SiD';
|
|
675
|
-
export { default as SiDedge, defaultColor as SiDedgeHex } from './icons/SiDedge';
|
|
676
|
-
export { default as SiDwavesystems, defaultColor as SiDwavesystemsHex } from './icons/SiDwavesystems';
|
|
677
673
|
export { default as SiD3, defaultColor as SiD3Hex } from './icons/SiD3';
|
|
678
674
|
export { default as SiDacia, defaultColor as SiDaciaHex } from './icons/SiDacia';
|
|
679
675
|
export { default as SiDaf, defaultColor as SiDafHex } from './icons/SiDaf';
|
|
@@ -689,10 +685,10 @@ export { default as SiDash, defaultColor as SiDashHex } from './icons/SiDash';
|
|
|
689
685
|
export { default as SiDashlane, defaultColor as SiDashlaneHex } from './icons/SiDashlane';
|
|
690
686
|
export { default as SiDask, defaultColor as SiDaskHex } from './icons/SiDask';
|
|
691
687
|
export { default as SiDassaultsystemes, defaultColor as SiDassaultsystemesHex } from './icons/SiDassaultsystemes';
|
|
692
|
-
export { default as SiDatadotai, defaultColor as SiDatadotaiHex } from './icons/SiDatadotai';
|
|
693
688
|
export { default as SiDatabricks, defaultColor as SiDatabricksHex } from './icons/SiDatabricks';
|
|
694
689
|
export { default as SiDatacamp, defaultColor as SiDatacampHex } from './icons/SiDatacamp';
|
|
695
690
|
export { default as SiDatadog, defaultColor as SiDatadogHex } from './icons/SiDatadog';
|
|
691
|
+
export { default as SiDatadotai, defaultColor as SiDatadotaiHex } from './icons/SiDatadotai';
|
|
696
692
|
export { default as SiDatagrip, defaultColor as SiDatagripHex } from './icons/SiDatagrip';
|
|
697
693
|
export { default as SiDataiku, defaultColor as SiDataikuHex } from './icons/SiDataiku';
|
|
698
694
|
export { default as SiDatastax, defaultColor as SiDatastaxHex } from './icons/SiDatastax';
|
|
@@ -707,11 +703,11 @@ export { default as SiDbeaver, defaultColor as SiDbeaverHex } from './icons/SiDb
|
|
|
707
703
|
export { default as SiDblp, defaultColor as SiDblpHex } from './icons/SiDblp';
|
|
708
704
|
export { default as SiDbt, defaultColor as SiDbtHex } from './icons/SiDbt';
|
|
709
705
|
export { default as SiDcentertainment, defaultColor as SiDcentertainmentHex } from './icons/SiDcentertainment';
|
|
710
|
-
export { default as SiDelonghi, defaultColor as SiDelonghiHex } from './icons/SiDelonghi';
|
|
711
706
|
export { default as SiDebian, defaultColor as SiDebianHex } from './icons/SiDebian';
|
|
712
707
|
export { default as SiDebridlink, defaultColor as SiDebridlinkHex } from './icons/SiDebridlink';
|
|
713
708
|
export { default as SiDecapcms, defaultColor as SiDecapcmsHex } from './icons/SiDecapcms';
|
|
714
709
|
export { default as SiDecentraland, defaultColor as SiDecentralandHex } from './icons/SiDecentraland';
|
|
710
|
+
export { default as SiDedge, defaultColor as SiDedgeHex } from './icons/SiDedge';
|
|
715
711
|
export { default as SiDeepcool, defaultColor as SiDeepcoolHex } from './icons/SiDeepcool';
|
|
716
712
|
export { default as SiDeepgram, defaultColor as SiDeepgramHex } from './icons/SiDeepgram';
|
|
717
713
|
export { default as SiDeepin, defaultColor as SiDeepinHex } from './icons/SiDeepin';
|
|
@@ -719,12 +715,14 @@ export { default as SiDeepl, defaultColor as SiDeeplHex } from './icons/SiDeepl'
|
|
|
719
715
|
export { default as SiDeepnote, defaultColor as SiDeepnoteHex } from './icons/SiDeepnote';
|
|
720
716
|
export { default as SiDeliveroo, defaultColor as SiDeliverooHex } from './icons/SiDeliveroo';
|
|
721
717
|
export { default as SiDell, defaultColor as SiDellHex } from './icons/SiDell';
|
|
718
|
+
export { default as SiDelonghi, defaultColor as SiDelonghiHex } from './icons/SiDelonghi';
|
|
722
719
|
export { default as SiDelphi, defaultColor as SiDelphiHex } from './icons/SiDelphi';
|
|
723
720
|
export { default as SiDelta, defaultColor as SiDeltaHex } from './icons/SiDelta';
|
|
724
721
|
export { default as SiDeluge, defaultColor as SiDelugeHex } from './icons/SiDeluge';
|
|
725
722
|
export { default as SiDeno, defaultColor as SiDenoHex } from './icons/SiDeno';
|
|
726
723
|
export { default as SiDenon, defaultColor as SiDenonHex } from './icons/SiDenon';
|
|
727
724
|
export { default as SiDependabot, defaultColor as SiDependabotHex } from './icons/SiDependabot';
|
|
725
|
+
export { default as SiDependencycheck, defaultColor as SiDependencycheckHex } from './icons/SiDependencycheck';
|
|
728
726
|
export { default as SiDepositphotos, defaultColor as SiDepositphotosHex } from './icons/SiDepositphotos';
|
|
729
727
|
export { default as SiDerspiegel, defaultColor as SiDerspiegelHex } from './icons/SiDerspiegel';
|
|
730
728
|
export { default as SiDeutschebahn, defaultColor as SiDeutschebahnHex } from './icons/SiDeutschebahn';
|
|
@@ -732,8 +730,8 @@ export { default as SiDeutschebank, defaultColor as SiDeutschebankHex } from './
|
|
|
732
730
|
export { default as SiDeutschepost, defaultColor as SiDeutschepostHex } from './icons/SiDeutschepost';
|
|
733
731
|
export { default as SiDeutschetelekom, defaultColor as SiDeutschetelekomHex } from './icons/SiDeutschetelekom';
|
|
734
732
|
export { default as SiDeutschewelle, defaultColor as SiDeutschewelleHex } from './icons/SiDeutschewelle';
|
|
735
|
-
export { default as SiDevdotto, defaultColor as SiDevdottoHex } from './icons/SiDevdotto';
|
|
736
733
|
export { default as SiDevbox, defaultColor as SiDevboxHex } from './icons/SiDevbox';
|
|
734
|
+
export { default as SiDevdotto, defaultColor as SiDevdottoHex } from './icons/SiDevdotto';
|
|
737
735
|
export { default as SiDevexpress, defaultColor as SiDevexpressHex } from './icons/SiDevexpress';
|
|
738
736
|
export { default as SiDeviantart, defaultColor as SiDeviantartHex } from './icons/SiDeviantart';
|
|
739
737
|
export { default as SiDevpost, defaultColor as SiDevpostHex } from './icons/SiDevpost';
|
|
@@ -774,8 +772,11 @@ export { default as SiDogecoin, defaultColor as SiDogecoinHex } from './icons/Si
|
|
|
774
772
|
export { default as SiDoi, defaultColor as SiDoiHex } from './icons/SiDoi';
|
|
775
773
|
export { default as SiDolby, defaultColor as SiDolbyHex } from './icons/SiDolby';
|
|
776
774
|
export { default as SiDolibarr, defaultColor as SiDolibarrHex } from './icons/SiDolibarr';
|
|
775
|
+
export { default as SiDolphin, defaultColor as SiDolphinHex } from './icons/SiDolphin';
|
|
777
776
|
export { default as SiDoordash, defaultColor as SiDoordashHex } from './icons/SiDoordash';
|
|
778
777
|
export { default as SiDota2, defaultColor as SiDota2Hex } from './icons/SiDota2';
|
|
778
|
+
export { default as SiDotenv, defaultColor as SiDotenvHex } from './icons/SiDotenv';
|
|
779
|
+
export { default as SiDotnet, defaultColor as SiDotnetHex } from './icons/SiDotnet';
|
|
779
780
|
export { default as SiDouban, defaultColor as SiDoubanHex } from './icons/SiDouban';
|
|
780
781
|
export { default as SiDoubanread, defaultColor as SiDoubanreadHex } from './icons/SiDoubanread';
|
|
781
782
|
export { default as SiDovecot, defaultColor as SiDovecotHex } from './icons/SiDovecot';
|
|
@@ -804,9 +805,10 @@ export { default as SiDunzo, defaultColor as SiDunzoHex } from './icons/SiDunzo'
|
|
|
804
805
|
export { default as SiDuolingo, defaultColor as SiDuolingoHex } from './icons/SiDuolingo';
|
|
805
806
|
export { default as SiDuplicati, defaultColor as SiDuplicatiHex } from './icons/SiDuplicati';
|
|
806
807
|
export { default as SiDvc, defaultColor as SiDvcHex } from './icons/SiDvc';
|
|
808
|
+
export { default as SiDwavesystems, defaultColor as SiDwavesystemsHex } from './icons/SiDwavesystems';
|
|
807
809
|
export { default as SiDwm, defaultColor as SiDwmHex } from './icons/SiDwm';
|
|
808
810
|
export { default as SiDynatrace, defaultColor as SiDynatraceHex } from './icons/SiDynatrace';
|
|
809
|
-
export { default as
|
|
811
|
+
export { default as SiE, defaultColor as SiEHex } from './icons/SiE';
|
|
810
812
|
export { default as SiE3, defaultColor as SiE3Hex } from './icons/SiE3';
|
|
811
813
|
export { default as SiEa, defaultColor as SiEaHex } from './icons/SiEa';
|
|
812
814
|
export { default as SiEac, defaultColor as SiEacHex } from './icons/SiEac';
|
|
@@ -826,6 +828,7 @@ export { default as SiEcovacs, defaultColor as SiEcovacsHex } from './icons/SiEc
|
|
|
826
828
|
export { default as SiEdeka, defaultColor as SiEdekaHex } from './icons/SiEdeka';
|
|
827
829
|
export { default as SiEdgeimpulse, defaultColor as SiEdgeimpulseHex } from './icons/SiEdgeimpulse';
|
|
828
830
|
export { default as SiEditorconfig, defaultColor as SiEditorconfigHex } from './icons/SiEditorconfig';
|
|
831
|
+
export { default as SiEdotleclerc, defaultColor as SiEdotleclercHex } from './icons/SiEdotleclerc';
|
|
829
832
|
export { default as SiEducative, defaultColor as SiEducativeHex } from './icons/SiEducative';
|
|
830
833
|
export { default as SiEdx, defaultColor as SiEdxHex } from './icons/SiEdx';
|
|
831
834
|
export { default as SiEgghead, defaultColor as SiEggheadHex } from './icons/SiEgghead';
|
|
@@ -835,12 +838,12 @@ export { default as SiEightsleep, defaultColor as SiEightsleepHex } from './icon
|
|
|
835
838
|
export { default as SiEjs, defaultColor as SiEjsHex } from './icons/SiEjs';
|
|
836
839
|
export { default as SiElastic, defaultColor as SiElasticHex } from './icons/SiElastic';
|
|
837
840
|
export { default as SiElasticcloud, defaultColor as SiElasticcloudHex } from './icons/SiElasticcloud';
|
|
838
|
-
export { default as SiElasticstack, defaultColor as SiElasticstackHex } from './icons/SiElasticstack';
|
|
839
841
|
export { default as SiElasticsearch, defaultColor as SiElasticsearchHex } from './icons/SiElasticsearch';
|
|
842
|
+
export { default as SiElasticstack, defaultColor as SiElasticstackHex } from './icons/SiElasticstack';
|
|
840
843
|
export { default as SiElavon, defaultColor as SiElavonHex } from './icons/SiElavon';
|
|
841
844
|
export { default as SiElectron, defaultColor as SiElectronHex } from './icons/SiElectron';
|
|
842
|
-
export { default as SiElectronfiddle, defaultColor as SiElectronfiddleHex } from './icons/SiElectronfiddle';
|
|
843
845
|
export { default as SiElectronbuilder, defaultColor as SiElectronbuilderHex } from './icons/SiElectronbuilder';
|
|
846
|
+
export { default as SiElectronfiddle, defaultColor as SiElectronfiddleHex } from './icons/SiElectronfiddle';
|
|
844
847
|
export { default as SiElegoo, defaultColor as SiElegooHex } from './icons/SiElegoo';
|
|
845
848
|
export { default as SiElement, defaultColor as SiElementHex } from './icons/SiElement';
|
|
846
849
|
export { default as SiElementary, defaultColor as SiElementaryHex } from './icons/SiElementary';
|
|
@@ -860,6 +863,7 @@ export { default as SiEmlakjet, defaultColor as SiEmlakjetHex } from './icons/Si
|
|
|
860
863
|
export { default as SiEndeavouros, defaultColor as SiEndeavourosHex } from './icons/SiEndeavouros';
|
|
861
864
|
export { default as SiEnpass, defaultColor as SiEnpassHex } from './icons/SiEnpass';
|
|
862
865
|
export { default as SiEns, defaultColor as SiEnsHex } from './icons/SiEns';
|
|
866
|
+
export { default as SiEnte, defaultColor as SiEnteHex } from './icons/SiEnte';
|
|
863
867
|
export { default as SiEnterprisedb, defaultColor as SiEnterprisedbHex } from './icons/SiEnterprisedb';
|
|
864
868
|
export { default as SiEnvato, defaultColor as SiEnvatoHex } from './icons/SiEnvato';
|
|
865
869
|
export { default as SiEnvoyproxy, defaultColor as SiEnvoyproxyHex } from './icons/SiEnvoyproxy';
|
|
@@ -901,8 +905,6 @@ export { default as SiExpress, defaultColor as SiExpressHex } from './icons/SiEx
|
|
|
901
905
|
export { default as SiExpressdotcom, defaultColor as SiExpressdotcomHex } from './icons/SiExpressdotcom';
|
|
902
906
|
export { default as SiExpressvpn, defaultColor as SiExpressvpnHex } from './icons/SiExpressvpn';
|
|
903
907
|
export { default as SiEyeem, defaultColor as SiEyeemHex } from './icons/SiEyeem';
|
|
904
|
-
export { default as SiFdroid, defaultColor as SiFdroidHex } from './icons/SiFdroid';
|
|
905
|
-
export { default as SiFsharp, defaultColor as SiFsharpHex } from './icons/SiFsharp';
|
|
906
908
|
export { default as SiF1, defaultColor as SiF1Hex } from './icons/SiF1';
|
|
907
909
|
export { default as SiF5, defaultColor as SiF5Hex } from './icons/SiF5';
|
|
908
910
|
export { default as SiFacebook, defaultColor as SiFacebookHex } from './icons/SiFacebook';
|
|
@@ -929,6 +931,7 @@ export { default as SiFathom, defaultColor as SiFathomHex } from './icons/SiFath
|
|
|
929
931
|
export { default as SiFauna, defaultColor as SiFaunaHex } from './icons/SiFauna';
|
|
930
932
|
export { default as SiFavro, defaultColor as SiFavroHex } from './icons/SiFavro';
|
|
931
933
|
export { default as SiFcc, defaultColor as SiFccHex } from './icons/SiFcc';
|
|
934
|
+
export { default as SiFdroid, defaultColor as SiFdroidHex } from './icons/SiFdroid';
|
|
932
935
|
export { default as SiFedex, defaultColor as SiFedexHex } from './icons/SiFedex';
|
|
933
936
|
export { default as SiFedora, defaultColor as SiFedoraHex } from './icons/SiFedora';
|
|
934
937
|
export { default as SiFeedly, defaultColor as SiFeedlyHex } from './icons/SiFeedly';
|
|
@@ -1029,6 +1032,7 @@ export { default as SiFrigate, defaultColor as SiFrigateHex } from './icons/SiFr
|
|
|
1029
1032
|
export { default as SiFritz, defaultColor as SiFritzHex } from './icons/SiFritz';
|
|
1030
1033
|
export { default as SiFrontendmentor, defaultColor as SiFrontendmentorHex } from './icons/SiFrontendmentor';
|
|
1031
1034
|
export { default as SiFrontify, defaultColor as SiFrontifyHex } from './icons/SiFrontify';
|
|
1035
|
+
export { default as SiFsharp, defaultColor as SiFsharpHex } from './icons/SiFsharp';
|
|
1032
1036
|
export { default as SiFubo, defaultColor as SiFuboHex } from './icons/SiFubo';
|
|
1033
1037
|
export { default as SiFueler, defaultColor as SiFuelerHex } from './icons/SiFueler';
|
|
1034
1038
|
export { default as SiFugacloud, defaultColor as SiFugacloudHex } from './icons/SiFugacloud';
|
|
@@ -1043,12 +1047,12 @@ export { default as SiG2, defaultColor as SiG2Hex } from './icons/SiG2';
|
|
|
1043
1047
|
export { default as SiG2a, defaultColor as SiG2aHex } from './icons/SiG2a';
|
|
1044
1048
|
export { default as SiG2g, defaultColor as SiG2gHex } from './icons/SiG2g';
|
|
1045
1049
|
export { default as SiGalaxus, defaultColor as SiGalaxusHex } from './icons/SiGalaxus';
|
|
1050
|
+
export { default as SiGamebanana, defaultColor as SiGamebananaHex } from './icons/SiGamebanana';
|
|
1046
1051
|
export { default as SiGamedeveloper, defaultColor as SiGamedeveloperHex } from './icons/SiGamedeveloper';
|
|
1047
1052
|
export { default as SiGamejolt, defaultColor as SiGamejoltHex } from './icons/SiGamejolt';
|
|
1048
|
-
export { default as SiGamescience, defaultColor as SiGamescienceHex } from './icons/SiGamescience';
|
|
1049
|
-
export { default as SiGamebanana, defaultColor as SiGamebananaHex } from './icons/SiGamebanana';
|
|
1050
1053
|
export { default as SiGameloft, defaultColor as SiGameloftHex } from './icons/SiGameloft';
|
|
1051
1054
|
export { default as SiGamemaker, defaultColor as SiGamemakerHex } from './icons/SiGamemaker';
|
|
1055
|
+
export { default as SiGamescience, defaultColor as SiGamescienceHex } from './icons/SiGamescience';
|
|
1052
1056
|
export { default as SiGandi, defaultColor as SiGandiHex } from './icons/SiGandi';
|
|
1053
1057
|
export { default as SiGarmin, defaultColor as SiGarminHex } from './icons/SiGarmin';
|
|
1054
1058
|
export { default as SiGatling, defaultColor as SiGatlingHex } from './icons/SiGatling';
|
|
@@ -1071,13 +1075,12 @@ export { default as SiGimp, defaultColor as SiGimpHex } from './icons/SiGimp';
|
|
|
1071
1075
|
export { default as SiGin, defaultColor as SiGinHex } from './icons/SiGin';
|
|
1072
1076
|
export { default as SiGiphy, defaultColor as SiGiphyHex } from './icons/SiGiphy';
|
|
1073
1077
|
export { default as SiGit, defaultColor as SiGitHex } from './icons/SiGit';
|
|
1074
|
-
export { default as SiGitextensions, defaultColor as SiGitextensionsHex } from './icons/SiGitextensions';
|
|
1075
|
-
export { default as SiGitforwindows, defaultColor as SiGitforwindowsHex } from './icons/SiGitforwindows';
|
|
1076
|
-
export { default as SiGitlfs, defaultColor as SiGitlfsHex } from './icons/SiGitlfs';
|
|
1077
1078
|
export { default as SiGitbook, defaultColor as SiGitbookHex } from './icons/SiGitbook';
|
|
1078
1079
|
export { default as SiGitconnected, defaultColor as SiGitconnectedHex } from './icons/SiGitconnected';
|
|
1079
1080
|
export { default as SiGitea, defaultColor as SiGiteaHex } from './icons/SiGitea';
|
|
1080
1081
|
export { default as SiGitee, defaultColor as SiGiteeHex } from './icons/SiGitee';
|
|
1082
|
+
export { default as SiGitextensions, defaultColor as SiGitextensionsHex } from './icons/SiGitextensions';
|
|
1083
|
+
export { default as SiGitforwindows, defaultColor as SiGitforwindowsHex } from './icons/SiGitforwindows';
|
|
1081
1084
|
export { default as SiGithub, defaultColor as SiGithubHex } from './icons/SiGithub';
|
|
1082
1085
|
export { default as SiGithubactions, defaultColor as SiGithubactionsHex } from './icons/SiGithubactions';
|
|
1083
1086
|
export { default as SiGithubcopilot, defaultColor as SiGithubcopilotHex } from './icons/SiGithubcopilot';
|
|
@@ -1086,10 +1089,11 @@ export { default as SiGithubsponsors, defaultColor as SiGithubsponsorsHex } from
|
|
|
1086
1089
|
export { default as SiGitignoredotio, defaultColor as SiGitignoredotioHex } from './icons/SiGitignoredotio';
|
|
1087
1090
|
export { default as SiGitkraken, defaultColor as SiGitkrakenHex } from './icons/SiGitkraken';
|
|
1088
1091
|
export { default as SiGitlab, defaultColor as SiGitlabHex } from './icons/SiGitlab';
|
|
1092
|
+
export { default as SiGitlfs, defaultColor as SiGitlfsHex } from './icons/SiGitlfs';
|
|
1089
1093
|
export { default as SiGitpod, defaultColor as SiGitpodHex } from './icons/SiGitpod';
|
|
1090
1094
|
export { default as SiGitter, defaultColor as SiGitterHex } from './icons/SiGitter';
|
|
1091
|
-
export { default as SiGldotinet, defaultColor as SiGldotinetHex } from './icons/SiGldotinet';
|
|
1092
1095
|
export { default as SiGlassdoor, defaultColor as SiGlassdoorHex } from './icons/SiGlassdoor';
|
|
1096
|
+
export { default as SiGldotinet, defaultColor as SiGldotinetHex } from './icons/SiGldotinet';
|
|
1093
1097
|
export { default as SiGleam, defaultColor as SiGleamHex } from './icons/SiGleam';
|
|
1094
1098
|
export { default as SiGlide, defaultColor as SiGlideHex } from './icons/SiGlide';
|
|
1095
1099
|
export { default as SiGlitch, defaultColor as SiGlitchHex } from './icons/SiGlitch';
|
|
@@ -1175,6 +1179,7 @@ export { default as SiGoogletasks, defaultColor as SiGoogletasksHex } from './ic
|
|
|
1175
1179
|
export { default as SiGoogletranslate, defaultColor as SiGoogletranslateHex } from './icons/SiGoogletranslate';
|
|
1176
1180
|
export { default as SiGoogletv, defaultColor as SiGoogletvHex } from './icons/SiGoogletv';
|
|
1177
1181
|
export { default as SiGotomeeting, defaultColor as SiGotomeetingHex } from './icons/SiGotomeeting';
|
|
1182
|
+
export { default as SiGplv3, defaultColor as SiGplv3Hex } from './icons/SiGplv3';
|
|
1178
1183
|
export { default as SiGrab, defaultColor as SiGrabHex } from './icons/SiGrab';
|
|
1179
1184
|
export { default as SiGradio, defaultColor as SiGradioHex } from './icons/SiGradio';
|
|
1180
1185
|
export { default as SiGradle, defaultColor as SiGradleHex } from './icons/SiGradle';
|
|
@@ -1213,20 +1218,20 @@ export { default as SiGunicorn, defaultColor as SiGunicornHex } from './icons/Si
|
|
|
1213
1218
|
export { default as SiGurobi, defaultColor as SiGurobiHex } from './icons/SiGurobi';
|
|
1214
1219
|
export { default as SiGusto, defaultColor as SiGustoHex } from './icons/SiGusto';
|
|
1215
1220
|
export { default as SiGutenberg, defaultColor as SiGutenbergHex } from './icons/SiGutenberg';
|
|
1216
|
-
export { default as SiHandm, defaultColor as SiHandmHex } from './icons/SiHandm';
|
|
1217
1221
|
export { default as SiH2database, defaultColor as SiH2databaseHex } from './icons/SiH2database';
|
|
1218
1222
|
export { default as SiH3, defaultColor as SiH3Hex } from './icons/SiH3';
|
|
1219
1223
|
export { default as SiHabr, defaultColor as SiHabrHex } from './icons/SiHabr';
|
|
1220
|
-
export { default as SiHackclub, defaultColor as SiHackclubHex } from './icons/SiHackclub';
|
|
1221
|
-
export { default as SiHackthebox, defaultColor as SiHacktheboxHex } from './icons/SiHackthebox';
|
|
1222
1224
|
export { default as SiHackaday, defaultColor as SiHackadayHex } from './icons/SiHackaday';
|
|
1223
|
-
export { default as
|
|
1225
|
+
export { default as SiHackclub, defaultColor as SiHackclubHex } from './icons/SiHackclub';
|
|
1224
1226
|
export { default as SiHackerearth, defaultColor as SiHackerearthHex } from './icons/SiHackerearth';
|
|
1227
|
+
export { default as SiHackernoon, defaultColor as SiHackernoonHex } from './icons/SiHackernoon';
|
|
1225
1228
|
export { default as SiHackerone, defaultColor as SiHackeroneHex } from './icons/SiHackerone';
|
|
1226
1229
|
export { default as SiHackerrank, defaultColor as SiHackerrankHex } from './icons/SiHackerrank';
|
|
1227
1230
|
export { default as SiHackster, defaultColor as SiHacksterHex } from './icons/SiHackster';
|
|
1231
|
+
export { default as SiHackthebox, defaultColor as SiHacktheboxHex } from './icons/SiHackthebox';
|
|
1228
1232
|
export { default as SiHal, defaultColor as SiHalHex } from './icons/SiHal';
|
|
1229
1233
|
export { default as SiHandlebarsdotjs, defaultColor as SiHandlebarsdotjsHex } from './icons/SiHandlebarsdotjs';
|
|
1234
|
+
export { default as SiHandm, defaultColor as SiHandmHex } from './icons/SiHandm';
|
|
1230
1235
|
export { default as SiHandshake, defaultColor as SiHandshakeHex } from './icons/SiHandshake';
|
|
1231
1236
|
export { default as SiHandshakeProtocol, defaultColor as SiHandshakeProtocolHex } from './icons/SiHandshakeProtocol';
|
|
1232
1237
|
export { default as SiHappycow, defaultColor as SiHappycowHex } from './icons/SiHappycow';
|
|
@@ -1257,8 +1262,8 @@ export { default as SiHelix, defaultColor as SiHelixHex } from './icons/SiHelix'
|
|
|
1257
1262
|
export { default as SiHellofresh, defaultColor as SiHellofreshHex } from './icons/SiHellofresh';
|
|
1258
1263
|
export { default as SiHellyhansen, defaultColor as SiHellyhansenHex } from './icons/SiHellyhansen';
|
|
1259
1264
|
export { default as SiHelm, defaultColor as SiHelmHex } from './icons/SiHelm';
|
|
1260
|
-
export { default as SiHelpscout, defaultColor as SiHelpscoutHex } from './icons/SiHelpscout';
|
|
1261
1265
|
export { default as SiHelpdesk, defaultColor as SiHelpdeskHex } from './icons/SiHelpdesk';
|
|
1266
|
+
export { default as SiHelpscout, defaultColor as SiHelpscoutHex } from './icons/SiHelpscout';
|
|
1262
1267
|
export { default as SiHepsiemlak, defaultColor as SiHepsiemlakHex } from './icons/SiHepsiemlak';
|
|
1263
1268
|
export { default as SiHere, defaultColor as SiHereHex } from './icons/SiHere';
|
|
1264
1269
|
export { default as SiHermes, defaultColor as SiHermesHex } from './icons/SiHermes';
|
|
@@ -1270,8 +1275,8 @@ export { default as SiHevy, defaultColor as SiHevyHex } from './icons/SiHevy';
|
|
|
1270
1275
|
export { default as SiHexlet, defaultColor as SiHexletHex } from './icons/SiHexlet';
|
|
1271
1276
|
export { default as SiHexo, defaultColor as SiHexoHex } from './icons/SiHexo';
|
|
1272
1277
|
export { default as SiHey, defaultColor as SiHeyHex } from './icons/SiHey';
|
|
1273
|
-
export { default as SiHibob, defaultColor as SiHibobHex } from './icons/SiHibob';
|
|
1274
1278
|
export { default as SiHibernate, defaultColor as SiHibernateHex } from './icons/SiHibernate';
|
|
1279
|
+
export { default as SiHibob, defaultColor as SiHibobHex } from './icons/SiHibob';
|
|
1275
1280
|
export { default as SiHilton, defaultColor as SiHiltonHex } from './icons/SiHilton';
|
|
1276
1281
|
export { default as SiHiltonhotelsandresorts, defaultColor as SiHiltonhotelsandresortsHex } from './icons/SiHiltonhotelsandresorts';
|
|
1277
1282
|
export { default as SiHitachi, defaultColor as SiHitachiHex } from './icons/SiHitachi';
|
|
@@ -1279,9 +1284,9 @@ export { default as SiHive, defaultColor as SiHiveHex } from './icons/SiHive';
|
|
|
1279
1284
|
export { default as SiHiveBlockchain, defaultColor as SiHiveBlockchainHex } from './icons/SiHiveBlockchain';
|
|
1280
1285
|
export { default as SiHivemq, defaultColor as SiHivemqHex } from './icons/SiHivemq';
|
|
1281
1286
|
export { default as SiHomarr, defaultColor as SiHomarrHex } from './icons/SiHomarr';
|
|
1287
|
+
export { default as SiHomeadvisor, defaultColor as SiHomeadvisorHex } from './icons/SiHomeadvisor';
|
|
1282
1288
|
export { default as SiHomeassistant, defaultColor as SiHomeassistantHex } from './icons/SiHomeassistant';
|
|
1283
1289
|
export { default as SiHomeassistantcommunitystore, defaultColor as SiHomeassistantcommunitystoreHex } from './icons/SiHomeassistantcommunitystore';
|
|
1284
|
-
export { default as SiHomeadvisor, defaultColor as SiHomeadvisorHex } from './icons/SiHomeadvisor';
|
|
1285
1290
|
export { default as SiHomebrew, defaultColor as SiHomebrewHex } from './icons/SiHomebrew';
|
|
1286
1291
|
export { default as SiHomebridge, defaultColor as SiHomebridgeHex } from './icons/SiHomebridge';
|
|
1287
1292
|
export { default as SiHomepage, defaultColor as SiHomepageHex } from './icons/SiHomepage';
|
|
@@ -1304,8 +1309,8 @@ export { default as SiHp, defaultColor as SiHpHex } from './icons/SiHp';
|
|
|
1304
1309
|
export { default as SiHsbc, defaultColor as SiHsbcHex } from './icons/SiHsbc';
|
|
1305
1310
|
export { default as SiHtc, defaultColor as SiHtcHex } from './icons/SiHtc';
|
|
1306
1311
|
export { default as SiHtcvive, defaultColor as SiHtcviveHex } from './icons/SiHtcvive';
|
|
1307
|
-
export { default as SiHtmlacademy, defaultColor as SiHtmlacademyHex } from './icons/SiHtmlacademy';
|
|
1308
1312
|
export { default as SiHtml5, defaultColor as SiHtml5Hex } from './icons/SiHtml5';
|
|
1313
|
+
export { default as SiHtmlacademy, defaultColor as SiHtmlacademyHex } from './icons/SiHtmlacademy';
|
|
1309
1314
|
export { default as SiHtmx, defaultColor as SiHtmxHex } from './icons/SiHtmx';
|
|
1310
1315
|
export { default as SiHtop, defaultColor as SiHtopHex } from './icons/SiHtop';
|
|
1311
1316
|
export { default as SiHttpie, defaultColor as SiHttpieHex } from './icons/SiHttpie';
|
|
@@ -1490,8 +1495,8 @@ export { default as SiKatana, defaultColor as SiKatanaHex } from './icons/SiKata
|
|
|
1490
1495
|
export { default as SiKaufland, defaultColor as SiKauflandHex } from './icons/SiKaufland';
|
|
1491
1496
|
export { default as SiKde, defaultColor as SiKdeHex } from './icons/SiKde';
|
|
1492
1497
|
export { default as SiKdeneon, defaultColor as SiKdeneonHex } from './icons/SiKdeneon';
|
|
1493
|
-
export { default as SiKdeplasma, defaultColor as SiKdeplasmaHex } from './icons/SiKdeplasma';
|
|
1494
1498
|
export { default as SiKdenlive, defaultColor as SiKdenliveHex } from './icons/SiKdenlive';
|
|
1499
|
+
export { default as SiKdeplasma, defaultColor as SiKdeplasmaHex } from './icons/SiKdeplasma';
|
|
1495
1500
|
export { default as SiKedro, defaultColor as SiKedroHex } from './icons/SiKedro';
|
|
1496
1501
|
export { default as SiKeenetic, defaultColor as SiKeeneticHex } from './icons/SiKeenetic';
|
|
1497
1502
|
export { default as SiKeepachangelog, defaultColor as SiKeepachangelogHex } from './icons/SiKeepachangelog';
|
|
@@ -1531,13 +1536,13 @@ export { default as SiKnime, defaultColor as SiKnimeHex } from './icons/SiKnime'
|
|
|
1531
1536
|
export { default as SiKnip, defaultColor as SiKnipHex } from './icons/SiKnip';
|
|
1532
1537
|
export { default as SiKnowledgebase, defaultColor as SiKnowledgebaseHex } from './icons/SiKnowledgebase';
|
|
1533
1538
|
export { default as SiKnown, defaultColor as SiKnownHex } from './icons/SiKnown';
|
|
1534
|
-
export { default as SiKofi, defaultColor as SiKofiHex } from './icons/SiKofi';
|
|
1535
1539
|
export { default as SiKoa, defaultColor as SiKoaHex } from './icons/SiKoa';
|
|
1536
1540
|
export { default as SiKoc, defaultColor as SiKocHex } from './icons/SiKoc';
|
|
1537
1541
|
export { default as SiKodak, defaultColor as SiKodakHex } from './icons/SiKodak';
|
|
1538
1542
|
export { default as SiKodi, defaultColor as SiKodiHex } from './icons/SiKodi';
|
|
1539
1543
|
export { default as SiKoenigsegg, defaultColor as SiKoenigseggHex } from './icons/SiKoenigsegg';
|
|
1540
1544
|
export { default as SiKofax, defaultColor as SiKofaxHex } from './icons/SiKofax';
|
|
1545
|
+
export { default as SiKofi, defaultColor as SiKofiHex } from './icons/SiKofi';
|
|
1541
1546
|
export { default as SiKomoot, defaultColor as SiKomootHex } from './icons/SiKomoot';
|
|
1542
1547
|
export { default as SiKonami, defaultColor as SiKonamiHex } from './icons/SiKonami';
|
|
1543
1548
|
export { default as SiKong, defaultColor as SiKongHex } from './icons/SiKong';
|
|
@@ -1561,7 +1566,6 @@ export { default as SiKununu, defaultColor as SiKununuHex } from './icons/SiKunu
|
|
|
1561
1566
|
export { default as SiKuula, defaultColor as SiKuulaHex } from './icons/SiKuula';
|
|
1562
1567
|
export { default as SiKx, defaultColor as SiKxHex } from './icons/SiKx';
|
|
1563
1568
|
export { default as SiKyocera, defaultColor as SiKyoceraHex } from './icons/SiKyocera';
|
|
1564
|
-
export { default as SiLequipe, defaultColor as SiLequipeHex } from './icons/SiLequipe';
|
|
1565
1569
|
export { default as SiLabview, defaultColor as SiLabviewHex } from './icons/SiLabview';
|
|
1566
1570
|
export { default as SiLada, defaultColor as SiLadaHex } from './icons/SiLada';
|
|
1567
1571
|
export { default as SiLamborghini, defaultColor as SiLamborghiniHex } from './icons/SiLamborghini';
|
|
@@ -1595,6 +1599,7 @@ export { default as SiLemonsqueezy, defaultColor as SiLemonsqueezyHex } from './
|
|
|
1595
1599
|
export { default as SiLenovo, defaultColor as SiLenovoHex } from './icons/SiLenovo';
|
|
1596
1600
|
export { default as SiLens, defaultColor as SiLensHex } from './icons/SiLens';
|
|
1597
1601
|
export { default as SiLeptos, defaultColor as SiLeptosHex } from './icons/SiLeptos';
|
|
1602
|
+
export { default as SiLequipe, defaultColor as SiLequipeHex } from './icons/SiLequipe';
|
|
1598
1603
|
export { default as SiLerna, defaultColor as SiLernaHex } from './icons/SiLerna';
|
|
1599
1604
|
export { default as SiLeroymerlin, defaultColor as SiLeroymerlinHex } from './icons/SiLeroymerlin';
|
|
1600
1605
|
export { default as SiLeslibraires, defaultColor as SiLeslibrairesHex } from './icons/SiLeslibraires';
|
|
@@ -1603,7 +1608,6 @@ export { default as SiLetsencrypt, defaultColor as SiLetsencryptHex } from './ic
|
|
|
1603
1608
|
export { default as SiLetterboxd, defaultColor as SiLetterboxdHex } from './icons/SiLetterboxd';
|
|
1604
1609
|
export { default as SiLevelsdotfyi, defaultColor as SiLevelsdotfyiHex } from './icons/SiLevelsdotfyi';
|
|
1605
1610
|
export { default as SiLg, defaultColor as SiLgHex } from './icons/SiLg';
|
|
1606
|
-
export { default as SiLining, defaultColor as SiLiningHex } from './icons/SiLining';
|
|
1607
1611
|
export { default as SiLiberadotchat, defaultColor as SiLiberadotchatHex } from './icons/SiLiberadotchat';
|
|
1608
1612
|
export { default as SiLiberapay, defaultColor as SiLiberapayHex } from './icons/SiLiberapay';
|
|
1609
1613
|
export { default as SiLibrariesdotio, defaultColor as SiLibrariesdotioHex } from './icons/SiLibrariesdotio';
|
|
@@ -1629,6 +1633,7 @@ export { default as SiLimesurvey, defaultColor as SiLimesurveyHex } from './icon
|
|
|
1629
1633
|
export { default as SiLine, defaultColor as SiLineHex } from './icons/SiLine';
|
|
1630
1634
|
export { default as SiLineageos, defaultColor as SiLineageosHex } from './icons/SiLineageos';
|
|
1631
1635
|
export { default as SiLinear, defaultColor as SiLinearHex } from './icons/SiLinear';
|
|
1636
|
+
export { default as SiLining, defaultColor as SiLiningHex } from './icons/SiLining';
|
|
1632
1637
|
export { default as SiLinkerd, defaultColor as SiLinkerdHex } from './icons/SiLinkerd';
|
|
1633
1638
|
export { default as SiLinkfire, defaultColor as SiLinkfireHex } from './icons/SiLinkfire';
|
|
1634
1639
|
export { default as SiLinksys, defaultColor as SiLinksysHex } from './icons/SiLinksys';
|
|
@@ -1671,6 +1676,7 @@ export { default as SiLotpolishairlines, defaultColor as SiLotpolishairlinesHex
|
|
|
1671
1676
|
export { default as SiLottiefiles, defaultColor as SiLottiefilesHex } from './icons/SiLottiefiles';
|
|
1672
1677
|
export { default as SiLtspice, defaultColor as SiLtspiceHex } from './icons/SiLtspice';
|
|
1673
1678
|
export { default as SiLua, defaultColor as SiLuaHex } from './icons/SiLua';
|
|
1679
|
+
export { default as SiLuau, defaultColor as SiLuauHex } from './icons/SiLuau';
|
|
1674
1680
|
export { default as SiLubuntu, defaultColor as SiLubuntuHex } from './icons/SiLubuntu';
|
|
1675
1681
|
export { default as SiLucia, defaultColor as SiLuciaHex } from './icons/SiLucia';
|
|
1676
1682
|
export { default as SiLucid, defaultColor as SiLucidHex } from './icons/SiLucid';
|
|
@@ -1692,10 +1698,10 @@ export { default as SiMagasinsu, defaultColor as SiMagasinsuHex } from './icons/
|
|
|
1692
1698
|
export { default as SiMagic, defaultColor as SiMagicHex } from './icons/SiMagic';
|
|
1693
1699
|
export { default as SiMagisk, defaultColor as SiMagiskHex } from './icons/SiMagisk';
|
|
1694
1700
|
export { default as SiMahindra, defaultColor as SiMahindraHex } from './icons/SiMahindra';
|
|
1695
|
-
export { default as SiMaildotcom, defaultColor as SiMaildotcomHex } from './icons/SiMaildotcom';
|
|
1696
|
-
export { default as SiMaildotru, defaultColor as SiMaildotruHex } from './icons/SiMaildotru';
|
|
1697
1701
|
export { default as SiMailboxdotorg, defaultColor as SiMailboxdotorgHex } from './icons/SiMailboxdotorg';
|
|
1698
1702
|
export { default as SiMailchimp, defaultColor as SiMailchimpHex } from './icons/SiMailchimp';
|
|
1703
|
+
export { default as SiMaildotcom, defaultColor as SiMaildotcomHex } from './icons/SiMaildotcom';
|
|
1704
|
+
export { default as SiMaildotru, defaultColor as SiMaildotruHex } from './icons/SiMaildotru';
|
|
1699
1705
|
export { default as SiMailgun, defaultColor as SiMailgunHex } from './icons/SiMailgun';
|
|
1700
1706
|
export { default as SiMailtrap, defaultColor as SiMailtrapHex } from './icons/SiMailtrap';
|
|
1701
1707
|
export { default as SiMainwp, defaultColor as SiMainwpHex } from './icons/SiMainwp';
|
|
@@ -1780,9 +1786,9 @@ export { default as SiMetrodeparis, defaultColor as SiMetrodeparisHex } from './
|
|
|
1780
1786
|
export { default as SiMewe, defaultColor as SiMeweHex } from './icons/SiMewe';
|
|
1781
1787
|
export { default as SiMezmo, defaultColor as SiMezmoHex } from './icons/SiMezmo';
|
|
1782
1788
|
export { default as SiMg, defaultColor as SiMgHex } from './icons/SiMg';
|
|
1783
|
-
export { default as SiMicroeditor, defaultColor as SiMicroeditorHex } from './icons/SiMicroeditor';
|
|
1784
1789
|
export { default as SiMicrobit, defaultColor as SiMicrobitHex } from './icons/SiMicrobit';
|
|
1785
1790
|
export { default as SiMicrodotblog, defaultColor as SiMicrodotblogHex } from './icons/SiMicrodotblog';
|
|
1791
|
+
export { default as SiMicroeditor, defaultColor as SiMicroeditorHex } from './icons/SiMicroeditor';
|
|
1786
1792
|
export { default as SiMicropython, defaultColor as SiMicropythonHex } from './icons/SiMicropython';
|
|
1787
1793
|
export { default as SiMicrostation, defaultColor as SiMicrostationHex } from './icons/SiMicrostation';
|
|
1788
1794
|
export { default as SiMicrostrategy, defaultColor as SiMicrostrategyHex } from './icons/SiMicrostrategy';
|
|
@@ -1908,23 +1914,23 @@ export { default as SiNette, defaultColor as SiNetteHex } from './icons/SiNette'
|
|
|
1908
1914
|
export { default as SiNetto, defaultColor as SiNettoHex } from './icons/SiNetto';
|
|
1909
1915
|
export { default as SiNeutralinojs, defaultColor as SiNeutralinojsHex } from './icons/SiNeutralinojs';
|
|
1910
1916
|
export { default as SiNewbalance, defaultColor as SiNewbalanceHex } from './icons/SiNewbalance';
|
|
1917
|
+
export { default as SiNewegg, defaultColor as SiNeweggHex } from './icons/SiNewegg';
|
|
1911
1918
|
export { default as SiNewjapanprowrestling, defaultColor as SiNewjapanprowrestlingHex } from './icons/SiNewjapanprowrestling';
|
|
1919
|
+
export { default as SiNewpipe, defaultColor as SiNewpipeHex } from './icons/SiNewpipe';
|
|
1912
1920
|
export { default as SiNewrelic, defaultColor as SiNewrelicHex } from './icons/SiNewrelic';
|
|
1913
1921
|
export { default as SiNewyorktimes, defaultColor as SiNewyorktimesHex } from './icons/SiNewyorktimes';
|
|
1914
|
-
export { default as SiNewegg, defaultColor as SiNeweggHex } from './icons/SiNewegg';
|
|
1915
|
-
export { default as SiNewpipe, defaultColor as SiNewpipeHex } from './icons/SiNewpipe';
|
|
1916
1922
|
export { default as SiNexon, defaultColor as SiNexonHex } from './icons/SiNexon';
|
|
1917
|
-
export { default as SiNextdotjs, defaultColor as SiNextdotjsHex } from './icons/SiNextdotjs';
|
|
1918
1923
|
export { default as SiNextbike, defaultColor as SiNextbikeHex } from './icons/SiNextbike';
|
|
1919
1924
|
export { default as SiNextbilliondotai, defaultColor as SiNextbilliondotaiHex } from './icons/SiNextbilliondotai';
|
|
1920
1925
|
export { default as SiNextcloud, defaultColor as SiNextcloudHex } from './icons/SiNextcloud';
|
|
1921
1926
|
export { default as SiNextdns, defaultColor as SiNextdnsHex } from './icons/SiNextdns';
|
|
1922
1927
|
export { default as SiNextdoor, defaultColor as SiNextdoorHex } from './icons/SiNextdoor';
|
|
1928
|
+
export { default as SiNextdotjs, defaultColor as SiNextdotjsHex } from './icons/SiNextdotjs';
|
|
1923
1929
|
export { default as SiNextflow, defaultColor as SiNextflowHex } from './icons/SiNextflow';
|
|
1924
1930
|
export { default as SiNextra, defaultColor as SiNextraHex } from './icons/SiNextra';
|
|
1925
1931
|
export { default as SiNexusmods, defaultColor as SiNexusmodsHex } from './icons/SiNexusmods';
|
|
1926
|
-
export { default as SiNfcore, defaultColor as SiNfcoreHex } from './icons/SiNfcore';
|
|
1927
1932
|
export { default as SiNfc, defaultColor as SiNfcHex } from './icons/SiNfc';
|
|
1933
|
+
export { default as SiNfcore, defaultColor as SiNfcoreHex } from './icons/SiNfcore';
|
|
1928
1934
|
export { default as SiNginx, defaultColor as SiNginxHex } from './icons/SiNginx';
|
|
1929
1935
|
export { default as SiNginxproxymanager, defaultColor as SiNginxproxymanagerHex } from './icons/SiNginxproxymanager';
|
|
1930
1936
|
export { default as SiNgrok, defaultColor as SiNgrokHex } from './icons/SiNgrok';
|
|
@@ -1939,10 +1945,10 @@ export { default as SiNim, defaultColor as SiNimHex } from './icons/SiNim';
|
|
|
1939
1945
|
export { default as SiNissan, defaultColor as SiNissanHex } from './icons/SiNissan';
|
|
1940
1946
|
export { default as SiNixos, defaultColor as SiNixosHex } from './icons/SiNixos';
|
|
1941
1947
|
export { default as SiNobaralinux, defaultColor as SiNobaralinuxHex } from './icons/SiNobaralinux';
|
|
1942
|
-
export { default as SiNodered, defaultColor as SiNoderedHex } from './icons/SiNodered';
|
|
1943
|
-
export { default as SiNodedotjs, defaultColor as SiNodedotjsHex } from './icons/SiNodedotjs';
|
|
1944
1948
|
export { default as SiNodebb, defaultColor as SiNodebbHex } from './icons/SiNodebb';
|
|
1949
|
+
export { default as SiNodedotjs, defaultColor as SiNodedotjsHex } from './icons/SiNodedotjs';
|
|
1945
1950
|
export { default as SiNodemon, defaultColor as SiNodemonHex } from './icons/SiNodemon';
|
|
1951
|
+
export { default as SiNodered, defaultColor as SiNoderedHex } from './icons/SiNodered';
|
|
1946
1952
|
export { default as SiNokia, defaultColor as SiNokiaHex } from './icons/SiNokia';
|
|
1947
1953
|
export { default as SiNomad, defaultColor as SiNomadHex } from './icons/SiNomad';
|
|
1948
1954
|
export { default as SiNorco, defaultColor as SiNorcoHex } from './icons/SiNorco';
|
|
@@ -1977,12 +1983,11 @@ export { default as SiNvm, defaultColor as SiNvmHex } from './icons/SiNvm';
|
|
|
1977
1983
|
export { default as SiNx, defaultColor as SiNxHex } from './icons/SiNx';
|
|
1978
1984
|
export { default as SiNxp, defaultColor as SiNxpHex } from './icons/SiNxp';
|
|
1979
1985
|
export { default as SiNzxt, defaultColor as SiNzxtHex } from './icons/SiNzxt';
|
|
1980
|
-
export { default as SiOreilly, defaultColor as SiOreillyHex } from './icons/SiOreilly';
|
|
1981
1986
|
export { default as SiO2, defaultColor as SiO2Hex } from './icons/SiO2';
|
|
1982
1987
|
export { default as SiObb, defaultColor as SiObbHex } from './icons/SiObb';
|
|
1983
|
-
export { default as SiObsstudio, defaultColor as SiObsstudioHex } from './icons/SiObsstudio';
|
|
1984
1988
|
export { default as SiObservable, defaultColor as SiObservableHex } from './icons/SiObservable';
|
|
1985
1989
|
export { default as SiObsidian, defaultColor as SiObsidianHex } from './icons/SiObsidian';
|
|
1990
|
+
export { default as SiObsstudio, defaultColor as SiObsstudioHex } from './icons/SiObsstudio';
|
|
1986
1991
|
export { default as SiObtainium, defaultColor as SiObtainiumHex } from './icons/SiObtainium';
|
|
1987
1992
|
export { default as SiOcaml, defaultColor as SiOcamlHex } from './icons/SiOcaml';
|
|
1988
1993
|
export { default as SiOclc, defaultColor as SiOclcHex } from './icons/SiOclc';
|
|
@@ -2010,18 +2015,16 @@ export { default as SiOnlyoffice, defaultColor as SiOnlyofficeHex } from './icon
|
|
|
2010
2015
|
export { default as SiOnnx, defaultColor as SiOnnxHex } from './icons/SiOnnx';
|
|
2011
2016
|
export { default as SiOnstar, defaultColor as SiOnstarHex } from './icons/SiOnstar';
|
|
2012
2017
|
export { default as SiOpel, defaultColor as SiOpelHex } from './icons/SiOpel';
|
|
2013
|
-
export { default as SiOpenaccess, defaultColor as SiOpenaccessHex } from './icons/SiOpenaccess';
|
|
2014
|
-
export { default as SiOpenbadges, defaultColor as SiOpenbadgesHex } from './icons/SiOpenbadges';
|
|
2015
|
-
export { default as SiOpenbugbounty, defaultColor as SiOpenbugbountyHex } from './icons/SiOpenbugbounty';
|
|
2016
|
-
export { default as SiOpencollective, defaultColor as SiOpencollectiveHex } from './icons/SiOpencollective';
|
|
2017
|
-
export { default as SiOpencontainersinitiative, defaultColor as SiOpencontainersinitiativeHex } from './icons/SiOpencontainersinitiative';
|
|
2018
|
-
export { default as SiOpensourcehardware, defaultColor as SiOpensourcehardwareHex } from './icons/SiOpensourcehardware';
|
|
2019
|
-
export { default as SiOpensourceinitiative, defaultColor as SiOpensourceinitiativeHex } from './icons/SiOpensourceinitiative';
|
|
2020
2018
|
export { default as SiOpen3d, defaultColor as SiOpen3dHex } from './icons/SiOpen3d';
|
|
2019
|
+
export { default as SiOpenaccess, defaultColor as SiOpenaccessHex } from './icons/SiOpenaccess';
|
|
2021
2020
|
export { default as SiOpenai, defaultColor as SiOpenaiHex } from './icons/SiOpenai';
|
|
2022
2021
|
export { default as SiOpenaigym, defaultColor as SiOpenaigymHex } from './icons/SiOpenaigym';
|
|
2023
2022
|
export { default as SiOpenapiinitiative, defaultColor as SiOpenapiinitiativeHex } from './icons/SiOpenapiinitiative';
|
|
2023
|
+
export { default as SiOpenbadges, defaultColor as SiOpenbadgesHex } from './icons/SiOpenbadges';
|
|
2024
2024
|
export { default as SiOpenbsd, defaultColor as SiOpenbsdHex } from './icons/SiOpenbsd';
|
|
2025
|
+
export { default as SiOpenbugbounty, defaultColor as SiOpenbugbountyHex } from './icons/SiOpenbugbounty';
|
|
2026
|
+
export { default as SiOpencollective, defaultColor as SiOpencollectiveHex } from './icons/SiOpencollective';
|
|
2027
|
+
export { default as SiOpencontainersinitiative, defaultColor as SiOpencontainersinitiativeHex } from './icons/SiOpencontainersinitiative';
|
|
2025
2028
|
export { default as SiOpencritic, defaultColor as SiOpencriticHex } from './icons/SiOpencritic';
|
|
2026
2029
|
export { default as SiOpencv, defaultColor as SiOpencvHex } from './icons/SiOpencv';
|
|
2027
2030
|
export { default as SiOpenfaas, defaultColor as SiOpenfaasHex } from './icons/SiOpenfaas';
|
|
@@ -2038,6 +2041,8 @@ export { default as SiOpenproject, defaultColor as SiOpenprojectHex } from './ic
|
|
|
2038
2041
|
export { default as SiOpenscad, defaultColor as SiOpenscadHex } from './icons/SiOpenscad';
|
|
2039
2042
|
export { default as SiOpensea, defaultColor as SiOpenseaHex } from './icons/SiOpensea';
|
|
2040
2043
|
export { default as SiOpensearch, defaultColor as SiOpensearchHex } from './icons/SiOpensearch';
|
|
2044
|
+
export { default as SiOpensourcehardware, defaultColor as SiOpensourcehardwareHex } from './icons/SiOpensourcehardware';
|
|
2045
|
+
export { default as SiOpensourceinitiative, defaultColor as SiOpensourceinitiativeHex } from './icons/SiOpensourceinitiative';
|
|
2041
2046
|
export { default as SiOpenssl, defaultColor as SiOpensslHex } from './icons/SiOpenssl';
|
|
2042
2047
|
export { default as SiOpenstack, defaultColor as SiOpenstackHex } from './icons/SiOpenstack';
|
|
2043
2048
|
export { default as SiOpenstreetmap, defaultColor as SiOpenstreetmapHex } from './icons/SiOpenstreetmap';
|
|
@@ -2059,6 +2064,7 @@ export { default as SiOpslevel, defaultColor as SiOpslevelHex } from './icons/Si
|
|
|
2059
2064
|
export { default as SiOptimism, defaultColor as SiOptimismHex } from './icons/SiOptimism';
|
|
2060
2065
|
export { default as SiOrange, defaultColor as SiOrangeHex } from './icons/SiOrange';
|
|
2061
2066
|
export { default as SiOrcid, defaultColor as SiOrcidHex } from './icons/SiOrcid';
|
|
2067
|
+
export { default as SiOreilly, defaultColor as SiOreillyHex } from './icons/SiOreilly';
|
|
2062
2068
|
export { default as SiOrg, defaultColor as SiOrgHex } from './icons/SiOrg';
|
|
2063
2069
|
export { default as SiOrganicmaps, defaultColor as SiOrganicmapsHex } from './icons/SiOrganicmaps';
|
|
2064
2070
|
export { default as SiOrigin, defaultColor as SiOriginHex } from './icons/SiOrigin';
|
|
@@ -2075,7 +2081,6 @@ export { default as SiOvercast, defaultColor as SiOvercastHex } from './icons/Si
|
|
|
2075
2081
|
export { default as SiOverleaf, defaultColor as SiOverleafHex } from './icons/SiOverleaf';
|
|
2076
2082
|
export { default as SiOvh, defaultColor as SiOvhHex } from './icons/SiOvh';
|
|
2077
2083
|
export { default as SiOwasp, defaultColor as SiOwaspHex } from './icons/SiOwasp';
|
|
2078
|
-
export { default as SiDependencycheck, defaultColor as SiDependencycheckHex } from './icons/SiDependencycheck';
|
|
2079
2084
|
export { default as SiOwncloud, defaultColor as SiOwncloudHex } from './icons/SiOwncloud';
|
|
2080
2085
|
export { default as SiOxygen, defaultColor as SiOxygenHex } from './icons/SiOxygen';
|
|
2081
2086
|
export { default as SiOyo, defaultColor as SiOyoHex } from './icons/SiOyo';
|
|
@@ -2099,8 +2104,8 @@ export { default as SiPandas, defaultColor as SiPandasHex } from './icons/SiPand
|
|
|
2099
2104
|
export { default as SiPandora, defaultColor as SiPandoraHex } from './icons/SiPandora';
|
|
2100
2105
|
export { default as SiPantheon, defaultColor as SiPantheonHex } from './icons/SiPantheon';
|
|
2101
2106
|
export { default as SiPaperlessngx, defaultColor as SiPaperlessngxHex } from './icons/SiPaperlessngx';
|
|
2102
|
-
export { default as SiPaperswithcode, defaultColor as SiPaperswithcodeHex } from './icons/SiPaperswithcode';
|
|
2103
2107
|
export { default as SiPaperspace, defaultColor as SiPaperspaceHex } from './icons/SiPaperspace';
|
|
2108
|
+
export { default as SiPaperswithcode, defaultColor as SiPaperswithcodeHex } from './icons/SiPaperswithcode';
|
|
2104
2109
|
export { default as SiParadoxinteractive, defaultColor as SiParadoxinteractiveHex } from './icons/SiParadoxinteractive';
|
|
2105
2110
|
export { default as SiParamountplus, defaultColor as SiParamountplusHex } from './icons/SiParamountplus';
|
|
2106
2111
|
export { default as SiParitysubstrate, defaultColor as SiParitysubstrateHex } from './icons/SiParitysubstrate';
|
|
@@ -2151,8 +2156,6 @@ export { default as SiPhp, defaultColor as SiPhpHex } from './icons/SiPhp';
|
|
|
2151
2156
|
export { default as SiPhpbb, defaultColor as SiPhpbbHex } from './icons/SiPhpbb';
|
|
2152
2157
|
export { default as SiPhpmyadmin, defaultColor as SiPhpmyadminHex } from './icons/SiPhpmyadmin';
|
|
2153
2158
|
export { default as SiPhpstorm, defaultColor as SiPhpstormHex } from './icons/SiPhpstorm';
|
|
2154
|
-
export { default as SiPinetwork, defaultColor as SiPinetworkHex } from './icons/SiPinetwork';
|
|
2155
|
-
export { default as SiPihole, defaultColor as SiPiholeHex } from './icons/SiPihole';
|
|
2156
2159
|
export { default as SiPiaggiogroup, defaultColor as SiPiaggiogroupHex } from './icons/SiPiaggiogroup';
|
|
2157
2160
|
export { default as SiPiapro, defaultColor as SiPiaproHex } from './icons/SiPiapro';
|
|
2158
2161
|
export { default as SiPicardsurgeles, defaultColor as SiPicardsurgelesHex } from './icons/SiPicardsurgeles';
|
|
@@ -2162,9 +2165,11 @@ export { default as SiPicpay, defaultColor as SiPicpayHex } from './icons/SiPicp
|
|
|
2162
2165
|
export { default as SiPicrew, defaultColor as SiPicrewHex } from './icons/SiPicrew';
|
|
2163
2166
|
export { default as SiPicsart, defaultColor as SiPicsartHex } from './icons/SiPicsart';
|
|
2164
2167
|
export { default as SiPicxy, defaultColor as SiPicxyHex } from './icons/SiPicxy';
|
|
2168
|
+
export { default as SiPihole, defaultColor as SiPiholeHex } from './icons/SiPihole';
|
|
2165
2169
|
export { default as SiPimcore, defaultColor as SiPimcoreHex } from './icons/SiPimcore';
|
|
2166
2170
|
export { default as SiPinboard, defaultColor as SiPinboardHex } from './icons/SiPinboard';
|
|
2167
2171
|
export { default as SiPinescript, defaultColor as SiPinescriptHex } from './icons/SiPinescript';
|
|
2172
|
+
export { default as SiPinetwork, defaultColor as SiPinetworkHex } from './icons/SiPinetwork';
|
|
2168
2173
|
export { default as SiPingdom, defaultColor as SiPingdomHex } from './icons/SiPingdom';
|
|
2169
2174
|
export { default as SiPino, defaultColor as SiPinoHex } from './icons/SiPino';
|
|
2170
2175
|
export { default as SiPinterest, defaultColor as SiPinterestHex } from './icons/SiPinterest';
|
|
@@ -2187,8 +2192,8 @@ export { default as SiPlatformio, defaultColor as SiPlatformioHex } from './icon
|
|
|
2187
2192
|
export { default as SiPlatzi, defaultColor as SiPlatziHex } from './icons/SiPlatzi';
|
|
2188
2193
|
export { default as SiPlausibleanalytics, defaultColor as SiPlausibleanalyticsHex } from './icons/SiPlausibleanalytics';
|
|
2189
2194
|
export { default as SiPlaycanvas, defaultColor as SiPlaycanvasHex } from './icons/SiPlaycanvas';
|
|
2190
|
-
export { default as SiPlayerfm, defaultColor as SiPlayerfmHex } from './icons/SiPlayerfm';
|
|
2191
2195
|
export { default as SiPlayerdotme, defaultColor as SiPlayerdotmeHex } from './icons/SiPlayerdotme';
|
|
2196
|
+
export { default as SiPlayerfm, defaultColor as SiPlayerfmHex } from './icons/SiPlayerfm';
|
|
2192
2197
|
export { default as SiPlaystation, defaultColor as SiPlaystationHex } from './icons/SiPlaystation';
|
|
2193
2198
|
export { default as SiPlaystation2, defaultColor as SiPlaystation2Hex } from './icons/SiPlaystation2';
|
|
2194
2199
|
export { default as SiPlaystation3, defaultColor as SiPlaystation3Hex } from './icons/SiPlaystation3';
|
|
@@ -2206,8 +2211,8 @@ export { default as SiPlurk, defaultColor as SiPlurkHex } from './icons/SiPlurk'
|
|
|
2206
2211
|
export { default as SiPm2, defaultColor as SiPm2Hex } from './icons/SiPm2';
|
|
2207
2212
|
export { default as SiPnpm, defaultColor as SiPnpmHex } from './icons/SiPnpm';
|
|
2208
2213
|
export { default as SiPocket, defaultColor as SiPocketHex } from './icons/SiPocket';
|
|
2209
|
-
export { default as SiPocketcasts, defaultColor as SiPocketcastsHex } from './icons/SiPocketcasts';
|
|
2210
2214
|
export { default as SiPocketbase, defaultColor as SiPocketbaseHex } from './icons/SiPocketbase';
|
|
2215
|
+
export { default as SiPocketcasts, defaultColor as SiPocketcastsHex } from './icons/SiPocketcasts';
|
|
2211
2216
|
export { default as SiPodcastaddict, defaultColor as SiPodcastaddictHex } from './icons/SiPodcastaddict';
|
|
2212
2217
|
export { default as SiPodcastindex, defaultColor as SiPodcastindexHex } from './icons/SiPodcastindex';
|
|
2213
2218
|
export { default as SiPodman, defaultColor as SiPodmanHex } from './icons/SiPodman';
|
|
@@ -2235,8 +2240,8 @@ export { default as SiPostman, defaultColor as SiPostmanHex } from './icons/SiPo
|
|
|
2235
2240
|
export { default as SiPostmates, defaultColor as SiPostmatesHex } from './icons/SiPostmates';
|
|
2236
2241
|
export { default as SiPowers, defaultColor as SiPowersHex } from './icons/SiPowers';
|
|
2237
2242
|
export { default as SiPrdotco, defaultColor as SiPrdotcoHex } from './icons/SiPrdotco';
|
|
2238
|
-
export { default as SiPrecommit, defaultColor as SiPrecommitHex } from './icons/SiPrecommit';
|
|
2239
2243
|
export { default as SiPreact, defaultColor as SiPreactHex } from './icons/SiPreact';
|
|
2244
|
+
export { default as SiPrecommit, defaultColor as SiPrecommitHex } from './icons/SiPrecommit';
|
|
2240
2245
|
export { default as SiPrefect, defaultColor as SiPrefectHex } from './icons/SiPrefect';
|
|
2241
2246
|
export { default as SiPremid, defaultColor as SiPremidHex } from './icons/SiPremid';
|
|
2242
2247
|
export { default as SiPremierleague, defaultColor as SiPremierleagueHex } from './icons/SiPremierleague';
|
|
@@ -2256,7 +2261,6 @@ export { default as SiPrisma, defaultColor as SiPrismaHex } from './icons/SiPris
|
|
|
2256
2261
|
export { default as SiPrismic, defaultColor as SiPrismicHex } from './icons/SiPrismic';
|
|
2257
2262
|
export { default as SiPrivatedivision, defaultColor as SiPrivatedivisionHex } from './icons/SiPrivatedivision';
|
|
2258
2263
|
export { default as SiPrivateinternetaccess, defaultColor as SiPrivateinternetaccessHex } from './icons/SiPrivateinternetaccess';
|
|
2259
|
-
export { default as SiProtools, defaultColor as SiProtoolsHex } from './icons/SiProtools';
|
|
2260
2264
|
export { default as SiProbot, defaultColor as SiProbotHex } from './icons/SiProbot';
|
|
2261
2265
|
export { default as SiProcessingfoundation, defaultColor as SiProcessingfoundationHex } from './icons/SiProcessingfoundation';
|
|
2262
2266
|
export { default as SiProcesswire, defaultColor as SiProcesswireHex } from './icons/SiProcesswire';
|
|
@@ -2267,14 +2271,15 @@ export { default as SiPrometheus, defaultColor as SiPrometheusHex } from './icon
|
|
|
2267
2271
|
export { default as SiPronounsdotpage, defaultColor as SiPronounsdotpageHex } from './icons/SiPronounsdotpage';
|
|
2268
2272
|
export { default as SiProsieben, defaultColor as SiProsiebenHex } from './icons/SiProsieben';
|
|
2269
2273
|
export { default as SiProteus, defaultColor as SiProteusHex } from './icons/SiProteus';
|
|
2270
|
-
export { default as SiProtodotio, defaultColor as SiProtodotioHex } from './icons/SiProtodotio';
|
|
2271
2274
|
export { default as SiProtocolsdotio, defaultColor as SiProtocolsdotioHex } from './icons/SiProtocolsdotio';
|
|
2275
|
+
export { default as SiProtodotio, defaultColor as SiProtodotioHex } from './icons/SiProtodotio';
|
|
2272
2276
|
export { default as SiProton, defaultColor as SiProtonHex } from './icons/SiProton';
|
|
2273
2277
|
export { default as SiProtoncalendar, defaultColor as SiProtoncalendarHex } from './icons/SiProtoncalendar';
|
|
2278
|
+
export { default as SiProtondb, defaultColor as SiProtondbHex } from './icons/SiProtondb';
|
|
2274
2279
|
export { default as SiProtondrive, defaultColor as SiProtondriveHex } from './icons/SiProtondrive';
|
|
2275
2280
|
export { default as SiProtonmail, defaultColor as SiProtonmailHex } from './icons/SiProtonmail';
|
|
2276
2281
|
export { default as SiProtonvpn, defaultColor as SiProtonvpnHex } from './icons/SiProtonvpn';
|
|
2277
|
-
export { default as
|
|
2282
|
+
export { default as SiProtools, defaultColor as SiProtoolsHex } from './icons/SiProtools';
|
|
2278
2283
|
export { default as SiProtractor, defaultColor as SiProtractorHex } from './icons/SiProtractor';
|
|
2279
2284
|
export { default as SiProxmox, defaultColor as SiProxmoxHex } from './icons/SiProxmox';
|
|
2280
2285
|
export { default as SiPterodactyl, defaultColor as SiPterodactylHex } from './icons/SiPterodactyl';
|
|
@@ -2347,11 +2352,11 @@ export { default as SiR, defaultColor as SiRHex } from './icons/SiR';
|
|
|
2347
2352
|
export { default as SiR3, defaultColor as SiR3Hex } from './icons/SiR3';
|
|
2348
2353
|
export { default as SiRabbitmq, defaultColor as SiRabbitmqHex } from './icons/SiRabbitmq';
|
|
2349
2354
|
export { default as SiRacket, defaultColor as SiRacketHex } from './icons/SiRacket';
|
|
2350
|
-
export { default as SiRadstudio, defaultColor as SiRadstudioHex } from './icons/SiRadstudio';
|
|
2351
2355
|
export { default as SiRadar, defaultColor as SiRadarHex } from './icons/SiRadar';
|
|
2352
2356
|
export { default as SiRadarr, defaultColor as SiRadarrHex } from './icons/SiRadarr';
|
|
2353
2357
|
export { default as SiRadiofrance, defaultColor as SiRadiofranceHex } from './icons/SiRadiofrance';
|
|
2354
2358
|
export { default as SiRadixui, defaultColor as SiRadixuiHex } from './icons/SiRadixui';
|
|
2359
|
+
export { default as SiRadstudio, defaultColor as SiRadstudioHex } from './icons/SiRadstudio';
|
|
2355
2360
|
export { default as SiRailway, defaultColor as SiRailwayHex } from './icons/SiRailway';
|
|
2356
2361
|
export { default as SiRainmeter, defaultColor as SiRainmeterHex } from './icons/SiRainmeter';
|
|
2357
2362
|
export { default as SiRakuten, defaultColor as SiRakutenHex } from './icons/SiRakuten';
|
|
@@ -2372,26 +2377,26 @@ export { default as SiRclone, defaultColor as SiRcloneHex } from './icons/SiRclo
|
|
|
2372
2377
|
export { default as SiReact, defaultColor as SiReactHex } from './icons/SiReact';
|
|
2373
2378
|
export { default as SiReactbootstrap, defaultColor as SiReactbootstrapHex } from './icons/SiReactbootstrap';
|
|
2374
2379
|
export { default as SiReacthookform, defaultColor as SiReacthookformHex } from './icons/SiReacthookform';
|
|
2375
|
-
export { default as SiReactquery, defaultColor as SiReactqueryHex } from './icons/SiReactquery';
|
|
2376
|
-
export { default as SiReactrouter, defaultColor as SiReactrouterHex } from './icons/SiReactrouter';
|
|
2377
|
-
export { default as SiReacttable, defaultColor as SiReacttableHex } from './icons/SiReacttable';
|
|
2378
2380
|
export { default as SiReactiveresume, defaultColor as SiReactiveresumeHex } from './icons/SiReactiveresume';
|
|
2379
2381
|
export { default as SiReactivex, defaultColor as SiReactivexHex } from './icons/SiReactivex';
|
|
2380
2382
|
export { default as SiReactos, defaultColor as SiReactosHex } from './icons/SiReactos';
|
|
2381
|
-
export { default as
|
|
2383
|
+
export { default as SiReactquery, defaultColor as SiReactqueryHex } from './icons/SiReactquery';
|
|
2384
|
+
export { default as SiReactrouter, defaultColor as SiReactrouterHex } from './icons/SiReactrouter';
|
|
2385
|
+
export { default as SiReacttable, defaultColor as SiReacttableHex } from './icons/SiReacttable';
|
|
2382
2386
|
export { default as SiReaddotcv, defaultColor as SiReaddotcvHex } from './icons/SiReaddotcv';
|
|
2383
2387
|
export { default as SiReadme, defaultColor as SiReadmeHex } from './icons/SiReadme';
|
|
2388
|
+
export { default as SiReadthedocs, defaultColor as SiReadthedocsHex } from './icons/SiReadthedocs';
|
|
2384
2389
|
export { default as SiReason, defaultColor as SiReasonHex } from './icons/SiReason';
|
|
2385
2390
|
export { default as SiReasonstudios, defaultColor as SiReasonstudiosHex } from './icons/SiReasonstudios';
|
|
2386
2391
|
export { default as SiRecoil, defaultColor as SiRecoilHex } from './icons/SiRecoil';
|
|
2387
2392
|
export { default as SiRed, defaultColor as SiRedHex } from './icons/SiRed';
|
|
2393
|
+
export { default as SiRedash, defaultColor as SiRedashHex } from './icons/SiRedash';
|
|
2394
|
+
export { default as SiRedbubble, defaultColor as SiRedbubbleHex } from './icons/SiRedbubble';
|
|
2388
2395
|
export { default as SiRedbull, defaultColor as SiRedbullHex } from './icons/SiRedbull';
|
|
2389
2396
|
export { default as SiRedcandlegames, defaultColor as SiRedcandlegamesHex } from './icons/SiRedcandlegames';
|
|
2397
|
+
export { default as SiReddit, defaultColor as SiRedditHex } from './icons/SiReddit';
|
|
2390
2398
|
export { default as SiRedhat, defaultColor as SiRedhatHex } from './icons/SiRedhat';
|
|
2391
2399
|
export { default as SiRedhatopenshift, defaultColor as SiRedhatopenshiftHex } from './icons/SiRedhatopenshift';
|
|
2392
|
-
export { default as SiRedash, defaultColor as SiRedashHex } from './icons/SiRedash';
|
|
2393
|
-
export { default as SiRedbubble, defaultColor as SiRedbubbleHex } from './icons/SiRedbubble';
|
|
2394
|
-
export { default as SiReddit, defaultColor as SiRedditHex } from './icons/SiReddit';
|
|
2395
2400
|
export { default as SiRedis, defaultColor as SiRedisHex } from './icons/SiRedis';
|
|
2396
2401
|
export { default as SiRedmine, defaultColor as SiRedmineHex } from './icons/SiRedmine';
|
|
2397
2402
|
export { default as SiRedox, defaultColor as SiRedoxHex } from './icons/SiRedox';
|
|
@@ -2409,10 +2414,10 @@ export { default as SiRemark, defaultColor as SiRemarkHex } from './icons/SiRema
|
|
|
2409
2414
|
export { default as SiRemedyentertainment, defaultColor as SiRemedyentertainmentHex } from './icons/SiRemedyentertainment';
|
|
2410
2415
|
export { default as SiRemix, defaultColor as SiRemixHex } from './icons/SiRemix';
|
|
2411
2416
|
export { default as SiRemovedotbg, defaultColor as SiRemovedotbgHex } from './icons/SiRemovedotbg';
|
|
2412
|
-
export { default as SiRenpy, defaultColor as SiRenpyHex } from './icons/SiRenpy';
|
|
2413
2417
|
export { default as SiRenault, defaultColor as SiRenaultHex } from './icons/SiRenault';
|
|
2414
2418
|
export { default as SiRender, defaultColor as SiRenderHex } from './icons/SiRender';
|
|
2415
2419
|
export { default as SiRenovate, defaultColor as SiRenovateHex } from './icons/SiRenovate';
|
|
2420
|
+
export { default as SiRenpy, defaultColor as SiRenpyHex } from './icons/SiRenpy';
|
|
2416
2421
|
export { default as SiRenren, defaultColor as SiRenrenHex } from './icons/SiRenren';
|
|
2417
2422
|
export { default as SiReplicate, defaultColor as SiReplicateHex } from './icons/SiReplicate';
|
|
2418
2423
|
export { default as SiReplit, defaultColor as SiReplitHex } from './icons/SiReplit';
|
|
@@ -2483,10 +2488,10 @@ export { default as SiRtlzwei, defaultColor as SiRtlzweiHex } from './icons/SiRt
|
|
|
2483
2488
|
export { default as SiRtm, defaultColor as SiRtmHex } from './icons/SiRtm';
|
|
2484
2489
|
export { default as SiRubocop, defaultColor as SiRubocopHex } from './icons/SiRubocop';
|
|
2485
2490
|
export { default as SiRuby, defaultColor as SiRubyHex } from './icons/SiRuby';
|
|
2486
|
-
export { default as SiRubyonrails, defaultColor as SiRubyonrailsHex } from './icons/SiRubyonrails';
|
|
2487
|
-
export { default as SiRubysinatra, defaultColor as SiRubysinatraHex } from './icons/SiRubysinatra';
|
|
2488
2491
|
export { default as SiRubygems, defaultColor as SiRubygemsHex } from './icons/SiRubygems';
|
|
2489
2492
|
export { default as SiRubymine, defaultColor as SiRubymineHex } from './icons/SiRubymine';
|
|
2493
|
+
export { default as SiRubyonrails, defaultColor as SiRubyonrailsHex } from './icons/SiRubyonrails';
|
|
2494
|
+
export { default as SiRubysinatra, defaultColor as SiRubysinatraHex } from './icons/SiRubysinatra';
|
|
2490
2495
|
export { default as SiRuff, defaultColor as SiRuffHex } from './icons/SiRuff';
|
|
2491
2496
|
export { default as SiRumahweb, defaultColor as SiRumahwebHex } from './icons/SiRumahweb';
|
|
2492
2497
|
export { default as SiRumble, defaultColor as SiRumbleHex } from './icons/SiRumble';
|
|
@@ -2555,11 +2560,11 @@ export { default as SiSefaria, defaultColor as SiSefariaHex } from './icons/SiSe
|
|
|
2555
2560
|
export { default as SiSega, defaultColor as SiSegaHex } from './icons/SiSega';
|
|
2556
2561
|
export { default as SiSelenium, defaultColor as SiSeleniumHex } from './icons/SiSelenium';
|
|
2557
2562
|
export { default as SiSellfy, defaultColor as SiSellfyHex } from './icons/SiSellfy';
|
|
2563
|
+
export { default as SiSemanticrelease, defaultColor as SiSemanticreleaseHex } from './icons/SiSemanticrelease';
|
|
2558
2564
|
export { default as SiSemanticscholar, defaultColor as SiSemanticscholarHex } from './icons/SiSemanticscholar';
|
|
2559
2565
|
export { default as SiSemanticui, defaultColor as SiSemanticuiHex } from './icons/SiSemanticui';
|
|
2560
2566
|
export { default as SiSemanticuireact, defaultColor as SiSemanticuireactHex } from './icons/SiSemanticuireact';
|
|
2561
2567
|
export { default as SiSemanticweb, defaultColor as SiSemanticwebHex } from './icons/SiSemanticweb';
|
|
2562
|
-
export { default as SiSemanticrelease, defaultColor as SiSemanticreleaseHex } from './icons/SiSemanticrelease';
|
|
2563
2568
|
export { default as SiSemaphoreci, defaultColor as SiSemaphoreciHex } from './icons/SiSemaphoreci';
|
|
2564
2569
|
export { default as SiSemrush, defaultColor as SiSemrushHex } from './icons/SiSemrush';
|
|
2565
2570
|
export { default as SiSemver, defaultColor as SiSemverHex } from './icons/SiSemver';
|
|
@@ -2687,12 +2692,12 @@ export { default as SiSpeakerdeck, defaultColor as SiSpeakerdeckHex } from './ic
|
|
|
2687
2692
|
export { default as SiSpectrum, defaultColor as SiSpectrumHex } from './icons/SiSpectrum';
|
|
2688
2693
|
export { default as SiSpeedtest, defaultColor as SiSpeedtestHex } from './icons/SiSpeedtest';
|
|
2689
2694
|
export { default as SiSpeedypage, defaultColor as SiSpeedypageHex } from './icons/SiSpeedypage';
|
|
2690
|
-
export { default as SiSpoj, defaultColor as SiSpojHex } from './icons/SiSpoj';
|
|
2691
2695
|
export { default as SiSphinx, defaultColor as SiSphinxHex } from './icons/SiSphinx';
|
|
2692
2696
|
export { default as SiSpigotmc, defaultColor as SiSpigotmcHex } from './icons/SiSpigotmc';
|
|
2693
2697
|
export { default as SiSpine, defaultColor as SiSpineHex } from './icons/SiSpine';
|
|
2694
2698
|
export { default as SiSpinnaker, defaultColor as SiSpinnakerHex } from './icons/SiSpinnaker';
|
|
2695
2699
|
export { default as SiSplunk, defaultColor as SiSplunkHex } from './icons/SiSplunk';
|
|
2700
|
+
export { default as SiSpoj, defaultColor as SiSpojHex } from './icons/SiSpoj';
|
|
2696
2701
|
export { default as SiSpond, defaultColor as SiSpondHex } from './icons/SiSpond';
|
|
2697
2702
|
export { default as SiSpotify, defaultColor as SiSpotifyHex } from './icons/SiSpotify';
|
|
2698
2703
|
export { default as SiSpotlight, defaultColor as SiSpotlightHex } from './icons/SiSpotlight';
|
|
@@ -2711,33 +2716,33 @@ export { default as SiSquarespace, defaultColor as SiSquarespaceHex } from './ic
|
|
|
2711
2716
|
export { default as SiSrgssr, defaultColor as SiSrgssrHex } from './icons/SiSrgssr';
|
|
2712
2717
|
export { default as SiSsrn, defaultColor as SiSsrnHex } from './icons/SiSsrn';
|
|
2713
2718
|
export { default as SiSst, defaultColor as SiSstHex } from './icons/SiSst';
|
|
2714
|
-
export { default as SiStackexchange, defaultColor as SiStackexchangeHex } from './icons/SiStackexchange';
|
|
2715
|
-
export { default as SiStackoverflow, defaultColor as SiStackoverflowHex } from './icons/SiStackoverflow';
|
|
2716
2719
|
export { default as SiStackbit, defaultColor as SiStackbitHex } from './icons/SiStackbit';
|
|
2717
2720
|
export { default as SiStackblitz, defaultColor as SiStackblitzHex } from './icons/SiStackblitz';
|
|
2718
2721
|
export { default as SiStackedit, defaultColor as SiStackeditHex } from './icons/SiStackedit';
|
|
2722
|
+
export { default as SiStackexchange, defaultColor as SiStackexchangeHex } from './icons/SiStackexchange';
|
|
2719
2723
|
export { default as SiStackhawk, defaultColor as SiStackhawkHex } from './icons/SiStackhawk';
|
|
2724
|
+
export { default as SiStackoverflow, defaultColor as SiStackoverflowHex } from './icons/SiStackoverflow';
|
|
2720
2725
|
export { default as SiStackshare, defaultColor as SiStackshareHex } from './icons/SiStackshare';
|
|
2721
2726
|
export { default as SiStadia, defaultColor as SiStadiaHex } from './icons/SiStadia';
|
|
2722
2727
|
export { default as SiStaffbase, defaultColor as SiStaffbaseHex } from './icons/SiStaffbase';
|
|
2723
2728
|
export { default as SiStagetimer, defaultColor as SiStagetimerHex } from './icons/SiStagetimer';
|
|
2724
|
-
export { default as SiStandardresume, defaultColor as SiStandardresumeHex } from './icons/SiStandardresume';
|
|
2725
2729
|
export { default as SiStandardjs, defaultColor as SiStandardjsHex } from './icons/SiStandardjs';
|
|
2726
|
-
export { default as
|
|
2730
|
+
export { default as SiStandardresume, defaultColor as SiStandardresumeHex } from './icons/SiStandardresume';
|
|
2727
2731
|
export { default as SiStarbucks, defaultColor as SiStarbucksHex } from './icons/SiStarbucks';
|
|
2728
2732
|
export { default as SiStardock, defaultColor as SiStardockHex } from './icons/SiStardock';
|
|
2729
2733
|
export { default as SiStarlingbank, defaultColor as SiStarlingbankHex } from './icons/SiStarlingbank';
|
|
2730
2734
|
export { default as SiStarship, defaultColor as SiStarshipHex } from './icons/SiStarship';
|
|
2731
2735
|
export { default as SiStartdotgg, defaultColor as SiStartdotggHex } from './icons/SiStartdotgg';
|
|
2732
2736
|
export { default as SiStartpage, defaultColor as SiStartpageHex } from './icons/SiStartpage';
|
|
2737
|
+
export { default as SiStartrek, defaultColor as SiStartrekHex } from './icons/SiStartrek';
|
|
2733
2738
|
export { default as SiStarz, defaultColor as SiStarzHex } from './icons/SiStarz';
|
|
2734
2739
|
export { default as SiStatamic, defaultColor as SiStatamicHex } from './icons/SiStatamic';
|
|
2735
2740
|
export { default as SiStatista, defaultColor as SiStatistaHex } from './icons/SiStatista';
|
|
2736
2741
|
export { default as SiStatuspage, defaultColor as SiStatuspageHex } from './icons/SiStatuspage';
|
|
2737
2742
|
export { default as SiStatuspal, defaultColor as SiStatuspalHex } from './icons/SiStatuspal';
|
|
2738
2743
|
export { default as SiSteam, defaultColor as SiSteamHex } from './icons/SiSteam';
|
|
2739
|
-
export { default as SiSteamdeck, defaultColor as SiSteamdeckHex } from './icons/SiSteamdeck';
|
|
2740
2744
|
export { default as SiSteamdb, defaultColor as SiSteamdbHex } from './icons/SiSteamdb';
|
|
2745
|
+
export { default as SiSteamdeck, defaultColor as SiSteamdeckHex } from './icons/SiSteamdeck';
|
|
2741
2746
|
export { default as SiSteamworks, defaultColor as SiSteamworksHex } from './icons/SiSteamworks';
|
|
2742
2747
|
export { default as SiSteelseries, defaultColor as SiSteelseriesHex } from './icons/SiSteelseries';
|
|
2743
2748
|
export { default as SiSteem, defaultColor as SiSteemHex } from './icons/SiSteem';
|
|
@@ -2778,9 +2783,9 @@ export { default as SiSumologic, defaultColor as SiSumologicHex } from './icons/
|
|
|
2778
2783
|
export { default as SiSuno, defaultColor as SiSunoHex } from './icons/SiSuno';
|
|
2779
2784
|
export { default as SiSunrise, defaultColor as SiSunriseHex } from './icons/SiSunrise';
|
|
2780
2785
|
export { default as SiSupabase, defaultColor as SiSupabaseHex } from './icons/SiSupabase';
|
|
2781
|
-
export { default as SiSuperuser, defaultColor as SiSuperuserHex } from './icons/SiSuperuser';
|
|
2782
2786
|
export { default as SiSupercrease, defaultColor as SiSupercreaseHex } from './icons/SiSupercrease';
|
|
2783
2787
|
export { default as SiSupermicro, defaultColor as SiSupermicroHex } from './icons/SiSupermicro';
|
|
2788
|
+
export { default as SiSuperuser, defaultColor as SiSuperuserHex } from './icons/SiSuperuser';
|
|
2784
2789
|
export { default as SiSurfshark, defaultColor as SiSurfsharkHex } from './icons/SiSurfshark';
|
|
2785
2790
|
export { default as SiSurrealdb, defaultColor as SiSurrealdbHex } from './icons/SiSurrealdb';
|
|
2786
2791
|
export { default as SiSurveymonkey, defaultColor as SiSurveymonkeyHex } from './icons/SiSurveymonkey';
|
|
@@ -2831,9 +2836,9 @@ export { default as SiTarom, defaultColor as SiTaromHex } from './icons/SiTarom'
|
|
|
2831
2836
|
export { default as SiTask, defaultColor as SiTaskHex } from './icons/SiTask';
|
|
2832
2837
|
export { default as SiTasmota, defaultColor as SiTasmotaHex } from './icons/SiTasmota';
|
|
2833
2838
|
export { default as SiTata, defaultColor as SiTataHex } from './icons/SiTata';
|
|
2834
|
-
export { default as SiTcs, defaultColor as SiTcsHex } from './icons/SiTcs';
|
|
2835
2839
|
export { default as SiTauri, defaultColor as SiTauriHex } from './icons/SiTauri';
|
|
2836
2840
|
export { default as SiTaxbuzz, defaultColor as SiTaxbuzzHex } from './icons/SiTaxbuzz';
|
|
2841
|
+
export { default as SiTcs, defaultColor as SiTcsHex } from './icons/SiTcs';
|
|
2837
2842
|
export { default as SiTeal, defaultColor as SiTealHex } from './icons/SiTeal';
|
|
2838
2843
|
export { default as SiTeamcity, defaultColor as SiTeamcityHex } from './icons/SiTeamcity';
|
|
2839
2844
|
export { default as SiTeamspeak, defaultColor as SiTeamspeakHex } from './icons/SiTeamspeak';
|
|
@@ -2844,11 +2849,11 @@ export { default as SiTeepublic, defaultColor as SiTeepublicHex } from './icons/
|
|
|
2844
2849
|
export { default as SiTeespring, defaultColor as SiTeespringHex } from './icons/SiTeespring';
|
|
2845
2850
|
export { default as SiTekton, defaultColor as SiTektonHex } from './icons/SiTekton';
|
|
2846
2851
|
export { default as SiTele5, defaultColor as SiTele5Hex } from './icons/SiTele5';
|
|
2847
|
-
export { default as SiTelequebec, defaultColor as SiTelequebecHex } from './icons/SiTelequebec';
|
|
2848
2852
|
export { default as SiTelefonica, defaultColor as SiTelefonicaHex } from './icons/SiTelefonica';
|
|
2849
2853
|
export { default as SiTelegram, defaultColor as SiTelegramHex } from './icons/SiTelegram';
|
|
2850
2854
|
export { default as SiTelegraph, defaultColor as SiTelegraphHex } from './icons/SiTelegraph';
|
|
2851
2855
|
export { default as SiTelenor, defaultColor as SiTelenorHex } from './icons/SiTelenor';
|
|
2856
|
+
export { default as SiTelequebec, defaultColor as SiTelequebecHex } from './icons/SiTelequebec';
|
|
2852
2857
|
export { default as SiTemporal, defaultColor as SiTemporalHex } from './icons/SiTemporal';
|
|
2853
2858
|
export { default as SiTensorflow, defaultColor as SiTensorflowHex } from './icons/SiTensorflow';
|
|
2854
2859
|
export { default as SiTeradata, defaultColor as SiTeradataHex } from './icons/SiTeradata';
|
|
@@ -2925,12 +2930,12 @@ export { default as SiToml, defaultColor as SiTomlHex } from './icons/SiToml';
|
|
|
2925
2930
|
export { default as SiTomorrowland, defaultColor as SiTomorrowlandHex } from './icons/SiTomorrowland';
|
|
2926
2931
|
export { default as SiTomtom, defaultColor as SiTomtomHex } from './icons/SiTomtom';
|
|
2927
2932
|
export { default as SiTon, defaultColor as SiTonHex } from './icons/SiTon';
|
|
2928
|
-
export { default as SiTopdotgg, defaultColor as SiTopdotggHex } from './icons/SiTopdotgg';
|
|
2929
2933
|
export { default as SiTopcoder, defaultColor as SiTopcoderHex } from './icons/SiTopcoder';
|
|
2934
|
+
export { default as SiTopdotgg, defaultColor as SiTopdotggHex } from './icons/SiTopdotgg';
|
|
2930
2935
|
export { default as SiToptal, defaultColor as SiToptalHex } from './icons/SiToptal';
|
|
2931
2936
|
export { default as SiTorbrowser, defaultColor as SiTorbrowserHex } from './icons/SiTorbrowser';
|
|
2932
|
-
export { default as SiTorproject, defaultColor as SiTorprojectHex } from './icons/SiTorproject';
|
|
2933
2937
|
export { default as SiTorizon, defaultColor as SiTorizonHex } from './icons/SiTorizon';
|
|
2938
|
+
export { default as SiTorproject, defaultColor as SiTorprojectHex } from './icons/SiTorproject';
|
|
2934
2939
|
export { default as SiToshiba, defaultColor as SiToshibaHex } from './icons/SiToshiba';
|
|
2935
2940
|
export { default as SiTotvs, defaultColor as SiTotvsHex } from './icons/SiTotvs';
|
|
2936
2941
|
export { default as SiTourbox, defaultColor as SiTourboxHex } from './icons/SiTourbox';
|
|
@@ -2961,8 +2966,8 @@ export { default as SiTriller, defaultColor as SiTrillerHex } from './icons/SiTr
|
|
|
2961
2966
|
export { default as SiTrillertv, defaultColor as SiTrillertvHex } from './icons/SiTrillertv';
|
|
2962
2967
|
export { default as SiTrimble, defaultColor as SiTrimbleHex } from './icons/SiTrimble';
|
|
2963
2968
|
export { default as SiTrino, defaultColor as SiTrinoHex } from './icons/SiTrino';
|
|
2964
|
-
export { default as SiTripdotcom, defaultColor as SiTripdotcomHex } from './icons/SiTripdotcom';
|
|
2965
2969
|
export { default as SiTripadvisor, defaultColor as SiTripadvisorHex } from './icons/SiTripadvisor';
|
|
2970
|
+
export { default as SiTripdotcom, defaultColor as SiTripdotcomHex } from './icons/SiTripdotcom';
|
|
2966
2971
|
export { default as SiTrivago, defaultColor as SiTrivagoHex } from './icons/SiTrivago';
|
|
2967
2972
|
export { default as SiTrivy, defaultColor as SiTrivyHex } from './icons/SiTrivy';
|
|
2968
2973
|
export { default as SiTrove, defaultColor as SiTroveHex } from './icons/SiTrove';
|
|
@@ -2972,8 +2977,8 @@ export { default as SiTrueup, defaultColor as SiTrueupHex } from './icons/SiTrue
|
|
|
2972
2977
|
export { default as SiTrulia, defaultColor as SiTruliaHex } from './icons/SiTrulia';
|
|
2973
2978
|
export { default as SiTrustedshops, defaultColor as SiTrustedshopsHex } from './icons/SiTrustedshops';
|
|
2974
2979
|
export { default as SiTrustpilot, defaultColor as SiTrustpilotHex } from './icons/SiTrustpilot';
|
|
2975
|
-
export { default as SiTryitonline, defaultColor as SiTryitonlineHex } from './icons/SiTryitonline';
|
|
2976
2980
|
export { default as SiTryhackme, defaultColor as SiTryhackmeHex } from './icons/SiTryhackme';
|
|
2981
|
+
export { default as SiTryitonline, defaultColor as SiTryitonlineHex } from './icons/SiTryitonline';
|
|
2977
2982
|
export { default as SiTsnode, defaultColor as SiTsnodeHex } from './icons/SiTsnode';
|
|
2978
2983
|
export { default as SiTubi, defaultColor as SiTubiHex } from './icons/SiTubi';
|
|
2979
2984
|
export { default as SiTui, defaultColor as SiTuiHex } from './icons/SiTui';
|
|
@@ -2986,8 +2991,8 @@ export { default as SiTurkishairlines, defaultColor as SiTurkishairlinesHex } fr
|
|
|
2986
2991
|
export { default as SiTurso, defaultColor as SiTursoHex } from './icons/SiTurso';
|
|
2987
2992
|
export { default as SiTuta, defaultColor as SiTutaHex } from './icons/SiTuta';
|
|
2988
2993
|
export { default as SiTuxedocomputers, defaultColor as SiTuxedocomputersHex } from './icons/SiTuxedocomputers';
|
|
2989
|
-
export { default as SiTvtime, defaultColor as SiTvtimeHex } from './icons/SiTvtime';
|
|
2990
2994
|
export { default as SiTv4play, defaultColor as SiTv4playHex } from './icons/SiTv4play';
|
|
2995
|
+
export { default as SiTvtime, defaultColor as SiTvtimeHex } from './icons/SiTvtime';
|
|
2991
2996
|
export { default as SiTwenty, defaultColor as SiTwentyHex } from './icons/SiTwenty';
|
|
2992
2997
|
export { default as SiTwilio, defaultColor as SiTwilioHex } from './icons/SiTwilio';
|
|
2993
2998
|
export { default as SiTwinkly, defaultColor as SiTwinklyHex } from './icons/SiTwinkly';
|
|
@@ -2999,7 +3004,6 @@ export { default as SiTyper, defaultColor as SiTyperHex } from './icons/SiTyper'
|
|
|
2999
3004
|
export { default as SiTypescript, defaultColor as SiTypescriptHex } from './icons/SiTypescript';
|
|
3000
3005
|
export { default as SiTypo3, defaultColor as SiTypo3Hex } from './icons/SiTypo3';
|
|
3001
3006
|
export { default as SiTypst, defaultColor as SiTypstHex } from './icons/SiTypst';
|
|
3002
|
-
export { default as SiUdotsdotnews, defaultColor as SiUdotsdotnewsHex } from './icons/SiUdotsdotnews';
|
|
3003
3007
|
export { default as SiUber, defaultColor as SiUberHex } from './icons/SiUber';
|
|
3004
3008
|
export { default as SiUbereats, defaultColor as SiUbereatsHex } from './icons/SiUbereats';
|
|
3005
3009
|
export { default as SiUbiquiti, defaultColor as SiUbiquitiHex } from './icons/SiUbiquiti';
|
|
@@ -3009,6 +3013,7 @@ export { default as SiUbuntu, defaultColor as SiUbuntuHex } from './icons/SiUbun
|
|
|
3009
3013
|
export { default as SiUbuntumate, defaultColor as SiUbuntumateHex } from './icons/SiUbuntumate';
|
|
3010
3014
|
export { default as SiUdacity, defaultColor as SiUdacityHex } from './icons/SiUdacity';
|
|
3011
3015
|
export { default as SiUdemy, defaultColor as SiUdemyHex } from './icons/SiUdemy';
|
|
3016
|
+
export { default as SiUdotsdotnews, defaultColor as SiUdotsdotnewsHex } from './icons/SiUdotsdotnews';
|
|
3012
3017
|
export { default as SiUfc, defaultColor as SiUfcHex } from './icons/SiUfc';
|
|
3013
3018
|
export { default as SiUikit, defaultColor as SiUikitHex } from './icons/SiUikit';
|
|
3014
3019
|
export { default as SiUipath, defaultColor as SiUipathHex } from './icons/SiUipath';
|
|
@@ -3091,6 +3096,7 @@ export { default as SiViber, defaultColor as SiViberHex } from './icons/SiViber'
|
|
|
3091
3096
|
export { default as SiViblo, defaultColor as SiVibloHex } from './icons/SiViblo';
|
|
3092
3097
|
export { default as SiVictoriametrics, defaultColor as SiVictoriametricsHex } from './icons/SiVictoriametrics';
|
|
3093
3098
|
export { default as SiVictronenergy, defaultColor as SiVictronenergyHex } from './icons/SiVictronenergy';
|
|
3099
|
+
export { default as SiVikunja, defaultColor as SiVikunjaHex } from './icons/SiVikunja';
|
|
3094
3100
|
export { default as SiVim, defaultColor as SiVimHex } from './icons/SiVim';
|
|
3095
3101
|
export { default as SiVimeo, defaultColor as SiVimeoHex } from './icons/SiVimeo';
|
|
3096
3102
|
export { default as SiVimeolivestream, defaultColor as SiVimeolivestreamHex } from './icons/SiVimeolivestream';
|
|
@@ -3106,8 +3112,8 @@ export { default as SiVite, defaultColor as SiViteHex } from './icons/SiVite';
|
|
|
3106
3112
|
export { default as SiVitepress, defaultColor as SiVitepressHex } from './icons/SiVitepress';
|
|
3107
3113
|
export { default as SiVitess, defaultColor as SiVitessHex } from './icons/SiVitess';
|
|
3108
3114
|
export { default as SiVitest, defaultColor as SiVitestHex } from './icons/SiVitest';
|
|
3109
|
-
export { default as SiVivawallet, defaultColor as SiVivawalletHex } from './icons/SiVivawallet';
|
|
3110
3115
|
export { default as SiVivaldi, defaultColor as SiVivaldiHex } from './icons/SiVivaldi';
|
|
3116
|
+
export { default as SiVivawallet, defaultColor as SiVivawalletHex } from './icons/SiVivawallet';
|
|
3111
3117
|
export { default as SiVivino, defaultColor as SiVivinoHex } from './icons/SiVivino';
|
|
3112
3118
|
export { default as SiVivint, defaultColor as SiVivintHex } from './icons/SiVivint';
|
|
3113
3119
|
export { default as SiVivo, defaultColor as SiVivoHex } from './icons/SiVivo';
|
|
@@ -3157,11 +3163,11 @@ export { default as SiWaze, defaultColor as SiWazeHex } from './icons/SiWaze';
|
|
|
3157
3163
|
export { default as SiWazirx, defaultColor as SiWazirxHex } from './icons/SiWazirx';
|
|
3158
3164
|
export { default as SiWearos, defaultColor as SiWearosHex } from './icons/SiWearos';
|
|
3159
3165
|
export { default as SiWeasyl, defaultColor as SiWeasylHex } from './icons/SiWeasyl';
|
|
3160
|
-
export { default as SiWebdotde, defaultColor as SiWebdotdeHex } from './icons/SiWebdotde';
|
|
3161
3166
|
export { default as SiWeb3dotjs, defaultColor as SiWeb3dotjsHex } from './icons/SiWeb3dotjs';
|
|
3162
3167
|
export { default as SiWebassembly, defaultColor as SiWebassemblyHex } from './icons/SiWebassembly';
|
|
3163
3168
|
export { default as SiWebauthn, defaultColor as SiWebauthnHex } from './icons/SiWebauthn';
|
|
3164
3169
|
export { default as SiWebcomponentsdotorg, defaultColor as SiWebcomponentsdotorgHex } from './icons/SiWebcomponentsdotorg';
|
|
3170
|
+
export { default as SiWebdotde, defaultColor as SiWebdotdeHex } from './icons/SiWebdotde';
|
|
3165
3171
|
export { default as SiWebdriverio, defaultColor as SiWebdriverioHex } from './icons/SiWebdriverio';
|
|
3166
3172
|
export { default as SiWebex, defaultColor as SiWebexHex } from './icons/SiWebex';
|
|
3167
3173
|
export { default as SiWebflow, defaultColor as SiWebflowHex } from './icons/SiWebflow';
|
|
@@ -3190,10 +3196,10 @@ export { default as SiWgpu, defaultColor as SiWgpuHex } from './icons/SiWgpu';
|
|
|
3190
3196
|
export { default as SiWhat3words, defaultColor as SiWhat3wordsHex } from './icons/SiWhat3words';
|
|
3191
3197
|
export { default as SiWhatsapp, defaultColor as SiWhatsappHex } from './icons/SiWhatsapp';
|
|
3192
3198
|
export { default as SiWheniwork, defaultColor as SiWheniworkHex } from './icons/SiWheniwork';
|
|
3193
|
-
export { default as SiWikidotgg, defaultColor as SiWikidotggHex } from './icons/SiWikidotgg';
|
|
3194
|
-
export { default as SiWikidotjs, defaultColor as SiWikidotjsHex } from './icons/SiWikidotjs';
|
|
3195
3199
|
export { default as SiWikibooks, defaultColor as SiWikibooksHex } from './icons/SiWikibooks';
|
|
3196
3200
|
export { default as SiWikidata, defaultColor as SiWikidataHex } from './icons/SiWikidata';
|
|
3201
|
+
export { default as SiWikidotgg, defaultColor as SiWikidotggHex } from './icons/SiWikidotgg';
|
|
3202
|
+
export { default as SiWikidotjs, defaultColor as SiWikidotjsHex } from './icons/SiWikidotjs';
|
|
3197
3203
|
export { default as SiWikimediacommons, defaultColor as SiWikimediacommonsHex } from './icons/SiWikimediacommons';
|
|
3198
3204
|
export { default as SiWikimediafoundation, defaultColor as SiWikimediafoundationHex } from './icons/SiWikimediafoundation';
|
|
3199
3205
|
export { default as SiWikipedia, defaultColor as SiWikipediaHex } from './icons/SiWikipedia';
|
|
@@ -3224,8 +3230,8 @@ export { default as SiWordpress, defaultColor as SiWordpressHex } from './icons/
|
|
|
3224
3230
|
export { default as SiWorkplace, defaultColor as SiWorkplaceHex } from './icons/SiWorkplace';
|
|
3225
3231
|
export { default as SiWorldhealthorganization, defaultColor as SiWorldhealthorganizationHex } from './icons/SiWorldhealthorganization';
|
|
3226
3232
|
export { default as SiWpengine, defaultColor as SiWpengineHex } from './icons/SiWpengine';
|
|
3227
|
-
export { default as SiWprocket, defaultColor as SiWprocketHex } from './icons/SiWprocket';
|
|
3228
3233
|
export { default as SiWpexplorer, defaultColor as SiWpexplorerHex } from './icons/SiWpexplorer';
|
|
3234
|
+
export { default as SiWprocket, defaultColor as SiWprocketHex } from './icons/SiWprocket';
|
|
3229
3235
|
export { default as SiWritedotas, defaultColor as SiWritedotasHex } from './icons/SiWritedotas';
|
|
3230
3236
|
export { default as SiWwe, defaultColor as SiWweHex } from './icons/SiWwe';
|
|
3231
3237
|
export { default as SiWwise, defaultColor as SiWwiseHex } from './icons/SiWwise';
|
|
@@ -3233,10 +3239,10 @@ export { default as SiWxt, defaultColor as SiWxtHex } from './icons/SiWxt';
|
|
|
3233
3239
|
export { default as SiWykop, defaultColor as SiWykopHex } from './icons/SiWykop';
|
|
3234
3240
|
export { default as SiWyze, defaultColor as SiWyzeHex } from './icons/SiWyze';
|
|
3235
3241
|
export { default as SiX, defaultColor as SiXHex } from './icons/SiX';
|
|
3236
|
-
export { default as SiXdotorg, defaultColor as SiXdotorgHex } from './icons/SiXdotorg';
|
|
3237
3242
|
export { default as SiXampp, defaultColor as SiXamppHex } from './icons/SiXampp';
|
|
3238
3243
|
export { default as SiXcode, defaultColor as SiXcodeHex } from './icons/SiXcode';
|
|
3239
3244
|
export { default as SiXdadevelopers, defaultColor as SiXdadevelopersHex } from './icons/SiXdadevelopers';
|
|
3245
|
+
export { default as SiXdotorg, defaultColor as SiXdotorgHex } from './icons/SiXdotorg';
|
|
3240
3246
|
export { default as SiXendit, defaultColor as SiXenditHex } from './icons/SiXendit';
|
|
3241
3247
|
export { default as SiXero, defaultColor as SiXeroHex } from './icons/SiXero';
|
|
3242
3248
|
export { default as SiXfce, defaultColor as SiXfceHex } from './icons/SiXfce';
|
|
@@ -3251,7 +3257,7 @@ export { default as SiXsplit, defaultColor as SiXsplitHex } from './icons/SiXspl
|
|
|
3251
3257
|
export { default as SiXstate, defaultColor as SiXstateHex } from './icons/SiXstate';
|
|
3252
3258
|
export { default as SiXubuntu, defaultColor as SiXubuntuHex } from './icons/SiXubuntu';
|
|
3253
3259
|
export { default as SiXyflow, defaultColor as SiXyflowHex } from './icons/SiXyflow';
|
|
3254
|
-
export { default as
|
|
3260
|
+
export { default as SiYaak, defaultColor as SiYaakHex } from './icons/SiYaak';
|
|
3255
3261
|
export { default as SiYabai, defaultColor as SiYabaiHex } from './icons/SiYabai';
|
|
3256
3262
|
export { default as SiYale, defaultColor as SiYaleHex } from './icons/SiYale';
|
|
3257
3263
|
export { default as SiYamahacorporation, defaultColor as SiYamahacorporationHex } from './icons/SiYamahacorporation';
|
|
@@ -3259,6 +3265,7 @@ export { default as SiYamahamotorcorporation, defaultColor as SiYamahamotorcorpo
|
|
|
3259
3265
|
export { default as SiYaml, defaultColor as SiYamlHex } from './icons/SiYaml';
|
|
3260
3266
|
export { default as SiYandexcloud, defaultColor as SiYandexcloudHex } from './icons/SiYandexcloud';
|
|
3261
3267
|
export { default as SiYarn, defaultColor as SiYarnHex } from './icons/SiYarn';
|
|
3268
|
+
export { default as SiYcombinator, defaultColor as SiYcombinatorHex } from './icons/SiYcombinator';
|
|
3262
3269
|
export { default as SiYelp, defaultColor as SiYelpHex } from './icons/SiYelp';
|
|
3263
3270
|
export { default as SiYeti, defaultColor as SiYetiHex } from './icons/SiYeti';
|
|
3264
3271
|
export { default as SiYii, defaultColor as SiYiiHex } from './icons/SiYii';
|