Adds fa-jirafeau icon. Fixes #61

This commit is contained in:
Julien Deswaef 2018-10-08 15:44:48 -04:00
parent 1a1c0d3f0f
commit a21c38036b
14 changed files with 30 additions and 7 deletions

View file

@ -6,7 +6,7 @@
[![CDNJS](https://img.shields.io/cdnjs/v/fork-awesome.svg?style=flat-square)](https://cdnjs.com/libraries/fork-awesome)
[![Build Status](https://travis-ci.org/ForkAwesome/Fork-Awesome.svg?branch=master)](https://travis-ci.org/ForkAwesome/Fork-Awesome)
Fork Awesome is a full suite of 725 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 726 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

@ -2495,6 +2495,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-hashnode:before {
content: "\f317";
}
.fa-jirafeau:before {
content: "\f318";
}
.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

@ -5,7 +5,7 @@
-->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Created by FontForge 20180321 at Mon Oct 8 15:36:21 2018
Created by FontForge 20180321 at Mon Oct 8 15:42:57 2018
By Julien Deswaef
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 -264 2304.01 1536.25"
underline-thickness="89.6"
underline-position="-179.2"
unicode-range="U+0020-F317"
unicode-range="U+0020-F318"
/>
<missing-glyph />
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
@ -1965,6 +1965,9 @@ l-76 -404c-19 -106 -112 -183 -220 -183h-688c-80 0 -157 39 -205 102l-384 512c-33
<glyph glyph-name="database" unicode="&#xf1c0;"
d="M768 768c301 0 603 54 768 170v-170c0 -141 -344 -256 -768 -256s-768 115 -768 256v170c165 -116 467 -170 768 -170zM768 0c301 0 603 54 768 170v-170c0 -141 -344 -256 -768 -256s-768 115 -768 256v170c165 -116 467 -170 768 -170zM768 384c301 0 603 54 768 170
v-170c0 -141 -344 -256 -768 -256s-768 115 -768 256v170c165 -116 467 -170 768 -170zM768 1536c424 0 768 -115 768 -256v-128c0 -141 -344 -256 -768 -256s-768 115 -768 256v128c0 141 344 256 768 256z" />
<glyph glyph-name="jirafeau" unicode="&#xf318;"
d="M1459 1408c43 0 77 -34 77 -77v-1382c0 -43 -34 -77 -77 -77h-923c18 109 27 134 50 210c31 103 92 108 92 108c49 11 74 31 224 -36s270 -72 270 -72v0c15 -19 71 -80 137 -85c90 -7 128 19 128 19s31 91 -38 176s-336 376 -343 403c0 0 -40 47 -69 58s-119 63 -135 130
s-42 168 -33 215s22 152 -32 130s-31 -74 -40 -137s-52 -190 -112 -190c0 0 -87 150 -145 132s-108 -181 -63 -275c0 0 -210 -295 -393 -772c-20 14 -34 37 -34 63v1382c0 43 34 77 77 77h1382z" />
<glyph glyph-name="user-circle-o" unicode="&#xf2be;" horiz-adv-x="1792"
d="M896 1536c495 0 896 -401 896 -896c0 -492 -399 -896 -896 -896c-496 0 -896 403 -896 896c0 495 401 896 896 896zM1515 185c93 128 149 285 149 455c0 423 -345 768 -768 768s-768 -345 -768 -768c0 -170 56 -327 149 -455c36 179 123 327 306 327
c81 -79 191 -128 313 -128s232 49 313 128c183 0 270 -148 306 -327zM1280 832c0 -212 -172 -384 -384 -384s-384 172 -384 384s172 384 384 384s384 -172 384 -384z" />

Before

Width:  |  Height:  |  Size: 458 KiB

After

Width:  |  Height:  |  Size: 458 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -858,3 +858,4 @@
.@{fa-css-prefix}-bootstrap:before { content: @fa-var-bootstrap; }
.@{fa-css-prefix}-dev-to:before { content: @fa-var-dev-to; }
.@{fa-css-prefix}-hashnode:before { content: @fa-var-hashnode; }
.@{fa-css-prefix}-jirafeau:before { content: @fa-var-jirafeau; }

View file

@ -431,6 +431,7 @@
@fa-var-intersex: "\f224";
@fa-var-ioxhost: "\f208";
@fa-var-italic: "\f033";
@fa-var-jirafeau: "\f318";
@fa-var-joomla: "\f1aa";
@fa-var-joplin: "\f310";
@fa-var-jpy: "\f157";

View file

@ -1,7 +1,7 @@
{
"checksum": {
"previous": "34fb8e91d54ddefb1620494146d2fb43a3a6fd8172dacf27a3c12e275cb6b504",
"current": "34fb8e91d54ddefb1620494146d2fb43a3a6fd8172dacf27a3c12e275cb6b504"
"previous": "cb16785717e7c07f96dbc04cb8340e75f1b801cf5bf09c029e2641cecd8c646b",
"current": "cb16785717e7c07f96dbc04cb8340e75f1b801cf5bf09c029e2641cecd8c646b"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@ -1459,6 +1459,10 @@
"codepoint": 61491,
"source": "svg/italic.svg"
},
"jirafeau": {
"codepoint": 62232,
"source": "svg/jirafeau.svg"
},
"joomla": {
"codepoint": 61866,
"source": "svg/joomla.svg"

View file

@ -7133,3 +7133,11 @@ icons:
url: hashnode.com
categories:
- Brand Icons
- name: Jirafeau
id: jirafeau
unicode: f318
created: 1.1
url: jirafeau.net
categories:
- Brand Icons

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1792" viewBox="0 0 1536 1792">
<path d="M1458.534 128H77.466C34.69 128 0 162.69 0 205.466v1381.068c0 26.474 13.331 49.804 33.589 63.773 183.043-477.127 393.256-771.833 393.256-771.833-44.805-94.043 4.477-257.51 62.685-275.42 58.237-17.91 145.556 132.11 145.556 132.11 60.469 0 102.998-127.632 111.968-190.332 8.94-62.7-13.447-114.2 40.298-136.587 53.73-22.387 40.298 82.856 31.343 129.878-8.955 47.036 17.91 147.788 33.588 214.965 15.665 67.178 105.244 118.677 134.341 129.864 29.126 11.2 69.424 58.222 69.424 58.222 6.723 26.865 273.188 317.964 342.597 403.051 69.41 85.088 38.066 175.9 38.066 175.9s-38.066 25.648-127.631 18.924c-66.338-4.985-121.575-66.395-136.703-85.218.042.042.058.072.102.13 0 0-120.923-4.477-270.942-71.655-150.02-67.178-174.668-47.021-223.92-35.835 0 0-60.455 4.478-91.812 107.476-23.04 75.727-31.575 100.737-49.601 210.053h922.33c42.776 0 77.466-34.69 77.466-77.466V205.466c-.016-42.776-34.69-77.466-77.466-77.466z"/>
</svg>

After

Width:  |  Height:  |  Size: 1,016 B