@hhgtech/icons
v0.0.31
Published
Hello Health Group's React Icons library. Modular build and mark sideEffects: false so you can tree shake the icons you need.
Downloads
4,657
Readme
@hhgtech/icons
Hello Health Group's React Icons library. Modular build and mark sideEffects: false so you can tree shake the icons you need.
Preview
Storybook is available at https://main--6662762aeb6f9796900506bf.chromatic.com/
Installation
You can install this plugin using npm or yarn:
npm install @hhgtech/icons
or
yarn add @hhgtech/icons
Usage
import from the sub package you want to use, for example:
import { Drag } from '@hhgtech/icons/core';
...
return (
<div>
{...}
<Drag />
{...}
</div>
);