[](https://www.npmjs.com/package/@posthog/icons)
npm install @posthog/icons
ā Browse + search the icon library
Not sure an icon is right for your needs? Talk to Cory!
> Note: Don't share the link above as these icons are licensed from iconists.co/central
1. Browse the icon library to find what you need. Preface any icon name with Icon, ex: .
1. React out to Cory if there is something you would like but can't find
- We use Central Icons Library and have an Enterprise license. (Since it's licenseed, we can't make the library public.)
- Icon specs: 1.5 stroke, 1.0 radius
- Icons are optimized with SVGOMG, then added to Icons.tsx, organized alphabetically
---
``bash
npm install --save @posthog/icons
yarn add @posthog/icons
`
`jsx
import { IconLogomark } from '@posthog/icons'
const Example = () => {
return
}
`
yarn dev
1. Mark your PR with the appropriate label (e.g. bump minor`)
2. When merged, it will trigger the bump, followed by publishing to npm