@caidentity/testiconfff
v0.0.1
Published
Icons for @caidentity/testiconfff
Maintainers
Readme
@caidentity/testiconfff
React icon package generated from your Design Library objects.
- Version: 0.0.1
- Install:
npm install @caidentity/testiconfff
Usage
import { IconBase } from '@caidentity/testiconfff'
import { Home } from '@caidentity/testiconfff'
export function Example() {
return (
<div style={{ display: 'flex', gap: 12 }}>
<Home size={24} title="Home" />
</div>
)
}