Icons (Optimizely staff only)
We use a licensed Font Awesome icon kit with our Optimizely Design System.
Font Awesome Pro License
The icon kit is not publicly available and only published through our private package repository. For demonstration purposes our docs uses another publicly available icon library - but for our products we should always use icons from our Font Awesome icon kit.
#
Installation
#
#
Install package
#
Make sure you have access to our private package repository and install the @optimizely/axiom-icons
package.
npm install @optimizely/axiom-icons
#
Basic usage
#
Simply import the components and use them in your application.
import { IconMessages } from "@optimizely/icons";
<IconMessages />;