@@ -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).
@@ -1618,3 +1618,6 @@
.fa-eyedropper:before {
content: "\f1fb";
}
+.fa-paint-brush:before {
+ content: "\f1fc";
+}
@@ -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; }
@@ -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";
.#{$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; }
@@ -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";
@@ -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