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 { .fa-jpy:before {
content: "\f157"; content: "\f157";
} }
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before, .fa-won:before,
.fa-krw:before { .fa-krw:before {
content: "\f159"; content: "\f159";

View File

@ -336,6 +336,7 @@
.fa-dollar:before,.fa-usd:before{content:"\f155";} .fa-dollar:before,.fa-usd:before{content:"\f155";}
.fa-rupee:before,.fa-inr:before{content:"\f156";} .fa-rupee:before,.fa-inr:before{content:"\f156";}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157";} .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-won:before,.fa-krw:before{content:"\f159";}
.fa-bitcoin:before,.fa-btc:before{content:"\f15a";} .fa-bitcoin:before,.fa-btc:before{content:"\f15a";}
.fa-file:before{content:"\f15b";} .fa-file:before{content:"\f15b";}

Binary file not shown.

View File

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

View File

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

View File

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

View File

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

View File

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