Browse Source

adding vine brand icon #1314

Dave Gandy 11 years ago
parent
commit
c4fa773ae5

+ 3 - 0
css/font-awesome.css

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

+ 3 - 0
css/font-awesome.min.css

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

BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -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; }

+ 1 - 0
less/variables.less

@@ -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";

+ 1 - 0
scss/_icons.scss

@@ -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; }

+ 1 - 0
scss/_variables.scss

@@ -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";

BIN
src/assets/font-awesome/fonts/FontAwesome.otf


+ 7 - 0
src/icons.yml

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