Skip to content

Commit

Permalink
Add "bitcoin", "arrow-right-arrow-left", "megaphone" and "microphone"…
Browse files Browse the repository at this point in the history
… icons #321 #575 #400 #360
  • Loading branch information
onursenture committed Sep 12, 2022
1 parent 961fa2c commit 84e23bc
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 2 deletions.
66 changes: 65 additions & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,73 @@
<link rel="stylesheet" href="primeicons.css"></head>
<body>
<div class="bgc1 clearfix">
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> primeicons <small class="fgc1">(Glyphs:&nbsp;250)</small></h1>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> primeicons <small class="fgc1">(Glyphs:&nbsp;254)</small></h1>
</div>
<div class="clearfix mhl ptl">
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="pi pi-microphone">

</span>
<span class="mls"> pi-microphone</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e9fa" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe9fa;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="pi pi-megaphone">

</span>
<span class="mls"> pi-megaphone</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e9fb" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe9fb;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="pi pi-arrow-right-arrow-left">

</span>
<span class="mls"> pi-arrow-right-arrow-left</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e9fc" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe9fc;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="pi pi-bitcoin">

</span>
<span class="mls"> pi-bitcoin</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e9fd" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe9fd;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-true">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="pi pi-file-edit">
Expand Down
Binary file modified fonts/primeicons.eot
Binary file not shown.
4 changes: 4 additions & 0 deletions fonts/primeicons.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/primeicons.ttf
Binary file not shown.
Binary file modified fonts/primeicons.woff
Binary file not shown.
16 changes: 16 additions & 0 deletions primeicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,22 @@
}
}

.pi-microphone:before {
content: "\e9fa";
}

.pi-megaphone:before {
content: "\e9fb";
}

.pi-arrow-right-arrow-left:before {
content: "\e9fc";
}

.pi-bitcoin:before {
content: "\e9fd";
}

.pi-file-edit:before {
content: "\e9f6";
}
Expand Down
4 changes: 4 additions & 0 deletions raw-svg/arrow-right-arrow-left.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions raw-svg/bitcoin.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions raw-svg/megaphone.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions raw-svg/microphone.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion selection.json

Large diffs are not rendered by default.

0 comments on commit 84e23bc

Please sign in to comment.