Skip to content

Commit

Permalink
chore(icons): add new icons to icons.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed Feb 21, 2024
1 parent 6a72deb commit bed8bf9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/sage-react/lib/configs/tokens/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const TOKENS_ICONS = {
ADD_CIRCLE: 'add-circle',
ADD_IMAGE: 'add-image',
ADD_SMALL: 'add-small',
ADVANCED: 'advanced',
AI_SPARKLE: 'ai-sparkle',
AI_WRITER: 'ai-writer',
AI_WRITER_FILLED: 'ai-writer-filled',
Expand Down Expand Up @@ -80,6 +81,8 @@ export const TOKENS_ICONS = {
CREATOR_STUDIO: 'creator-studio',
CREATOR_STUDIO_FILLED: 'creator-studio-filled',
CREDIT_CARD: 'credit-card',
CURSOR: 'cursor',
CURSOR_POINTER: 'cursor-pointer',
CUSTOM_FIELD: 'custom-field',
CUSTOMIZE: 'customize',
DANGER: 'danger',
Expand All @@ -93,6 +96,8 @@ export const TOKENS_ICONS = {
DOWNLOAD: 'download',
DOWNSELL: 'downsell',
DRAFT: 'draft',
DRAWER_COLLAPSE: 'drawer-collapse',
DRAWER_EXPAND: 'drawer-expand',
DROP: 'drop',
DUPLICATE: 'duplicate',
EDITOR: 'editor',
Expand Down Expand Up @@ -143,6 +148,7 @@ export const TOKENS_ICONS = {
ITALIC: 'italic',
KAJABI: 'kajabi',
KAJABI_FILLED: 'kajabi-filled',
KLARNA: 'klarna',
LAB: 'lab',
LAUNCH: 'launch',
LAYOUT_GRID: 'layout-grid',
Expand All @@ -165,6 +171,7 @@ export const TOKENS_ICONS = {
LOOP: 'loop',
MAIL: 'mail',
MAIL_FILLED: 'mail-filled',
MAIL_OPEN: 'mail-open',
MAP: 'map',
MAPPED: 'mapped',
MARGIN_LEFT: 'margin-left',
Expand All @@ -185,6 +192,7 @@ export const TOKENS_ICONS = {
MOVE_RIGHT: 'move-right',
MULTI_PAY: 'multi-pay',
NEWSLETTER: 'newsletter',
NEWSLETTER_2: 'newsletter-2',
NULL: 'null',
ONE_OFF_SESSION: 'one-off-session',
ONE_TIME: 'one-time',
Expand All @@ -195,6 +203,7 @@ export const TOKENS_ICONS = {
PEN: 'pen',
PHONE_PORTRAIT: 'phone-portrait',
PHONE_TOOLBAR: 'phone-toolbar',
PHONE_TOOLBAR_FILLED: 'phone-toolbar-filled',
PLAY: 'play',
PLAY_CIRCLE: 'play-circle',
PLAY_OUTLINE: 'play-outline',
Expand Down

0 comments on commit bed8bf9

Please sign in to comment.