import { Meta } from "@storybook/addon-docs";

<Meta title="Guidelines/Add Icon" />

# Adding new icons

1. Find the icon from [iconmonstr](https://iconmonstr.com/).
2. Select the `embed` option.
3. Copy the `<path />` content from the SVG code displayed.
4. Save the path in a new icon file in `src/icons`.
5. Add the new icon to the docs in `src/docs/Icons.stories.js` (make sure to import it and add it to the markdown content).
6. Add the new icon to the manifest file in `/index.js`.
