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 #740 from appsmithorg/chore/add-icon-git-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
albinAppsmith authored Jun 13, 2024
2 parents 868ef4a + fb7a979 commit bccd890
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-pets-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@appsmithorg/design-system": patch
---

chore: adding icon for git-repository
4 changes: 4 additions & 0 deletions packages/design-system/src/Icon/Icon.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ const GitCommit = importRemixIcon(
const GitPullRequest = importRemixIcon(
() => import("remixicon-react/GitPullRequestLineIcon"),
);
const GitRepository = importRemixIcon(
() => import("remixicon-react/GitRepositoryLineIcon"),
)
const GlobalLineIcon = importRemixIcon(
() => import("remixicon-react/GlobalLineIcon"),
);
Expand Down Expand Up @@ -1131,6 +1134,7 @@ const ICON_LOOKUP = {
"git-branch": GitBranchLineIcon,
"git-commit": GitCommit,
"git-pull-request": GitPullRequest,
"git-repository": GitRepository,
"global-line": GlobalLineIcon,
"group-2-line": Group2LineIcon,
"group-line": GroupLineIcon,
Expand Down

0 comments on commit bccd890

Please sign in to comment.