Skip to content

Commit

Permalink
adds 38 new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
diondresschers authored and xuv committed Jun 24, 2020
1 parent 66b346f commit 3d167d3
Show file tree
Hide file tree
Showing 53 changed files with 3,901 additions and 2,700 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 758 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 796 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.

Expand Down
117 changes: 117 additions & 0 deletions css/fork-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -2595,6 +2595,123 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-funkwhale:before {
content: "\f339";
}
.fa-askfm:before {
content: "\f33a";
}
.fa-blockstack:before {
content: "\f33b";
}
.fa-boardgamegeek:before {
content: "\f33c";
}
.fa-bunny:before {
content: "\f35f";
}
.fa-buymeacoffee:before {
content: "\f33d";
}
.fa-cc-by:before {
content: "\f33e";
}
.fa-creative-commons-alt:before,
.fa-cc-cc:before {
content: "\f33f";
}
.fa-cc-nc-eu:before {
content: "\f341";
}
.fa-cc-nc-jp:before {
content: "\f342";
}
.fa-cc-nc:before {
content: "\f340";
}
.fa-cc-nd:before {
content: "\f343";
}
.fa-cc-pd:before {
content: "\f344";
}
.fa-cc-remix:before {
content: "\f345";
}
.fa-cc-sa:before {
content: "\f346";
}
.fa-cc-share:before {
content: "\f347";
}
.fa-cc-zero:before {
content: "\f348";
}
.fa-conway-hacker:before,
.fa-conway-glider:before {
content: "\f349";
}
.fa-csharp:before {
content: "\f34a";
}
.fa-email-bulk:before {
content: "\f34b";
}
.fa-email-bulk-o:before {
content: "\f34c";
}
.fa-gnu:before {
content: "\f34d";
}
.fa-google-play:before {
content: "\f34e";
}
.fa-heroku:before {
content: "\f34f";
}
.fa-hassio:before,
.fa-home-assistant:before {
content: "\f350";
}
.fa-java:before {
content: "\f351";
}
.fa-mariadb:before {
content: "\f352";
}
.fa-markdown:before {
content: "\f353";
}
.fa-mysql:before {
content: "\f354";
}
.fa-nordcast:before {
content: "\f355";
}
.fa-plume:before {
content: "\f356";
}
.fa-postgresql:before {
content: "\f357";
}
.fa-sass-alt:before {
content: "\f359";
}
.fa-sass:before {
content: "\f358";
}
.fa-skate:before {
content: "\f35a";
}
.fa-sketchfab:before {
content: "\f35b";
}
.fa-tex:before {
content: "\f35c";
}
.fa-textpattern:before {
content: "\f35d";
}
.fa-unity:before {
content: "\f35e";
}
.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.
5,686 changes: 2,991 additions & 2,695 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.
41 changes: 41 additions & 0 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -891,3 +891,44 @@
.@{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}-askfm:before { content: @fa-var-askfm; }
.@{fa-css-prefix}-blockstack:before { content: @fa-var-blockstack; }
.@{fa-css-prefix}-boardgamegeek:before { content: @fa-var-boardgamegeek; }
.@{fa-css-prefix}-bunny:before { content: @fa-var-bunny; }
.@{fa-css-prefix}-buymeacoffee:before { content: @fa-var-buymeacoffee; }
.@{fa-css-prefix}-cc-by:before { content: @fa-var-cc-by; }
.@{fa-css-prefix}-creative-commons-alt:before,
.@{fa-css-prefix}-cc-cc:before { content: @fa-var-cc-cc; }
.@{fa-css-prefix}-cc-nc-eu:before { content: @fa-var-cc-nc-eu; }
.@{fa-css-prefix}-cc-nc-jp:before { content: @fa-var-cc-nc-jp; }
.@{fa-css-prefix}-cc-nc:before { content: @fa-var-cc-nc; }
.@{fa-css-prefix}-cc-nd:before { content: @fa-var-cc-nd; }
.@{fa-css-prefix}-cc-pd:before { content: @fa-var-cc-pd; }
.@{fa-css-prefix}-cc-remix:before { content: @fa-var-cc-remix; }
.@{fa-css-prefix}-cc-sa:before { content: @fa-var-cc-sa; }
.@{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}-conway-hacker:before,
.@{fa-css-prefix}-conway-glider:before { content: @fa-var-conway-glider; }
.@{fa-css-prefix}-csharp:before { content: @fa-var-csharp; }
.@{fa-css-prefix}-email-bulk:before { content: @fa-var-email-bulk; }
.@{fa-css-prefix}-email-bulk-o:before { content: @fa-var-email-bulk-o; }
.@{fa-css-prefix}-gnu:before { content: @fa-var-gnu; }
.@{fa-css-prefix}-google-play:before { content: @fa-var-google-play; }
.@{fa-css-prefix}-heroku:before { content: @fa-var-heroku; }
.@{fa-css-prefix}-hassio:before,
.@{fa-css-prefix}-home-assistant:before { content: @fa-var-home-assistant; }
.@{fa-css-prefix}-java:before { content: @fa-var-java; }
.@{fa-css-prefix}-mariadb:before { content: @fa-var-mariadb; }
.@{fa-css-prefix}-markdown:before { content: @fa-var-markdown; }
.@{fa-css-prefix}-mysql:before { content: @fa-var-mysql; }
.@{fa-css-prefix}-nordcast:before { content: @fa-var-nordcast; }
.@{fa-css-prefix}-plume:before { content: @fa-var-plume; }
.@{fa-css-prefix}-postgresql:before { content: @fa-var-postgresql; }
.@{fa-css-prefix}-sass-alt:before { content: @fa-var-sass-alt; }
.@{fa-css-prefix}-sass:before { content: @fa-var-sass; }
.@{fa-css-prefix}-skate:before { content: @fa-var-skate; }
.@{fa-css-prefix}-sketchfab:before { content: @fa-var-sketchfab; }
.@{fa-css-prefix}-tex:before { content: @fa-var-tex; }
.@{fa-css-prefix}-textpattern:before { content: @fa-var-textpattern; }
.@{fa-css-prefix}-unity:before { content: @fa-var-unity; }
41 changes: 41 additions & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
@fa-var-arrows-h: "\f07e";
@fa-var-arrows-v: "\f07d";
@fa-var-artstation: "\f2ed";
@fa-var-askfm: "\f33a";
@fa-var-asl-interpreting: "\f2a3";
@fa-var-assistive-listening-systems: "\f2a2";
@fa-var-asterisk: "\f069";
Expand Down Expand Up @@ -107,8 +108,10 @@
@fa-var-bitcoin: "\f15a";
@fa-var-black-tie: "\f27e";
@fa-var-blind: "\f29d";
@fa-var-blockstack: "\f33b";
@fa-var-bluetooth: "\f293";
@fa-var-bluetooth-b: "\f294";
@fa-var-boardgamegeek: "\f33c";
@fa-var-bold: "\f032";
@fa-var-bolt: "\f0e7";
@fa-var-bomb: "\f1e2";
Expand All @@ -124,7 +127,9 @@
@fa-var-building-o: "\f0f7";
@fa-var-bullhorn: "\f0a1";
@fa-var-bullseye: "\f140";
@fa-var-bunny: "\f35f";
@fa-var-bus: "\f207";
@fa-var-buymeacoffee: "\f33d";
@fa-var-buysellads: "\f20d";
@fa-var-c: "\f31c";
@fa-var-cab: "\f1ba";
Expand All @@ -150,13 +155,24 @@
@fa-var-cart-plus: "\f217";
@fa-var-cc: "\f20a";
@fa-var-cc-amex: "\f1f3";
@fa-var-cc-by: "\f33e";
@fa-var-cc-cc: "\f33f";
@fa-var-cc-diners-club: "\f24c";
@fa-var-cc-discover: "\f1f2";
@fa-var-cc-jcb: "\f24b";
@fa-var-cc-mastercard: "\f1f1";
@fa-var-cc-nc: "\f340";
@fa-var-cc-nc-eu: "\f341";
@fa-var-cc-nc-jp: "\f342";
@fa-var-cc-nd: "\f343";
@fa-var-cc-paypal: "\f1f4";
@fa-var-cc-pd: "\f344";
@fa-var-cc-remix: "\f345";
@fa-var-cc-sa: "\f346";
@fa-var-cc-share: "\f347";
@fa-var-cc-stripe: "\f1f5";
@fa-var-cc-visa: "\f1f0";
@fa-var-cc-zero: "\f348";
@fa-var-certificate: "\f0a3";
@fa-var-chain: "\f0c1";
@fa-var-chain-broken: "\f127";
Expand Down Expand Up @@ -209,13 +225,17 @@
@fa-var-compress: "\f066";
@fa-var-connectdevelop: "\f20e";
@fa-var-contao: "\f26d";
@fa-var-conway-glider: "\f349";
@fa-var-conway-hacker: "\f349";
@fa-var-copy: "\f0c5";
@fa-var-copyright: "\f1f9";
@fa-var-creative-commons: "\f25e";
@fa-var-creative-commons-alt: "\f33f";
@fa-var-credit-card: "\f09d";
@fa-var-credit-card-alt: "\f283";
@fa-var-crop: "\f125";
@fa-var-crosshairs: "\f05b";
@fa-var-csharp: "\f34a";
@fa-var-css3: "\f13c";
@fa-var-cube: "\f1b2";
@fa-var-cubes: "\f1b3";
Expand Down Expand Up @@ -254,6 +274,8 @@
@fa-var-eject: "\f052";
@fa-var-ellipsis-h: "\f141";
@fa-var-ellipsis-v: "\f142";
@fa-var-email-bulk: "\f34b";
@fa-var-email-bulk-o: "\f34c";
@fa-var-emby: "\f319";
@fa-var-empire: "\f1d1";
@fa-var-envelope: "\f0e0";
Expand Down Expand Up @@ -371,9 +393,11 @@
@fa-var-globe: "\f0ac";
@fa-var-globe-e: "\f304";
@fa-var-globe-w: "\f305";
@fa-var-gnu: "\f34d";
@fa-var-gnu-social: "\f2e7";
@fa-var-gnupg: "\f30d";
@fa-var-google: "\f1a0";
@fa-var-google-play: "\f34e";
@fa-var-google-plus: "\f0d5";
@fa-var-google-plus-circle: "\f2b3";
@fa-var-google-plus-g: "\f0d5";
Expand Down Expand Up @@ -406,15 +430,18 @@
@fa-var-hard-of-hearing: "\f2a4";
@fa-var-hashnode: "\f317";
@fa-var-hashtag: "\f292";
@fa-var-hassio: "\f350";
@fa-var-hdd-o: "\f0a0";
@fa-var-header: "\f1dc";
@fa-var-heading: "\f1dc";
@fa-var-headphones: "\f025";
@fa-var-heart: "\f004";
@fa-var-heart-o: "\f08a";
@fa-var-heartbeat: "\f21e";
@fa-var-heroku: "\f34f";
@fa-var-history: "\f1da";
@fa-var-home: "\f015";
@fa-var-home-assistant: "\f350";
@fa-var-hospital-o: "\f0f8";
@fa-var-hotel: "\f236";
@fa-var-hourglass: "\f254";
Expand Down Expand Up @@ -448,6 +475,7 @@
@fa-var-intersex: "\f224";
@fa-var-ioxhost: "\f208";
@fa-var-italic: "\f033";
@fa-var-java: "\f351";
@fa-var-jirafeau: "\f318";
@fa-var-joomla: "\f1aa";
@fa-var-joplin: "\f310";
Expand Down Expand Up @@ -506,6 +534,8 @@
@fa-var-map-o: "\f278";
@fa-var-map-pin: "\f276";
@fa-var-map-signs: "\f277";
@fa-var-mariadb: "\f352";
@fa-var-markdown: "\f353";
@fa-var-mars: "\f222";
@fa-var-mars-double: "\f227";
@fa-var-mars-stroke: "\f229";
Expand Down Expand Up @@ -541,12 +571,14 @@
@fa-var-motorcycle: "\f21c";
@fa-var-mouse-pointer: "\f245";
@fa-var-music: "\f001";
@fa-var-mysql: "\f354";
@fa-var-navicon: "\f0c9";
@fa-var-neuter: "\f22c";
@fa-var-newspaper-o: "\f1ea";
@fa-var-nextcloud: "\f306";
@fa-var-nextcloud-square: "\f307";
@fa-var-nodejs: "\f308";
@fa-var-nordcast: "\f355";
@fa-var-object-group: "\f247";
@fa-var-object-ungroup: "\f248";
@fa-var-odnoklassniki: "\f263";
Expand Down Expand Up @@ -593,11 +625,13 @@
@fa-var-play-circle-o: "\f01d";
@fa-var-pleroma: "\f324";
@fa-var-plug: "\f1e6";
@fa-var-plume: "\f356";
@fa-var-plus: "\f067";
@fa-var-plus-circle: "\f055";
@fa-var-plus-square: "\f0fe";
@fa-var-plus-square-o: "\f196";
@fa-var-podcast: "\f2ce";
@fa-var-postgresql: "\f357";
@fa-var-pound: "\f154";
@fa-var-power-off: "\f011";
@fa-var-print: "\f02f";
Expand Down Expand Up @@ -645,6 +679,8 @@
@fa-var-rupee: "\f156";
@fa-var-s15: "\f2cd";
@fa-var-safari: "\f267";
@fa-var-sass: "\f358";
@fa-var-sass-alt: "\f359";
@fa-var-save: "\f0c7";
@fa-var-scissors: "\f0c4";
@fa-var-scribd: "\f28a";
Expand Down Expand Up @@ -680,6 +716,8 @@
@fa-var-signing: "\f2a7";
@fa-var-simplybuilt: "\f215";
@fa-var-sitemap: "\f0e8";
@fa-var-skate: "\f35a";
@fa-var-sketchfab: "\f35b";
@fa-var-skyatlas: "\f216";
@fa-var-skype: "\f17e";
@fa-var-slack: "\f198";
Expand Down Expand Up @@ -762,8 +800,10 @@
@fa-var-television: "\f26c";
@fa-var-tencent-weibo: "\f1d5";
@fa-var-terminal: "\f120";
@fa-var-tex: "\f35c";
@fa-var-text-height: "\f034";
@fa-var-text-width: "\f035";
@fa-var-textpattern: "\f35d";
@fa-var-th: "\f00a";
@fa-var-th-large: "\f009";
@fa-var-th-list: "\f00b";
Expand Down Expand Up @@ -822,6 +862,7 @@
@fa-var-umbrella: "\f0e9";
@fa-var-underline: "\f0cd";
@fa-var-undo: "\f0e2";
@fa-var-unity: "\f35e";
@fa-var-universal-access: "\f29a";
@fa-var-university: "\f19c";
@fa-var-unlink: "\f127";
Expand Down
Loading

0 comments on commit 3d167d3

Please sign in to comment.