mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding viacoin icon
This commit is contained in:
parent
fcc43357d1
commit
c37294a4c7
@ -1,7 +1,7 @@
|
|||||||
#[Font Awesome v4.3.0](http://fontawesome.io)
|
#[Font Awesome v4.3.0](http://fontawesome.io)
|
||||||
###The iconic font and CSS framework
|
###The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 515 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 516 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
@ -1781,3 +1781,6 @@
|
|||||||
.fa-bed:before {
|
.fa-bed:before {
|
||||||
content: "\f236";
|
content: "\f236";
|
||||||
}
|
}
|
||||||
|
.fa-viacoin:before {
|
||||||
|
content: "\f237";
|
||||||
|
}
|
||||||
|
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.
@ -589,3 +589,4 @@
|
|||||||
.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; }
|
.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; }
|
||||||
.@{fa-css-prefix}-hotel:before,
|
.@{fa-css-prefix}-hotel:before,
|
||||||
.@{fa-css-prefix}-bed:before { content: @fa-var-bed; }
|
.@{fa-css-prefix}-bed:before { content: @fa-var-bed; }
|
||||||
|
.@{fa-css-prefix}-viacoin:before { content: @fa-var-viacoin; }
|
||||||
|
@ -572,6 +572,7 @@
|
|||||||
@fa-var-venus: "\f221";
|
@fa-var-venus: "\f221";
|
||||||
@fa-var-venus-double: "\f226";
|
@fa-var-venus-double: "\f226";
|
||||||
@fa-var-venus-mars: "\f228";
|
@fa-var-venus-mars: "\f228";
|
||||||
|
@fa-var-viacoin: "\f237";
|
||||||
@fa-var-video-camera: "\f03d";
|
@fa-var-video-camera: "\f03d";
|
||||||
@fa-var-vimeo-square: "\f194";
|
@fa-var-vimeo-square: "\f194";
|
||||||
@fa-var-vine: "\f1ca";
|
@fa-var-vine: "\f1ca";
|
||||||
|
@ -589,3 +589,4 @@
|
|||||||
.#{$fa-css-prefix}-user-times:before { content: $fa-var-user-times; }
|
.#{$fa-css-prefix}-user-times:before { content: $fa-var-user-times; }
|
||||||
.#{$fa-css-prefix}-hotel:before,
|
.#{$fa-css-prefix}-hotel:before,
|
||||||
.#{$fa-css-prefix}-bed:before { content: $fa-var-bed; }
|
.#{$fa-css-prefix}-bed:before { content: $fa-var-bed; }
|
||||||
|
.#{$fa-css-prefix}-viacoin:before { content: $fa-var-viacoin; }
|
||||||
|
@ -572,6 +572,7 @@ $fa-var-users: "\f0c0";
|
|||||||
$fa-var-venus: "\f221";
|
$fa-var-venus: "\f221";
|
||||||
$fa-var-venus-double: "\f226";
|
$fa-var-venus-double: "\f226";
|
||||||
$fa-var-venus-mars: "\f228";
|
$fa-var-venus-mars: "\f228";
|
||||||
|
$fa-var-viacoin: "\f237";
|
||||||
$fa-var-video-camera: "\f03d";
|
$fa-var-video-camera: "\f03d";
|
||||||
$fa-var-vimeo-square: "\f194";
|
$fa-var-vimeo-square: "\f194";
|
||||||
$fa-var-vine: "\f1ca";
|
$fa-var-vine: "\f1ca";
|
||||||
|
Binary file not shown.
@ -5023,3 +5023,11 @@ icons:
|
|||||||
- hotel
|
- hotel
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Viacoin
|
||||||
|
id: viacoin
|
||||||
|
unicode: f237
|
||||||
|
created: 4.3
|
||||||
|
url: viacoin.org
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user