adding paper-plane and paper-plane-o icons #1566

This commit is contained in:
Dave Gandy 2014-05-14 12:07:44 -05:00
parent d39fdb857f
commit 623b6dc8a9
9 changed files with 49 additions and 0 deletions

View file

@ -1531,3 +1531,11 @@
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}

View file

@ -1531,3 +1531,11 @@
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}

Binary file not shown.

View file

@ -492,3 +492,7 @@
.@{fa-css-prefix}-qq:before { content: @fa-var-qq; }
.@{fa-css-prefix}-wechat:before,
.@{fa-css-prefix}-weixin:before { content: @fa-var-weixin; }
.@{fa-css-prefix}-send:before,
.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; }
.@{fa-css-prefix}-send-o:before,
.@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; }

View file

@ -277,6 +277,8 @@
@fa-var-openid: "\f19b";
@fa-var-outdent: "\f03b";
@fa-var-pagelines: "\f18c";
@fa-var-paper-plane: "\f1d8";
@fa-var-paper-plane-o: "\f1d9";
@fa-var-paperclip: "\f0c6";
@fa-var-pause: "\f04c";
@fa-var-paw: "\f1b0";

View file

@ -305,6 +305,10 @@
.#{$fa-css-prefix}-dedent:before,
.#{$fa-css-prefix}-outdent:before { content: $fa-var-outdent; }
.#{$fa-css-prefix}-pagelines:before { content: $fa-var-pagelines; }
.#{$fa-css-prefix}-send:before,
.#{$fa-css-prefix}-paper-plane:before { content: $fa-var-paper-plane; }
.#{$fa-css-prefix}-send-o:before,
.#{$fa-css-prefix}-paper-plane-o:before { content: $fa-var-paper-plane-o; }
.#{$fa-css-prefix}-paperclip:before { content: $fa-var-paperclip; }
.#{$fa-css-prefix}-pause:before { content: $fa-var-pause; }
.#{$fa-css-prefix}-paw:before { content: $fa-var-paw; }

View file

@ -277,6 +277,8 @@ $fa-var-music: "\f001";
$fa-var-openid: "\f19b";
$fa-var-outdent: "\f03b";
$fa-var-pagelines: "\f18c";
$fa-var-paper-plane: "\f1d8";
$fa-var-paper-plane-o: "\f1d9";
$fa-var-paperclip: "\f0c6";
$fa-var-pause: "\f04c";
$fa-var-paw: "\f1b0";

View file

@ -134,6 +134,7 @@ icons:
- gear
categories:
- Web Application Icons
- Spinner Icons
- name: Trash Outlined
id: trash-o
@ -222,6 +223,7 @@ icons:
created: 1.0
categories:
- Web Application Icons
- Spinner Icons
- name: list-alt
id: list-alt
@ -1786,6 +1788,7 @@ icons:
created: 3.0
categories:
- Web Application Icons
- Spinner Icons
- name: Circle
id: circle
@ -3186,3 +3189,21 @@ icons:
- wechat
categories:
- Brand Icons
- name: Paper Plane
id: paper-plane
unicode: f1d8
created: 4.1
aliases:
- send
categories:
- Web Application Icons
- name: Paper Plane Outlined
id: paper-plane-o
unicode: f1d9
created: 4.1
aliases:
- send-o
categories:
- Web Application Icons