mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding #451 icon-code-fork
This commit is contained in:
parent
9c76a8f48f
commit
df2219373b
3
docs/assets/css/font-awesome.css
vendored
3
docs/assets/css/font-awesome.css
vendored
@ -1089,3 +1089,6 @@ ul.icons li [class*=" icon-"] {
|
||||
.icon-crop:before {
|
||||
content: "\f125";
|
||||
}
|
||||
.icon-code-fork:before {
|
||||
content: "\f126";
|
||||
}
|
||||
|
Binary file not shown.
1
docs/assets/less/font-awesome.less
vendored
1
docs/assets/less/font-awesome.less
vendored
@ -556,3 +556,4 @@ ul.icons {
|
||||
.icon-star-half-empty:before { content: "\f123"; }
|
||||
.icon-location-arrow:before { content: "\f124"; }
|
||||
.icon-crop:before { content: "\f125"; }
|
||||
.icon-code-fork:before { content: "\f126"; }
|
||||
|
@ -268,6 +268,7 @@
|
||||
<li><i class="icon-rotate-left"></i> icon-rotate-left <span class="muted">(alias)</span></li>
|
||||
<li><i class="icon-rotate-right"></i> icon-rotate-right <span class="muted">(alias)</span></li>
|
||||
<li><i class="icon-crop"></i> icon-crop</li>
|
||||
<li><i class="icon-code-fork"></i> icon-code-fork</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user