Skip to content

Commit

Permalink
Merge branch 'main' into 610-adjust-the-timeout-configuration-for-axe…
Browse files Browse the repository at this point in the history
…-tests
  • Loading branch information
masoudmanson authored Sep 27, 2023
2 parents e6c3e01 + b585b0d commit 4e5bd44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/common/svgs/IconQuoteLarge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/components/src/core/Icon/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ import { ReactComponent as IconProjectPrivateLarge } from "../../common/svgs/Ico
import { ReactComponent as IconProjectPublicLarge } from "../../common/svgs/IconProjectPublicLarge.svg";
import { ReactComponent as IconPuzzlePieceSmall } from "../../common/svgs/IconPuzzlePieceSmall.svg";
import { ReactComponent as IconQuestionMarkLarge } from "../../common/svgs/IconQuestionMarkLarge.svg";
import { ReactComponent as IconQuoteLarge } from "../../common/svgs/IconQuoteLarge.svg";
import { ReactComponent as IconRefreshLarge } from "../../common/svgs/IconRefreshLarge.svg";
import { ReactComponent as IconRefreshSmall } from "../../common/svgs/IconRefreshSmall.svg";
import { ReactComponent as IconSaveLarge } from "../../common/svgs/IconSaveLarge.svg";
Expand Down Expand Up @@ -184,6 +185,7 @@ export interface IconNameToSizes {
projectPublic: "l" | "xl";
puzzlePiece: "xs" | "s";
questionMark: "l" | "xl";
quote: "l" | "xl";
refresh: "xs" | "s" | "l" | "xl";
save: "l" | "xl";
search: "xs" | "s" | "l" | "xl";
Expand Down Expand Up @@ -482,6 +484,10 @@ export const iconMap: Props = {
largeIcon: IconQuestionMarkLarge,
smallIcon: null,
},
quote: {
largeIcon: IconQuoteLarge,
smallIcon: null,
},
refresh: {
largeIcon: IconRefreshLarge,
smallIcon: IconRefreshSmall,
Expand Down

0 comments on commit 4e5bd44

Please sign in to comment.