mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding eyedropper icon
This commit is contained in:
parent
223251b2af
commit
3ead26b528
@ -1,7 +1,7 @@
|
||||
#[Font Awesome v4.2.0](http://fontawesome.io)
|
||||
###The iconic font and CSS framework
|
||||
|
||||
Font Awesome is a full suite of 462 pictographic icons for easy scalable vector graphics on websites,
|
||||
Font Awesome is a full suite of 463 pictographic icons for easy scalable vector graphics on websites,
|
||||
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
|
||||
Stay up to date [@fontawesome](http://twitter.com/fontawesome).
|
||||
|
||||
|
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -1615,3 +1615,6 @@
|
||||
.fa-at:before {
|
||||
content: "\f1fa";
|
||||
}
|
||||
.fa-eyedropper:before {
|
||||
content: "\f1fb";
|
||||
}
|
||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -530,3 +530,4 @@
|
||||
.@{fa-css-prefix}-trash:before { content: @fa-var-trash; }
|
||||
.@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; }
|
||||
.@{fa-css-prefix}-at:before { content: @fa-var-at; }
|
||||
.@{fa-css-prefix}-eyedropper:before { content: @fa-var-eyedropper; }
|
||||
|
@ -182,6 +182,7 @@
|
||||
@fa-var-external-link-square: "\f14c";
|
||||
@fa-var-eye: "\f06e";
|
||||
@fa-var-eye-slash: "\f070";
|
||||
@fa-var-eyedropper: "\f1fb";
|
||||
@fa-var-facebook: "\f09a";
|
||||
@fa-var-facebook-square: "\f082";
|
||||
@fa-var-fast-backward: "\f049";
|
||||
|
@ -530,3 +530,4 @@
|
||||
.#{$fa-css-prefix}-trash:before { content: $fa-var-trash; }
|
||||
.#{$fa-css-prefix}-copyright:before { content: $fa-var-copyright; }
|
||||
.#{$fa-css-prefix}-at:before { content: $fa-var-at; }
|
||||
.#{$fa-css-prefix}-eyedropper:before { content: $fa-var-eyedropper; }
|
||||
|
@ -182,6 +182,7 @@ $fa-var-external-link: "\f08e";
|
||||
$fa-var-external-link-square: "\f14c";
|
||||
$fa-var-eye: "\f06e";
|
||||
$fa-var-eye-slash: "\f070";
|
||||
$fa-var-eyedropper: "\f1fb";
|
||||
$fa-var-facebook: "\f09a";
|
||||
$fa-var-facebook-square: "\f082";
|
||||
$fa-var-fast-backward: "\f049";
|
||||
|
Binary file not shown.
@ -3441,3 +3441,10 @@ icons:
|
||||
created: 4.2
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
- name: Eyedropper
|
||||
id: eyedropper
|
||||
unicode: f1fb
|
||||
created: 4.2
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
Loading…
Reference in New Issue
Block a user