Skip to content

Commit

Permalink
released v1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 25, 2018
1 parent 311d214 commit 3924374
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions fonts/index.html
Expand Up @@ -31,7 +31,7 @@ <h1>uiw icons</h1>
<a href="https://github.com/uiw-react/icons.git">open source</a>. MIT Licensed.
</div>
<p>
Version 1.2.10 -
Version 1.2.11 -
<a href="https://github.com/uiw-react/icons.git">GitHub</a> -
<a href="index.html">Font Class</a> -
<a href="unicode.html">Unicode</a>
Expand All @@ -44,7 +44,7 @@ <h1>uiw icons</h1>
</div>
<p class="links">
<a href="https://uiw-react.github.io/#/cn/icon">Cheatsheet</a> ·
<a href="./">v1.2.10</a> ·
<a href="./">v1.2.11</a> ·
<a href="https://github.com/uiw-react/icons.git">GitHub</a> ·
<a href="https://github.com/uiw-react/icons.git/issues">Feedback</a> ·
<a href="https://uiw-react.github.io">UIW Framework</a> ·
Expand Down
4 changes: 2 additions & 2 deletions fonts/unicode.html
Expand Up @@ -55,7 +55,7 @@ <h1>uiw icons</h1>
<a href="https://github.com/uiw-react/icons">open source</a>. MIT Licensed.
</div>
<p>
Version 1.2.10 -
Version 1.2.11 -
<a href="https://github.com/uiw-react/icons">GitHub</a> -
<a href="index.html">Font Class</a> -
<a href="unicode.html">Unicode</a>
Expand All @@ -68,7 +68,7 @@ <h1>uiw icons</h1>
</div>
<p class="links">
<a href="https://uiw-react.github.io/#/cn/icon">Cheatsheet</a> ·
<a href="./">v1.2.10</a> ·
<a href="./">v1.2.11</a> ·
<a href="https://github.com/uiw-react/icons.git">GitHub</a> ·
<a href="https://github.com/uiw-react/icons.git/issues">Feedback</a> ·
<a href="https://uiw-react.github.io">UIW Framework</a> ·
Expand Down
10 changes: 5 additions & 5 deletions fonts/w-iconfont.css
@@ -1,16 +1,16 @@
/*!
* Icon Font v1.2.10
* Icon Font v1.2.11
* The premium icon font for @uiw-react Component Library.
*
* https://github.com/uiw-react/icons
*
* Licensed under the MIT license.
*/
@font-face {font-family: "w-iconfont";
src: url('w-iconfont.eot?t=1529937198850'); /* IE9*/
src: url('w-iconfont.eot?t=1529937198850#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('w-iconfont.ttf?t=1529937198850') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('w-iconfont.svg?t=1529937198850#w-iconfont') format('svg'); /* iOS 4.1- */
src: url('w-iconfont.eot?t=1529937471837'); /* IE9*/
src: url('w-iconfont.eot?t=1529937471837#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('w-iconfont.ttf?t=1529937471837') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('w-iconfont.svg?t=1529937471837#w-iconfont') format('svg'); /* iOS 4.1- */
}

[class^="w-icon-"], [class*=" w-icon-"] {
Expand Down
Binary file modified fonts/w-iconfont.eot
Binary file not shown.
10 changes: 5 additions & 5 deletions fonts/w-iconfont.less
@@ -1,16 +1,16 @@
/*!
* Icon Font v1.2.10
* Icon Font v1.2.11
* The premium icon font for @uiw-react Component Library.
*
* https://github.com/uiw-react/icons
*
* Licensed under the MIT license.
*/
@font-face {font-family: "w-iconfont";
src: url('w-iconfont.eot?t=1529937198850'); /* IE9*/
src: url('w-iconfont.eot?t=1529937198850#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('w-iconfont.ttf?t=1529937198850') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('w-iconfont.svg?t=1529937198850#w-iconfont') format('svg'); /* iOS 4.1- */
src: url('w-iconfont.eot?t=1529937471837'); /* IE9*/
src: url('w-iconfont.eot?t=1529937471837#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('w-iconfont.ttf?t=1529937471837') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('w-iconfont.svg?t=1529937471837#w-iconfont') format('svg'); /* iOS 4.1- */
}

[class^="w-icon-"], [class*=" w-icon-"] {
Expand Down
Binary file modified fonts/w-iconfont.ttf
Binary file not shown.
Binary file modified fonts/w-iconfont.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "uiw-iconfont",
"version": "1.2.10",
"version": "1.2.11",
"description": "The premium icon font for uiw Component Library.",
"author": "",
"repository": {
Expand Down

0 comments on commit 3924374

Please sign in to comment.