Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Sep 19, 2017
2 parents 391d74c + 53c4e73 commit 4233dfe
Show file tree
Hide file tree
Showing 21 changed files with 8,610 additions and 5,318 deletions.
4,150 changes: 1,992 additions & 2,158 deletions demo/index.html

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion demo/svg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@
<body>

<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: 0</h1>
<h1 class="mvm mtn fgc1">Grid Size: 24px</h1>
<div class="glyph fs1">
<div class="clearfix pbs">
<svg class="ikn ikn-camera"><use xlink:href="../../dist/ikonograph.svg#camera"></use></svg><span class="name"> ikn-camera</span>
</div>
</div>
<div class="glyph fs1">
<div class="clearfix pbs">
<svg class="ikn ikn-camera-full"><use xlink:href="../../dist/ikonograph.svg#camera-full"></use></svg><span class="name"> ikn-camera-full</span>
</div>
</div>
<div class="glyph fs1">
<div class="clearfix pbs">
<svg class="ikn ikn-linkedin"><use xlink:href="../../dist/ikonograph.svg#linkedin"></use></svg><span class="name"> ikn-linkedin</span>
Expand Down
10 changes: 10 additions & 0 deletions demo/webcomponent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@

<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: 24px</h1>
<div class="glyph fs1">
<div class="clearfix pbs">
<ikn-icon icon="camera"></ikn-icon><span class="name">camera</span>
</div>
</div>
<div class="glyph fs1">
<div class="clearfix pbs">
<ikn-icon icon="camera-full"></ikn-icon><span class="name">camera-full</span>
</div>
</div>
<div class="glyph fs1">
<div class="clearfix pbs">
<ikn-icon icon="linkedin"></ikn-icon><span class="name">linkedin</span>
Expand Down
Binary file modified dist/fonts/ikonograph.ttf
Binary file not shown.
Binary file modified dist/fonts/ikonograph.woff
Binary file not shown.
Binary file modified dist/fonts/ikonograph.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/icons.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/ikonograph.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ikonograph.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ikonograph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions src/_icons.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
$icons-map: (
ikn-camera-full: "\e9c1",
ikn-camera: "\e9c2",
ikn-google-plus: "\e944",
ikn-linkedin: "\e94e",
ikn-twitter: "\e971",
ikn-facebook: "\e930",
Expand Down Expand Up @@ -85,7 +88,7 @@ $icons-map: (
ikn-fast-forward: "\e933",
ikn-fast-forward-full: "\e996",
ikn-file-code: "\e934",
ikn-dev: "\e997",
ikn-file-code-full: "\e997",
ikn-file-csv: "\e935",
ikn-file-csv-full: "\e998",
ikn-file-doc: "\e936",
Expand Down Expand Up @@ -113,7 +116,6 @@ $icons-map: (
ikn-gender: "\e942",
ikn-gift: "\e943",
ikn-gift-full: "\e9a3",
ikn-google-plus: "\e944",
ikn-hamburger-menu: "\e945",
ikn-heart: "\e947",
ikn-heart-full: "\e946",
Expand Down Expand Up @@ -191,5 +193,5 @@ $icons-map: (
ikn-wand: "\e976",
ikn-wand-full: "\e9bf",
ikn-warning: "\e977",
ikn-warning-full: "\e9c0",
ikn-warning-full: "\e9c0"
);
Binary file modified src/fonts/ikonograph.ttf
Binary file not shown.
Binary file modified src/fonts/ikonograph.woff
Binary file not shown.
Binary file modified src/fonts/ikonograph.woff2
Binary file not shown.
Loading

0 comments on commit 4233dfe

Please sign in to comment.