mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding icon-anchor #502
This commit is contained in:
parent
74acd18e6b
commit
a096700dc6
@ -62,6 +62,7 @@
|
||||
<li><a href="{{ site.baseurl }}icon/chevron-sign-down"><i class="icon-chevron-sign-down"></i> icon-chevron-sign-down</a></li>
|
||||
<li><a href="{{ site.baseurl }}icon/html5"><i class="icon-html5"></i> icon-html5</a></li>
|
||||
<li><a href="{{ site.baseurl }}icon/css3"><i class="icon-css3"></i> icon-css3</a></li>
|
||||
<li><a href="{{ site.baseurl }}icon/anchor"><i class="icon-anchor"></i> icon-anchor</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1222,3 +1222,6 @@ ul.icons-ul > li .icon-li {
|
||||
.icon-css3:before {
|
||||
content: "\f13c";
|
||||
}
|
||||
.icon-anchor:before {
|
||||
content: "\f13d";
|
||||
}
|
||||
|
Binary file not shown.
1
build/assets/font-awesome/less/icons.less
vendored
1
build/assets/font-awesome/less/icons.less
vendored
@ -310,3 +310,4 @@
|
||||
.icon-chevron-sign-down:before { content: "\f13a"; }
|
||||
.icon-html5:before { content: "\f13b"; }
|
||||
.icon-css3:before { content: "\f13c"; }
|
||||
.icon-anchor:before { content: "\f13d"; }
|
||||
|
@ -2033,3 +2033,10 @@ icons:
|
||||
created: 3.1.0
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
||||
- name: Anchor
|
||||
id: anchor
|
||||
unicode: f13d
|
||||
created: 3.1.0
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
Loading…
Reference in New Issue
Block a user