@icons-pack/react-simple-icons 12.8.0 → 12.9.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/SiActigraph.cjs +2 -2
- package/icons/SiActigraph.d.ts +1 -1
- package/icons/SiActigraph.mjs +2 -2
- package/icons/SiAntennapod.cjs +51 -0
- package/icons/SiAntennapod.d.ts +4 -0
- package/icons/SiAntennapod.mjs +27 -0
- package/icons/SiBackstageCasting.cjs +51 -0
- package/icons/SiBackstageCasting.d.ts +4 -0
- package/icons/SiBackstageCasting.mjs +27 -0
- package/icons/SiBrandfetch.cjs +51 -0
- package/icons/SiBrandfetch.d.ts +4 -0
- package/icons/SiBrandfetch.mjs +27 -0
- package/icons/SiCrunchyroll.cjs +2 -2
- package/icons/SiCrunchyroll.d.ts +1 -1
- package/icons/SiCrunchyroll.mjs +2 -2
- package/icons/SiDmm.cjs +51 -0
- package/icons/SiDmm.d.ts +4 -0
- package/icons/SiDmm.mjs +27 -0
- package/icons/SiEverydotorg.cjs +51 -0
- package/icons/SiEverydotorg.d.ts +4 -0
- package/icons/SiEverydotorg.mjs +27 -0
- package/icons/SiFormbricks.cjs +51 -0
- package/icons/SiFormbricks.d.ts +4 -0
- package/icons/SiFormbricks.mjs +27 -0
- package/icons/SiFreetube.cjs +51 -0
- package/icons/SiFreetube.d.ts +4 -0
- package/icons/SiFreetube.mjs +27 -0
- package/icons/SiFrigate.cjs +51 -0
- package/icons/SiFrigate.d.ts +4 -0
- package/icons/SiFrigate.mjs +27 -0
- package/icons/SiGimp.cjs +2 -2
- package/icons/SiGimp.d.ts +1 -1
- package/icons/SiGimp.mjs +2 -2
- package/icons/SiGooglelens.cjs +1 -1
- package/icons/SiGooglelens.mjs +1 -1
- package/icons/SiGoogletv.cjs +51 -0
- package/icons/SiGoogletv.d.ts +4 -0
- package/icons/SiGoogletv.mjs +27 -0
- package/icons/SiGsma.cjs +51 -0
- package/icons/SiGsma.d.ts +4 -0
- package/icons/SiGsma.mjs +27 -0
- package/icons/SiHaveibeenpwned.cjs +2 -2
- package/icons/SiHaveibeenpwned.d.ts +1 -1
- package/icons/SiHaveibeenpwned.mjs +2 -2
- package/icons/SiHbomax.cjs +51 -0
- package/icons/SiHbomax.d.ts +4 -0
- package/icons/SiHbomax.mjs +27 -0
- package/icons/SiJdoodle.cjs +51 -0
- package/icons/SiJdoodle.d.ts +4 -0
- package/icons/SiJdoodle.mjs +27 -0
- package/icons/SiKdeneon.cjs +51 -0
- package/icons/SiKdeneon.d.ts +4 -0
- package/icons/SiKdeneon.mjs +27 -0
- package/icons/SiNetim.cjs +51 -0
- package/icons/SiNetim.d.ts +4 -0
- package/icons/SiNetim.mjs +27 -0
- package/icons/SiNewpipe.cjs +51 -0
- package/icons/SiNewpipe.d.ts +4 -0
- package/icons/SiNewpipe.mjs +27 -0
- package/icons/SiNhost.cjs +51 -0
- package/icons/SiNhost.d.ts +4 -0
- package/icons/SiNhost.mjs +27 -0
- package/icons/SiNotebooklm.cjs +51 -0
- package/icons/SiNotebooklm.d.ts +4 -0
- package/icons/SiNotebooklm.mjs +27 -0
- package/icons/SiOpencritic.cjs +51 -0
- package/icons/SiOpencritic.d.ts +4 -0
- package/icons/SiOpencritic.mjs +27 -0
- package/icons/SiPremid.cjs +51 -0
- package/icons/SiPremid.d.ts +4 -0
- package/icons/SiPremid.mjs +27 -0
- package/icons/SiRadiofrance.cjs +51 -0
- package/icons/SiRadiofrance.d.ts +4 -0
- package/icons/SiRadiofrance.mjs +27 -0
- package/icons/SiSimplelocalize.cjs +51 -0
- package/icons/SiSimplelocalize.d.ts +4 -0
- package/icons/SiSimplelocalize.mjs +27 -0
- package/icons/SiSwisscows.cjs +51 -0
- package/icons/SiSwisscows.d.ts +4 -0
- package/icons/SiSwisscows.mjs +27 -0
- package/icons/SiTidal.cjs +1 -1
- package/icons/SiTidal.mjs +1 -1
- package/icons/SiWindsurf.cjs +51 -0
- package/icons/SiWindsurf.d.ts +4 -0
- package/icons/SiWindsurf.mjs +27 -0
- package/index.cjs +69 -0
- package/index.d.ts +23 -0
- package/index.mjs +23 -0
- package/package.json +2 -2
- package/src/icons/SiActigraph.tsx +2 -2
- package/src/icons/SiAntennapod.tsx +45 -0
- package/src/icons/SiBackstageCasting.tsx +45 -0
- package/src/icons/SiBrandfetch.tsx +45 -0
- package/src/icons/SiCrunchyroll.tsx +2 -2
- package/src/icons/SiDmm.tsx +45 -0
- package/src/icons/SiEverydotorg.tsx +45 -0
- package/src/icons/SiFormbricks.tsx +45 -0
- package/src/icons/SiFreetube.tsx +45 -0
- package/src/icons/SiFrigate.tsx +45 -0
- package/src/icons/SiGimp.tsx +2 -2
- package/src/icons/SiGooglelens.tsx +1 -1
- package/src/icons/SiGoogletv.tsx +45 -0
- package/src/icons/SiGsma.tsx +45 -0
- package/src/icons/SiHaveibeenpwned.tsx +2 -2
- package/src/icons/SiHbomax.tsx +45 -0
- package/src/icons/SiJdoodle.tsx +45 -0
- package/src/icons/SiKdeneon.tsx +45 -0
- package/src/icons/SiNetim.tsx +45 -0
- package/src/icons/SiNewpipe.tsx +45 -0
- package/src/icons/SiNhost.tsx +45 -0
- package/src/icons/SiNotebooklm.tsx +45 -0
- package/src/icons/SiOpencritic.tsx +45 -0
- package/src/icons/SiPremid.tsx +45 -0
- package/src/icons/SiRadiofrance.tsx +45 -0
- package/src/icons/SiSimplelocalize.tsx +45 -0
- package/src/icons/SiSwisscows.tsx +45 -0
- package/src/icons/SiTidal.tsx +1 -1
- package/src/icons/SiWindsurf.tsx +45 -0
package/index.mjs
CHANGED
|
@@ -168,6 +168,7 @@ export { default as SiAnsys, defaultColor as SiAnsysHex } from './icons/SiAnsys.
|
|
|
168
168
|
export { default as SiAntdesign, defaultColor as SiAntdesignHex } from './icons/SiAntdesign.mjs';
|
|
169
169
|
export { default as SiAnta, defaultColor as SiAntaHex } from './icons/SiAnta.mjs';
|
|
170
170
|
export { default as SiAntena3, defaultColor as SiAntena3Hex } from './icons/SiAntena3.mjs';
|
|
171
|
+
export { default as SiAntennapod, defaultColor as SiAntennapodHex } from './icons/SiAntennapod.mjs';
|
|
171
172
|
export { default as SiAnthropic, defaultColor as SiAnthropicHex } from './icons/SiAnthropic.mjs';
|
|
172
173
|
export { default as SiAntv, defaultColor as SiAntvHex } from './icons/SiAntv.mjs';
|
|
173
174
|
export { default as SiAnycubic, defaultColor as SiAnycubicHex } from './icons/SiAnycubic.mjs';
|
|
@@ -312,6 +313,7 @@ export { default as SiBackbone, defaultColor as SiBackboneHex } from './icons/Si
|
|
|
312
313
|
export { default as SiBackbonedotjs, defaultColor as SiBackbonedotjsHex } from './icons/SiBackbonedotjs.mjs';
|
|
313
314
|
export { default as SiBackendless, defaultColor as SiBackendlessHex } from './icons/SiBackendless.mjs';
|
|
314
315
|
export { default as SiBackstage, defaultColor as SiBackstageHex } from './icons/SiBackstage.mjs';
|
|
316
|
+
export { default as SiBackstageCasting, defaultColor as SiBackstageCastingHex } from './icons/SiBackstageCasting.mjs';
|
|
315
317
|
export { default as SiBadoo, defaultColor as SiBadooHex } from './icons/SiBadoo.mjs';
|
|
316
318
|
export { default as SiBaidu, defaultColor as SiBaiduHex } from './icons/SiBaidu.mjs';
|
|
317
319
|
export { default as SiBakalari, defaultColor as SiBakalariHex } from './icons/SiBakalari.mjs';
|
|
@@ -411,6 +413,7 @@ export { default as SiBower, defaultColor as SiBowerHex } from './icons/SiBower.
|
|
|
411
413
|
export { default as SiBox, defaultColor as SiBoxHex } from './icons/SiBox.mjs';
|
|
412
414
|
export { default as SiBoxysvg, defaultColor as SiBoxysvgHex } from './icons/SiBoxysvg.mjs';
|
|
413
415
|
export { default as SiBraintree, defaultColor as SiBraintreeHex } from './icons/SiBraintree.mjs';
|
|
416
|
+
export { default as SiBrandfetch, defaultColor as SiBrandfetchHex } from './icons/SiBrandfetch.mjs';
|
|
414
417
|
export { default as SiBrandfolder, defaultColor as SiBrandfolderHex } from './icons/SiBrandfolder.mjs';
|
|
415
418
|
export { default as SiBrave, defaultColor as SiBraveHex } from './icons/SiBrave.mjs';
|
|
416
419
|
export { default as SiBreaker, defaultColor as SiBreakerHex } from './icons/SiBreaker.mjs';
|
|
@@ -780,6 +783,7 @@ export { default as SiDji, defaultColor as SiDjiHex } from './icons/SiDji.mjs';
|
|
|
780
783
|
export { default as SiDlib, defaultColor as SiDlibHex } from './icons/SiDlib.mjs';
|
|
781
784
|
export { default as SiDlna, defaultColor as SiDlnaHex } from './icons/SiDlna.mjs';
|
|
782
785
|
export { default as SiDm, defaultColor as SiDmHex } from './icons/SiDm.mjs';
|
|
786
|
+
export { default as SiDmm, defaultColor as SiDmmHex } from './icons/SiDmm.mjs';
|
|
783
787
|
export { default as SiDocker, defaultColor as SiDockerHex } from './icons/SiDocker.mjs';
|
|
784
788
|
export { default as SiDocsdotrs, defaultColor as SiDocsdotrsHex } from './icons/SiDocsdotrs.mjs';
|
|
785
789
|
export { default as SiDocsify, defaultColor as SiDocsifyHex } from './icons/SiDocsify.mjs';
|
|
@@ -904,6 +908,7 @@ export { default as SiEuropeanunion, defaultColor as SiEuropeanunionHex } from '
|
|
|
904
908
|
export { default as SiEventstore, defaultColor as SiEventstoreHex } from './icons/SiEventstore.mjs';
|
|
905
909
|
export { default as SiEventbrite, defaultColor as SiEventbriteHex } from './icons/SiEventbrite.mjs';
|
|
906
910
|
export { default as SiEvernote, defaultColor as SiEvernoteHex } from './icons/SiEvernote.mjs';
|
|
911
|
+
export { default as SiEverydotorg, defaultColor as SiEverydotorgHex } from './icons/SiEverydotorg.mjs';
|
|
907
912
|
export { default as SiExcalidraw, defaultColor as SiExcalidrawHex } from './icons/SiExcalidraw.mjs';
|
|
908
913
|
export { default as SiExercism, defaultColor as SiExercismHex } from './icons/SiExercism.mjs';
|
|
909
914
|
export { default as SiExordo, defaultColor as SiExordoHex } from './icons/SiExordo.mjs';
|
|
@@ -1009,6 +1014,7 @@ export { default as SiFoobar2000, defaultColor as SiFoobar2000Hex } from './icon
|
|
|
1009
1014
|
export { default as SiFoodpanda, defaultColor as SiFoodpandaHex } from './icons/SiFoodpanda.mjs';
|
|
1010
1015
|
export { default as SiFord, defaultColor as SiFordHex } from './icons/SiFord.mjs';
|
|
1011
1016
|
export { default as SiForgejo, defaultColor as SiForgejoHex } from './icons/SiForgejo.mjs';
|
|
1017
|
+
export { default as SiFormbricks, defaultColor as SiFormbricksHex } from './icons/SiFormbricks.mjs';
|
|
1012
1018
|
export { default as SiFormik, defaultColor as SiFormikHex } from './icons/SiFormik.mjs';
|
|
1013
1019
|
export { default as SiFormspree, defaultColor as SiFormspreeHex } from './icons/SiFormspree.mjs';
|
|
1014
1020
|
export { default as SiFormstack, defaultColor as SiFormstackHex } from './icons/SiFormstack.mjs';
|
|
@@ -1037,7 +1043,9 @@ export { default as SiFreelancermap, defaultColor as SiFreelancermapHex } from '
|
|
|
1037
1043
|
export { default as SiFreenas, defaultColor as SiFreenasHex } from './icons/SiFreenas.mjs';
|
|
1038
1044
|
export { default as SiFreenet, defaultColor as SiFreenetHex } from './icons/SiFreenet.mjs';
|
|
1039
1045
|
export { default as SiFreepik, defaultColor as SiFreepikHex } from './icons/SiFreepik.mjs';
|
|
1046
|
+
export { default as SiFreetube, defaultColor as SiFreetubeHex } from './icons/SiFreetube.mjs';
|
|
1040
1047
|
export { default as SiFresh, defaultColor as SiFreshHex } from './icons/SiFresh.mjs';
|
|
1048
|
+
export { default as SiFrigate, defaultColor as SiFrigateHex } from './icons/SiFrigate.mjs';
|
|
1041
1049
|
export { default as SiFrontendmentor, defaultColor as SiFrontendmentorHex } from './icons/SiFrontendmentor.mjs';
|
|
1042
1050
|
export { default as SiFrontify, defaultColor as SiFrontifyHex } from './icons/SiFrontify.mjs';
|
|
1043
1051
|
export { default as SiFubo, defaultColor as SiFuboHex } from './icons/SiFubo.mjs';
|
|
@@ -1184,6 +1192,7 @@ export { default as SiGooglestreetview, defaultColor as SiGooglestreetviewHex }
|
|
|
1184
1192
|
export { default as SiGoogletagmanager, defaultColor as SiGoogletagmanagerHex } from './icons/SiGoogletagmanager.mjs';
|
|
1185
1193
|
export { default as SiGoogletasks, defaultColor as SiGoogletasksHex } from './icons/SiGoogletasks.mjs';
|
|
1186
1194
|
export { default as SiGoogletranslate, defaultColor as SiGoogletranslateHex } from './icons/SiGoogletranslate.mjs';
|
|
1195
|
+
export { default as SiGoogletv, defaultColor as SiGoogletvHex } from './icons/SiGoogletv.mjs';
|
|
1187
1196
|
export { default as SiGotomeeting, defaultColor as SiGotomeetingHex } from './icons/SiGotomeeting.mjs';
|
|
1188
1197
|
export { default as SiGrab, defaultColor as SiGrabHex } from './icons/SiGrab.mjs';
|
|
1189
1198
|
export { default as SiGradio, defaultColor as SiGradioHex } from './icons/SiGradio.mjs';
|
|
@@ -1210,6 +1219,7 @@ export { default as SiGroupon, defaultColor as SiGrouponHex } from './icons/SiGr
|
|
|
1210
1219
|
export { default as SiGrubhub, defaultColor as SiGrubhubHex } from './icons/SiGrubhub.mjs';
|
|
1211
1220
|
export { default as SiGrunt, defaultColor as SiGruntHex } from './icons/SiGrunt.mjs';
|
|
1212
1221
|
export { default as SiGsk, defaultColor as SiGskHex } from './icons/SiGsk.mjs';
|
|
1222
|
+
export { default as SiGsma, defaultColor as SiGsmaHex } from './icons/SiGsma.mjs';
|
|
1213
1223
|
export { default as SiGsmarenadotcom, defaultColor as SiGsmarenadotcomHex } from './icons/SiGsmarenadotcom.mjs';
|
|
1214
1224
|
export { default as SiGstreamer, defaultColor as SiGstreamerHex } from './icons/SiGstreamer.mjs';
|
|
1215
1225
|
export { default as SiGtk, defaultColor as SiGtkHex } from './icons/SiGtk.mjs';
|
|
@@ -1250,6 +1260,7 @@ export { default as SiHatenabookmark, defaultColor as SiHatenabookmarkHex } from
|
|
|
1250
1260
|
export { default as SiHaveibeenpwned, defaultColor as SiHaveibeenpwnedHex } from './icons/SiHaveibeenpwned.mjs';
|
|
1251
1261
|
export { default as SiHaxe, defaultColor as SiHaxeHex } from './icons/SiHaxe.mjs';
|
|
1252
1262
|
export { default as SiHbo, defaultColor as SiHboHex } from './icons/SiHbo.mjs';
|
|
1263
|
+
export { default as SiHbomax, defaultColor as SiHbomaxHex } from './icons/SiHbomax.mjs';
|
|
1253
1264
|
export { default as SiHcl, defaultColor as SiHclHex } from './icons/SiHcl.mjs';
|
|
1254
1265
|
export { default as SiHdfcbank, defaultColor as SiHdfcbankHex } from './icons/SiHdfcbank.mjs';
|
|
1255
1266
|
export { default as SiHeadlessui, defaultColor as SiHeadlessuiHex } from './icons/SiHeadlessui.mjs';
|
|
@@ -1428,6 +1439,7 @@ export { default as SiJasmine, defaultColor as SiJasmineHex } from './icons/SiJa
|
|
|
1428
1439
|
export { default as SiJavascript, defaultColor as SiJavascriptHex } from './icons/SiJavascript.mjs';
|
|
1429
1440
|
export { default as SiJbl, defaultColor as SiJblHex } from './icons/SiJbl.mjs';
|
|
1430
1441
|
export { default as SiJcb, defaultColor as SiJcbHex } from './icons/SiJcb.mjs';
|
|
1442
|
+
export { default as SiJdoodle, defaultColor as SiJdoodleHex } from './icons/SiJdoodle.mjs';
|
|
1431
1443
|
export { default as SiJeep, defaultColor as SiJeepHex } from './icons/SiJeep.mjs';
|
|
1432
1444
|
export { default as SiJekyll, defaultColor as SiJekyllHex } from './icons/SiJekyll.mjs';
|
|
1433
1445
|
export { default as SiJellyfin, defaultColor as SiJellyfinHex } from './icons/SiJellyfin.mjs';
|
|
@@ -1488,6 +1500,7 @@ export { default as SiKaspersky, defaultColor as SiKasperskyHex } from './icons/
|
|
|
1488
1500
|
export { default as SiKatana, defaultColor as SiKatanaHex } from './icons/SiKatana.mjs';
|
|
1489
1501
|
export { default as SiKaufland, defaultColor as SiKauflandHex } from './icons/SiKaufland.mjs';
|
|
1490
1502
|
export { default as SiKde, defaultColor as SiKdeHex } from './icons/SiKde.mjs';
|
|
1503
|
+
export { default as SiKdeneon, defaultColor as SiKdeneonHex } from './icons/SiKdeneon.mjs';
|
|
1491
1504
|
export { default as SiKdeplasma, defaultColor as SiKdeplasmaHex } from './icons/SiKdeplasma.mjs';
|
|
1492
1505
|
export { default as SiKdenlive, defaultColor as SiKdenliveHex } from './icons/SiKdenlive.mjs';
|
|
1493
1506
|
export { default as SiKedro, defaultColor as SiKedroHex } from './icons/SiKedro.mjs';
|
|
@@ -1891,6 +1904,7 @@ export { default as SiNetdata, defaultColor as SiNetdataHex } from './icons/SiNe
|
|
|
1891
1904
|
export { default as SiNeteasecloudmusic, defaultColor as SiNeteasecloudmusicHex } from './icons/SiNeteasecloudmusic.mjs';
|
|
1892
1905
|
export { default as SiNetflix, defaultColor as SiNetflixHex } from './icons/SiNetflix.mjs';
|
|
1893
1906
|
export { default as SiNetgear, defaultColor as SiNetgearHex } from './icons/SiNetgear.mjs';
|
|
1907
|
+
export { default as SiNetim, defaultColor as SiNetimHex } from './icons/SiNetim.mjs';
|
|
1894
1908
|
export { default as SiNetlify, defaultColor as SiNetlifyHex } from './icons/SiNetlify.mjs';
|
|
1895
1909
|
export { default as SiNette, defaultColor as SiNetteHex } from './icons/SiNette.mjs';
|
|
1896
1910
|
export { default as SiNetto, defaultColor as SiNettoHex } from './icons/SiNetto.mjs';
|
|
@@ -1900,6 +1914,7 @@ export { default as SiNewjapanprowrestling, defaultColor as SiNewjapanprowrestli
|
|
|
1900
1914
|
export { default as SiNewrelic, defaultColor as SiNewrelicHex } from './icons/SiNewrelic.mjs';
|
|
1901
1915
|
export { default as SiNewyorktimes, defaultColor as SiNewyorktimesHex } from './icons/SiNewyorktimes.mjs';
|
|
1902
1916
|
export { default as SiNewegg, defaultColor as SiNeweggHex } from './icons/SiNewegg.mjs';
|
|
1917
|
+
export { default as SiNewpipe, defaultColor as SiNewpipeHex } from './icons/SiNewpipe.mjs';
|
|
1903
1918
|
export { default as SiNexon, defaultColor as SiNexonHex } from './icons/SiNexon.mjs';
|
|
1904
1919
|
export { default as SiNextdotjs, defaultColor as SiNextdotjsHex } from './icons/SiNextdotjs.mjs';
|
|
1905
1920
|
export { default as SiNextbilliondotai, defaultColor as SiNextbilliondotaiHex } from './icons/SiNextbilliondotai.mjs';
|
|
@@ -1917,6 +1932,7 @@ export { default as SiNginxproxymanager, defaultColor as SiNginxproxymanagerHex
|
|
|
1917
1932
|
export { default as SiNgrok, defaultColor as SiNgrokHex } from './icons/SiNgrok.mjs';
|
|
1918
1933
|
export { default as SiNgrx, defaultColor as SiNgrxHex } from './icons/SiNgrx.mjs';
|
|
1919
1934
|
export { default as SiNhl, defaultColor as SiNhlHex } from './icons/SiNhl.mjs';
|
|
1935
|
+
export { default as SiNhost, defaultColor as SiNhostHex } from './icons/SiNhost.mjs';
|
|
1920
1936
|
export { default as SiNicehash, defaultColor as SiNicehashHex } from './icons/SiNicehash.mjs';
|
|
1921
1937
|
export { default as SiNiconico, defaultColor as SiNiconicoHex } from './icons/SiNiconico.mjs';
|
|
1922
1938
|
export { default as SiNike, defaultColor as SiNikeHex } from './icons/SiNike.mjs';
|
|
@@ -1935,6 +1951,7 @@ export { default as SiNordvpn, defaultColor as SiNordvpnHex } from './icons/SiNo
|
|
|
1935
1951
|
export { default as SiNormalizedotcss, defaultColor as SiNormalizedotcssHex } from './icons/SiNormalizedotcss.mjs';
|
|
1936
1952
|
export { default as SiNorton, defaultColor as SiNortonHex } from './icons/SiNorton.mjs';
|
|
1937
1953
|
export { default as SiNorwegian, defaultColor as SiNorwegianHex } from './icons/SiNorwegian.mjs';
|
|
1954
|
+
export { default as SiNotebooklm, defaultColor as SiNotebooklmHex } from './icons/SiNotebooklm.mjs';
|
|
1938
1955
|
export { default as SiNotepadplusplus, defaultColor as SiNotepadplusplusHex } from './icons/SiNotepadplusplus.mjs';
|
|
1939
1956
|
export { default as SiNotion, defaultColor as SiNotionHex } from './icons/SiNotion.mjs';
|
|
1940
1957
|
export { default as SiNotist, defaultColor as SiNotistHex } from './icons/SiNotist.mjs';
|
|
@@ -2004,6 +2021,7 @@ export { default as SiOpenai, defaultColor as SiOpenaiHex } from './icons/SiOpen
|
|
|
2004
2021
|
export { default as SiOpenaigym, defaultColor as SiOpenaigymHex } from './icons/SiOpenaigym.mjs';
|
|
2005
2022
|
export { default as SiOpenapiinitiative, defaultColor as SiOpenapiinitiativeHex } from './icons/SiOpenapiinitiative.mjs';
|
|
2006
2023
|
export { default as SiOpenbsd, defaultColor as SiOpenbsdHex } from './icons/SiOpenbsd.mjs';
|
|
2024
|
+
export { default as SiOpencritic, defaultColor as SiOpencriticHex } from './icons/SiOpencritic.mjs';
|
|
2007
2025
|
export { default as SiOpencv, defaultColor as SiOpencvHex } from './icons/SiOpencv.mjs';
|
|
2008
2026
|
export { default as SiOpenfaas, defaultColor as SiOpenfaasHex } from './icons/SiOpenfaas.mjs';
|
|
2009
2027
|
export { default as SiOpengl, defaultColor as SiOpenglHex } from './icons/SiOpengl.mjs';
|
|
@@ -2219,6 +2237,7 @@ export { default as SiPrdotco, defaultColor as SiPrdotcoHex } from './icons/SiPr
|
|
|
2219
2237
|
export { default as SiPrecommit, defaultColor as SiPrecommitHex } from './icons/SiPrecommit.mjs';
|
|
2220
2238
|
export { default as SiPreact, defaultColor as SiPreactHex } from './icons/SiPreact.mjs';
|
|
2221
2239
|
export { default as SiPrefect, defaultColor as SiPrefectHex } from './icons/SiPrefect.mjs';
|
|
2240
|
+
export { default as SiPremid, defaultColor as SiPremidHex } from './icons/SiPremid.mjs';
|
|
2222
2241
|
export { default as SiPremierleague, defaultColor as SiPremierleagueHex } from './icons/SiPremierleague.mjs';
|
|
2223
2242
|
export { default as SiPrepbytes, defaultColor as SiPrepbytesHex } from './icons/SiPrepbytes.mjs';
|
|
2224
2243
|
export { default as SiPrestashop, defaultColor as SiPrestashopHex } from './icons/SiPrestashop.mjs';
|
|
@@ -2330,6 +2349,7 @@ export { default as SiRacket, defaultColor as SiRacketHex } from './icons/SiRack
|
|
|
2330
2349
|
export { default as SiRadstudio, defaultColor as SiRadstudioHex } from './icons/SiRadstudio.mjs';
|
|
2331
2350
|
export { default as SiRadar, defaultColor as SiRadarHex } from './icons/SiRadar.mjs';
|
|
2332
2351
|
export { default as SiRadarr, defaultColor as SiRadarrHex } from './icons/SiRadarr.mjs';
|
|
2352
|
+
export { default as SiRadiofrance, defaultColor as SiRadiofranceHex } from './icons/SiRadiofrance.mjs';
|
|
2333
2353
|
export { default as SiRadixui, defaultColor as SiRadixuiHex } from './icons/SiRadixui.mjs';
|
|
2334
2354
|
export { default as SiRailway, defaultColor as SiRailwayHex } from './icons/SiRailway.mjs';
|
|
2335
2355
|
export { default as SiRainmeter, defaultColor as SiRainmeterHex } from './icons/SiRainmeter.mjs';
|
|
@@ -2583,6 +2603,7 @@ export { default as SiSimilarweb, defaultColor as SiSimilarwebHex } from './icon
|
|
|
2583
2603
|
export { default as SiSimkl, defaultColor as SiSimklHex } from './icons/SiSimkl.mjs';
|
|
2584
2604
|
export { default as SiSimpleanalytics, defaultColor as SiSimpleanalyticsHex } from './icons/SiSimpleanalytics.mjs';
|
|
2585
2605
|
export { default as SiSimpleicons, defaultColor as SiSimpleiconsHex } from './icons/SiSimpleicons.mjs';
|
|
2606
|
+
export { default as SiSimplelocalize, defaultColor as SiSimplelocalizeHex } from './icons/SiSimplelocalize.mjs';
|
|
2586
2607
|
export { default as SiSimplelogin, defaultColor as SiSimpleloginHex } from './icons/SiSimplelogin.mjs';
|
|
2587
2608
|
export { default as SiSimplenote, defaultColor as SiSimplenoteHex } from './icons/SiSimplenote.mjs';
|
|
2588
2609
|
export { default as SiSimplex, defaultColor as SiSimplexHex } from './icons/SiSimplex.mjs';
|
|
@@ -2775,6 +2796,7 @@ export { default as SiSwc, defaultColor as SiSwcHex } from './icons/SiSwc.mjs';
|
|
|
2775
2796
|
export { default as SiSwift, defaultColor as SiSwiftHex } from './icons/SiSwift.mjs';
|
|
2776
2797
|
export { default as SiSwiggy, defaultColor as SiSwiggyHex } from './icons/SiSwiggy.mjs';
|
|
2777
2798
|
export { default as SiSwiper, defaultColor as SiSwiperHex } from './icons/SiSwiper.mjs';
|
|
2799
|
+
export { default as SiSwisscows, defaultColor as SiSwisscowsHex } from './icons/SiSwisscows.mjs';
|
|
2778
2800
|
export { default as SiSwr, defaultColor as SiSwrHex } from './icons/SiSwr.mjs';
|
|
2779
2801
|
export { default as SiSymantec, defaultColor as SiSymantecHex } from './icons/SiSymantec.mjs';
|
|
2780
2802
|
export { default as SiSymbolab, defaultColor as SiSymbolabHex } from './icons/SiSymbolab.mjs';
|
|
@@ -3167,6 +3189,7 @@ export { default as SiWikiquote, defaultColor as SiWikiquoteHex } from './icons/
|
|
|
3167
3189
|
export { default as SiWikiversity, defaultColor as SiWikiversityHex } from './icons/SiWikiversity.mjs';
|
|
3168
3190
|
export { default as SiWikivoyage, defaultColor as SiWikivoyageHex } from './icons/SiWikivoyage.mjs';
|
|
3169
3191
|
export { default as SiWinamp, defaultColor as SiWinampHex } from './icons/SiWinamp.mjs';
|
|
3192
|
+
export { default as SiWindsurf, defaultColor as SiWindsurfHex } from './icons/SiWindsurf.mjs';
|
|
3170
3193
|
export { default as SiWine, defaultColor as SiWineHex } from './icons/SiWine.mjs';
|
|
3171
3194
|
export { default as SiWipro, defaultColor as SiWiproHex } from './icons/SiWipro.mjs';
|
|
3172
3195
|
export { default as SiWire, defaultColor as SiWireHex } from './icons/SiWire.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icons-pack/react-simple-icons",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.9.0",
|
|
4
4
|
"description": "This package provides the Simple Icons packaged as a set of React components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"react": "^18",
|
|
69
69
|
"rimraf": "6.0.1",
|
|
70
70
|
"signale": "1.4.0",
|
|
71
|
-
"simple-icons": "14.
|
|
71
|
+
"simple-icons": "14.15.0",
|
|
72
72
|
"turbo": "2.0.14",
|
|
73
73
|
"typescript": "5.5.4",
|
|
74
74
|
"uppercamelcase": "3.0.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
size?: string | number;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
const defaultColor = '#
|
|
21
|
+
const defaultColor = '#3A4259';
|
|
22
22
|
|
|
23
23
|
const SiActigraph: IconType = React.forwardRef<SVGSVGElement, SiActigraphProps>(function SiActigraph({title = 'ActiGraph', color = 'currentColor', size = 24, ...others }, ref) {
|
|
24
24
|
if (color === 'default') {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
{...others}
|
|
37
37
|
>
|
|
38
38
|
<title>{title}</title>
|
|
39
|
-
<path d='
|
|
39
|
+
<path d='M10.18899 0 .8597 24h4.15078L12 4.97502h.0304L18.9587 24h4.1816L14.18736.91564C13.97372.36626 13.44452 0 12.85444 0ZM12 13.71434a2.47223 2.47223 0 0 0-2.4723 2.47211A2.47223 2.47223 0 0 0 12 18.65876a2.47223 2.47223 0 0 0 2.47211-2.4723 2.47223 2.47223 0 0 0-2.4721-2.47212z' />
|
|
40
40
|
</svg>
|
|
41
41
|
);
|
|
42
42
|
});
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
import { IconType } from '../types';
|
|
5
|
+
|
|
6
|
+
type SiAntennapodProps = React.ComponentPropsWithoutRef<'svg'> & {
|
|
7
|
+
/**
|
|
8
|
+
* The title provides an accessible short text description to the SVG
|
|
9
|
+
*/
|
|
10
|
+
title?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Hex color or color name or "default" to use the default hex for each icon
|
|
13
|
+
*/
|
|
14
|
+
color?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The size of the Icon.
|
|
17
|
+
*/
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const defaultColor = '#364FF3';
|
|
22
|
+
|
|
23
|
+
const SiAntennapod: IconType = React.forwardRef<SVGSVGElement, SiAntennapodProps>(function SiAntennapod({title = 'AntennaPod', color = 'currentColor', size = 24, ...others }, ref) {
|
|
24
|
+
if (color === 'default') {
|
|
25
|
+
color = defaultColor;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
31
|
+
width={size}
|
|
32
|
+
height={size}
|
|
33
|
+
fill={color}
|
|
34
|
+
viewBox='0 0 24 24'
|
|
35
|
+
ref={ref}
|
|
36
|
+
{...others}
|
|
37
|
+
>
|
|
38
|
+
<title>{title}</title>
|
|
39
|
+
<path d='M12 0A12 12 0 0 0 0 12a12 12 0 0 0 7.188 10.98l3.339-9.459a2.118 2.118 0 1 1 2.946 0l3.339 9.46A12 12 0 0 0 24 12 12 12 0 0 0 12 0m0 2.824a9.177 9.177 0 0 1 4.969 16.892l-.486-1.376a7.765 7.765 0 1 0-8.967 0l-.485 1.376A9.177 9.177 0 0 1 12 2.824m0 3.529a5.647 5.647 0 0 1 3.739 9.879l-.521-1.478a4.235 4.235 0 1 0-6.436 0l-.522 1.478A5.647 5.647 0 0 1 12 6.353m0 8.298-1.618 4.584a7.4 7.4 0 0 0 3.236 0zm-2.21 6.258-.937 2.656A12 12 0 0 0 12 24a12 12 0 0 0 3.146-.435l-.937-2.656a9.2 9.2 0 0 1-2.209.267 9.2 9.2 0 0 1-2.21-.267' />
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export { SiAntennapod as default, defaultColor };
|
|
45
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
import { IconType } from '../types';
|
|
5
|
+
|
|
6
|
+
type SiBackstageCastingProps = React.ComponentPropsWithoutRef<'svg'> & {
|
|
7
|
+
/**
|
|
8
|
+
* The title provides an accessible short text description to the SVG
|
|
9
|
+
*/
|
|
10
|
+
title?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Hex color or color name or "default" to use the default hex for each icon
|
|
13
|
+
*/
|
|
14
|
+
color?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The size of the Icon.
|
|
17
|
+
*/
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const defaultColor = '#000000';
|
|
22
|
+
|
|
23
|
+
const SiBackstageCasting: IconType = React.forwardRef<SVGSVGElement, SiBackstageCastingProps>(function SiBackstageCasting({title = 'Backstage', color = 'currentColor', size = 24, ...others }, ref) {
|
|
24
|
+
if (color === 'default') {
|
|
25
|
+
color = defaultColor;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
31
|
+
width={size}
|
|
32
|
+
height={size}
|
|
33
|
+
fill={color}
|
|
34
|
+
viewBox='0 0 24 24'
|
|
35
|
+
ref={ref}
|
|
36
|
+
{...others}
|
|
37
|
+
>
|
|
38
|
+
<title>{title}</title>
|
|
39
|
+
<path d='M10.2 0v.056a5.997 5.997 0 0 1 0 11.886v.113a5.997 5.997 0 0 1 0 11.886v.056h12.552V0ZM1.248 0v24H9.54V0Z' />
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export { SiBackstageCasting as default, defaultColor };
|
|
45
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
import { IconType } from '../types';
|
|
5
|
+
|
|
6
|
+
type SiBrandfetchProps = React.ComponentPropsWithoutRef<'svg'> & {
|
|
7
|
+
/**
|
|
8
|
+
* The title provides an accessible short text description to the SVG
|
|
9
|
+
*/
|
|
10
|
+
title?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Hex color or color name or "default" to use the default hex for each icon
|
|
13
|
+
*/
|
|
14
|
+
color?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The size of the Icon.
|
|
17
|
+
*/
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const defaultColor = '#0084FF';
|
|
22
|
+
|
|
23
|
+
const SiBrandfetch: IconType = React.forwardRef<SVGSVGElement, SiBrandfetchProps>(function SiBrandfetch({title = 'Brandfetch', color = 'currentColor', size = 24, ...others }, ref) {
|
|
24
|
+
if (color === 'default') {
|
|
25
|
+
color = defaultColor;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
31
|
+
width={size}
|
|
32
|
+
height={size}
|
|
33
|
+
fill={color}
|
|
34
|
+
viewBox='0 0 24 24'
|
|
35
|
+
ref={ref}
|
|
36
|
+
{...others}
|
|
37
|
+
>
|
|
38
|
+
<title>{title}</title>
|
|
39
|
+
<path d='M23.226 5.842c0 1.491-.53 2.78-1.589 3.869-1.059 1.07-2.603 1.842-4.633 2.315 1.094.299 1.924.79 2.489 1.474.565.667.847 1.439.847 2.316 0 1.386-.441 2.588-1.324 3.605-.865 1.018-2.136 1.807-3.812 2.368-1.677.544-3.698.816-6.063.816-.883 0-1.589-.026-2.118-.079-.018.491-.23.86-.636 1.106-.406.245-.927.368-1.562.368s-1.077-.14-1.324-.421c-.23-.28-.326-.693-.291-1.237.159-2.456.468-5.026.927-7.71a75.521 75.521 0 0 1 1.747-7.816c.124-.439.37-.746.741-.921.371-.176.856-.263 1.457-.263 1.076 0 1.615.298 1.615.894 0 .246-.053.527-.16.842-.458 1.369-.917 3.228-1.376 5.58a65.729 65.729 0 0 0-.98 6.684c.848.07 1.536.105 2.066.105 2.47 0 4.28-.351 5.427-1.053 1.165-.72 1.747-1.631 1.747-2.737 0-.772-.335-1.42-1.006-1.947-.653-.526-1.756-.816-3.31-.868-.352-.018-.6-.106-.74-.264-.142-.157-.212-.412-.212-.763 0-.509.106-.92.317-1.237.212-.315.6-.482 1.165-.5 1.254-.035 2.383-.219 3.39-.552 1.023-.334 1.826-.798 2.409-1.395.582-.614.873-1.325.873-2.132 0-1.017-.503-1.815-1.509-2.394C16.792 3.298 15.248 3 13.165 3c-1.889 0-3.716.246-5.48.737-1.766.474-3.266 1.079-4.501 1.816-.565.333-1.042.5-1.43.5-.318 0-.565-.106-.742-.316-.158-.228-.238-.509-.238-.842 0-.439.088-.816.265-1.132.194-.316.644-.675 1.35-1.079 1.483-.842 3.221-1.5 5.216-1.973A26.377 26.377 0 0 1 13.721 0c3.195 0 5.577.535 7.148 1.605 1.571 1.07 2.357 2.483 2.357 4.237z' />
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export { SiBrandfetch as default, defaultColor };
|
|
45
|
+
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
size?: string | number;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
const defaultColor = '#
|
|
21
|
+
const defaultColor = '#FF5E00';
|
|
22
22
|
|
|
23
23
|
const SiCrunchyroll: IconType = React.forwardRef<SVGSVGElement, SiCrunchyrollProps>(function SiCrunchyroll({title = 'Crunchyroll', color = 'currentColor', size = 24, ...others }, ref) {
|
|
24
24
|
if (color === 'default') {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
{...others}
|
|
37
37
|
>
|
|
38
38
|
<title>{title}</title>
|
|
39
|
-
<path d='M2.
|
|
39
|
+
<path d='M2.909 13.436C2.914 7.61 7.642 2.893 13.468 2.898c5.576.005 10.137 4.339 10.51 9.819q.021-.351.022-.706C24.007 5.385 18.64.006 12.012 0S.007 5.36 0 11.988 5.36 23.994 11.988 24q.412 0 .815-.027c-5.526-.338-9.9-4.928-9.894-10.538Zm16.284.155a4.1 4.1 0 0 1-4.095-4.103 4.1 4.1 0 0 1 2.712-3.855 8.95 8.95 0 0 0-4.187-1.037 9.007 9.007 0 1 0 8.997 9.016q-.001-.847-.15-1.651a4.1 4.1 0 0 1-3.278 1.63Z' />
|
|
40
40
|
</svg>
|
|
41
41
|
);
|
|
42
42
|
});
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
import { IconType } from '../types';
|
|
5
|
+
|
|
6
|
+
type SiDmmProps = React.ComponentPropsWithoutRef<'svg'> & {
|
|
7
|
+
/**
|
|
8
|
+
* The title provides an accessible short text description to the SVG
|
|
9
|
+
*/
|
|
10
|
+
title?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Hex color or color name or "default" to use the default hex for each icon
|
|
13
|
+
*/
|
|
14
|
+
color?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The size of the Icon.
|
|
17
|
+
*/
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const defaultColor = '#000000';
|
|
22
|
+
|
|
23
|
+
const SiDmm: IconType = React.forwardRef<SVGSVGElement, SiDmmProps>(function SiDmm({title = 'DMM', color = 'currentColor', size = 24, ...others }, ref) {
|
|
24
|
+
if (color === 'default') {
|
|
25
|
+
color = defaultColor;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
31
|
+
width={size}
|
|
32
|
+
height={size}
|
|
33
|
+
fill={color}
|
|
34
|
+
viewBox='0 0 24 24'
|
|
35
|
+
ref={ref}
|
|
36
|
+
{...others}
|
|
37
|
+
>
|
|
38
|
+
<title>{title}</title>
|
|
39
|
+
<path d='M9.525.46H0v23.08h11.545C17.284 23.54 24 20.916 24 12S16.026.46 9.525.46zm.646 15.073V8.34c1.746 0 4.4.079 4.4 3.582 0 3.58-2.553 3.611-4.4 3.611z' />
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export { SiDmm as default, defaultColor };
|
|
45
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
import { IconType } from '../types';
|
|
5
|
+
|
|
6
|
+
type SiEverydotorgProps = React.ComponentPropsWithoutRef<'svg'> & {
|
|
7
|
+
/**
|
|
8
|
+
* The title provides an accessible short text description to the SVG
|
|
9
|
+
*/
|
|
10
|
+
title?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Hex color or color name or "default" to use the default hex for each icon
|
|
13
|
+
*/
|
|
14
|
+
color?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The size of the Icon.
|
|
17
|
+
*/
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const defaultColor = '#2BD7B0';
|
|
22
|
+
|
|
23
|
+
const SiEverydotorg: IconType = React.forwardRef<SVGSVGElement, SiEverydotorgProps>(function SiEverydotorg({title = 'Every.org', color = 'currentColor', size = 24, ...others }, ref) {
|
|
24
|
+
if (color === 'default') {
|
|
25
|
+
color = defaultColor;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
31
|
+
width={size}
|
|
32
|
+
height={size}
|
|
33
|
+
fill={color}
|
|
34
|
+
viewBox='0 0 24 24'
|
|
35
|
+
ref={ref}
|
|
36
|
+
{...others}
|
|
37
|
+
>
|
|
38
|
+
<title>{title}</title>
|
|
39
|
+
<path d='M18.151 9.36c0-4.467-3.728-7.855-8.517-7.855C4.278 1.505 0 6.028 0 11.63c0 6.038 4.808 10.864 11.28 10.864 6.474 0 12.266-5.13 12.72-11.848h-2.953c-.549 5.034-4.807 8.896-9.766 8.896-4.77 0-8.31-3.502-8.31-7.912 0-3.975 2.953-7.174 6.663-7.174 3.104 0 5.546 2.12 5.546 4.903 0 2.309-1.666 4.24-3.88 4.24v2.952c3.918 0 6.851-3.274 6.851-7.192' />
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export { SiEverydotorg as default, defaultColor };
|
|
45
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
import { IconType } from '../types';
|
|
5
|
+
|
|
6
|
+
type SiFormbricksProps = React.ComponentPropsWithoutRef<'svg'> & {
|
|
7
|
+
/**
|
|
8
|
+
* The title provides an accessible short text description to the SVG
|
|
9
|
+
*/
|
|
10
|
+
title?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Hex color or color name or "default" to use the default hex for each icon
|
|
13
|
+
*/
|
|
14
|
+
color?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The size of the Icon.
|
|
17
|
+
*/
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const defaultColor = '#00C4B8';
|
|
22
|
+
|
|
23
|
+
const SiFormbricks: IconType = React.forwardRef<SVGSVGElement, SiFormbricksProps>(function SiFormbricks({title = 'Formbricks', color = 'currentColor', size = 24, ...others }, ref) {
|
|
24
|
+
if (color === 'default') {
|
|
25
|
+
color = defaultColor;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
31
|
+
width={size}
|
|
32
|
+
height={size}
|
|
33
|
+
fill={color}
|
|
34
|
+
viewBox='0 0 24 24'
|
|
35
|
+
ref={ref}
|
|
36
|
+
{...others}
|
|
37
|
+
>
|
|
38
|
+
<title>{title}</title>
|
|
39
|
+
<path d='M8.658 0a5.714 5.714 0 0 0-5.715 5.714v1.532h14.49a3.623 3.623 0 0 0 0-7.246ZM2.943 8.377v7.246h14.49a3.623 3.623 0 0 0 0-7.246zm0 8.377v3.623a3.623 3.623 0 0 0 7.246 0v-3.623z' />
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export { SiFormbricks as default, defaultColor };
|
|
45
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
import { IconType } from '../types';
|
|
5
|
+
|
|
6
|
+
type SiFreetubeProps = React.ComponentPropsWithoutRef<'svg'> & {
|
|
7
|
+
/**
|
|
8
|
+
* The title provides an accessible short text description to the SVG
|
|
9
|
+
*/
|
|
10
|
+
title?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Hex color or color name or "default" to use the default hex for each icon
|
|
13
|
+
*/
|
|
14
|
+
color?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The size of the Icon.
|
|
17
|
+
*/
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const defaultColor = '#F04242';
|
|
22
|
+
|
|
23
|
+
const SiFreetube: IconType = React.forwardRef<SVGSVGElement, SiFreetubeProps>(function SiFreetube({title = 'FreeTube', color = 'currentColor', size = 24, ...others }, ref) {
|
|
24
|
+
if (color === 'default') {
|
|
25
|
+
color = defaultColor;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
31
|
+
width={size}
|
|
32
|
+
height={size}
|
|
33
|
+
fill={color}
|
|
34
|
+
viewBox='0 0 24 24'
|
|
35
|
+
ref={ref}
|
|
36
|
+
{...others}
|
|
37
|
+
>
|
|
38
|
+
<title>{title}</title>
|
|
39
|
+
<path d='M4.7066 0c.9 0 1.6294.7295 1.6294 1.6294V24H4.0993a4.0988 4.0988 0 0 1-2.8986-1.2007A4.0988 4.0988 0 0 1 0 19.9007V1.6294C0 .7294.7295 0 1.6294 0ZM24 0v1.9409a4.3951 4.3951 0 0 1-4.3951 4.3951H9.0053c-.891 0-1.6133-.7223-1.6133-1.6133V1.6133C7.392.7223 8.1143 0 9.0053 0Zm-6.7817 11.734a.618.618 0 0 1 0 1.108l-8.9022 4.412a.64.64 0 0 1-.9241-.5734V7.8954a.64.64 0 0 1 .9241-.5734Z' />
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export { SiFreetube as default, defaultColor };
|
|
45
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
import { IconType } from '../types';
|
|
5
|
+
|
|
6
|
+
type SiFrigateProps = React.ComponentPropsWithoutRef<'svg'> & {
|
|
7
|
+
/**
|
|
8
|
+
* The title provides an accessible short text description to the SVG
|
|
9
|
+
*/
|
|
10
|
+
title?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Hex color or color name or "default" to use the default hex for each icon
|
|
13
|
+
*/
|
|
14
|
+
color?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The size of the Icon.
|
|
17
|
+
*/
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const defaultColor = '#000000';
|
|
22
|
+
|
|
23
|
+
const SiFrigate: IconType = React.forwardRef<SVGSVGElement, SiFrigateProps>(function SiFrigate({title = 'Frigate', color = 'currentColor', size = 24, ...others }, ref) {
|
|
24
|
+
if (color === 'default') {
|
|
25
|
+
color = defaultColor;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
xmlns='http://www.w3.org/2000/svg'
|
|
31
|
+
width={size}
|
|
32
|
+
height={size}
|
|
33
|
+
fill={color}
|
|
34
|
+
viewBox='0 0 24 24'
|
|
35
|
+
ref={ref}
|
|
36
|
+
{...others}
|
|
37
|
+
>
|
|
38
|
+
<title>{title}</title>
|
|
39
|
+
<path d='M20.892.036c-.066.078-4.134 1.356-5.313 1.679-1.089.3-4.201 1.49-4.646 1.778-.144.1-.255.267-.255.378s.278.622.611 1.134c.756 1.156.778 1.434.211 2.767-.556 1.29-.9 1.7-1.8 2.123-.412.19-.867.467-1.023.6-.156.134-.556.356-.89.478-.333.123-.622.3-.644.39-.033.144.022.144.4.022.6-.212.912-.112.912.289 0 .355-.445.666-1.623 1.156-2.823 1.144-3.646 1.511-4.024 1.822-.578.445-.655.856-.355 1.79.122.378.222.811.222.945 0 .233.589 1.923 1.5 4.323.367.956 1.123 2.279 1.312 2.29.056 0 .067-.256.022-.567-.066-.5-.166-3.245-.189-5.602-.022-1.2.223-1.767 1.112-2.634.844-.834 2.123-1.712 3.256-2.256.756-.356.834-.378 1.701-.312.934.067 2.479-.144 3.323-.444.3-.111.578-.122.89-.067.6.111 4.412.122 4.412.011 0-.044-.356-.144-.789-.21-1.167-.179-1.19-.334-.056-.423 1.845-.156.834-.39-1.69-.39-1.655 0-1.978-.088-2.567-.7-.578-.61-.855-2.211-.555-3.19.066-.21.155-1.111.21-2 .045-.89.123-1.7.168-1.812.1-.256 1.344-.978 2.512-1.456.51-.211 1.333-.556 1.822-.767.778-.333 1.845-.789 2.557-1.078.167-.078.122-.1-.234-.1-.244-.011-.478.011-.5.033' />
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export { SiFrigate as default, defaultColor };
|
|
45
|
+
|