icon
This commit is contained in:
@@ -217,5 +217,23 @@
|
||||
"keywords": [
|
||||
"clear"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "success",
|
||||
"css": "zan-icon-success",
|
||||
"hexCodepoint": "0xe818",
|
||||
"codepoint": 59416,
|
||||
"keywords": [
|
||||
"success"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "fail",
|
||||
"css": "zan-icon-fail",
|
||||
"hexCodepoint": "0xe819",
|
||||
"codepoint": 59417,
|
||||
"keywords": [
|
||||
"fail"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -16,7 +16,7 @@
|
||||
"license_url": "https://opensource.org/licenses/MIT",
|
||||
"homepage": "http://github.com/youzan",
|
||||
"css_prefix_text": "zan-icon-",
|
||||
"filename_hash": "-6821b64ee1",
|
||||
"filename_hash": "-ca65df15f4",
|
||||
"columns": 4,
|
||||
"css_use_suffix": false
|
||||
},
|
||||
@@ -96,8 +96,8 @@
|
||||
"check"
|
||||
],
|
||||
"width": 1000,
|
||||
"d": "M500 9a341 341 0 1 1 0 682 341 341 0 0 1 0-682z m0-68a409 409 0 1 0 0 818 409 409 0 0 0 0-818z",
|
||||
"segments": 8
|
||||
"d": "M0 850h1000v-1000h-1000z m500-841a341 341 0 1 1 0 682 341 341 0 0 1 0-682z m0-68a409 409 0 1 0 0 818 409 409 0 0 0 0-818z",
|
||||
"segments": 13
|
||||
},
|
||||
{
|
||||
"src": "选中.svg",
|
||||
@@ -287,6 +287,28 @@
|
||||
"width": 1000,
|
||||
"d": "M500-150a500 500 0 1 0 0 1000 500 500 0 0 0 0-1000z m0 576l-164 164-76-76 164-164-164-164 76-76 164 164 164-164 76 76-164 164 164 164-76 76-164-164z",
|
||||
"segments": 18
|
||||
},
|
||||
{
|
||||
"src": "成功.svg",
|
||||
"code": 59416,
|
||||
"css": "success",
|
||||
"keywords": [
|
||||
"success"
|
||||
],
|
||||
"width": 1000,
|
||||
"d": "M86 334a8 8 0 0 0 0 12l54 54a9 9 0 0 0 13 1l190-160c10-9 27-9 37 0l472 423a9 9 0 0 0 13 0l49-49a8 8 0 0 0 0-11l-540-532a17 17 0 0 0-24 0l-264 262z",
|
||||
"segments": 14
|
||||
},
|
||||
{
|
||||
"src": "失败.svg",
|
||||
"code": 59417,
|
||||
"css": "fail",
|
||||
"keywords": [
|
||||
"fail"
|
||||
],
|
||||
"width": 968,
|
||||
"d": "M419 721a16 16 0 0 0 16 16h98c9 0 16-7 15-16l-13-516c0-9-8-16-17-16h-68a17 17 0 0 0-17 16l-14 516z m65-726a65 65 0 1 0 0 129 65 65 0 0 0 0-129z",
|
||||
"segments": 14
|
||||
}
|
||||
],
|
||||
"badGlyphs": [
|
||||
|
||||
@@ -24,4 +24,6 @@
|
||||
.zan-icon-arrow:before { content: '\e814'; } /* '' */
|
||||
.zan-icon-gift:before { content: '\e815'; } /* '' */
|
||||
.zan-icon-search:before { content: '\e816'; } /* '' */
|
||||
.zan-icon-clear:before { content: '\e817'; } /* '' */
|
||||
.zan-icon-clear:before { content: '\e817'; } /* '' */
|
||||
.zan-icon-success:before { content: '\e818'; } /* '' */
|
||||
.zan-icon-fail:before { content: '\e819'; } /* '' */
|
||||
File diff suppressed because one or more lines are too long
@@ -24,4 +24,6 @@
|
||||
.zan-icon-arrow { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zan-icon-gift { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zan-icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zan-icon-clear { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zan-icon-clear { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zan-icon-success { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zan-icon-fail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
@@ -35,4 +35,6 @@
|
||||
.zan-icon-arrow { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zan-icon-gift { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zan-icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zan-icon-clear { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zan-icon-clear { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zan-icon-success { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.zan-icon-fail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
@@ -2,12 +2,12 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'zanui-icon';
|
||||
src: url('../font/zanui-icon-6821b64ee1.eot');
|
||||
src: url('../font/zanui-icon-6821b64ee1.eot?#iefix') format('embedded-opentype'),
|
||||
url('../font/zanui-icon-6821b64ee1.woff2') format('woff2'),
|
||||
url('../font/zanui-icon-6821b64ee1.woff') format('woff'),
|
||||
url('../font/zanui-icon-6821b64ee1.ttf') format('truetype'),
|
||||
url('../font/zanui-icon-6821b64ee1.svg?#zanui-icon') format('svg');
|
||||
src: url('../font/zanui-icon-ca65df15f4.eot');
|
||||
src: url('../font/zanui-icon-ca65df15f4.eot?#iefix') format('embedded-opentype'),
|
||||
url('../font/zanui-icon-ca65df15f4.woff2') format('woff2'),
|
||||
url('../font/zanui-icon-ca65df15f4.woff') format('woff'),
|
||||
url('../font/zanui-icon-ca65df15f4.ttf') format('truetype'),
|
||||
url('../font/zanui-icon-ca65df15f4.svg?#zanui-icon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'zanui-icon';
|
||||
src: url('../font/zanui-icon-6821b64ee1.svg?#zanui-icon') format('svg');
|
||||
src: url('../font/zanui-icon-ca65df15f4.svg?#zanui-icon') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
@@ -80,4 +80,6 @@
|
||||
.zan-icon-arrow:before { content: '\e814'; } /* '' */
|
||||
.zan-icon-gift:before { content: '\e815'; } /* '' */
|
||||
.zan-icon-search:before { content: '\e816'; } /* '' */
|
||||
.zan-icon-clear:before { content: '\e817'; } /* '' */
|
||||
.zan-icon-clear:before { content: '\e817'; } /* '' */
|
||||
.zan-icon-success:before { content: '\e818'; } /* '' */
|
||||
.zan-icon-fail:before { content: '\e819'; } /* '' */
|
||||
@@ -290,6 +290,10 @@ body {
|
||||
<div title="Code: 0xe816" class="the-icons span3"><i class="demo-icon zan-icon-search"></i> <span class="i-name">zan-icon-search</span><span class="i-code">0xe816</span></div>
|
||||
<div title="Code: 0xe817" class="the-icons span3"><i class="demo-icon zan-icon-clear"></i> <span class="i-name">zan-icon-clear</span><span class="i-code">0xe817</span></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div title="Code: 0xe818" class="the-icons span3"><i class="demo-icon zan-icon-success"></i> <span class="i-name">zan-icon-success</span><span class="i-code">0xe818</span></div>
|
||||
<div title="Code: 0xe819" class="the-icons span3"><i class="demo-icon zan-icon-fail"></i> <span class="i-name">zan-icon-fail</span><span class="i-code">0xe819</span></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container footer">
|
||||
This demo page requires IE >= 8, but the icons should work on IE 6 and 7.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
+5
-1
@@ -18,7 +18,7 @@
|
||||
|
||||
<glyph glyph-name="upgrade" unicode="" d="M500-67c230 0 417 187 417 417s-187 417-417 417-417-187-417-417 187-417 417-417z m0-41c-253 0-458 205-458 458s205 458 458 458 458-205 458-458-205-458-458-458z m21 616l173-173 29 30-223 223-223-223 29-30 173 173v-450h42z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="check" unicode="" d="M500 9a341 341 0 1 1 0 682 341 341 0 0 1 0-682z m0-68a409 409 0 1 0 0 818 409 409 0 0 0 0-818z" horiz-adv-x="1000" />
|
||||
<glyph glyph-name="check" unicode="" d="M0 850h1000v-1000h-1000z m500-841a341 341 0 1 1 0 682 341 341 0 0 1 0-682z m0-68a409 409 0 1 0 0 818 409 409 0 0 0 0-818z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="checked" unicode="" d="M500-59a409 409 0 1 0 0 818 409 409 0 0 0 0-818z m-172 464l-65-64 169-169 305 305-65 64-240-240-104 104z" horiz-adv-x="1000" />
|
||||
|
||||
@@ -53,6 +53,10 @@
|
||||
<glyph glyph-name="search" unicode="" d="M167 433c0 138 112 250 250 250 138 0 250-112 250-250 0-137-112-250-250-250-138 0-250 113-250 250m809-441l-212 212a414 414 0 0 1 69 229 417 417 0 1 1-416-416c85 0 163 25 229 69l212-212a83 83 0 0 1 118 0 83 83 0 0 1 0 118" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="clear" unicode="" d="M500-150a500 500 0 1 0 0 1000 500 500 0 0 0 0-1000z m0 576l-164 164-76-76 164-164-164-164 76-76 164 164 164-164 76 76-164 164 164 164-76 76-164-164z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="success" unicode="" d="M86 334a8 8 0 0 0 0 12l54 54a9 9 0 0 0 13 1l190-160c10-9 27-9 37 0l472 423a9 9 0 0 0 13 0l49-49a8 8 0 0 0 0-11l-540-532a17 17 0 0 0-24 0l-264 262z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="fail" unicode="" d="M419 721a16 16 0 0 0 16 16h98c9 0 16-7 15-16l-13-516c0-9-8-16-17-16h-68a17 17 0 0 0-17 16l-14 516z m65-726a65 65 0 1 0 0 129 65 65 0 0 0 0-129z" horiz-adv-x="968" />
|
||||
</font>
|
||||
</defs>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.4 KiB |
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user