@launchpad-ui/icons
An element that supplements content and represents an action or feature within LaunchDarkly.
Installation
$ yarn add @launchpad-ui/icons
$ npm install @launchpad-ui/icons
Usage
import { Add } from '@launchpad-ui/icons';
Contributing
To add an icon to our library, drop the SVG inside of /icons
and run one of the below scripts to generate the component for it. It's intended that consumers will utilize the icon components rather than the raw SVGs.
From the root of launchpad-ui (preferred):
pnpm build:transform
OR, from within the root of the icons package:
pnpm build