Skip to content

Commit

Permalink
Add cloud, cloud-upload, cloud-download icons
Browse files Browse the repository at this point in the history
  • Loading branch information
onursenture committed Jun 20, 2018
1 parent 7685c38 commit e00ccf3
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 2 deletions.
52 changes: 50 additions & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,63 @@
<head>
<meta charset="utf-8">
<title>PrimeIcons Demo</title>
<meta name="description" content="An Icon Font Generated By IcoMoon.io">
<meta name="description" content="Icon Library for Prime UI Libraries">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="demo-files/demo.css">
<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;66)</small></h1>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> primeicons <small class="fgc1">(Glyphs:&nbsp;70)</small></h1>
</div>
<div class="clearfix mhl ptl">
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="pi pi-cloud-download">

</span>
<span class="mls"> pi-cloud-download</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e943" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe922;" 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-cloud-upload">

</span>
<span class="mls"> pi-cloud-upload</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e944" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe922;" 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-cloud">

</span>
<span class="mls"> pi-cloud</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e945" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe922;" 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-pencil">
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 @@ -51,6 +51,18 @@
}
}

.pi-cloud-download:before {
content: "\e943";
}

.pi-cloud-upload:before {
content: "\e944";
}

.pi-cloud:before {
content: "\e945";
}

.pi-pencil:before {
content: "\e942";
}
Expand Down

0 comments on commit e00ccf3

Please sign in to comment.