瀏覽代碼

adding paint-brush #244

Dave Gandy 11 年之前
父節點
當前提交
04aea3f416
共有 10 個文件被更改,包括 15 次插入1 次删除
  1. 1 1
      README.md
  2. 3 0
      css/font-awesome.css
  3. 0 0
      css/font-awesome.min.css
  4. 二進制
      fonts/FontAwesome.otf
  5. 1 0
      less/icons.less
  6. 1 0
      less/variables.less
  7. 1 0
      scss/_icons.scss
  8. 1 0
      scss/_variables.scss
  9. 二進制
      src/assets/font-awesome/fonts/FontAwesome.otf
  10. 7 0
      src/icons.yml

+ 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 463 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 464 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

@@ -1618,3 +1618,6 @@
 .fa-eyedropper:before {
   content: "\f1fb";
 }
+.fa-paint-brush:before {
+  content: "\f1fc";
+}

File diff suppressed because it is too large
+ 0 - 0
css/font-awesome.min.css


二進制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -531,3 +531,4 @@
 .@{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; }
+.@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; }

+ 1 - 0
less/variables.less

@@ -333,6 +333,7 @@
 @fa-var-openid: "\f19b";
 @fa-var-outdent: "\f03b";
 @fa-var-pagelines: "\f18c";
+@fa-var-paint-brush: "\f1fc";
 @fa-var-paper-plane: "\f1d8";
 @fa-var-paper-plane-o: "\f1d9";
 @fa-var-paperclip: "\f0c6";

+ 1 - 0
scss/_icons.scss

@@ -531,3 +531,4 @@
 .#{$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; }
+.#{$fa-css-prefix}-paint-brush:before { content: $fa-var-paint-brush; }

+ 1 - 0
scss/_variables.scss

@@ -333,6 +333,7 @@ $fa-var-newspaper-o: "\f1ea";
 $fa-var-openid: "\f19b";
 $fa-var-outdent: "\f03b";
 $fa-var-pagelines: "\f18c";
+$fa-var-paint-brush: "\f1fc";
 $fa-var-paper-plane: "\f1d8";
 $fa-var-paper-plane-o: "\f1d9";
 $fa-var-paperclip: "\f0c6";

二進制
src/assets/font-awesome/fonts/FontAwesome.otf


+ 7 - 0
src/icons.yml

@@ -3448,3 +3448,10 @@ icons:
     created:    4.2
     categories:
       - Web Application Icons
+
+  - name:       Paint Brush
+    id:         paint-brush
+    unicode:    f1fc
+    created:    4.2
+    categories:
+      - Web Application Icons

Some files were not shown because too many files changed in this diff