Icons (Optimizely staff only)
We use a licensed Font Awesome icon kit with our Optimizely Design System.
Optimizely staff should always use icons from our Font Awesome icon kit.
Third party developers can use any available icon library to build extensions.
#
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/axiom-icons";
<IconMessages />;#
Available Icons
#
When using AI assistants like Claude Code with the Axiom MCP server, you can search for available icons using natural language:
- “Search for message icons”
- “Find arrow icons”
- “Show user-related icons”
The MCP server includes a search_icons tool that helps you discover the right icon component for your needs from our collection of licensed Font Awesome Pro icons.
Last updated on