Adds Bootstrap icon. Fixes #90

This commit is contained in:
Julien Deswaef 2018-10-08 15:26:43 -04:00
parent 6e6c8e480f
commit 43e7f35b59
15 changed files with 31 additions and 8 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 722 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 723 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

@ -2486,6 +2486,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-pixelfed:before {
content: "\f314";
}
.fa-bootstrap:before {
content: "\f315";
}
.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:10:16 2018
Created by FontForge 20180321 at Mon Oct 8 15:22:21 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-F314"
unicode-range="U+0020-F315"
/>
<missing-glyph />
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
@ -608,6 +608,9 @@ d="M979 1395c25 25 45 16 45 -19v-1472c0 -35 -20 -44 -45 -19l-710 710c-6 6 -10 12
<glyph glyph-name="wheelchair" unicode="&#xf193;" horiz-adv-x="1629"
d="M1023 349l102 -204c-77 -238 -299 -401 -549 -401c-317 0 -576 259 -576 576c0 242 152 458 379 541l17 -131c-163 -72 -268 -232 -268 -410c0 -247 201 -448 448 -448c257 0 465 220 447 477zM1571 249l58 -114l-256 -128c-9 -5 -19 -7 -29 -7c-24 0 -47 14 -57 35
l-239 477h-472c-32 0 -60 25 -64 57l-96 779c-1 10 3 32 6 42c19 69 83 114 154 114c88 0 160 -72 160 -160c0 -91 -80 -169 -172 -159l37 -289h423v-128h-407l16 -128h455c24 0 47 -14 57 -35l228 -455z" />
<glyph glyph-name="bootstrap" unicode="&#xf315;"
d="M256 1408h1024c141 0 256 -115 256 -256v-1024c0 -141 -115 -256 -256 -256h-1024c-141 0 -256 115 -256 256v1024c0 141 115 256 256 256zM494 1020v-795h310c169 0 270 83 270 223c0 106 -69 182 -177 196v4c77 14 137 91 137 174c0 119 -93 198 -229 198h-311z
M593 933h190c97 0 150 -44 150 -123c0 -86 -64 -133 -181 -133h-159v256zM593 592v0h187c127 0 192 -47 192 -139s-63 -141 -183 -141h-196v280z" />
<glyph glyph-name="cutlery" unicode="&#xf0f5;" horiz-adv-x="1408"
d="M640 1472v-640c0 -81 -52 -154 -128 -181v-779c0 -70 -58 -128 -128 -128h-128c-70 0 -128 58 -128 128v779c-76 27 -128 100 -128 181v640c0 35 29 64 64 64s64 -29 64 -64v-416c0 -35 29 -64 64 -64s64 29 64 64v416c0 35 29 64 64 64s64 -29 64 -64v-416
c0 -35 29 -64 64 -64s64 29 64 64v416c0 35 29 64 64 64s64 -29 64 -64zM1408 1472v-1600c0 -70 -58 -128 -128 -128h-128c-70 0 -128 58 -128 128v512h-224c-17 0 -32 15 -32 32v800c0 176 144 320 320 320h256c35 0 64 -29 64 -64z" />

Before

Width:  |  Height:  |  Size: 456 KiB

After

Width:  |  Height:  |  Size: 456 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -855,3 +855,4 @@
.@{fa-css-prefix}-inkscape:before { content: @fa-var-inkscape; }
.@{fa-css-prefix}-matrix-org:before { content: @fa-var-matrix-org; }
.@{fa-css-prefix}-pixelfed:before { content: @fa-var-pixelfed; }
.@{fa-css-prefix}-bootstrap:before { content: @fa-var-bootstrap; }

View file

@ -110,6 +110,7 @@
@fa-var-book: "\f02d";
@fa-var-bookmark: "\f02e";
@fa-var-bookmark-o: "\f097";
@fa-var-bootstrap: "\f315";
@fa-var-braille: "\f2a1";
@fa-var-briefcase: "\f0b1";
@fa-var-btc: "\f15a";

View file

@ -1,7 +1,7 @@
{
"checksum": {
"previous": "1de221971e8a257ddc897b9eb3133a7a12d8328bd70079bb2faeb42879a0b4d6",
"current": "1de221971e8a257ddc897b9eb3133a7a12d8328bd70079bb2faeb42879a0b4d6"
"previous": "5835fcb2bb37593d60be0c63db65f6b6652b7522f3900266678a3d189ca655d0",
"current": "5835fcb2bb37593d60be0c63db65f6b6652b7522f3900266678a3d189ca655d0"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@ -359,6 +359,10 @@
"codepoint": 61591,
"source": "svg/bookmark-o.svg"
},
"bootstrap": {
"codepoint": 62229,
"source": "svg/bootstrap.svg"
},
"braille": {
"codepoint": 62113,
"source": "svg/braille.svg"

View file

@ -7109,3 +7109,11 @@ icons:
- photo
categories:
- Brand Icons
- name: Bootstrap
id: bootstrap
unicode: f315
created: 1.1
url: getbootstrap.com
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="M256 128C115.2 128 0 243.2 0 384v1024c0 140.8 115.2 256 256 256h1024c140.8 0 256-115.2 256-256V384c0-140.8-115.2-256-256-256H256zm237.854 387.59h311.591c136.207 0 228.393 79.41 228.393 198.525 0 82.824-60.661 159.925-137.31 173.703v4.416c108.097 13.78 177.568 89.902 177.568 195.766 0 140.072-100.392 223.373-269.678 223.373H493.854V515.59zm99.263 87.566v255.448h158.82c117.46 0 181.434-46.884 181.434-133.02 0-78.858-54.036-122.428-150.588-122.428H593.117zm0 341.008v279.592l196.317-.076c119.667 0 182.539-48.54 182.539-140.55 0-92.009-65.08-138.966-191.9-138.966H593.116z" fill="currentColor"/>
</svg>

After

Width:  |  Height:  |  Size: 709 B

View file

@ -1,3 +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"/>
<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-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 399 B

After

Width:  |  Height:  |  Size: 387 B