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-02-23 01:59:33 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-23 01:59:33 +0300
commit21816ab7cca7472b5192456db1c924dee5b1ef9a (patch)
treec8d0a8442495276f335deed0f5d20d2510ade469 /src
parent6cf599202453a0ac770addc02915feb74fff1261 (diff)
Adds fa-activitypub, fixes #24
Diffstat (limited to 'src')
-rw-r--r--src/icons/.fontcustom-manifest.json8
-rw-r--r--src/icons/icons.yml8
-rw-r--r--src/icons/svg/activitypub.svg11
3 files changed, 25 insertions, 2 deletions
diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json
index dd01fe9a1..5093c6e72 100644
--- a/src/icons/.fontcustom-manifest.json
+++ b/src/icons/.fontcustom-manifest.json
@@ -1,7 +1,7 @@
{
"checksum": {
- "previous": "58ca894ed710c44aeaf100d90dec2ebb2bfe2ea5aa4975cf0123efe7cce0c69d",
- "current": "58ca894ed710c44aeaf100d90dec2ebb2bfe2ea5aa4975cf0123efe7cce0c69d"
+ "previous": "ba3a2288e7b23e7f0a09e86efa6cb6beb3bf4d9e8d9bdf4a2281cb4e1b91d467",
+ "current": "ba3a2288e7b23e7f0a09e86efa6cb6beb3bf4d9e8d9bdf4a2281cb4e1b91d467"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@@ -15,6 +15,10 @@
"codepoint": 62062,
"source": "svg/500px.svg"
},
+ "activitypub": {
+ "codepoint": 62194,
+ "source": "svg/activitypub.svg"
+ },
"address-book": {
"codepoint": 62137,
"source": "svg/address-book.svg"
diff --git a/src/icons/icons.yml b/src/icons/icons.yml
index f99089750..f2446ec2b 100644
--- a/src/icons/icons.yml
+++ b/src/icons/icons.yml
@@ -6756,3 +6756,11 @@ icons:
url: snowdrift.coop
categories:
- Brand Icons
+
+ - name: ActivityPub
+ id: activitypub
+ unicode: f2f2
+ created: 1.0
+ url: activitypub.rocks
+ categories:
+ - Brand Icons
diff --git a/src/icons/svg/activitypub.svg b/src/icons/svg/activitypub.svg
new file mode 100644
index 000000000..f69f1a543
--- /dev/null
+++ b/src/icons/svg/activitypub.svg
@@ -0,0 +1,11 @@
+<svg xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536.0001 1792">
+ <defs>
+ <linearGradient osb:paint="solid" id="a">
+ <stop offset="0" stop-color="#c678c5"/>
+ </linearGradient>
+ <linearGradient osb:paint="solid" id="b">
+ <stop offset="0" stop-color="#6d6d6d"/>
+ </linearGradient>
+ </defs>
+ <path d="M923.767 256L0 789.321v213.321L738.999 576v853.321L923.767 1536zm184.768 0v213.321L1847.533 896l-738.998 426.642V1536l923.766-533.358v-213.32zm0 426.642v426.68L1478.034 896zM554.267 896l-369.536 213.321 369.536 213.321z" fill-rule="evenodd"/>
+</svg>