Ver código fonte

Adding clone icon.

Dave Gandy 10 anos atrás
pai
commit
1affc29c59

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.4.0](http://fontawesome.io)
 ###The iconic font and CSS framework
 
-Font Awesome is a full suite of 551 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 552 pictographic icons for easy scalable vector graphics on websites,
 created and maintained by [Dave Gandy](http://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

@@ -1873,6 +1873,9 @@
 .fa-cc-diners-club:before {
   content: "\f24c";
 }
+.fa-clone:before {
+  content: "\f24d";
+}
 .fa-hourglass-o:before {
   content: "\f250";
 }

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -621,6 +621,7 @@
 .@{fa-css-prefix}-sticky-note-o:before { content: @fa-var-sticky-note-o; }
 .@{fa-css-prefix}-cc-jcb:before { content: @fa-var-cc-jcb; }
 .@{fa-css-prefix}-cc-diners-club:before { content: @fa-var-cc-diners-club; }
+.@{fa-css-prefix}-clone:before { content: @fa-var-clone; }
 .@{fa-css-prefix}-hourglass-o:before { content: @fa-var-hourglass-o; }
 .@{fa-css-prefix}-hourglass-1:before,
 .@{fa-css-prefix}-hourglass-start:before { content: @fa-var-hourglass-start; }

+ 1 - 0
less/variables.less

@@ -146,6 +146,7 @@
 @fa-var-circle-thin: "\f1db";
 @fa-var-clipboard: "\f0ea";
 @fa-var-clock-o: "\f017";
+@fa-var-clone: "\f24d";
 @fa-var-close: "\f00d";
 @fa-var-cloud: "\f0c2";
 @fa-var-cloud-download: "\f0ed";

+ 1 - 0
scss/_icons.scss

@@ -621,6 +621,7 @@
 .#{$fa-css-prefix}-sticky-note-o:before { content: $fa-var-sticky-note-o; }
 .#{$fa-css-prefix}-cc-jcb:before { content: $fa-var-cc-jcb; }
 .#{$fa-css-prefix}-cc-diners-club:before { content: $fa-var-cc-diners-club; }
+.#{$fa-css-prefix}-clone:before { content: $fa-var-clone; }
 .#{$fa-css-prefix}-hourglass-o:before { content: $fa-var-hourglass-o; }
 .#{$fa-css-prefix}-hourglass-1:before,
 .#{$fa-css-prefix}-hourglass-start:before { content: $fa-var-hourglass-start; }

+ 1 - 0
scss/_variables.scss

@@ -146,6 +146,7 @@ $fa-var-circle-o-notch: "\f1ce";
 $fa-var-circle-thin: "\f1db";
 $fa-var-clipboard: "\f0ea";
 $fa-var-clock-o: "\f017";
+$fa-var-clone: "\f24d";
 $fa-var-close: "\f00d";
 $fa-var-cloud: "\f0c2";
 $fa-var-cloud-download: "\f0ed";

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


+ 9 - 0
src/icons.yml

@@ -5231,6 +5231,15 @@ icons:
       - Brand Icons
       - Payment Icons
 
+  - name:       Clone
+    id:         clone
+    unicode:    f24d
+    created:    4.4
+    filter:
+      - copy
+    categories:
+      - Web Application Icons
+
 
   - name:       Hourglass Outlined
     id:         hourglass-o

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff