mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding paper-plane and paper-plane-o icons #1566
This commit is contained in:
parent
d39fdb857f
commit
623b6dc8a9
8
css/font-awesome.css
vendored
8
css/font-awesome.css
vendored
@ -1531,3 +1531,11 @@
|
|||||||
.fa-weixin:before {
|
.fa-weixin:before {
|
||||||
content: "\f1d7";
|
content: "\f1d7";
|
||||||
}
|
}
|
||||||
|
.fa-send:before,
|
||||||
|
.fa-paper-plane:before {
|
||||||
|
content: "\f1d8";
|
||||||
|
}
|
||||||
|
.fa-send-o:before,
|
||||||
|
.fa-paper-plane-o:before {
|
||||||
|
content: "\f1d9";
|
||||||
|
}
|
||||||
|
8
css/font-awesome.min.css
vendored
8
css/font-awesome.min.css
vendored
@ -1531,3 +1531,11 @@
|
|||||||
.fa-weixin:before {
|
.fa-weixin:before {
|
||||||
content: "\f1d7";
|
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.
@ -492,3 +492,7 @@
|
|||||||
.@{fa-css-prefix}-qq:before { content: @fa-var-qq; }
|
.@{fa-css-prefix}-qq:before { content: @fa-var-qq; }
|
||||||
.@{fa-css-prefix}-wechat:before,
|
.@{fa-css-prefix}-wechat:before,
|
||||||
.@{fa-css-prefix}-weixin:before { content: @fa-var-weixin; }
|
.@{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; }
|
||||||
|
@ -277,6 +277,8 @@
|
|||||||
@fa-var-openid: "\f19b";
|
@fa-var-openid: "\f19b";
|
||||||
@fa-var-outdent: "\f03b";
|
@fa-var-outdent: "\f03b";
|
||||||
@fa-var-pagelines: "\f18c";
|
@fa-var-pagelines: "\f18c";
|
||||||
|
@fa-var-paper-plane: "\f1d8";
|
||||||
|
@fa-var-paper-plane-o: "\f1d9";
|
||||||
@fa-var-paperclip: "\f0c6";
|
@fa-var-paperclip: "\f0c6";
|
||||||
@fa-var-pause: "\f04c";
|
@fa-var-pause: "\f04c";
|
||||||
@fa-var-paw: "\f1b0";
|
@fa-var-paw: "\f1b0";
|
||||||
|
@ -305,6 +305,10 @@
|
|||||||
.#{$fa-css-prefix}-dedent:before,
|
.#{$fa-css-prefix}-dedent:before,
|
||||||
.#{$fa-css-prefix}-outdent:before { content: $fa-var-outdent; }
|
.#{$fa-css-prefix}-outdent:before { content: $fa-var-outdent; }
|
||||||
.#{$fa-css-prefix}-pagelines:before { content: $fa-var-pagelines; }
|
.#{$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}-paperclip:before { content: $fa-var-paperclip; }
|
||||||
.#{$fa-css-prefix}-pause:before { content: $fa-var-pause; }
|
.#{$fa-css-prefix}-pause:before { content: $fa-var-pause; }
|
||||||
.#{$fa-css-prefix}-paw:before { content: $fa-var-paw; }
|
.#{$fa-css-prefix}-paw:before { content: $fa-var-paw; }
|
||||||
|
@ -277,6 +277,8 @@ $fa-var-music: "\f001";
|
|||||||
$fa-var-openid: "\f19b";
|
$fa-var-openid: "\f19b";
|
||||||
$fa-var-outdent: "\f03b";
|
$fa-var-outdent: "\f03b";
|
||||||
$fa-var-pagelines: "\f18c";
|
$fa-var-pagelines: "\f18c";
|
||||||
|
$fa-var-paper-plane: "\f1d8";
|
||||||
|
$fa-var-paper-plane-o: "\f1d9";
|
||||||
$fa-var-paperclip: "\f0c6";
|
$fa-var-paperclip: "\f0c6";
|
||||||
$fa-var-pause: "\f04c";
|
$fa-var-pause: "\f04c";
|
||||||
$fa-var-paw: "\f1b0";
|
$fa-var-paw: "\f1b0";
|
||||||
|
Binary file not shown.
@ -134,6 +134,7 @@ icons:
|
|||||||
- gear
|
- gear
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
- Spinner Icons
|
||||||
|
|
||||||
- name: Trash Outlined
|
- name: Trash Outlined
|
||||||
id: trash-o
|
id: trash-o
|
||||||
@ -222,6 +223,7 @@ icons:
|
|||||||
created: 1.0
|
created: 1.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
- Spinner Icons
|
||||||
|
|
||||||
- name: list-alt
|
- name: list-alt
|
||||||
id: list-alt
|
id: list-alt
|
||||||
@ -1786,6 +1788,7 @@ icons:
|
|||||||
created: 3.0
|
created: 3.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
- Spinner Icons
|
||||||
|
|
||||||
- name: Circle
|
- name: Circle
|
||||||
id: circle
|
id: circle
|
||||||
@ -3186,3 +3189,21 @@ icons:
|
|||||||
- wechat
|
- wechat
|
||||||
categories:
|
categories:
|
||||||
- Brand Icons
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user