Hello Health Group's React Icons library. Modular build and mark sideEffects: false so you can tree shake the icons you need.
npm install @hhgtech/iconsHello Health Group's React Icons library. Modular build and mark sideEffects: false so you can tree shake the icons you need.
Storybook is available at https://main--6662762aeb6f9796900506bf.chromatic.com/
You can install this plugin using npm or yarn:
``bash`
npm install @hhgtech/icons
or
`bash`
yarn add @hhgtech/icons
import from the sub package you want to use, for example:
`JSX``
import { Drag } from '@hhgtech/icons/core';
...
return (
{...}
{...}
);