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

Commit

Permalink
fix: Fix close-circle icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Astorino committed May 23, 2017
1 parent 4d4fa9e commit 585f0d1
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,10 @@ <h1 class="mvm mtn fgc1">Grid Size: 24px</h1>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="ikn ikn-close-sircle">
<span class="ikn ikn-close-circle">

</span>
<span class="mls"> ikn-close-sircle</span>
<span class="mls"> ikn-close-circle</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e917" class="unit size1of2" />
Expand Down
2 changes: 1 addition & 1 deletion demo/polymer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h1 class="mvm mtn fgc1">Grid Size: 24px</h1>
</div>
<div class="glyph fs1">
<div class="clearfix pbs">
<iron-icon icon="ikonograph:close-sircle"></iron-icon><span class="name"> ikn-close-sircle</span>
<iron-icon icon="ikonograph:close-circle"></iron-icon><span class="name"> ikn-close-circle</span>
</div>
</div>
<div class="glyph fs1">
Expand Down
6 changes: 3 additions & 3 deletions demo/svg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ <h1 class="mvm mtn fgc1">Grid Size: 24px</h1>
</div>
<div class="glyph fs1">
<div class="clearfix pbs">
<svg class="ikn ikn-close-sircle">
<use xlink:href="../bower_components/ikonograph/dist/ikonograph.svg#close-sircle"></use>
</svg><span class="name"> ikn-close-sircle</span>
<svg class="ikn ikn-close-circle">
<use xlink:href="../bower_components/ikonograph/dist/ikonograph.svg#close-circle"></use>
</svg><span class="name"> ikn-close-circle</span>
</div>
</div>
<div class="glyph fs1">
Expand Down
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.

6 changes: 3 additions & 3 deletions dist/ikonograph.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@
</g>
<!-- close-circle-full -->

<!-- close-sircle -->
<g id="close-sircle">
<!-- close-circle -->
<g id="close-circle">
<path d="M16.7 7.3c-0.4-0.4-1-0.4-1.4 0l-3.3 3.3-3.3-3.3c-0.4-0.4-1-0.4-1.4 0s-0.4 1 0 1.4l3.3 3.3-3.3 3.3c-0.4 0.4-0.4 1 0 1.4 0.2 0.2 0.4 0.3 0.7 0.3s0.5-0.1 0.7-0.3l3.3-3.3 3.3 3.3c0.2 0.2 0.4 0.3 0.7 0.3s0.5-0.1 0.7-0.3c0.4-0.4 0.4-1 0-1.4l-3.3-3.3 3.3-3.3c0.4-0.4 0.4-1 0-1.4z"/><path d="M12 0c-6.6 0-12 5.4-12 12s5.4 12 12 12 12-5.4 12-12-5.4-12-12-12zM12 22c-5.5 0-10-4.5-10-10s4.5-10 10-10 10 4.5 10 10-4.5 10-10 10z"/>
</g>
<!-- close-sircle -->
<!-- close-circle -->

<!-- close -->
<g id="close">
Expand Down
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.
2 changes: 1 addition & 1 deletion src/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $icons-map: (
ikn-check: "\e914",
ikn-clock: "\e915",
ikn-close-circle-full: "\e916",
ikn-close-sircle: "\e917",
ikn-close-circle: "\e917",
ikn-close: "\e918",
ikn-code: "\e919",
ikn-copy: "\e91a",
Expand Down
4 changes: 2 additions & 2 deletions src/ikonograph-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@
"isMulticolor2": false,
"grid": 0,
"tags": [
"close-sircle"
"close-circle"
]
},
"attrs": [
Expand All @@ -752,7 +752,7 @@
"properties": {
"order": 294,
"id": 96,
"name": "close-sircle",
"name": "close-circle",
"prevSize": 24,
"code": 59671
},
Expand Down

0 comments on commit 585f0d1

Please sign in to comment.