mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
#940 collapse, collapse-top, expand, aliases for paperclip and unchecked
This commit is contained in:
parent
0984b4aa12
commit
24dd7e1b80
@ -16,7 +16,7 @@ icon_layout: icon.html # Relative to _layouts directory
|
|||||||
icon_destination: icon # Relative to destination
|
icon_destination: icon # Relative to destination
|
||||||
|
|
||||||
font_awesome:
|
font_awesome:
|
||||||
version: 3.1.0
|
version: 3.2.0
|
||||||
url: http://fontawesome.io
|
url: http://fontawesome.io
|
||||||
legacy_url: http://fortawesome.github.com/Font-Awesome/
|
legacy_url: http://fortawesome.github.com/Font-Awesome/
|
||||||
twitter: fontawesome
|
twitter: fontawesome
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="shameless-self-promotion">
|
<div class="shameless-self-promotion">
|
||||||
<a href="{{ site.font_awesome.github.url }}" target="_blank"
|
<a href="{{ site.font_awesome.github.url }}"
|
||||||
onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'View Project on GitHub']);">
|
onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'View Project on GitHub']);">
|
||||||
GitHub Project</a> ·
|
GitHub Project</a> ·
|
||||||
Version {{ site.font_awesome.version }} ·
|
Version {{ site.font_awesome.version }} ·
|
||||||
|
15
build/assets/font-awesome/css/font-awesome.css
vendored
15
build/assets/font-awesome/css/font-awesome.css
vendored
@ -1263,6 +1263,15 @@ ul.icons-ul > li .icon-li {
|
|||||||
.icon-share-sign:before {
|
.icon-share-sign:before {
|
||||||
content: "\f14d";
|
content: "\f14d";
|
||||||
}
|
}
|
||||||
|
.icon-collapse:before {
|
||||||
|
content: "\f150";
|
||||||
|
}
|
||||||
|
.icon-collapse-top:before {
|
||||||
|
content: "\f151";
|
||||||
|
}
|
||||||
|
.icon-expand:before {
|
||||||
|
content: "\f152";
|
||||||
|
}
|
||||||
.icon-power-off:before {
|
.icon-power-off:before {
|
||||||
content: "\f011";
|
content: "\f011";
|
||||||
}
|
}
|
||||||
@ -1281,3 +1290,9 @@ ul.icons-ul > li .icon-li {
|
|||||||
.icon-star-half-full:before {
|
.icon-star-half-full:before {
|
||||||
content: "\f123";
|
content: "\f123";
|
||||||
}
|
}
|
||||||
|
.icon-unchecked:before {
|
||||||
|
content: "\f096";
|
||||||
|
}
|
||||||
|
.icon-paperclip:before {
|
||||||
|
content: "\f0c6";
|
||||||
|
}
|
||||||
|
Binary file not shown.
6
build/assets/font-awesome/less/icons.less
vendored
6
build/assets/font-awesome/less/icons.less
vendored
@ -326,6 +326,10 @@
|
|||||||
.icon-external-link-sign:before { content: @icon-external-link-sign; }
|
.icon-external-link-sign:before { content: @icon-external-link-sign; }
|
||||||
.icon-share-sign:before { content: @icon-share-sign; }
|
.icon-share-sign:before { content: @icon-share-sign; }
|
||||||
|
|
||||||
|
.icon-collapse:before { content: @icon-collapse; }
|
||||||
|
.icon-collapse-top:before { content: @icon-collapse-top; }
|
||||||
|
.icon-expand:before { content: @icon-expand; }
|
||||||
|
|
||||||
|
|
||||||
// aliases
|
// aliases
|
||||||
.icon-power-off:before { content: @icon-off; }
|
.icon-power-off:before { content: @icon-off; }
|
||||||
@ -334,3 +338,5 @@
|
|||||||
.icon-rotate-left:before { content: @icon-undo; }
|
.icon-rotate-left:before { content: @icon-undo; }
|
||||||
.icon-mail-reply:before { content: @icon-reply; }
|
.icon-mail-reply:before { content: @icon-reply; }
|
||||||
.icon-star-half-full:before { content: @icon-star-half-empty; }
|
.icon-star-half-full:before { content: @icon-star-half-empty; }
|
||||||
|
.icon-unchecked:before { content: @icon-check-empty; }
|
||||||
|
.icon-paperclip:before { content: @icon-paper-clip; }
|
||||||
|
@ -334,3 +334,7 @@
|
|||||||
@icon-edit-sign: "\f14b";
|
@icon-edit-sign: "\f14b";
|
||||||
@icon-external-link-sign: "\f14c";
|
@icon-external-link-sign: "\f14c";
|
||||||
@icon-share-sign: "\f14d";
|
@icon-share-sign: "\f14d";
|
||||||
|
|
||||||
|
@icon-collapse: "\f150";
|
||||||
|
@icon-collapse-top: "\f151";
|
||||||
|
@icon-expand: "\f152";
|
||||||
|
@ -1005,6 +1005,8 @@ icons:
|
|||||||
id: check-empty
|
id: check-empty
|
||||||
unicode: f096
|
unicode: f096
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
|
aliases:
|
||||||
|
- unchecked
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
@ -1239,6 +1241,8 @@ icons:
|
|||||||
id: paper-clip
|
id: paper-clip
|
||||||
unicode: f0c6
|
unicode: f0c6
|
||||||
created: 2.0.0
|
created: 2.0.0
|
||||||
|
aliases:
|
||||||
|
- paperclip
|
||||||
categories:
|
categories:
|
||||||
- Text Editor Icons
|
- Text Editor Icons
|
||||||
|
|
||||||
@ -2153,3 +2157,25 @@ icons:
|
|||||||
created: 3.1.0
|
created: 3.1.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
|
||||||
|
- name: Collapse
|
||||||
|
id: collapse
|
||||||
|
unicode: f150
|
||||||
|
created: 3.2.0
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Collapse Top
|
||||||
|
id: collapse-top
|
||||||
|
unicode: f151
|
||||||
|
created: 3.2.0
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Expand
|
||||||
|
id: expand
|
||||||
|
unicode: f152
|
||||||
|
created: 3.2.0
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user