Created webmention icon

This commit is contained in:
Dion Dresschers 2020-04-05 10:01:11 +02:00
parent a2d003b808
commit 7fe6764f51
16 changed files with 32 additions and 8 deletions

View file

@ -3,7 +3,7 @@
[![npm-badge]][npm-link] [![all-contrib]](CONTRIBUTORS.md) [![jsdeliver-badge]][jsdeliver-link] [![cdnjs-badge]][cdnjs-link] [![build-status-badge]][build-status-link]
Fork Awesome is a full suite of 779 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.
Fork Awesome is a full suite of 780 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.
Following concerns regarding [the development of Font Awesome](https://github.com/FortAwesome/Font-Awesome/issues/12199#issuecomment-362919956), the PR Freeze since Oct 2016 and the direction [Fort Awesome](https://fortawesome.com/) is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this amazing tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors.

View file

@ -2660,6 +2660,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-sketchfab:before {
content: "\f34e";
}
.fa-webmention:before {
content: "\f34f";
}
.sr-only {
position: absolute;
width: 1px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -1,11 +1,11 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<!--
2020-4-4: Created with FontForge (http://fontforge.org)
2020-4-5: Created with FontForge (http://fontforge.org)
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Created by FontForge 20170924 at Sat Apr 4 07:27:20 2020
Created by FontForge 20170924 at Sun Apr 5 09:55:11 2020
By Dion Dresschers,,,
The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL). Fork Awesome is a fork based of off Font Awesome 4.7.0 by Dave Gandy. More info on licenses at https://forkawesome.github.io
</metadata>
@ -22,7 +22,7 @@ The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/
bbox="-0.653061 -410 2304.01 1538"
underline-thickness="89.6"
underline-position="-179.2"
unicode-range="U+0020-F34E"
unicode-range="U+0020-F34F"
/>
<missing-glyph />
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
@ -2294,6 +2294,8 @@ d="M896 1472c-459 0 -832 -373 -832 -832s373 -832 832 -832s832 373 832 832s-373 8
v480c0 9 7 16 16 16h32zM896 640c71 0 128 -57 128 -128c0 -47 -26 -88 -64 -110v-114c0 -18 -14 -32 -32 -32h-64c-18 0 -32 14 -32 32v114c-38 22 -64 63 -64 110c0 71 57 128 128 128zM896 1408c424 0 768 -344 768 -768s-344 -768 -768 -768s-768 344 -768 768
s344 768 768 768zM544 928v-96c0 -18 14 -32 32 -32h64c18 0 32 14 32 32v96c0 124 100 224 224 224s224 -100 224 -224v-96c0 -18 14 -32 32 -32h64c18 0 32 14 32 32v96c0 194 -158 352 -352 352s-352 -158 -352 -352zM1408 192v512c0 35 -29 64 -64 64h-896
c-35 0 -64 -29 -64 -64v-512c0 -35 29 -64 64 -64h896c35 0 64 29 64 64z" />
<glyph glyph-name="webmention" unicode="&#xf34f;" horiz-adv-x="2198"
d="M1269 -245l-260 796h-5l-256 -796h-342l-406 1537h338l243 -1046h4l267 795h316l262 -808h4l188 808h-244l506 471l314 -471h-249l-345 -1286h-335z" />
<glyph glyph-name="toggle-on" unicode="&#xf205;" horiz-adv-x="2048"
d="M0 640c0 353 287 640 640 640h768c353 0 640 -287 640 -640s-287 -640 -640 -640h-768c-353 0 -640 287 -640 640zM1408 128c282 0 512 230 512 512s-230 512 -512 512s-512 -230 -512 -512s230 -512 512 -512z" />
<glyph glyph-name="minus-square" unicode="&#xf146;"

Before

Width:  |  Height:  |  Size: 510 KiB

After

Width:  |  Height:  |  Size: 510 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -914,3 +914,4 @@
.@{fa-css-prefix}-cc-share:before { content: @fa-var-cc-share; }
.@{fa-css-prefix}-cc-zero:before { content: @fa-var-cc-zero; }
.@{fa-css-prefix}-sketchfab:before { content: @fa-var-sketchfab; }
.@{fa-css-prefix}-webmention:before { content: @fa-var-webmention; }

View file

@ -887,6 +887,7 @@
@fa-var-volume-up: "\f028";
@fa-var-warning: "\f071";
@fa-var-weblate: "\f341";
@fa-var-webmention: "\f34f";
@fa-var-wechat: "\f1d7";
@fa-var-weibo: "\f18a";
@fa-var-weixin: "\f1d7";

View file

@ -914,3 +914,4 @@
.#{$fa-css-prefix}-cc-share:before { content: fa-content($fa-var-cc-share); }
.#{$fa-css-prefix}-cc-zero:before { content: fa-content($fa-var-cc-zero); }
.#{$fa-css-prefix}-sketchfab:before { content: fa-content($fa-var-sketchfab); }
.#{$fa-css-prefix}-webmention:before { content: fa-content($fa-var-webmention); }

View file

@ -887,6 +887,7 @@ $fa-var-volume-off: \f026;
$fa-var-volume-up: \f028;
$fa-var-warning: \f071;
$fa-var-weblate: \f341;
$fa-var-webmention: \f34f;
$fa-var-wechat: \f1d7;
$fa-var-weibo: \f18a;
$fa-var-weixin: \f1d7;

View file

@ -1,7 +1,7 @@
{
"checksum": {
"previous": "bde23bd3b9962b17ef3839eab0d6742fd47d8a38baa0df17e6bb1dc342b44171",
"current": "bde23bd3b9962b17ef3839eab0d6742fd47d8a38baa0df17e6bb1dc342b44171"
"previous": "2a1e811ad6a97c7e166eb9a9fa16b1dad6bd263518464752703d938762a15264",
"current": "2a1e811ad6a97c7e166eb9a9fa16b1dad6bd263518464752703d938762a15264"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@ -3003,6 +3003,10 @@
"codepoint": 62273,
"source": "svg/weblate.svg"
},
"webmention": {
"codepoint": 62287,
"source": "svg/webmention.svg"
},
"weibo": {
"codepoint": 61834,
"source": "svg/weibo.svg"

View file

@ -7637,3 +7637,11 @@ icons:
url: sketchfab.com
categories:
- Brand Icons
- name: Webmention
id: webmention
unicode: f34f
created: 1.1
url: webmention.net
categories:
- Brand Icons

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792" height="1792" width="1536">
<path d="M1283.559 1781.008l-260.277-795.763h-4.317l-255.928 795.763H421.116L14.646 244.488h337.647l243.008 1045.886h4.292l266.7-795.788h316.16l262.363 808.647h4.311l187.513-808.116-244.248-.53L1898.695 24l314.152 471.191-248.788-.154-345.083 1285.971z" stroke-width="6.176"/>
</svg>

After

Width:  |  Height:  |  Size: 380 B