adding share-alt and share-alt-square #600

This commit is contained in:
Dave Gandy 2014-05-14 14:16:09 -05:00
parent 64b4e76e4d
commit 33439ec7ac
9 changed files with 37 additions and 0 deletions

View file

@ -1554,3 +1554,9 @@
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}

View file

@ -1554,3 +1554,9 @@
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}

Binary file not shown.

View file

@ -501,3 +501,5 @@
.@{fa-css-prefix}-header:before { content: @fa-var-header; }
.@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; }
.@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; }
.@{fa-css-prefix}-share-alt:before { content: @fa-var-share-alt; }
.@{fa-css-prefix}-share-alt-square:before { content: @fa-var-share-alt-square; }

View file

@ -382,6 +382,8 @@
@fa-var-send: "\f1d8";
@fa-var-send-o: "\f1d9";
@fa-var-share: "\f064";
@fa-var-share-alt: "\f1e0";
@fa-var-share-alt-square: "\f1e1";
@fa-var-share-square: "\f14d";
@fa-var-share-square-o: "\f045";
@fa-var-shield: "\f132";

View file

@ -501,3 +501,5 @@
.#{$fa-css-prefix}-header:before { content: $fa-var-header; }
.#{$fa-css-prefix}-paragraph:before { content: $fa-var-paragraph; }
.#{$fa-css-prefix}-sliders:before { content: $fa-var-sliders; }
.#{$fa-css-prefix}-share-alt:before { content: $fa-var-share-alt; }
.#{$fa-css-prefix}-share-alt-square:before { content: $fa-var-share-alt-square; }

View file

@ -382,6 +382,8 @@ $fa-var-search-plus: "\f00e";
$fa-var-send: "\f1d8";
$fa-var-send-o: "\f1d9";
$fa-var-share: "\f064";
$fa-var-share-alt: "\f1e0";
$fa-var-share-alt-square: "\f1e1";
$fa-var-share-square: "\f14d";
$fa-var-share-square-o: "\f045";
$fa-var-shield: "\f132";

View file

@ -3242,3 +3242,20 @@ icons:
created: 4.1
categories:
- Web Application Icons
- name: Share Alt
id: share-alt
unicode: f1e0
created: 4.1
categories:
- Web Application Icons
- Brand Icons
- name: Share Alt Square
id: share-alt-square
unicode: f1e1
created: 4.1
categories:
- Web Application Icons
- Brand Icons