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