mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding turkish lira as a currency icon
This commit is contained in:
parent
f05f7e0f40
commit
524ddc7529
4
css/font-awesome.css
vendored
4
css/font-awesome.css
vendored
@ -1352,3 +1352,7 @@
|
||||
.fa-vimeo-square:before {
|
||||
content: "\f194";
|
||||
}
|
||||
.fa-turkish-lira:before,
|
||||
.fa-try:before {
|
||||
content: "\f195";
|
||||
}
|
||||
|
1
css/font-awesome.min.css
vendored
1
css/font-awesome.min.css
vendored
@ -392,3 +392,4 @@
|
||||
.fa-dot-circle-o:before{content:"\f192"}
|
||||
.fa-wheelchair:before{content:"\f193"}
|
||||
.fa-vimeo-square:before{content:"\f194"}
|
||||
.fa-turkish-lira:before,.fa-try:before{content:"\f195"}
|
||||
|
Binary file not shown.
@ -408,3 +408,5 @@
|
||||
.@{fa-css-prefix}-dot-circle-o:before { content: @fa-var-dot-circle-o; }
|
||||
.@{fa-css-prefix}-wheelchair:before { content: @fa-var-wheelchair; }
|
||||
.@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; }
|
||||
.@{fa-css-prefix}-turkish-lira:before,
|
||||
.@{fa-css-prefix}-try:before { content: @fa-var-try; }
|
||||
|
@ -378,4 +378,5 @@
|
||||
@fa-var-dot-circle-o: "\f192";
|
||||
@fa-var-wheelchair: "\f193";
|
||||
@fa-var-vimeo-square: "\f194";
|
||||
@fa-var-try: "\f195";
|
||||
|
||||
|
@ -408,3 +408,5 @@
|
||||
.#{$fa-css-prefix}-dot-circle-o:before { content: $fa-var-dot-circle-o; }
|
||||
.#{$fa-css-prefix}-wheelchair:before { content: $fa-var-wheelchair; }
|
||||
.#{$fa-css-prefix}-vimeo-square:before { content: $fa-var-vimeo-square; }
|
||||
.#{$fa-css-prefix}-turkish-lira:before,
|
||||
.#{$fa-css-prefix}-try:before { content: $fa-var-try; }
|
||||
|
@ -380,4 +380,5 @@ $fa-var-caret-square-o-left: "\f191";
|
||||
$fa-var-dot-circle-o: "\f192";
|
||||
$fa-var-wheelchair: "\f193";
|
||||
$fa-var-vimeo-square: "\f194";
|
||||
$fa-var-try: "\f195";
|
||||
|
||||
|
Binary file not shown.
@ -2693,6 +2693,7 @@ icons:
|
||||
created: 4.0
|
||||
categories:
|
||||
- Web Application Icons
|
||||
- Medical Icons
|
||||
|
||||
- name: Vimeo Square
|
||||
id: vimeo-square
|
||||
@ -2700,3 +2701,12 @@ icons:
|
||||
created: 4.0
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
||||
- name: Turkish Lira (TRY)
|
||||
id: try
|
||||
unicode: f195
|
||||
created: 4.0
|
||||
aliases:
|
||||
- turkish-lira
|
||||
categories:
|
||||
- Currency Icons
|
||||
|
Loading…
Reference in New Issue
Block a user