adding vimeo icon, wheelchair icon

This commit is contained in:
davegandy 2013-10-22 22:49:59 -04:00
parent 8c523beb46
commit f05f7e0f40
10 changed files with 31 additions and 1 deletions

View file

@ -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
Font Awesome is a full suite of 361 pictographic icons for easy scalable vector graphics on websites, created and

View file

@ -1346,3 +1346,9 @@
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}

View file

@ -390,3 +390,5 @@
.fa-arrow-circle-o-left:before{content:"\f190"}
.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}
.fa-dot-circle-o:before{content:"\f192"}
.fa-wheelchair:before{content:"\f193"}
.fa-vimeo-square:before{content:"\f194"}

Binary file not shown.

View file

@ -406,3 +406,5 @@
.@{fa-css-prefix}-toggle-left:before,
.@{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}-wheelchair:before { content: @fa-var-wheelchair; }
.@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; }

View file

@ -376,4 +376,6 @@
@fa-var-arrow-circle-o-left: "\f190";
@fa-var-caret-square-o-left: "\f191";
@fa-var-dot-circle-o: "\f192";
@fa-var-wheelchair: "\f193";
@fa-var-vimeo-square: "\f194";

View file

@ -406,3 +406,5 @@
.#{$fa-css-prefix}-toggle-left:before,
.#{$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}-wheelchair:before { content: $fa-var-wheelchair; }
.#{$fa-css-prefix}-vimeo-square:before { content: $fa-var-vimeo-square; }

View file

@ -378,4 +378,6 @@ $fa-var-arrow-circle-o-right: "\f18e";
$fa-var-arrow-circle-o-left: "\f190";
$fa-var-caret-square-o-left: "\f191";
$fa-var-dot-circle-o: "\f192";
$fa-var-wheelchair: "\f193";
$fa-var-vimeo-square: "\f194";

View file

@ -2686,3 +2686,17 @@ icons:
categories:
- Web Application 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