2
0
Dave Gandy 11 жил өмнө
parent
commit
3ead26b528

+ 1 - 1
README.md

@@ -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 - 0
css/font-awesome.css

@@ -1615,3 +1615,6 @@
 .fa-at:before {
   content: "\f1fa";
 }
+.fa-eyedropper:before {
+  content: "\f1fb";
+}

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

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

+ 1 - 0
less/variables.less

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

+ 1 - 0
scss/_icons.scss

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

+ 1 - 0
scss/_variables.scss

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

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


+ 7 - 0
src/icons.yml

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

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно