mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-28 22:41:28 +08:00
adding #303 icon-calendar-empty
This commit is contained in:
parent
3056726530
commit
2921f35f31
3
docs/assets/css/font-awesome.css
vendored
3
docs/assets/css/font-awesome.css
vendored
@ -1125,3 +1125,6 @@ ul.icons li [class*=" icon-"] {
|
|||||||
.icon-shield:before {
|
.icon-shield:before {
|
||||||
content: "\f132";
|
content: "\f132";
|
||||||
}
|
}
|
||||||
|
.icon-calendar-empty:before {
|
||||||
|
content: "\f133";
|
||||||
|
}
|
||||||
|
Binary file not shown.
1
docs/assets/less/font-awesome.less
vendored
1
docs/assets/less/font-awesome.less
vendored
@ -569,3 +569,4 @@ ul.icons {
|
|||||||
.icon-microphone:before { content: "\f130"; }
|
.icon-microphone:before { content: "\f130"; }
|
||||||
.icon-microphone-off:before { content: "\f131"; }
|
.icon-microphone-off:before { content: "\f131"; }
|
||||||
.icon-shield:before { content: "\f132"; }
|
.icon-shield:before { content: "\f132"; }
|
||||||
|
.icon-calendar-empty:before { content: "\f133"; }
|
||||||
|
@ -279,6 +279,7 @@
|
|||||||
<li><i class="icon-microphone"></i> icon-microphone</li>
|
<li><i class="icon-microphone"></i> icon-microphone</li>
|
||||||
<li><i class="icon-microphone-off"></i> icon-microphone-off</li>
|
<li><i class="icon-microphone-off"></i> icon-microphone-off</li>
|
||||||
<li><i class="icon-shield"></i> icon-shield</li>
|
<li><i class="icon-shield"></i> icon-shield</li>
|
||||||
|
<li><i class="icon-calendar-empty"></i> icon-calendar-empty</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user