adding paint-brush #244

This commit is contained in:
Dave Gandy 2014-08-24 22:47:53 -05:00
parent 3ead26b528
commit 04aea3f416
10 changed files with 16 additions and 2 deletions

View file

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

View file

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

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

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

View file

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

View file

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

View file

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

View file

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