@brudi/hui-icons
TypeScript icon, indicating that this package has built-in type declarations

0.14.1 • Public • Published

AX HUI React Icons

React icon components for AX HUI.

npm Version Build

Install

$ pnpm i @brudi/hui-icons
OR
$ npm install @brudi/hui-icons

Usage

import React from 'react'
import GitHub from '@brudi/hui-icons/github'

const App = () => {
  return <GitHub />
}

export default App

Icons can be configured with color, size and any SVG props:

<GitHub color="red" size={36} />
<GitHub color="blue" strokeWidth={2} />

Other ways

  1. You can include the whole icon pack:
import * as Icons from '@brudi/hui-icons'

const App = () => {
  return <Icons.GitHub />
}
  1. You can include single icon:
import Activity from '@brudi/hui-icons/activity'

const App = () => {
  return <Activity />
}

LICENSE

Apache 2

Readme

Keywords

none

Package Sidebar

Install

npm i @brudi/hui-icons

Weekly Downloads

433

Version

0.14.1

License

Apache-2.0

Unpacked Size

607 kB

Total Files

692

Last publish

Collaborators

  • davidtschan
  • martinklapper
  • dardan
  • mistermoe2020
  • sandrowyss
  • zesi
  • karlkode
  • brudi.com