mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-27 14:01:30 +08:00
adding bicycle and bus #97
This commit is contained in:
parent
605c47497a
commit
027696a64e
@ -1,7 +1,7 @@
|
|||||||
#[Font Awesome v4.2.0](http://fontawesome.io)
|
#[Font Awesome v4.2.0](http://fontawesome.io)
|
||||||
###The iconic font and CSS framework
|
###The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 472 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 474 pictographic icons for easy scalable vector graphics on websites,
|
||||||
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
|
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
|
||||||
Stay up to date [@fontawesome](http://twitter.com/fontawesome).
|
Stay up to date [@fontawesome](http://twitter.com/fontawesome).
|
||||||
|
|
||||||
|
6
css/font-awesome.css
vendored
6
css/font-awesome.css
vendored
@ -1646,3 +1646,9 @@
|
|||||||
.fa-toggle-on:before {
|
.fa-toggle-on:before {
|
||||||
content: "\f205";
|
content: "\f205";
|
||||||
}
|
}
|
||||||
|
.fa-bicycle:before {
|
||||||
|
content: "\f206";
|
||||||
|
}
|
||||||
|
.fa-bus:before {
|
||||||
|
content: "\f207";
|
||||||
|
}
|
||||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -541,3 +541,5 @@
|
|||||||
.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; }
|
.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; }
|
||||||
.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; }
|
.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; }
|
||||||
.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; }
|
.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; }
|
||||||
|
.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; }
|
||||||
|
.@{fa-css-prefix}-bus:before { content: @fa-var-bus; }
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
@fa-var-bell-o: "\f0a2";
|
@fa-var-bell-o: "\f0a2";
|
||||||
@fa-var-bell-slash: "\f1f6";
|
@fa-var-bell-slash: "\f1f6";
|
||||||
@fa-var-bell-slash-o: "\f1f7";
|
@fa-var-bell-slash-o: "\f1f7";
|
||||||
|
@fa-var-bicycle: "\f206";
|
||||||
@fa-var-binoculars: "\f1e5";
|
@fa-var-binoculars: "\f1e5";
|
||||||
@fa-var-birthday-cake: "\f1fd";
|
@fa-var-birthday-cake: "\f1fd";
|
||||||
@fa-var-bitbucket: "\f171";
|
@fa-var-bitbucket: "\f171";
|
||||||
@ -80,6 +81,7 @@
|
|||||||
@fa-var-building-o: "\f0f7";
|
@fa-var-building-o: "\f0f7";
|
||||||
@fa-var-bullhorn: "\f0a1";
|
@fa-var-bullhorn: "\f0a1";
|
||||||
@fa-var-bullseye: "\f140";
|
@fa-var-bullseye: "\f140";
|
||||||
|
@fa-var-bus: "\f207";
|
||||||
@fa-var-cab: "\f1ba";
|
@fa-var-cab: "\f1ba";
|
||||||
@fa-var-calculator: "\f1ec";
|
@fa-var-calculator: "\f1ec";
|
||||||
@fa-var-calendar: "\f073";
|
@fa-var-calendar: "\f073";
|
||||||
|
@ -541,3 +541,5 @@
|
|||||||
.#{$fa-css-prefix}-lastfm-square:before { content: $fa-var-lastfm-square; }
|
.#{$fa-css-prefix}-lastfm-square:before { content: $fa-var-lastfm-square; }
|
||||||
.#{$fa-css-prefix}-toggle-off:before { content: $fa-var-toggle-off; }
|
.#{$fa-css-prefix}-toggle-off:before { content: $fa-var-toggle-off; }
|
||||||
.#{$fa-css-prefix}-toggle-on:before { content: $fa-var-toggle-on; }
|
.#{$fa-css-prefix}-toggle-on:before { content: $fa-var-toggle-on; }
|
||||||
|
.#{$fa-css-prefix}-bicycle:before { content: $fa-var-bicycle; }
|
||||||
|
.#{$fa-css-prefix}-bus:before { content: $fa-var-bus; }
|
||||||
|
@ -62,6 +62,7 @@ $fa-var-bell: "\f0f3";
|
|||||||
$fa-var-bell-o: "\f0a2";
|
$fa-var-bell-o: "\f0a2";
|
||||||
$fa-var-bell-slash: "\f1f6";
|
$fa-var-bell-slash: "\f1f6";
|
||||||
$fa-var-bell-slash-o: "\f1f7";
|
$fa-var-bell-slash-o: "\f1f7";
|
||||||
|
$fa-var-bicycle: "\f206";
|
||||||
$fa-var-binoculars: "\f1e5";
|
$fa-var-binoculars: "\f1e5";
|
||||||
$fa-var-birthday-cake: "\f1fd";
|
$fa-var-birthday-cake: "\f1fd";
|
||||||
$fa-var-bitbucket: "\f171";
|
$fa-var-bitbucket: "\f171";
|
||||||
@ -80,6 +81,7 @@ $fa-var-building: "\f1ad";
|
|||||||
$fa-var-building-o: "\f0f7";
|
$fa-var-building-o: "\f0f7";
|
||||||
$fa-var-bullhorn: "\f0a1";
|
$fa-var-bullhorn: "\f0a1";
|
||||||
$fa-var-bullseye: "\f140";
|
$fa-var-bullseye: "\f140";
|
||||||
|
$fa-var-bus: "\f207";
|
||||||
$fa-var-cab: "\f1ba";
|
$fa-var-cab: "\f1ba";
|
||||||
$fa-var-calculator: "\f1ec";
|
$fa-var-calculator: "\f1ec";
|
||||||
$fa-var-calendar: "\f073";
|
$fa-var-calendar: "\f073";
|
||||||
|
Binary file not shown.
@ -3518,3 +3518,17 @@ icons:
|
|||||||
created: 4.2
|
created: 4.2
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Bicycle
|
||||||
|
id: bicycle
|
||||||
|
unicode: f206
|
||||||
|
created: 4.2
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Bus
|
||||||
|
id: bus
|
||||||
|
unicode: f207
|
||||||
|
created: 4.2
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user