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