adding the russian ruble icon. please, no more +1s...

This commit is contained in:
davegandy 2013-10-01 22:25:37 -04:00
parent e74d9a2655
commit ac6a831b4f
9 changed files with 26 additions and 0 deletions

View file

@ -1202,6 +1202,11 @@
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";

View file

@ -336,6 +336,7 @@
.fa-dollar:before,.fa-usd:before{content:"\f155";}
.fa-rupee:before,.fa-inr:before{content:"\f156";}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157";}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158";}
.fa-won:before,.fa-krw:before{content:"\f159";}
.fa-bitcoin:before,.fa-btc:before{content:"\f15a";}
.fa-file:before{content:"\f15b";}

Binary file not shown.

View file

@ -327,6 +327,9 @@
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before { content: @jpy; }
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before { content: @rub; }
.fa-won:before,
.fa-krw:before { content: @krw; }
.fa-bitcoin:before,

View file

@ -635,6 +635,8 @@
@jpy: "\f157";
@rub: "\f158";
@krw: "\f159";
@btc: "\f15a";

View file

@ -327,6 +327,9 @@
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before { content: $jpy; }
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before { content: $rub; }
.icon-won:before,
.icon-krw:before { content: $krw; }
.icon-bitcoin:before,

View file

@ -634,6 +634,8 @@ $inr: "\f156";
$jpy: "\f157";
$rub: "\f158";
$krw: "\f159";
$btc: "\f15a";

View file

@ -2234,6 +2234,16 @@ icons:
categories:
- Currency Icons
- name: Russian Ruble (RUB)
id: rub
unicode: f158
created: 4.0
aliases:
- ruble
- rouble
categories:
- Currency Icons
- name: Korean Won (KRW)
id: krw
unicode: f159