Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 328 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 328 Bytes

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 />