Skip to content

Commit

Permalink
Add "heart-fill", "filter-fill" and "bookmark-fill" icons #510 #511 #512
Browse files Browse the repository at this point in the history
  • Loading branch information
onursenture committed Oct 25, 2021
1 parent df0ab65 commit ad22c33
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 2 deletions.
50 changes: 49 additions & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,57 @@
<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;223)</small></h1>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> primeicons <small class="fgc1">(Glyphs:&nbsp;226)</small></h1>
</div>
<div class="clearfix mhl ptl">
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="pi pi-bookmark-fill">

</span>
<span class="mls"> pi-bookmark-fill</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e9df" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe9df;" 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-filter-fill">

</span>
<span class="mls"> pi-filter-fill</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e9e0" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe9e0;" 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-heart-fill">

</span>
<span class="mls"> pi-heart-fill</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e9e1" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe9e1;" 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-flag-fill">
Expand Down
Binary file modified fonts/primeicons.eot
Binary file not shown.
3 changes: 3 additions & 0 deletions fonts/primeicons.svg
Loading
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.
12 changes: 12 additions & 0 deletions primeicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@
}
}

.pi-bookmark-fill:before {
content: "\e9df";
}

.pi-filter-fill:before {
content: "\e9e0";
}

.pi-heart-fill:before {
content: "\e9e1";
}

.pi-flag-fill:before {
content: "\e9de";
}
Expand Down
1 change: 1 addition & 0 deletions raw-svg/bookmark-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions raw-svg/filter-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions raw-svg/heart-fill.svg
Loading
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 ad22c33

Please sign in to comment.