Skip to content

Commit

Permalink
fix(Icon): Change the icon name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 31, 2017
1 parent cb8c4cd commit d599d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/md/cn/icon.md
Expand Up @@ -182,7 +182,7 @@ render() {
render() {
const {Row,Col} = Layout;
const styleItem = {textAlign:"center",padding:"20px 10px",background: "#f4f4f4",marginBottom:"10px"};
const iconList = [ "date", "d-caret", "delete", "date1", "document", "download", "download1", "heart-off", "heart-on", "menu", "loading", "edit", "filter", "lock", "message-o", "more", "message", "picture", "paper-clip", "pay", "search", "share", "setting", "setting1", "star-off", "star-on", "time", "upload", "upload1", "user", "verification", "unlock", "view", "warning", "warning-o"]
const iconList = [ "date", "d-caret", "delete", "date1", "document", "download", "cloud-download", "heart-off", "heart-on", "menu", "loading", "edit", "filter", "lock", "message-o", "more", "message", "picture", "paper-clip", "pay", "search", "share", "setting", "setting-o", "star-off", "star-on", "time", "upload", "upload1", "user", "verification", "unlock", "view", "warning", "warning-o"]
return (
<div>
<Row gutter="10">
Expand Down
4 changes: 2 additions & 2 deletions src/icon/style/index.less
Expand Up @@ -61,7 +61,7 @@
.w-icon-date1:before { content: "\e6c2"; }
.w-icon-document:before { content: "\e6c3"; }
.w-icon-download:before { content: "\e6c4"; }
.w-icon-download1:before { content: "\e6c5"; }
.w-icon-cloud-download:before { content: "\e6c5"; }
.w-icon-frown-o:before { content: "\e6c6"; }
.w-icon-frown:before { content: "\e6c7"; }
.w-icon-heart-off:before { content: "\e6c8"; }
Expand All @@ -88,7 +88,7 @@
.w-icon-share:before { content: "\e6dd"; }
.w-icon-setting:before { content: "\e6de"; }
.w-icon-smile:before { content: "\e6df"; }
.w-icon-setting1:before { content: "\e6e0"; }
.w-icon-setting-o:before { content: "\e6e0"; }
.w-icon-star-off:before { content: "\e6e1"; }
.w-icon-star-on:before { content: "\e6e2"; }
.w-icon-time:before { content: "\e6e3"; }
Expand Down

0 comments on commit d599d7b

Please sign in to comment.