0.0.5 • Published 2 years ago

okey-icon-react v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Okey-Icon

仅用于学习Svg 与 npm发包流程、参考IconPark

install

npm install okey-icon-react

Usage

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

参数描述类型默认值
sizesvg大小number1em
theme主题outline | filled | two-tone | multi-coloroutline
fill填充颜色可选 string | string[]#333
strokeWidth描边宽度string4
strokeLinejoin描边连接线类型miter | round | bevelround
strokeLinecap描边端点类型butt | round | squareround
spin旋转booleanfalse