Skip to content

Commit

Permalink
Adds Facebook Messenger icon, fixes ForkAwesome#41
Browse files Browse the repository at this point in the history
  • Loading branch information
xuv committed Mar 2, 2018
1 parent 1e9477b commit 1518d02
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fork Awesome
### A fork of the iconic font and CSS toolkit

Fork Awesome is a full suite of 699 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 700 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 is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this incredible tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors.

Expand Down
3 changes: 3 additions & 0 deletions css/fork-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -2392,6 +2392,9 @@
.fa-freedombox:before {
content: "\f2fd";
}
.fa-facebook-messenger:before {
content: "\f2fe";
}
.sr-only {
position: absolute;
width: 1px;
Expand Down
2 changes: 1 addition & 1 deletion css/fork-awesome.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/fork-awesome.min.css.map

Large diffs are not rendered by default.

Binary file modified fonts/forkawesome-webfont.eot
Binary file not shown.
6 changes: 4 additions & 2 deletions fonts/forkawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/forkawesome-webfont.ttf
Binary file not shown.
Binary file modified fonts/forkawesome-webfont.woff
Binary file not shown.
Binary file modified fonts/forkawesome-webfont.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -815,3 +815,4 @@
.@{fa-css-prefix}-xmpp:before { content: @fa-var-xmpp; }
.@{fa-css-prefix}-archive-org:before { content: @fa-var-archive-org; }
.@{fa-css-prefix}-freedombox:before { content: @fa-var-freedombox; }
.@{fa-css-prefix}-facebook-messenger:before { content: @fa-var-facebook-messenger; }
1 change: 1 addition & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@
@fa-var-fa: "\f2b4";
@fa-var-facebook: "\f09a";
@fa-var-facebook-f: "\f09a";
@fa-var-facebook-messenger: "\f2fe";
@fa-var-facebook-official: "\f230";
@fa-var-facebook-square: "\f082";
@fa-var-fast-backward: "\f049";
Expand Down
1 change: 1 addition & 0 deletions scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -815,3 +815,4 @@
.#{$fa-css-prefix}-xmpp:before { content: $fa-var-xmpp; }
.#{$fa-css-prefix}-archive-org:before { content: $fa-var-archive-org; }
.#{$fa-css-prefix}-freedombox:before { content: $fa-var-freedombox; }
.#{$fa-css-prefix}-facebook-messenger:before { content: $fa-var-facebook-messenger; }
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ $fa-var-eyedropper: "\f1fb";
$fa-var-fa: "\f2b4";
$fa-var-facebook: "\f09a";
$fa-var-facebook-f: "\f09a";
$fa-var-facebook-messenger: "\f2fe";
$fa-var-facebook-official: "\f230";
$fa-var-facebook-square: "\f082";
$fa-var-fast-backward: "\f049";
Expand Down
8 changes: 6 additions & 2 deletions src/icons/.fontcustom-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"checksum": {
"previous": "9f105d718e596d284f9f0d5e48a1e97c8cf3783c18b0257ce2d20071b3157175",
"current": "9f105d718e596d284f9f0d5e48a1e97c8cf3783c18b0257ce2d20071b3157175"
"previous": "c5d38bae8b1cca70d910a0de588eabf3cb7934268237937ebb9bb843253df5b5",
"current": "c5d38bae8b1cca70d910a0de588eabf3cb7934268237937ebb9bb843253df5b5"
},
"fonts": [
"forkawesome/forkawesome.ttf",
Expand Down Expand Up @@ -911,6 +911,10 @@
"codepoint": 61594,
"source": "svg/facebook.svg"
},
"facebook-messenger": {
"codepoint": 62206,
"source": "svg/facebook-messenger.svg"
},
"facebook-official": {
"codepoint": 62000,
"source": "svg/facebook-official.svg"
Expand Down
8 changes: 8 additions & 0 deletions src/icons/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6845,3 +6845,11 @@ icons:
url: freedombox.org
categories:
- Brand Icons

- name: Facebook Messenger
id: facebook-messenger
unicode: f2fe
created: 1.0
url: messenger.com
categories:
- Brand Icons
3 changes: 3 additions & 0 deletions src/icons/svg/facebook-messenger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 1 addition & 11 deletions src/icons/svg/freedombox.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1518d02

Please sign in to comment.