From 07a3ea5f54e6495fa3d8f548b374a312119ce0f1 Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@rebertia.com>
Date: Tue, 20 Jan 2015 16:24:34 -0800
Subject: [PATCH] Add .glyphicon-* aliases for other ISO 4217-ish currency
 codes

Fixes #15617.
---
 dist/css/bootstrap.css    | 12 ++++++++++++
 docs/_data/glyphicons.yml |  4 ++++
 less/glyphicons.less      |  4 ++++
 3 files changed, 20 insertions(+)

diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index c46af7dfbd..5b2a5798b3 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -958,12 +958,24 @@ th {
 .glyphicon-bitcoin:before {
   content: "\e227";
 }
+.glyphicon-btc:before {
+  content: "\e227";
+}
+.glyphicon-xbt:before {
+  content: "\e227";
+}
 .glyphicon-yen:before {
   content: "\00a5";
 }
+.glyphicon-jpy:before {
+  content: "\00a5";
+}
 .glyphicon-ruble:before {
   content: "\20bd";
 }
+.glyphicon-rub:before {
+  content: "\20bd";
+}
 .glyphicon-scale:before {
   content: "\e230";
 }
diff --git a/docs/_data/glyphicons.yml b/docs/_data/glyphicons.yml
index ade750912b..338e993986 100644
--- a/docs/_data/glyphicons.yml
+++ b/docs/_data/glyphicons.yml
@@ -227,8 +227,12 @@
 - glyphicon-piggy-bank
 - glyphicon-scissors
 - glyphicon-bitcoin
+- glyphicon-btc
+- glyphicon-xbt
 - glyphicon-yen
+- glyphicon-jpy
 - glyphicon-ruble
+- glyphicon-rub
 - glyphicon-scale
 - glyphicon-ice-lolly
 - glyphicon-ice-lolly-tasted
diff --git a/less/glyphicons.less b/less/glyphicons.less
index 8b25f89a59..335d80aa6b 100644
--- a/less/glyphicons.less
+++ b/less/glyphicons.less
@@ -266,8 +266,12 @@
 .glyphicon-piggy-bank             { &:before { content: "\e225"; } }
 .glyphicon-scissors               { &:before { content: "\e226"; } }
 .glyphicon-bitcoin                { &:before { content: "\e227"; } }
+.glyphicon-btc                    { &:before { content: "\e227"; } }
+.glyphicon-xbt                    { &:before { content: "\e227"; } }
 .glyphicon-yen                    { &:before { content: "\00a5"; } }
+.glyphicon-jpy                    { &:before { content: "\00a5"; } }
 .glyphicon-ruble                  { &:before { content: "\20bd"; } }
+.glyphicon-rub                    { &:before { content: "\20bd"; } }
 .glyphicon-scale                  { &:before { content: "\e230"; } }
 .glyphicon-ice-lolly              { &:before { content: "\e231"; } }
 .glyphicon-ice-lolly-tasted       { &:before { content: "\e232"; } }