Icon component is a graphic to represent something else
npm install @paprika/icon component is a graphic to represent something else
```
yarn add @paprika/icon
or with npm:
``
npm install @paprika/icon
> IMPORTANT: PAPRIKA MAKES USE OF SOME PROPRIETARY ICONS THAT REQUIRE A LICENCE IN ORDER TO BE CONSUMED. PLEASE REPLACE THOSE PROPRIETARY ICONS OUTSIDE OF THE HIGHBOND PLATFORM. PLEASE DO NOT CONSUME THESE ICONS DIRECTLY.
For each SVG icon, we export the respective component from the @paprika/icon package. You can see the full list of these icons.
To add a custom icon to paprika components, you can do the following:
`jsx
import { ArrowDown } from "@paprika/icon";
import tokens from "@paprika/tokens";
// Usually tokens.icon.sizeSm should be used for size
`
- The exported @paprika/icon` is using _PascalCase_ naming (for example ArrowDown, ArrowLeft)
- If you are a consumer who needs a custom icon for your project, you have to use wasabicons _(only accessible to Galvanize users)_