@thirstiecomponents/assets
v1.4.14
Published
Thirstie Components assets package.
Readme
Thirstie Components Assets
npm i @thirstiecomponents/assets
Makes available a number of svg icons.
import { Icon, ICONS } from '@thirstiecomponents/assets';
myNewComponent = () => {
return (
<div className='status-icon'>
<Icon
name={ICONS.NEW_STATUS}
/>
</div>
)
} 