2
0
davegandy 12 жил өмнө
parent
commit
848c0fc6f7

+ 1 - 0
build/_includes/icons/new.html

@@ -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>

+ 3 - 0
build/assets/font-awesome/css/font-awesome.css

@@ -1228,3 +1228,6 @@ ul.icons-ul > li .icon-li {
 .icon-unlock-alt:before {
   content: "\f13e";
 }
+.icon-bullseye:before {
+  content: "\f140";
+}

BIN
build/assets/font-awesome/font/FontAwesome.otf


+ 2 - 0
build/assets/font-awesome/less/icons.less

@@ -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"; }

+ 8 - 0
build/icons.yml

@@ -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