mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding icon-ticket #722
This commit is contained in:
parent
e1f5eb5163
commit
e13370fcc4
@ -69,6 +69,7 @@
|
||||
<li><a href="{{ site.baseurl }}icon/ellipsis-vertical"><i class="icon-ellipsis-vertical"></i> icon-ellipsis-vertical</a></li>
|
||||
<li><a href="{{ site.baseurl }}icon/rss-sign"><i class="icon-rss-sign"></i> icon-rss-sign</a></li>
|
||||
<li><a href="{{ site.baseurl }}icon/play-sign"><i class="icon-play-sign"></i> icon-play-sign</a></li>
|
||||
<li><a href="{{ site.baseurl }}icon/ticket"><i class="icon-ticket"></i> icon-ticket</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -7,6 +7,13 @@
|
||||
{% include stripe-ad.html %}
|
||||
|
||||
<div>
|
||||
<div class="alert alert-info">
|
||||
<i class="icon-info-sign icon-2x pull-left margin-top-small padding-right-small"></i>Attribution is no longer required as of Font Awesome 3.0 but is much appreciated:
|
||||
<code>Font Awesome by Dave Gandy - http://fontawesome.io</code>.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<h2 class="page-header">Font License</h2>
|
||||
<ul>
|
||||
<li>
|
||||
@ -16,7 +23,7 @@
|
||||
<li>License: {{ site.license.font.version }}</li>
|
||||
<li>URL: <a href="{{ site.license.font.url }}">{{ site.license.font.url }}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 class="page-header">Code License</h2>
|
||||
@ -41,8 +48,8 @@
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="alert alert-info">
|
||||
<i class="icon-info-sign icon-2x pull-left margin-top-small padding-right-small"></i>Attribution is no longer required as of Font Awesome 3.0, but is much appreciated:
|
||||
<code>Font Awesome by Dave Gandy - http://fontawesome.io</code>.
|
||||
</div>
|
||||
<h2 class="page-header">Brand Icons</h2>
|
||||
<ul>
|
||||
<li>All brand icons are copyrighted or trademarked by their respective owners.</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
@ -1243,3 +1243,6 @@ ul.icons-ul > li .icon-li {
|
||||
.icon-play-sign:before {
|
||||
content: "\f144";
|
||||
}
|
||||
.icon-ticket:before {
|
||||
content: "\f145";
|
||||
}
|
||||
|
Binary file not shown.
1
build/assets/font-awesome/less/icons.less
vendored
1
build/assets/font-awesome/less/icons.less
vendored
@ -318,3 +318,4 @@
|
||||
.icon-ellipsis-vertical:before { content: "\f142"; }
|
||||
.icon-rss-sign:before { content: "\f143"; }
|
||||
.icon-play-sign:before { content: "\f144"; }
|
||||
.icon-ticket:before { content: "\f145"; }
|
||||
|
@ -2083,3 +2083,10 @@ icons:
|
||||
created: 3.1.0
|
||||
categories:
|
||||
- Video Player Icons
|
||||
|
||||
- name: Ticket
|
||||
id: ticket
|
||||
unicode: f145
|
||||
created: 3.1.0
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
Loading…
Reference in New Issue
Block a user