Explorar el Código

Adding temp linode, updating envelope-open

Dave Gandy hace 8 años
padre
commit
8f8877c456

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # [Font Awesome v4.7.0](http://fontawesome.io)
 ### The iconic font and CSS framework
 
-Font Awesome is a full suite of 637 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 638 pictographic icons for easy scalable vector graphics on websites,
 created and maintained by [Dave Gandy](https://twitter.com/davegandy).
 Stay up to date with the latest release and announcements on Twitter:
 [@fontawesome](http://twitter.com/fontawesome).

+ 3 - 0
css/font-awesome.css

@@ -2186,6 +2186,9 @@
 .fa-envelope-open-o:before {
   content: "\f2b7";
 }
+.fa-linode:before {
+  content: "\f2b8";
+}
 .sr-only {
   position: absolute;
   width: 1px;

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -734,3 +734,4 @@
 .@{fa-css-prefix}-handshake-o:before { content: @fa-var-handshake-o; }
 .@{fa-css-prefix}-envelope-open:before { content: @fa-var-envelope-open; }
 .@{fa-css-prefix}-envelope-open-o:before { content: @fa-var-envelope-open-o; }
+.@{fa-css-prefix}-linode:before { content: @fa-var-linode; }

+ 1 - 0
less/variables.less

@@ -407,6 +407,7 @@
 @fa-var-link: "\f0c1";
 @fa-var-linkedin: "\f0e1";
 @fa-var-linkedin-square: "\f08c";
+@fa-var-linode: "\f2b8";
 @fa-var-linux: "\f17c";
 @fa-var-list: "\f03a";
 @fa-var-list-alt: "\f022";

+ 1 - 0
scss/_icons.scss

@@ -734,3 +734,4 @@
 .#{$fa-css-prefix}-handshake-o:before { content: $fa-var-handshake-o; }
 .#{$fa-css-prefix}-envelope-open:before { content: $fa-var-envelope-open; }
 .#{$fa-css-prefix}-envelope-open-o:before { content: $fa-var-envelope-open-o; }
+.#{$fa-css-prefix}-linode:before { content: $fa-var-linode; }

+ 1 - 0
scss/_variables.scss

@@ -407,6 +407,7 @@ $fa-var-line-chart: "\f201";
 $fa-var-link: "\f0c1";
 $fa-var-linkedin: "\f0e1";
 $fa-var-linkedin-square: "\f08c";
+$fa-var-linode: "\f2b8";
 $fa-var-linux: "\f17c";
 $fa-var-list: "\f03a";
 $fa-var-list-alt: "\f022";

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


+ 9 - 0
src/icons.yml

@@ -6238,3 +6238,12 @@ icons:
     created:    4.7
     categories:
       - Web Application Icons
+
+
+  - name:       Linode
+    id:         linode
+    unicode:    f2b8
+    created:    4.7
+    url:        linode.com
+    categories:
+      - Brand Icons

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio