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

Commit

Permalink
feat: added icon for git-repository
Browse files Browse the repository at this point in the history
  • Loading branch information
brayn003 committed Jun 12, 2024
1 parent 868ef4a commit 18850f5
Showing 1 changed file with 4 additions and 0 deletions.
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 18850f5

Please sign in to comment.