diff --git a/.changeset/happy-pigs-love.md b/.changeset/happy-pigs-love.md new file mode 100644 index 0000000000..1feed6679f --- /dev/null +++ b/.changeset/happy-pigs-love.md @@ -0,0 +1,5 @@ +--- +'@backstage/canon': minor +--- + +Added about 40 new icons to Canon. diff --git a/packages/canon/report.api.md b/packages/canon/report.api.md index e993df054b..fc9b9ac9a0 100644 --- a/packages/canon/report.api.md +++ b/packages/canon/report.api.md @@ -640,26 +640,60 @@ export type IconMap = Partial>; // @public (undocumented) export type IconNames = - | 'arrowDown' - | 'arrowLeft' - | 'arrowRight' - | 'arrowUp' - | 'arrowDownCircle' - | 'arrowLeftCircle' - | 'arrowRightCircle' - | 'arrowUpCircle' + | 'account-circle' + | 'alert' + | 'arrow-down' + | 'arrow-down-circle' + | 'caret-down' + | 'caret-left' + | 'caret-right' + | 'caret-up' + | 'arrow-left' + | 'arrow-left-circle' + | 'arrow-left-down' + | 'arrow-left-up' + | 'arrow-right' + | 'arrow-right-circle' + | 'arrow-right-down' + | 'arrow-right-up' + | 'arrow-up' + | 'arrow-up-circle' + | 'braces' + | 'brackets' + | 'bug' | 'check' - | 'chevronDown' - | 'chevronLeft' - | 'chevronRight' - | 'chevronUp' + | 'check-double' + | 'chevron-down' + | 'chevron-left' + | 'chevron-right' + | 'chevron-up' | 'cloud' - | 'externalLink' + | 'code' + | 'discord' + | 'download' + | 'external-link' + | 'eye' + | 'eye-off' + | 'filter' + | 'flower' + | 'github' + | 'git-repository' + | 'group' | 'heart' | 'moon' | 'plus' + | 'sidebar-fold' + | 'sidebar-unfold' + | 'sparkling' + | 'star' | 'sun' - | 'trash'; + | 'terminal' + | 'trash' + | 'upload' + | 'user' + | 'youtube' + | 'zoom-in' + | 'zoom-out'; // @public (undocumented) export type IconProps = { diff --git a/packages/canon/src/components/Button/Button.stories.tsx b/packages/canon/src/components/Button/Button.stories.tsx index 7a01fa6014..2d0938b0d4 100644 --- a/packages/canon/src/components/Button/Button.stories.tsx +++ b/packages/canon/src/components/Button/Button.stories.tsx @@ -85,8 +85,8 @@ export const WithIcons: Story = { render: args => (