0.0.1-patch-3 • Published 1 year ago

@chenwei02/react-icon v0.0.1-patch-3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@chenwei02/react-icon

Install

npm install @chenwei02/react-iconyarn add @chenwei02/react-icon

Quick Start

import { Message, Eye, Logo } from '@chenwei02/react-icon'
const IconDemo = () => {
  return (
    <div>
    <Eye size={30} color={'red'} />
    </div>
  )
}

Svg API

Svg Attributes

nametypedefault
sizenumberundefined
widthnumberundefined
heightnumberundefined
classNamestringundefined
colorstringundefined
fillstringundefined
strokestringundefined
0.0.1-patch-3

1 year ago

0.0.1-patch-2

1 year ago

0.0.1-patch-1

1 year ago

0.0.1-patch

1 year ago

0.0.1

1 year ago