Skip to content

Commit 027696a

Browse files
committedAug 26, 2014
adding bicycle and bus FortAwesome#97
1 parent 605c474 commit 027696a

File tree

10 files changed

+30
-2
lines changed

10 files changed

+30
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[Font Awesome v4.2.0](http://fontawesome.io)
22
###The iconic font and CSS framework
33

4-
Font Awesome is a full suite of 472 pictographic icons for easy scalable vector graphics on websites,
4+
Font Awesome is a full suite of 474 pictographic icons for easy scalable vector graphics on websites,
55
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
66
Stay up to date [@fontawesome](http://twitter.com/fontawesome).
77

‎css/font-awesome.css

+6
Original file line numberDiff line numberDiff line change
@@ -1646,3 +1646,9 @@
16461646
.fa-toggle-on:before {
16471647
content: "\f205";
16481648
}
1649+
.fa-bicycle:before {
1650+
content: "\f206";
1651+
}
1652+
.fa-bus:before {
1653+
content: "\f207";
1654+
}

‎css/font-awesome.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎fonts/FontAwesome.otf

464 Bytes
Binary file not shown.

‎less/icons.less

+2
Original file line numberDiff line numberDiff line change
@@ -541,3 +541,5 @@
541541
.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; }
542542
.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; }
543543
.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; }
544+
.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; }
545+
.@{fa-css-prefix}-bus:before { content: @fa-var-bus; }

‎less/variables.less

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
@fa-var-bell-o: "\f0a2";
6363
@fa-var-bell-slash: "\f1f6";
6464
@fa-var-bell-slash-o: "\f1f7";
65+
@fa-var-bicycle: "\f206";
6566
@fa-var-binoculars: "\f1e5";
6667
@fa-var-birthday-cake: "\f1fd";
6768
@fa-var-bitbucket: "\f171";
@@ -80,6 +81,7 @@
8081
@fa-var-building-o: "\f0f7";
8182
@fa-var-bullhorn: "\f0a1";
8283
@fa-var-bullseye: "\f140";
84+
@fa-var-bus: "\f207";
8385
@fa-var-cab: "\f1ba";
8486
@fa-var-calculator: "\f1ec";
8587
@fa-var-calendar: "\f073";

‎scss/_icons.scss

+2
Original file line numberDiff line numberDiff line change
@@ -541,3 +541,5 @@
541541
.#{$fa-css-prefix}-lastfm-square:before { content: $fa-var-lastfm-square; }
542542
.#{$fa-css-prefix}-toggle-off:before { content: $fa-var-toggle-off; }
543543
.#{$fa-css-prefix}-toggle-on:before { content: $fa-var-toggle-on; }
544+
.#{$fa-css-prefix}-bicycle:before { content: $fa-var-bicycle; }
545+
.#{$fa-css-prefix}-bus:before { content: $fa-var-bus; }

‎scss/_variables.scss

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ $fa-var-bell: "\f0f3";
6262
$fa-var-bell-o: "\f0a2";
6363
$fa-var-bell-slash: "\f1f6";
6464
$fa-var-bell-slash-o: "\f1f7";
65+
$fa-var-bicycle: "\f206";
6566
$fa-var-binoculars: "\f1e5";
6667
$fa-var-birthday-cake: "\f1fd";
6768
$fa-var-bitbucket: "\f171";
@@ -80,6 +81,7 @@ $fa-var-building: "\f1ad";
8081
$fa-var-building-o: "\f0f7";
8182
$fa-var-bullhorn: "\f0a1";
8283
$fa-var-bullseye: "\f140";
84+
$fa-var-bus: "\f207";
8385
$fa-var-cab: "\f1ba";
8486
$fa-var-calculator: "\f1ec";
8587
$fa-var-calendar: "\f073";
464 Bytes
Binary file not shown.

‎src/icons.yml

+14
Original file line numberDiff line numberDiff line change
@@ -3518,3 +3518,17 @@ icons:
35183518
created: 4.2
35193519
categories:
35203520
- Web Application Icons
3521+
3522+
- name: Bicycle
3523+
id: bicycle
3524+
unicode: f206
3525+
created: 4.2
3526+
categories:
3527+
- Web Application Icons
3528+
3529+
- name: Bus
3530+
id: bus
3531+
unicode: f207
3532+
created: 4.2
3533+
categories:
3534+
- Web Application Icons

0 commit comments

Comments
 (0)
Please sign in to comment.