Skip to content

Commit bb14a2d

Browse files
committed
added Fenrecs, Teepublic and Teespring
1 parent 56e1782 commit bb14a2d

16 files changed

+219
-105
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![1.47.1](https://badgen.net/badge/npm/1.47.1/blue)](https://www.npmjs.com/package/social-icons-webfont)
1+
[![1.48.0](https://badgen.net/badge/npm/1.48.0/blue)](https://www.npmjs.com/package/social-icons-webfont)
22

33
# Social Icons Webfont
44
Icon font containing social media branding icons.

demo.html

Lines changed: 45 additions & 3 deletions
Large diffs are not rendered by default.

fonts/SocialIcons.svg

Lines changed: 97 additions & 91 deletions
Loading

fonts/SocialIcons.ttf

5.73 KB
Binary file not shown.

fonts/SocialIcons.woff

5.73 KB
Binary file not shown.

icons.d.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,9 @@ export declare const icons = {
386386
"FeedBurner": [
387387
"feedburner"
388388
],
389+
"Fenrecs": [
390+
"fenrecs"
391+
],
389392
"Filegarden": [
390393
"filegarden"
391394
],
@@ -1233,6 +1236,12 @@ export declare const icons = {
12331236
"Technorati": [
12341237
"technorati"
12351238
],
1239+
"Teepublic": [
1240+
"teepublic"
1241+
],
1242+
"Teespring": [
1243+
"teespring"
1244+
],
12361245
"Telegram": [
12371246
"telegram"
12381247
],
@@ -1489,4 +1498,4 @@ export declare const icons = {
14891498
"sourcehut": [
14901499
"sourcehut"
14911500
]
1492-
};
1501+
} as const;

icons.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,9 @@ export const icons = {
386386
"FeedBurner": [
387387
"feedburner"
388388
],
389+
"Fenrecs": [
390+
"fenrecs"
391+
],
389392
"Filegarden": [
390393
"filegarden"
391394
],
@@ -1233,6 +1236,12 @@ export const icons = {
12331236
"Technorati": [
12341237
"technorati"
12351238
],
1239+
"Teepublic": [
1240+
"teepublic"
1241+
],
1242+
"Teespring": [
1243+
"teespring"
1244+
],
12361245
"Telegram": [
12371246
"telegram"
12381247
],

liga.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
'fantia': '',
159159
'fediverse': '',
160160
'feedburner': '',
161+
'fenrecs': '',
161162
'filegarden': '',
162163
'filmfreeway': '',
163164
'filmweb': '',
@@ -447,6 +448,8 @@
447448
'teamviewer': '',
448449
'technic': '',
449450
'technorati': '',
451+
'teepublic': '',
452+
'teespring': '',
450453
'telegram': '',
451454
'thingiverse': '',
452455
'threads': '',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "social-icons-webfont",
3-
"version": "1.47.1",
3+
"version": "1.48.0",
44
"description": "Icon font containing social media branding icons",
55
"main": "style.css",
66
"repository": {
@@ -23,4 +23,4 @@
2323
},
2424
"homepage": "https://boylett.github.io/Social-Icons/demo.html",
2525
"type": "module"
26-
}
26+
}

selection.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)