Skip to content

Commit e76d8c2

Browse files
committed
feat: add new icon imports and exports
- Import SiTidal and SiYoutubemusic from Simple Icons - Import SiCplusplus for Visual C++ representation - Export all new custom icons (Winamp, eMule, Nero, PowerISO, UltraISO, DirectX)
1 parent 147e0ea commit e76d8c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/Common/icons.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export {
2020
SiBlender,
2121
SiBox,
2222
SiBrave,
23+
SiCplusplus,
2324
SiDbeaver,
2425
SiDiscord,
2526
SiDocker,
@@ -75,12 +76,14 @@ export {
7576
SiSublimetext,
7677
SiTelegram,
7778
SiThunderbird,
79+
SiTidal,
7880
SiUbisoft,
7981
SiVivaldi,
8082
SiVlcmediaplayer,
8183
SiVulkan,
8284
SiWebstorm,
8385
SiWhatsapp,
86+
SiYoutubemusic,
8487
SiZoom,
8588
} from 'react-icons/si';
8689

@@ -127,4 +130,10 @@ export {
127130
BleachBitIcon,
128131
DriverBoosterIcon,
129132
RevoUninstallerIcon,
133+
WinampIcon,
134+
EMuleIcon,
135+
NeroIcon,
136+
PowerISOIcon,
137+
UltraISOIcon,
138+
DirectXIcon,
130139
} from './CustomIcons';

0 commit comments

Comments
 (0)