mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Adding snowflake-o #1739
This commit is contained in:
parent
5e95eb0087
commit
c6f76a60be
@ -1,7 +1,7 @@
|
|||||||
# [Font Awesome v4.7.0](http://fontawesome.io)
|
# [Font Awesome v4.7.0](http://fontawesome.io)
|
||||||
### The iconic font and CSS framework
|
### The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 671 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 672 pictographic icons for easy scalable vector graphics on websites,
|
||||||
created and maintained by [Dave Gandy](https://twitter.com/davegandy).
|
created and maintained by [Dave Gandy](https://twitter.com/davegandy).
|
||||||
Stay up to date with the latest release and announcements on Twitter:
|
Stay up to date with the latest release and announcements on Twitter:
|
||||||
[@fontawesome](http://twitter.com/fontawesome).
|
[@fontawesome](http://twitter.com/fontawesome).
|
||||||
|
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -2303,6 +2303,9 @@
|
|||||||
.fa-microchip:before {
|
.fa-microchip:before {
|
||||||
content: "\f2db";
|
content: "\f2db";
|
||||||
}
|
}
|
||||||
|
.fa-snowflake-o:before {
|
||||||
|
content: "\f2dc";
|
||||||
|
}
|
||||||
.sr-only {
|
.sr-only {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
|
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.
@ -783,3 +783,4 @@
|
|||||||
.@{fa-css-prefix}-ravelry:before { content: @fa-var-ravelry; }
|
.@{fa-css-prefix}-ravelry:before { content: @fa-var-ravelry; }
|
||||||
.@{fa-css-prefix}-eercast:before { content: @fa-var-eercast; }
|
.@{fa-css-prefix}-eercast:before { content: @fa-var-eercast; }
|
||||||
.@{fa-css-prefix}-microchip:before { content: @fa-var-microchip; }
|
.@{fa-css-prefix}-microchip:before { content: @fa-var-microchip; }
|
||||||
|
.@{fa-css-prefix}-snowflake-o:before { content: @fa-var-snowflake-o; }
|
||||||
|
@ -609,6 +609,7 @@
|
|||||||
@fa-var-snapchat: "\f2ab";
|
@fa-var-snapchat: "\f2ab";
|
||||||
@fa-var-snapchat-ghost: "\f2ac";
|
@fa-var-snapchat-ghost: "\f2ac";
|
||||||
@fa-var-snapchat-square: "\f2ad";
|
@fa-var-snapchat-square: "\f2ad";
|
||||||
|
@fa-var-snowflake-o: "\f2dc";
|
||||||
@fa-var-soccer-ball-o: "\f1e3";
|
@fa-var-soccer-ball-o: "\f1e3";
|
||||||
@fa-var-sort: "\f0dc";
|
@fa-var-sort: "\f0dc";
|
||||||
@fa-var-sort-alpha-asc: "\f15d";
|
@fa-var-sort-alpha-asc: "\f15d";
|
||||||
|
@ -783,3 +783,4 @@
|
|||||||
.#{$fa-css-prefix}-ravelry:before { content: $fa-var-ravelry; }
|
.#{$fa-css-prefix}-ravelry:before { content: $fa-var-ravelry; }
|
||||||
.#{$fa-css-prefix}-eercast:before { content: $fa-var-eercast; }
|
.#{$fa-css-prefix}-eercast:before { content: $fa-var-eercast; }
|
||||||
.#{$fa-css-prefix}-microchip:before { content: $fa-var-microchip; }
|
.#{$fa-css-prefix}-microchip:before { content: $fa-var-microchip; }
|
||||||
|
.#{$fa-css-prefix}-snowflake-o:before { content: $fa-var-snowflake-o; }
|
||||||
|
@ -609,6 +609,7 @@ $fa-var-smile-o: "\f118";
|
|||||||
$fa-var-snapchat: "\f2ab";
|
$fa-var-snapchat: "\f2ab";
|
||||||
$fa-var-snapchat-ghost: "\f2ac";
|
$fa-var-snapchat-ghost: "\f2ac";
|
||||||
$fa-var-snapchat-square: "\f2ad";
|
$fa-var-snapchat-square: "\f2ad";
|
||||||
|
$fa-var-snowflake-o: "\f2dc";
|
||||||
$fa-var-soccer-ball-o: "\f1e3";
|
$fa-var-soccer-ball-o: "\f1e3";
|
||||||
$fa-var-sort: "\f0dc";
|
$fa-var-sort: "\f0dc";
|
||||||
$fa-var-sort-alpha-asc: "\f15d";
|
$fa-var-sort-alpha-asc: "\f15d";
|
||||||
|
Binary file not shown.
@ -6507,3 +6507,10 @@ icons:
|
|||||||
created: 4.7
|
created: 4.7
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Snowflake Outlined
|
||||||
|
id: snowflake-o
|
||||||
|
unicode: f2dc
|
||||||
|
created: 4.7
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user