Adding clone icon.

This commit is contained in:
Dave Gandy 2015-07-27 09:54:00 -07:00
parent 02c74955d2
commit 1affc29c59
10 changed files with 18 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#[Font Awesome v4.4.0](http://fontawesome.io) #[Font Awesome v4.4.0](http://fontawesome.io)
###The iconic font and CSS framework ###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). created and maintained by [Dave Gandy](http://twitter.com/davegandy).
Stay up to date with the latest release and announcements on Twitter: Stay up to date with the latest release and announcements on Twitter:
[@fontawesome](http://twitter.com/fontawesome). [@fontawesome](http://twitter.com/fontawesome).

View File

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

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

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

View File

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

View File

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

View File

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

View File

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