mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-14 01:00:29 +08:00
adding icon-bullseye #670
This commit is contained in:
parent
f653c823cf
commit
848c0fc6f7
@ -64,6 +64,7 @@
|
||||
<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/unlock-alt"><i class="icon-unlock-alt"></i> icon-unlock-alt</a></li>
|
||||
<li><a href="{{ site.baseurl }}icon/bullseye"><i class="icon-bullseye"></i> icon-bullseye</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1228,3 +1228,6 @@ ul.icons-ul > li .icon-li {
|
||||
.icon-unlock-alt:before {
|
||||
content: "\f13e";
|
||||
}
|
||||
.icon-bullseye:before {
|
||||
content: "\f140";
|
||||
}
|
||||
|
Binary file not shown.
2
build/assets/font-awesome/less/icons.less
vendored
2
build/assets/font-awesome/less/icons.less
vendored
@ -312,3 +312,5 @@
|
||||
.icon-css3:before { content: "\f13c"; }
|
||||
.icon-anchor:before { content: "\f13d"; }
|
||||
.icon-unlock-alt:before { content: "\f13e"; }
|
||||
|
||||
.icon-bullseye:before { content: "\f140"; }
|
||||
|
@ -2047,3 +2047,11 @@ icons:
|
||||
created: 3.1.0
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
|
||||
- name: Bullseye
|
||||
id: bullseye
|
||||
unicode: f140
|
||||
created: 3.1.0
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
Loading…
Reference in New Issue
Block a user