Merge pull request #5150 from JonMidhir/issue#4307-rename_gittip_to_gratipay

Rename Gittip to Gratipay, retaining alias
This commit is contained in:
Geremia Taglialatela 2014-12-07 16:55:07 +01:00
commit de0d319f98
7 changed files with 13 additions and 6 deletions

View File

@ -1259,7 +1259,8 @@
.fa-male:before { .fa-male:before {
content: "\f183"; content: "\f183";
} }
.fa-gittip:before { .fa-gittip:before,
.fa-gratipay:before {
content: "\f184"; content: "\f184";
} }
.fa-sun-o:before { .fa-sun-o:before {

File diff suppressed because one or more lines are too long

View File

@ -397,7 +397,8 @@
.@{fa-css-prefix}-trello { &:before { content: @fa-var-trello; } } .@{fa-css-prefix}-trello { &:before { content: @fa-var-trello; } }
.@{fa-css-prefix}-female { &:before { content: @fa-var-female; } } .@{fa-css-prefix}-female { &:before { content: @fa-var-female; } }
.@{fa-css-prefix}-male { &:before { content: @fa-var-male; } } .@{fa-css-prefix}-male { &:before { content: @fa-var-male; } }
.@{fa-css-prefix}-gittip { &:before { content: @fa-var-gittip; } } .@{fa-css-prefix}-gittip,
.@{fa-css-prefix}-gratipay { &:before { content: @fa-var-gratipay; } }
.@{fa-css-prefix}-sun-o { &:before { content: @fa-var-sun-o; } } .@{fa-css-prefix}-sun-o { &:before { content: @fa-var-sun-o; } }
.@{fa-css-prefix}-moon-o { &:before { content: @fa-var-moon-o; } } .@{fa-css-prefix}-moon-o { &:before { content: @fa-var-moon-o; } }
.@{fa-css-prefix}-archive { &:before { content: @fa-var-archive; } } .@{fa-css-prefix}-archive { &:before { content: @fa-var-archive; } }

View File

@ -256,6 +256,7 @@
@fa-var-google-plus-square: "\f0d4"; @fa-var-google-plus-square: "\f0d4";
@fa-var-google-wallet: "\f1ee"; @fa-var-google-wallet: "\f1ee";
@fa-var-graduation-cap: "\f19d"; @fa-var-graduation-cap: "\f19d";
@fa-var-gratipay: "\f184";
@fa-var-group: "\f0c0"; @fa-var-group: "\f0c0";
@fa-var-h-square: "\f0fd"; @fa-var-h-square: "\f0fd";
@fa-var-hacker-news: "\f1d4"; @fa-var-hacker-news: "\f1d4";

View File

@ -397,7 +397,8 @@
.#{$fa-css-prefix}-trello { &:before { content: $fa-var-trello; } } .#{$fa-css-prefix}-trello { &:before { content: $fa-var-trello; } }
.#{$fa-css-prefix}-female { &:before { content: $fa-var-female; } } .#{$fa-css-prefix}-female { &:before { content: $fa-var-female; } }
.#{$fa-css-prefix}-male { &:before { content: $fa-var-male; } } .#{$fa-css-prefix}-male { &:before { content: $fa-var-male; } }
.#{$fa-css-prefix}-gittip { &:before { content: $fa-var-gittip; } } .#{$fa-css-prefix}-gittip,
.#{$fa-css-prefix}-gratipay { &:before { content: $fa-var-gratipay; } }
.#{$fa-css-prefix}-sun-o { &:before { content: $fa-var-sun-o; } } .#{$fa-css-prefix}-sun-o { &:before { content: $fa-var-sun-o; } }
.#{$fa-css-prefix}-moon-o { &:before { content: $fa-var-moon-o; } } .#{$fa-css-prefix}-moon-o { &:before { content: $fa-var-moon-o; } }
.#{$fa-css-prefix}-archive { &:before { content: $fa-var-archive; } } .#{$fa-css-prefix}-archive { &:before { content: $fa-var-archive; } }

View File

@ -256,6 +256,7 @@ $fa-var-google-plus: "\f0d5";
$fa-var-google-plus-square: "\f0d4"; $fa-var-google-plus-square: "\f0d4";
$fa-var-google-wallet: "\f1ee"; $fa-var-google-wallet: "\f1ee";
$fa-var-graduation-cap: "\f19d"; $fa-var-graduation-cap: "\f19d";
$fa-var-gratipay: "\f184";
$fa-var-group: "\f0c0"; $fa-var-group: "\f0c0";
$fa-var-h-square: "\f0fd"; $fa-var-h-square: "\f0fd";
$fa-var-hacker-news: "\f1d4"; $fa-var-hacker-news: "\f1d4";

View File

@ -2591,10 +2591,12 @@ icons:
categories: categories:
- Web Application Icons - Web Application Icons
- name: Gittip - name: Gratipay (Gittip)
id: gittip id: gratipay
unicode: f184 unicode: f184
created: 3.2 created: 3.2
aliases:
- gittip
categories: categories:
- Brand Icons - Brand Icons