mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-28 06:21:30 +08:00
checking in 7 major world currencies. #940
This commit is contained in:
parent
24dd7e1b80
commit
fcdf2c0a20
39
build/assets/font-awesome/css/font-awesome.css
vendored
39
build/assets/font-awesome/css/font-awesome.css
vendored
@ -1272,6 +1272,27 @@ ul.icons-ul > li .icon-li {
|
||||
.icon-expand:before {
|
||||
content: "\f152";
|
||||
}
|
||||
.icon-eur:before {
|
||||
content: "\f153";
|
||||
}
|
||||
.icon-gbp:before {
|
||||
content: "\f154";
|
||||
}
|
||||
.icon-usd:before {
|
||||
content: "\f155";
|
||||
}
|
||||
.icon-inr:before {
|
||||
content: "\f156";
|
||||
}
|
||||
.icon-jpy:before {
|
||||
content: "\f157";
|
||||
}
|
||||
.icon-cny:before {
|
||||
content: "\f158";
|
||||
}
|
||||
.icon-krw:before {
|
||||
content: "\f159";
|
||||
}
|
||||
.icon-power-off:before {
|
||||
content: "\f011";
|
||||
}
|
||||
@ -1296,3 +1317,21 @@ ul.icons-ul > li .icon-li {
|
||||
.icon-paperclip:before {
|
||||
content: "\f0c6";
|
||||
}
|
||||
.icon-euro:before {
|
||||
content: "\f153";
|
||||
}
|
||||
.icon-dollar:before {
|
||||
content: "\f155";
|
||||
}
|
||||
.icon-rupee:before {
|
||||
content: "\f156";
|
||||
}
|
||||
.icon-yen:before {
|
||||
content: "\f157";
|
||||
}
|
||||
.icon-renminbi:before {
|
||||
content: "\f158";
|
||||
}
|
||||
.icon-won:before {
|
||||
content: "\f159";
|
||||
}
|
||||
|
Binary file not shown.
14
build/assets/font-awesome/less/icons.less
vendored
14
build/assets/font-awesome/less/icons.less
vendored
@ -329,6 +329,14 @@
|
||||
.icon-collapse:before { content: @icon-collapse; }
|
||||
.icon-collapse-top:before { content: @icon-collapse-top; }
|
||||
.icon-expand:before { content: @icon-expand; }
|
||||
.icon-eur:before { content: @icon-eur; }
|
||||
.icon-gbp:before { content: @icon-gbp; }
|
||||
.icon-usd:before { content: @icon-usd; }
|
||||
.icon-inr:before { content: @icon-inr; }
|
||||
.icon-jpy:before { content: @icon-jpy; }
|
||||
.icon-cny:before { content: @icon-cny; }
|
||||
.icon-krw:before { content: @icon-krw; }
|
||||
|
||||
|
||||
|
||||
// aliases
|
||||
@ -340,3 +348,9 @@
|
||||
.icon-star-half-full:before { content: @icon-star-half-empty; }
|
||||
.icon-unchecked:before { content: @icon-check-empty; }
|
||||
.icon-paperclip:before { content: @icon-paper-clip; }
|
||||
.icon-euro:before { content: @icon-eur; }
|
||||
.icon-dollar:before { content: @icon-usd; }
|
||||
.icon-rupee:before { content: @icon-inr; }
|
||||
.icon-yen:before { content: @icon-jpy; }
|
||||
.icon-renminbi:before { content: @icon-cny; }
|
||||
.icon-won:before { content: @icon-krw; }
|
||||
|
@ -338,3 +338,10 @@
|
||||
@icon-collapse: "\f150";
|
||||
@icon-collapse-top: "\f151";
|
||||
@icon-expand: "\f152";
|
||||
@icon-eur: "\f153";
|
||||
@icon-gbp: "\f154";
|
||||
@icon-usd: "\f155";
|
||||
@icon-inr: "\f156";
|
||||
@icon-jpy: "\f157";
|
||||
@icon-cny: "\f158";
|
||||
@icon-krw: "\f159";
|
||||
|
@ -2179,3 +2179,64 @@ icons:
|
||||
created: 3.2.0
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
- name: Euro (EUR)
|
||||
id: eur
|
||||
unicode: f153
|
||||
created: 3.2.0
|
||||
aliases:
|
||||
- euro
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
- name: GBP
|
||||
id: gbp
|
||||
unicode: f154
|
||||
created: 3.2.0
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
- name: US Dollar
|
||||
id: usd
|
||||
unicode: f155
|
||||
created: 3.2.0
|
||||
aliases:
|
||||
- dollar
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
- name: Indian Rupee (INR)
|
||||
id: inr
|
||||
unicode: f156
|
||||
created: 3.2.0
|
||||
aliases:
|
||||
- rupee
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
- name: Japanese Yen (JPY)
|
||||
id: jpy
|
||||
unicode: f157
|
||||
created: 3.2.0
|
||||
aliases:
|
||||
- yen
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
- name: Renminbi (CNY)
|
||||
id: cny
|
||||
unicode: f158
|
||||
created: 3.2.0
|
||||
aliases:
|
||||
- renminbi
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
- name: Korean Won (KRW)
|
||||
id: krw
|
||||
unicode: f159
|
||||
created: 3.2.0
|
||||
aliases:
|
||||
- won
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
Loading…
Reference in New Issue
Block a user