mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-27 14:01:30 +08:00
adding vimeo icon, wheelchair icon
This commit is contained in:
parent
8c523beb46
commit
f05f7e0f40
@ -1,4 +1,4 @@
|
|||||||
#[Font Awesome v3.2.1](http://fontawesome.io)
|
#[Font Awesome v4.0.0](http://fontawesome.io)
|
||||||
###the iconic font designed for Bootstrap
|
###the iconic font designed for Bootstrap
|
||||||
|
|
||||||
Font Awesome is a full suite of 361 pictographic icons for easy scalable vector graphics on websites, created and
|
Font Awesome is a full suite of 361 pictographic icons for easy scalable vector graphics on websites, created and
|
||||||
|
6
css/font-awesome.css
vendored
6
css/font-awesome.css
vendored
@ -1346,3 +1346,9 @@
|
|||||||
.fa-dot-circle-o:before {
|
.fa-dot-circle-o:before {
|
||||||
content: "\f192";
|
content: "\f192";
|
||||||
}
|
}
|
||||||
|
.fa-wheelchair:before {
|
||||||
|
content: "\f193";
|
||||||
|
}
|
||||||
|
.fa-vimeo-square:before {
|
||||||
|
content: "\f194";
|
||||||
|
}
|
||||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
@ -390,3 +390,5 @@
|
|||||||
.fa-arrow-circle-o-left:before{content:"\f190"}
|
.fa-arrow-circle-o-left:before{content:"\f190"}
|
||||||
.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}
|
.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}
|
||||||
.fa-dot-circle-o:before{content:"\f192"}
|
.fa-dot-circle-o:before{content:"\f192"}
|
||||||
|
.fa-wheelchair:before{content:"\f193"}
|
||||||
|
.fa-vimeo-square:before{content:"\f194"}
|
||||||
|
Binary file not shown.
@ -406,3 +406,5 @@
|
|||||||
.@{fa-css-prefix}-toggle-left:before,
|
.@{fa-css-prefix}-toggle-left:before,
|
||||||
.@{fa-css-prefix}-caret-square-o-left:before { content: @fa-var-caret-square-o-left; }
|
.@{fa-css-prefix}-caret-square-o-left:before { content: @fa-var-caret-square-o-left; }
|
||||||
.@{fa-css-prefix}-dot-circle-o:before { content: @fa-var-dot-circle-o; }
|
.@{fa-css-prefix}-dot-circle-o:before { content: @fa-var-dot-circle-o; }
|
||||||
|
.@{fa-css-prefix}-wheelchair:before { content: @fa-var-wheelchair; }
|
||||||
|
.@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; }
|
||||||
|
@ -376,4 +376,6 @@
|
|||||||
@fa-var-arrow-circle-o-left: "\f190";
|
@fa-var-arrow-circle-o-left: "\f190";
|
||||||
@fa-var-caret-square-o-left: "\f191";
|
@fa-var-caret-square-o-left: "\f191";
|
||||||
@fa-var-dot-circle-o: "\f192";
|
@fa-var-dot-circle-o: "\f192";
|
||||||
|
@fa-var-wheelchair: "\f193";
|
||||||
|
@fa-var-vimeo-square: "\f194";
|
||||||
|
|
||||||
|
@ -406,3 +406,5 @@
|
|||||||
.#{$fa-css-prefix}-toggle-left:before,
|
.#{$fa-css-prefix}-toggle-left:before,
|
||||||
.#{$fa-css-prefix}-caret-square-o-left:before { content: $fa-var-caret-square-o-left; }
|
.#{$fa-css-prefix}-caret-square-o-left:before { content: $fa-var-caret-square-o-left; }
|
||||||
.#{$fa-css-prefix}-dot-circle-o:before { content: $fa-var-dot-circle-o; }
|
.#{$fa-css-prefix}-dot-circle-o:before { content: $fa-var-dot-circle-o; }
|
||||||
|
.#{$fa-css-prefix}-wheelchair:before { content: $fa-var-wheelchair; }
|
||||||
|
.#{$fa-css-prefix}-vimeo-square:before { content: $fa-var-vimeo-square; }
|
||||||
|
@ -378,4 +378,6 @@ $fa-var-arrow-circle-o-right: "\f18e";
|
|||||||
$fa-var-arrow-circle-o-left: "\f190";
|
$fa-var-arrow-circle-o-left: "\f190";
|
||||||
$fa-var-caret-square-o-left: "\f191";
|
$fa-var-caret-square-o-left: "\f191";
|
||||||
$fa-var-dot-circle-o: "\f192";
|
$fa-var-dot-circle-o: "\f192";
|
||||||
|
$fa-var-wheelchair: "\f193";
|
||||||
|
$fa-var-vimeo-square: "\f194";
|
||||||
|
|
||||||
|
Binary file not shown.
@ -2686,3 +2686,17 @@ icons:
|
|||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
- Form Control Icons
|
- Form Control Icons
|
||||||
|
|
||||||
|
- name: Wheelchair
|
||||||
|
id: wheelchair
|
||||||
|
unicode: f193
|
||||||
|
created: 4.0
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Vimeo Square
|
||||||
|
id: vimeo-square
|
||||||
|
unicode: f194
|
||||||
|
created: 4.0
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user