0.0.5 • Published 3 years ago
okey-icon-react v0.0.5
Okey-Icon
仅用于学习Svg 与 npm发包流程、参考IconPark
install
npm install okey-icon-reactUsage
Introduced into components in react
import React from 'react';
import { Setting } from 'okey-icon-react';
import "okey-icon-react/styles/index.css";
<Setting fill="#27CFFF" spin size={32} theme="outline"/>Rotate Icon
import React from 'react';
import { Setting } from 'okey-icon-react';
<Setting fill="#27CFFF" size={32} theme="outline"/>API
Consistent with IconPark parameter
| 参数 | 描述 | 类型 | 默认值 |
|---|---|---|---|
| size | svg大小 | number | 1em |
| theme | 主题 | outline | filled | two-tone | multi-color | outline |
| fill | 填充颜色 | 可选 string | string[] | #333 |
| strokeWidth | 描边宽度 | string | 4 |
| strokeLinejoin | 描边连接线类型 | miter | round | bevel | round |
| strokeLinecap | 描边端点类型 | butt | round | square | round |
| spin | 旋转 | boolean | false |