mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-27 14:01:32 +08:00
adding icon-unlock-alt #667
This commit is contained in:
parent
a096700dc6
commit
f653c823cf
@ -63,6 +63,7 @@
|
|||||||
<li><a href="{{ site.baseurl }}icon/html5"><i class="icon-html5"></i> icon-html5</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/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>
|
<li><a href="{{ site.baseurl }}icon/anchor"><i class="icon-anchor"></i> icon-anchor</a></li>
|
||||||
|
<li><a href="{{ site.baseurl }}icon/unlock-alt"><i class="icon-unlock-alt"></i> icon-unlock-alt</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1225,3 +1225,6 @@ ul.icons-ul > li .icon-li {
|
|||||||
.icon-anchor:before {
|
.icon-anchor:before {
|
||||||
content: "\f13d";
|
content: "\f13d";
|
||||||
}
|
}
|
||||||
|
.icon-unlock-alt:before {
|
||||||
|
content: "\f13e";
|
||||||
|
}
|
||||||
|
Binary file not shown.
1
build/assets/font-awesome/less/icons.less
vendored
1
build/assets/font-awesome/less/icons.less
vendored
@ -311,3 +311,4 @@
|
|||||||
.icon-html5:before { content: "\f13b"; }
|
.icon-html5:before { content: "\f13b"; }
|
||||||
.icon-css3:before { content: "\f13c"; }
|
.icon-css3:before { content: "\f13c"; }
|
||||||
.icon-anchor:before { content: "\f13d"; }
|
.icon-anchor:before { content: "\f13d"; }
|
||||||
|
.icon-unlock-alt:before { content: "\f13e"; }
|
||||||
|
@ -2040,3 +2040,10 @@ icons:
|
|||||||
created: 3.1.0
|
created: 3.1.0
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Unlock Alt
|
||||||
|
id: unlock-alt
|
||||||
|
unicode: f13e
|
||||||
|
created: 3.1.0
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user