@altizure/icons
v1.3.0
Published
### Install
Downloads
26
Readme
Altizure Icons
Install
yarn add @altizure/icons
Usage
import { AltizureLogo } from '@altizure/icons'
class MyClass extends React.Component {
render() {
return <AltizureLogo />
}
}
Icons can be configured with inline props:
<AltizureLogo size={64} round />