adding vine brand icon #1314

This commit is contained in:
Dave Gandy 2014-05-13 23:08:09 -05:00
parent 07ceadce7b
commit c4fa773ae5
9 changed files with 17 additions and 0 deletions

View file

@ -1483,3 +1483,6 @@
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}

View file

@ -1483,3 +1483,6 @@
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}

Binary file not shown.

View file

@ -470,3 +470,4 @@
.@{fa-css-prefix}-file-movie-o:before,
.@{fa-css-prefix}-file-video-o:before { content: @fa-var-file-video-o; }
.@{fa-css-prefix}-file-code-o:before { content: @fa-var-file-code-o; }
.@{fa-css-prefix}-vine:before { content: @fa-var-vine; }

View file

@ -410,6 +410,7 @@
@fa-var-users: "\f0c0";
@fa-var-video-camera: "\f03d";
@fa-var-vimeo-square: "\f194";
@fa-var-vine: "\f1ca";
@fa-var-vk: "\f189";
@fa-var-volume-down: "\f027";
@fa-var-volume-off: "\f026";

View file

@ -455,6 +455,7 @@
.#{$fa-css-prefix}-users:before { content: $fa-var-users; }
.#{$fa-css-prefix}-video-camera:before { content: $fa-var-video-camera; }
.#{$fa-css-prefix}-vimeo-square:before { content: $fa-var-vimeo-square; }
.#{$fa-css-prefix}-vine:before { content: $fa-var-vine; }
.#{$fa-css-prefix}-vk:before { content: $fa-var-vk; }
.#{$fa-css-prefix}-volume-down:before { content: $fa-var-volume-down; }
.#{$fa-css-prefix}-volume-off:before { content: $fa-var-volume-off; }

View file

@ -410,6 +410,7 @@ $fa-var-user-md: "\f0f0";
$fa-var-users: "\f0c0";
$fa-var-video-camera: "\f03d";
$fa-var-vimeo-square: "\f194";
$fa-var-vine: "\f1ca";
$fa-var-vk: "\f189";
$fa-var-volume-down: "\f027";
$fa-var-volume-off: "\f026";

View file

@ -3079,3 +3079,10 @@ icons:
categories:
- Web Application Icons
- File Type Icons
- name: Vine
id: vine
unicode: f1ca
created: 4.1
categories:
- Brand Icons