Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
feat: Added new v3 icon for minimize
Browse files Browse the repository at this point in the history
  • Loading branch information
albinAppsmith committed Feb 19, 2024
1 parent a9113be commit 4cd92e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/design-system/src/Icon/Icon.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,10 @@ const PackagesV3Icon = importSvg(
() => import("../__assets__/icons/ads/packages-v3-icon.svg"),
);

const MinimizeV3Icon = importSvg(
() => import("../__assets__/icons/ads/minimize-v3-icon.svg"),
);

import PlayIconPNG from "../__assets__/icons/control/play-icon.png";

function PlayIconPNGWrapper() {
Expand Down Expand Up @@ -1268,6 +1272,7 @@ const ICON_LOOKUP = {
"editor-v3": EditorV3Icon,
"settings-v3": SettingsV3Icon,
"packages-v3": PackagesV3Icon,
"minimize-v3": MinimizeV3Icon,
billing: BillingIcon,
binding: Binding,
book: BookIcon,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4cd92e2

Please sign in to comment.