mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding birthday-cake #453
This commit is contained in:
parent
04aea3f416
commit
57190f477a
@ -1,7 +1,7 @@
|
|||||||
#[Font Awesome v4.2.0](http://fontawesome.io)
|
#[Font Awesome v4.2.0](http://fontawesome.io)
|
||||||
###The iconic font and CSS framework
|
###The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 464 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 465 pictographic icons for easy scalable vector graphics on websites,
|
||||||
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
|
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
|
||||||
Stay up to date [@fontawesome](http://twitter.com/fontawesome).
|
Stay up to date [@fontawesome](http://twitter.com/fontawesome).
|
||||||
|
|
||||||
|
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -1621,3 +1621,6 @@
|
|||||||
.fa-paint-brush:before {
|
.fa-paint-brush:before {
|
||||||
content: "\f1fc";
|
content: "\f1fc";
|
||||||
}
|
}
|
||||||
|
.fa-birthday-cake:before {
|
||||||
|
content: "\f1fd";
|
||||||
|
}
|
||||||
|
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.
@ -532,3 +532,4 @@
|
|||||||
.@{fa-css-prefix}-at:before { content: @fa-var-at; }
|
.@{fa-css-prefix}-at:before { content: @fa-var-at; }
|
||||||
.@{fa-css-prefix}-eyedropper:before { content: @fa-var-eyedropper; }
|
.@{fa-css-prefix}-eyedropper:before { content: @fa-var-eyedropper; }
|
||||||
.@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; }
|
.@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; }
|
||||||
|
.@{fa-css-prefix}-birthday-cake:before { content: @fa-var-birthday-cake; }
|
||||||
|
@ -61,6 +61,7 @@
|
|||||||
@fa-var-bell-slash: "\f1f6";
|
@fa-var-bell-slash: "\f1f6";
|
||||||
@fa-var-bell-slash-o: "\f1f7";
|
@fa-var-bell-slash-o: "\f1f7";
|
||||||
@fa-var-binoculars: "\f1e5";
|
@fa-var-binoculars: "\f1e5";
|
||||||
|
@fa-var-birthday-cake: "\f1fd";
|
||||||
@fa-var-bitbucket: "\f171";
|
@fa-var-bitbucket: "\f171";
|
||||||
@fa-var-bitbucket-square: "\f172";
|
@fa-var-bitbucket-square: "\f172";
|
||||||
@fa-var-bitcoin: "\f15a";
|
@fa-var-bitcoin: "\f15a";
|
||||||
|
@ -532,3 +532,4 @@
|
|||||||
.#{$fa-css-prefix}-at:before { content: $fa-var-at; }
|
.#{$fa-css-prefix}-at:before { content: $fa-var-at; }
|
||||||
.#{$fa-css-prefix}-eyedropper:before { content: $fa-var-eyedropper; }
|
.#{$fa-css-prefix}-eyedropper:before { content: $fa-var-eyedropper; }
|
||||||
.#{$fa-css-prefix}-paint-brush:before { content: $fa-var-paint-brush; }
|
.#{$fa-css-prefix}-paint-brush:before { content: $fa-var-paint-brush; }
|
||||||
|
.#{$fa-css-prefix}-birthday-cake:before { content: $fa-var-birthday-cake; }
|
||||||
|
@ -61,6 +61,7 @@ $fa-var-bell-o: "\f0a2";
|
|||||||
$fa-var-bell-slash: "\f1f6";
|
$fa-var-bell-slash: "\f1f6";
|
||||||
$fa-var-bell-slash-o: "\f1f7";
|
$fa-var-bell-slash-o: "\f1f7";
|
||||||
$fa-var-binoculars: "\f1e5";
|
$fa-var-binoculars: "\f1e5";
|
||||||
|
$fa-var-birthday-cake: "\f1fd";
|
||||||
$fa-var-bitbucket: "\f171";
|
$fa-var-bitbucket: "\f171";
|
||||||
$fa-var-bitbucket-square: "\f172";
|
$fa-var-bitbucket-square: "\f172";
|
||||||
$fa-var-bitcoin: "\f15a";
|
$fa-var-bitcoin: "\f15a";
|
||||||
|
Binary file not shown.
@ -3455,3 +3455,10 @@ icons:
|
|||||||
created: 4.2
|
created: 4.2
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Birthday Cake
|
||||||
|
id: birthday-cake
|
||||||
|
unicode: f1fd
|
||||||
|
created: 4.2
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user