Skip to content

Commit

Permalink
Add brain icon
Browse files Browse the repository at this point in the history
  • Loading branch information
YonathanB committed Nov 15, 2018
1 parent e7fa04c commit b67d274
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "k-icons",
"description": "icons for kramer",
"version": "0.1.30",
"version": "0.1.31",
"authors": [
"YonathanB"
],
Expand Down
51 changes: 50 additions & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,26 @@
<link rel="stylesheet" href="k-icons.css"></head>
<body>
<div class="bgc1 clearfix">
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> icomoon <small class="fgc1">(Glyphs:&nbsp;459)</small></h1>
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> icomoon <small class="fgc1">(Glyphs:&nbsp;462)</small></h1>
</div>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-ic_brain">

</span>
<span class="mls"> icon-ic_brain</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e938" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe938;" 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="icon-ic_about">
Expand Down Expand Up @@ -45,6 +61,22 @@ <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-ic_dashboard">

</span>
<span class="mls"> icon-ic_dashboard</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e939" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe939;" 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="icon-ic_devices">
Expand Down Expand Up @@ -109,6 +141,22 @@ <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-ic_license">

</span>
<span class="mls"> icon-ic_license</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e93a" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe93a;" 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="icon-ic_location">
Expand Down Expand Up @@ -7379,4 +7427,5 @@ <h1>Font Test Drive</h1>

<script src="demo-files/demo.js"></script>
</body>

</html>
Binary file modified fonts/icomoon.eot
Binary file not shown.
3 changes: 3 additions & 0 deletions fonts/icomoon.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/icomoon.ttf
Binary file not shown.
Binary file modified fonts/icomoon.woff
Binary file not shown.
9 changes: 9 additions & 0 deletions k-icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,18 @@
}


.icon-ic_brain:before {
content: "\e938";
}
.icon-ic_about:before {
content: "\e92a";
}
.icon-ic_administration:before {
content: "\e92b";
}
.icon-ic_dashboard:before {
content: "\e939";
}
.icon-ic_devices:before {
content: "\e92c";
}
Expand All @@ -43,6 +49,9 @@
.icon-ic_fw_up:before {
content: "\e92f";
}
.icon-ic_license:before {
content: "\e93a";
}
.icon-ic_location:before {
content: "\e930";
}
Expand Down

0 comments on commit b67d274

Please sign in to comment.