Added boardgamegeek icon

This commit is contained in:
Dion Dresschers 2020-04-01 19:04:24 +02:00
parent c35800e5c0
commit 552adaaf78
17 changed files with 2714 additions and 2674 deletions

View file

@ -1,13 +1,9 @@
# Fork Awesome
### A fork of the iconic font and CSS toolkit
[![npm](https://img.shields.io/npm/v/fork-awesome.svg?style=flat&colorB=CB3837)](https://www.npmjs.com/package/fork-awesome)
[![All Contributors](https://img.shields.io/badge/all_contributors-123-orange.svg?style=flat-square)](CONTRIBUTORS.md)
[![JSDeliver](https://data.jsdelivr.com/v1/package/npm/fork-awesome/badge)](https://www.jsdelivr.com/package/npm/fork-awesome)
[![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)
[![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 757 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 759 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.
@ -45,8 +41,8 @@ with the following format:
And constructed with the following guidelines:
* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions, including new icons, without breaking backward compatibility, bumps the minor (and resets the patch)
* Bug fixes, changes to brand logos, and misc changes bumps the patch
* Big changes, without breaking backward compatibility, bumps the minor (and resets the patch)
* Bug fixes, small adaptations, adding a few icons and misc changes bumps the patch
* The fork started from FontAwesome 4.7 (last commit by Dave is [bdfa9823](https://github.com/ForkAwesome/Fork-Awesome/commits/master?after=b0bc8f6fb74e05c987ef7ce1525cd3ab8390a1c3+69)).
* The project starts at version 1.0.0. All references to versions before the fork are named 0.4.7
@ -91,3 +87,15 @@ Build the web documentation:
Or serve it on a local server on http://localhost:7998:
$ npm run dev
<!--- reference links for badges -->
[all-contrib]: https://img.shields.io/badge/all_contributors-123-orange.svg?style=flat-square "All Contributors badge"
[build-status-badge]: https://travis-ci.org/ForkAwesome/Fork-Awesome.svg?branch=master "Build status badge"
[build-status-link]: https://travis-ci.org/ForkAwesome/Fork-Awesome
[cdnjs-badge]: https://img.shields.io/cdnjs/v/fork-awesome.svg?style=flat-square "CDNJS badge"
[cdnjs-link]: https://cdnjs.com/libraries/fork-awesome
[jsdeliver-badge]: https://data.jsdelivr.com/v1/package/npm/fork-awesome/badge "JSDeliver badge"
[jsdeliver-link]: https://www.jsdelivr.com/package/npm/fork-awesome
[npm-badge]: https://img.shields.io/npm/v/fork-awesome.svg?style=flat&colorB=CB3837 "NPM badge"
[npm-link]: ttps://www.npmjs.com/package/fork-awesome

View file

@ -2592,6 +2592,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-researchgate:before {
content: "\f338";
}
.fa-funkwhale:before {
content: "\f339";
}
.fa-boardgamegeek:before {
content: "\f33a";
}
.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.

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 485 KiB

After

Width:  |  Height:  |  Size: 485 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -890,3 +890,5 @@
.@{fa-css-prefix}-open-collective:before { content: @fa-var-open-collective; }
.@{fa-css-prefix}-orcid:before { content: @fa-var-orcid; }
.@{fa-css-prefix}-researchgate:before { content: @fa-var-researchgate; }
.@{fa-css-prefix}-funkwhale:before { content: @fa-var-funkwhale; }
.@{fa-css-prefix}-boardgamegeek:before { content: @fa-var-boardgamegeek; }

View file

@ -109,6 +109,7 @@
@fa-var-blind: "\f29d";
@fa-var-bluetooth: "\f293";
@fa-var-bluetooth-b: "\f294";
@fa-var-boardgamegeek: "\f33a";
@fa-var-bold: "\f032";
@fa-var-bolt: "\f0e7";
@fa-var-bomb: "\f1e2";
@ -342,6 +343,7 @@
@fa-var-freedombox: "\f2fd";
@fa-var-friendica: "\f2e6";
@fa-var-frown-o: "\f119";
@fa-var-funkwhale: "\f339";
@fa-var-futbol-o: "\f1e3";
@fa-var-gamepad: "\f11b";
@fa-var-gavel: "\f0e3";

View file

@ -890,3 +890,5 @@
.#{$fa-css-prefix}-open-collective:before { content: fa-content($fa-var-open-collective); }
.#{$fa-css-prefix}-orcid:before { content: fa-content($fa-var-orcid); }
.#{$fa-css-prefix}-researchgate:before { content: fa-content($fa-var-researchgate); }
.#{$fa-css-prefix}-funkwhale:before { content: fa-content($fa-var-funkwhale); }
.#{$fa-css-prefix}-boardgamegeek:before { content: fa-content($fa-var-boardgamegeek); }

View file

@ -109,6 +109,7 @@ $fa-var-black-tie: \f27e;
$fa-var-blind: \f29d;
$fa-var-bluetooth: \f293;
$fa-var-bluetooth-b: \f294;
$fa-var-boardgamegeek: \f33a;
$fa-var-bold: \f032;
$fa-var-bolt: \f0e7;
$fa-var-bomb: \f1e2;
@ -342,6 +343,7 @@ $fa-var-free-code-camp: \f2c5;
$fa-var-freedombox: \f2fd;
$fa-var-friendica: \f2e6;
$fa-var-frown-o: \f119;
$fa-var-funkwhale: \f339;
$fa-var-futbol-o: \f1e3;
$fa-var-gamepad: \f11b;
$fa-var-gavel: \f0e3;

View file

@ -1,7 +1,7 @@
{
"checksum": {
"previous": "076bb7901adb5b0fab73c9bd90164e807cd8086b89b7a47c88fe440219cdc51b",
"current": "076bb7901adb5b0fab73c9bd90164e807cd8086b89b7a47c88fe440219cdc51b"
"previous": "c15a00cb55da5cc529aecf6f0ec3817809b15e07a7f074916ef888b58c9fc145",
"current": "c15a00cb55da5cc529aecf6f0ec3817809b15e07a7f074916ef888b58c9fc145"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@ -355,6 +355,10 @@
"codepoint": 62100,
"source": "svg/bluetooth-b.svg"
},
"boardgamegeek": {
"codepoint": 62266,
"source": "svg/boardgamegeek.svg"
},
"bold": {
"codepoint": 61490,
"source": "svg/bold.svg"

View file

@ -7450,3 +7450,11 @@ icons:
url: funkwhale.audio
categories:
- Brand Icons
- name: Board Game Geek
id: boardgamegeek
unicode: f33a
created: 1.1
url: boardgamegeek.com
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="M170.436 1398.297C48.979 1113.55 11.515 1022.486 14.396 1019.014c2.085-2.513 28.679-26.204 59.097-52.646 30.418-26.443 55.318-50.411 55.334-53.262.015-2.852-15.465-112.425-34.403-243.496C75.487 538.538 60.572 430.72 61.28 430.012c.707-.707 240.547-89.829 532.978-198.048 292.431-108.22 535.292-198.318 539.69-200.22 4.398-1.901 7.234-2.223 6.302-.714-5.216 8.439-143.466 365.248-142.063 366.65.927.927 37.83-9.258 82.006-22.633s80.506-24.147 80.734-23.94c.228.21-16.52 126.355-37.217 280.325l-37.631 279.946 46.721 44.385c25.697 24.412 46.721 45.806 46.721 47.542 0 4.394-200.827 519.163-203.874 522.58-2.01 2.254-164.032 64.312-624.254 239.103l-21.124 8.023z"/>
</svg>

After

Width:  |  Height:  |  Size: 775 B

View file

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1536" viewBox="0 0 1536 1536">
<path d="M905.006 1533.51c-110.9-12.102-174.616-59.034-279.289-205.724-51.851-72.667-127.086-190.643-171.456-268.862l-27.517-48.51H294.338l.037 178.012c.018 109.774 2.486 187.037 6.433 201.552 10.604 39.001 29.738 54.088 78.097 61.58 90.06 13.95 80.209 9.013 80.209 40.198v27.686H.102v-27.952c0-15.374 1.09-27.953 2.424-27.953 17.846 0 94.702-19.33 105.82-26.613 8.1-5.308 19.497-22.013 25.329-37.124 9.86-25.554 10.602-57.107 10.602-451.176 0-335.417-1.614-428.257-7.748-445.575-10.881-30.716-35.948-49.627-76.05-57.37C-5.3 432.898.102 436.61.102 404.097v-29.311h273.255c289.721 0 314.42 1.88 385.834 29.35 77.95 29.986 142.016 95.76 164.908 169.304 17.026 54.698 17.084 136.807.129 190.95-16.153 51.598-63.353 121.44-105.186 155.645-34.159 27.929-107.28 66.762-125.71 66.762-8.6 0-6.79 6.008 11.084 36.78 65.617 112.965 205.799 301.877 270.478 364.502 37.63 36.435 90.04 67.279 129.222 76.047l31.69 7.09v25.691c0 21.27-2.278 26.533-13.24 30.583-21.438 7.918-75.022 10.662-117.566 6.02zM483.292 916.06c45.593-8.648 100.291-36.081 128.821-64.611 78.642-78.642 87.177-234.455 17.198-313.954-52.684-59.853-98.517-74.27-236.404-74.368h-98.57V915.432l13.242 2.55c26.997 5.2 145.089 3.955 175.713-1.853zm652.828-282.508c-89.663-18.883-148.972-84.523-164.685-182.265-7.872-48.964-7.964-215.002-.147-264.812 12.737-81.169 60.806-145.642 127.068-170.433C1162.637-8.01 1246.952-5.15 1303.568 23c41.203 20.486 97.098 83.67 97.098 109.76 0 5.775-80.929 39.844-84.412 35.534-1.074-1.324-10.272-14.732-20.442-29.786-24.068-35.627-57.199-52.073-104.903-52.073-48.784 0-83.22 22.526-106.308 69.543-16.027 32.636-16.468 36.232-18.334 149.584-1.538 93.37-.055 122.5 7.512 148.562 18.4 63.294 65.089 95.07 132.518 90.193 68.934-4.986 111.379-56.501 111.802-135.693l.184-33.837h-117.695V292.4h217.735l-.055 63.26c-.092 120.248-18.929 180.485-71.152 227.438-16.29 14.645-44.128 31.95-62.393 38.784-37.855 14.164-109.904 19.82-148.61 11.67z"/>
<path d="M905.006 1533.51c-110.9-12.102-174.616-59.034-279.289-205.724-51.851-72.667-127.086-190.643-171.456-268.862l-27.517-48.51H294.338l.037 178.012c.018 109.774 2.486 187.037 6.433 201.552 10.604 39.001 29.738 54.088 78.097 61.58 90.06 13.95 80.209 9.013 80.209 40.198v27.686H.102v-27.952c0-15.374 1.09-27.953 2.424-27.953 17.846 0 94.702-19.33 105.82-26.613 8.1-5.308 19.497-22.013 25.329-37.124 9.86-25.554 10.602-57.107 10.602-451.176 0-335.417-1.614-428.257-7.748-445.575-10.881-30.716-35.948-49.627-76.05-57.37C-5.3 432.898.102 436.61.102 404.097v-29.311h273.255c289.721 0 314.42 1.88 385.834 29.35 77.95 29.986 142.016 95.76 164.908 169.304 17.026 54.698 17.084 136.807.129 190.95-16.153 51.598-63.353 121.44-105.186 155.645-34.159 27.929-107.28 66.762-125.71 66.762-8.6 0-6.79 6.008 11.084 36.78 65.617 112.965 205.799 301.877 270.478 364.502 37.63 36.435 90.04 67.279 129.222 76.047l31.69 7.09v25.691c0 21.27-2.278 26.533-13.24 30.583-21.438 7.918-75.022 10.662-117.566 6.02zM483.292 916.06c45.593-8.648 100.291-36.081 128.821-64.611 78.642-78.642 87.177-234.455 17.198-313.954-52.684-59.853-98.517-74.27-236.404-74.368h-98.57v452.305l13.242 2.55c26.997 5.2 145.089 3.955 175.713-1.853zm652.828-282.508c-89.663-18.883-148.972-84.523-164.685-182.265-7.872-48.964-7.964-215.002-.147-264.812 12.737-81.169 60.806-145.642 127.068-170.433C1162.637-8.01 1246.952-5.15 1303.568 23c41.203 20.486 97.098 83.67 97.098 109.76 0 5.775-80.929 39.844-84.412 35.534-1.074-1.324-10.272-14.732-20.442-29.786-24.068-35.627-57.199-52.073-104.903-52.073-48.784 0-83.22 22.526-106.308 69.543-16.027 32.636-16.468 36.232-18.334 149.584-1.538 93.37-.055 122.5 7.512 148.562 18.4 63.294 65.089 95.07 132.518 90.193 68.934-4.986 111.379-56.501 111.802-135.693l.184-33.837h-117.695V292.4h217.735l-.055 63.26c-.092 120.248-18.929 180.485-71.152 227.438-16.29 14.645-44.128 31.95-62.393 38.784-37.855 14.164-109.904 19.82-148.61 11.67z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB