Skip to content

Commit 6afddde

Browse files
committed
Curate icons to essential set (~96 icons)
- Reduce SVG icons from 3,447 to 96 (76 from Simple Icons + 20 custom) - Update build script to filter and copy only curated icons - Remove unused genericons-neue dependency and folder - Keep legacy icons (twitter, nostr, googlepodcasts) as custom icons Icon categories included: - Social networks (mastodon, bluesky, twitter, facebook, etc.) - Fediverse (activitypub, pixelfed, peertube, lemmy, etc.) - Developer platforms (github, gitlab, codeberg, etc.) - Media/content (spotify, youtube, substack, etc.) - Custom utility icons (website, mail, book, etc.)
1 parent 7780418 commit 6afddde

File tree

3,360 files changed

+355
-15826
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,360 files changed

+355
-15826
lines changed

includes/simple-icons.php

Lines changed: 80 additions & 3043 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
],
2121
"devDependencies": {
2222
"@wordpress/env": "^10.0.0",
23-
"genericons-neue": "^4.0.5",
2423
"sass": "^1.77.0",
2524
"simple-icons": "^13.0.0"
2625
},

sass/_simple-icons-min.scss

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,43 @@
11
// Brand colors from simpleicons.org
22
.relme li a {
33

4-
.svg-blogger {
4+
.svg-blogger {
55
color: #FF5722;
66
}
7-
.svg-bluesky {
7+
.svg-bluesky {
88
color: #0285FF;
99
}
10-
.svg-facebook {
10+
.svg-facebook {
1111
color: #0866FF;
1212
}
13-
.svg-flickr {
13+
.svg-flickr {
1414
color: #0063DC;
1515
}
16-
.svg-github {
16+
.svg-github {
1717
color: #181717;
1818
}
19-
.svg-instagram {
19+
.svg-instagram {
2020
color: #E4405F;
2121
}
22-
.svg-mastodon {
22+
.svg-mastodon {
2323
color: #6364FF;
2424
}
25-
.svg-medium {
25+
.svg-medium {
2626
color: #000000;
2727
}
28-
.svg-microdotblog {
28+
.svg-microdotblog {
2929
color: #FF8800;
3030
}
31-
.svg-reddit {
31+
.svg-reddit {
3232
color: #FF4500;
3333
}
34-
.svg-swarm {
34+
.svg-swarm {
3535
color: #FFA633;
3636
}
37-
.svg-tumblr {
37+
.svg-tumblr {
3838
color: #36465D;
3939
}
40-
.svg-twitter {
41-
color: #1D9BF0;
42-
}
43-
.svg-wordpress {
40+
.svg-wordpress {
4441
color: #21759B;
4542
}
4643
}

0 commit comments

Comments
 (0)