Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-10-08 22:13:33 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-10-08 22:13:33 +0300
commit6e6c8e480fc6b1a95830bf3a9bb948a3155df018 (patch)
tree20b287b3bfb5e4f681214eff3b4809ca1b3689da /src
parente555fa2319c3f6a3d878af0f302a7e7e6fea26ba (diff)
Adds Pixelfed icon. Fixes #120
Diffstat (limited to 'src')
-rw-r--r--src/icons/.fontcustom-manifest.json8
-rw-r--r--src/icons/icons.yml11
-rw-r--r--src/icons/svg/pixelfed.svg3
3 files changed, 20 insertions, 2 deletions
diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json
index dbcc63518..62b351576 100644
--- a/src/icons/.fontcustom-manifest.json
+++ b/src/icons/.fontcustom-manifest.json
@@ -1,7 +1,7 @@
{
"checksum": {
- "previous": "eb21d0c5b7ffe821d5b7eb8fbbb112124db6b68cff3d65ef235618bc539eb0af",
- "current": "eb21d0c5b7ffe821d5b7eb8fbbb112124db6b68cff3d65ef235618bc539eb0af"
+ "previous": "1de221971e8a257ddc897b9eb3133a7a12d8328bd70079bb2faeb42879a0b4d6",
+ "current": "1de221971e8a257ddc897b9eb3133a7a12d8328bd70079bb2faeb42879a0b4d6"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@@ -1923,6 +1923,10 @@
"codepoint": 61651,
"source": "svg/pinterest-square.svg"
},
+ "pixelfed": {
+ "codepoint": 62228,
+ "source": "svg/pixelfed.svg"
+ },
"plane": {
"codepoint": 61554,
"source": "svg/plane.svg"
diff --git a/src/icons/icons.yml b/src/icons/icons.yml
index 960d150d9..e64a91d9c 100644
--- a/src/icons/icons.yml
+++ b/src/icons/icons.yml
@@ -7098,3 +7098,14 @@ icons:
- message
categories:
- Brand Icons
+
+ - name: Pixelfed
+ id: pixelfed
+ unicode: f314
+ created: 1.1
+ url: pixelfed.social
+ filter:
+ - federation
+ - photo
+ categories:
+ - Brand Icons
diff --git a/src/icons/svg/pixelfed.svg b/src/icons/svg/pixelfed.svg
new file mode 100644
index 000000000..38bbc11b3
--- /dev/null
+++ b/src/icons/svg/pixelfed.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
+ <path d="M768 1664C343.845 1664 0 1320.155 0 896s343.845-768 768-768 768 343.845 768 768-343.845 768-768 768zm-60.97-600.33h140.887c132.72 0 240.312-104.74 240.312-233.944S980.638 595.782 847.917 595.782H644.576c-76.57 0-138.642 60.427-138.642 134.968v525.312z" fill="#000" fill-rule="evenodd"/>
+</svg>