Skip to content

Commit

Permalink
Adds Unslpash icon. Fixes #141
Browse files Browse the repository at this point in the history
  • Loading branch information
xuv committed Feb 13, 2019
1 parent 39dc4b5 commit 894c165
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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 737 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 738 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
3 changes: 3 additions & 0 deletions css/fork-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -2531,6 +2531,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-pleroma:before {
content: "\f324";
}
.fa-unsplash:before {
content: "\f325";
}
.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 @@ -870,3 +870,4 @@
.@{fa-css-prefix}-python:before { content: @fa-var-python; }
.@{fa-css-prefix}-archlinux:before { content: @fa-var-archlinux; }
.@{fa-css-prefix}-pleroma:before { content: @fa-var-pleroma; }
.@{fa-css-prefix}-unsplash:before { content: @fa-var-unsplash; }
1 change: 1 addition & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@
@fa-var-unlock: "\f09c";
@fa-var-unlock-alt: "\f13e";
@fa-var-unsorted: "\f0dc";
@fa-var-unsplash: "\f325";
@fa-var-upload: "\f093";
@fa-var-usb: "\f287";
@fa-var-usd: "\f155";
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": "962c5ffdd9bf7dc28beedde37db577fd7763bb0bf1ce6e1c0919b6cccb68fb17",
"current": "962c5ffdd9bf7dc28beedde37db577fd7763bb0bf1ce6e1c0919b6cccb68fb17"
"previous": "f3c28c2a792fb541ee64aca5c002cc1aef34bd6d371348e042f5f2bb7159b3f9",
"current": "f3c28c2a792fb541ee64aca5c002cc1aef34bd6d371348e042f5f2bb7159b3f9"
},
"fonts": [
"forkawesome/forkawesome.ttf",
Expand Down Expand Up @@ -2731,6 +2731,10 @@
"codepoint": 61758,
"source": "svg/unlock-alt.svg"
},
"unslpash": {
"codepoint": 62245,
"source": "svg/unslpash.svg"
},
"upload": {
"codepoint": 61587,
"source": "svg/upload.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 @@ -7227,3 +7227,11 @@ icons:
categories:
- Brand Icons
- Web Application Icons

- name: Unsplash
id: unsplash
unicode: f325
created: 1.1
url: unsplash.com
categories:
- Brand Icons
3 changes: 3 additions & 0 deletions src/icons/svg/unslpash.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 894c165

Please sign in to comment.