mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
adding icon-bitcoin #975
This commit is contained in:
parent
17c88cb80b
commit
d30bb8bdbf
@ -15,7 +15,7 @@
|
||||
<li class="divider"></li>
|
||||
<li><a href="{{ page.relative_path }}icons/#new"><i class="icon-shield icon-fixed-width"></i> New Icons in {{ site.font_awesome.version }}</a></li>
|
||||
<li><a href="{{ page.relative_path }}icons/#web-application"><i class="icon-camera-retro icon-fixed-width"></i> Web Application Icons</a></li>
|
||||
<li><a href="{{ page.relative_path }}icons/#currency"><i class="icon-gbp icon-fixed-width"></i> Currency Icons</a></li>
|
||||
<li><a href="{{ page.relative_path }}icons/#currency"><i class="icon-eur icon-fixed-width"></i> Currency Icons</a></li>
|
||||
<li><a href="{{ page.relative_path }}icons/#text-editor"><i class="icon-file-alt icon-fixed-width"></i> Text Editor Icons</a></li>
|
||||
<li><a href="{{ page.relative_path }}icons/#directional"><i class="icon-hand-right icon-fixed-width"></i> Directional Icons</a></li>
|
||||
<li><a href="{{ page.relative_path }}icons/#video-player"><i class="icon-play-sign icon-fixed-width"></i> Video Player Icons</a></li>
|
||||
|
@ -1293,6 +1293,9 @@ ul.icons-ul > li .icon-li {
|
||||
.icon-krw:before {
|
||||
content: "\f159";
|
||||
}
|
||||
.icon-btc:before {
|
||||
content: "\f15a";
|
||||
}
|
||||
.icon-power-off:before {
|
||||
content: "\f011";
|
||||
}
|
||||
@ -1335,3 +1338,6 @@ ul.icons-ul > li .icon-li {
|
||||
.icon-won:before {
|
||||
content: "\f159";
|
||||
}
|
||||
.icon-bitcoin:before {
|
||||
content: "\f15a";
|
||||
}
|
||||
|
Binary file not shown.
2
build/assets/font-awesome/less/icons.less
vendored
2
build/assets/font-awesome/less/icons.less
vendored
@ -336,6 +336,7 @@
|
||||
.icon-jpy:before { content: @icon-jpy; }
|
||||
.icon-cny:before { content: @icon-cny; }
|
||||
.icon-krw:before { content: @icon-krw; }
|
||||
.icon-btc:before { content: @icon-btc; }
|
||||
|
||||
|
||||
|
||||
@ -354,3 +355,4 @@
|
||||
.icon-yen:before { content: @icon-jpy; }
|
||||
.icon-renminbi:before { content: @icon-cny; }
|
||||
.icon-won:before { content: @icon-krw; }
|
||||
.icon-bitcoin:before { content: @icon-btc; }
|
||||
|
@ -345,3 +345,4 @@
|
||||
@icon-jpy: "\f157";
|
||||
@icon-cny: "\f158";
|
||||
@icon-krw: "\f159";
|
||||
@icon-btc: "\f15a";
|
||||
|
@ -2240,3 +2240,13 @@ icons:
|
||||
- won
|
||||
categories:
|
||||
- Currency Icons
|
||||
|
||||
- name: Bitcoin (BTC)
|
||||
id: btc
|
||||
unicode: f15a
|
||||
created: 3.2.0
|
||||
aliases:
|
||||
- bitcoin
|
||||
categories:
|
||||
- Currency Icons
|
||||
- Brand Icons
|
||||
|
Loading…
Reference in New Issue
Block a user