update doc

This commit is contained in:
afc163
2017-06-13 17:36:54 +08:00
parent 22b3a3979a
commit e13ffac490
+1 -1
View File
@@ -64,7 +64,7 @@ ReactDOM.render(<IconSet className="icons" catigory="logo" />, mountNode);
## API
You can set `style` and `className` for size and color of icons because they are still words in essence.
You can set `style` and `className` for size and color of icons because they are still fonts in essence.
```jsx
<Icon type="question" style={{ fontSize: 16, color: '#08c' }} />