adding turkish lira as a currency icon

This commit is contained in:
davegandy 2013-10-22 23:22:11 -04:00
parent f05f7e0f40
commit 524ddc7529
9 changed files with 21 additions and 0 deletions

View File

@ -1352,3 +1352,7 @@
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}

View File

@ -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.

View File

@ -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; }

View File

@ -378,4 +378,5 @@
@fa-var-dot-circle-o: "\f192";
@fa-var-wheelchair: "\f193";
@fa-var-vimeo-square: "\f194";
@fa-var-try: "\f195";

View File

@ -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; }

View File

@ -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";

View File

@ -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