Skip to content

Commit

Permalink
feat: adding calendar dots icon []
Browse files Browse the repository at this point in the history
  • Loading branch information
aodhagan-cf committed Dec 17, 2024
1 parent bfb427a commit 58a13c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export * from './vendor/phosphor/BookOpenIcon.js';
export * from './vendor/phosphor/BookmarkSimpleIcon.js';
export * from './vendor/phosphor/BracketsCurlyIcon.js';
export * from './vendor/phosphor/CalendarBlankIcon.js';
export * from './vendor/phosphor/CalendarDotsIcon.js';
export * from './vendor/phosphor/CaretDownIcon.js';
export * from './vendor/phosphor/CaretLeftIcon.js';
export * from './vendor/phosphor/CaretRightIcon.js';
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { generateForma36Icon } from '@contentful/f36-icon-alpha';
import { CalendarDots } from '@phosphor-icons/react';

export const CalendarDotsIcon = generateForma36Icon(CalendarDots);

0 comments on commit 58a13c8

Please sign in to comment.