Skip to content

Commit

Permalink
Merge pull request #1032 from glints-dev/feature/add-unlock-icon
Browse files Browse the repository at this point in the history
Add unlock icon
  • Loading branch information
prateekj117 authored Jun 12, 2024
2 parents f957857 + 49d6c75 commit 5918852
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/@next/Icon/icons/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ export const iconNames = [
'ri-twitter-x-fill',
'ri-upload-fill',
'ri-upload-line',
'ri-unlock-fill',
'ri-unlock-line',
'ri-user-add-fill',
'ri-user-add-line',
'ri-user-line',
Expand Down Expand Up @@ -375,6 +377,8 @@ export const iconsMappingComponent: { [name in IconNames]: SVGComponent } = {
['ri-user-add-line']: Icons.RiUserAddLine,
['ri-upload-fill']: Icons.RiUploadFill,
['ri-upload-line']: Icons.RiUploadLine,
['ri-unlock-fill']: Icons.RiUnlockFill,
['ri-unlock-line']: Icons.RiUnlockLine,
['ri-user-line']: Icons.RiUserLine,
['ri-user-fill']: Icons.RiUserFill,
['ri-user-unfollow-line']: Icons.RiUserUnfollowLine,
Expand Down
3 changes: 3 additions & 0 deletions src/@next/Icon/icons/ri-unlock-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/@next/Icon/icons/ri-unlock-line.svg
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 5918852

Please sign in to comment.