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

Commit

Permalink
Merge pull request #697 from appsmithorg/release
Browse files Browse the repository at this point in the history
chore: Release PR
  • Loading branch information
albinAppsmith authored Jan 19, 2024
2 parents 7ea2b91 + a9113be commit 27852f9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-onions-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@appsmithorg/design-system": patch
---

chore: Add Maximize and Minimize icons for Side by Side
8 changes: 8 additions & 0 deletions packages/design-system/src/Icon/Icon.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,12 @@ const InviteUserIcon = importSvg(
const ManageIcon = importSvg(
() => import("../__assets__/icons/ads/manage.svg"),
);
const MaximizeIcon = importSvg(
() => import("../__assets__/icons/ads/maximize.svg"),
);
const MinimizeIcon = importSvg(
() => import("../__assets__/icons/ads/minimize.svg"),
);
const ArrowLeft = importSvg(
() => import("../__assets__/icons/ads/arrow-left.svg"),
);
Expand Down Expand Up @@ -1308,7 +1314,9 @@ const ICON_LOOKUP = {
login: LoginIcon,
logout: LogoutIcon,
manage: ManageIcon,
maximize: MaximizeIcon,
member: UserHeartLineIcon,
minimize: MinimizeIcon,
minus: RemoveIcon,
module: ModuleIcon,
mobile: MobileIcon,
Expand Down
6 changes: 6 additions & 0 deletions packages/design-system/src/__assets__/icons/ads/maximize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/design-system/src/__assets__/icons/ads/minimize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 27852f9

@vercel
Copy link

@vercel vercel bot commented on 27852f9 Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.