Skip to content

Commit

Permalink
Merge pull request #1038 from glints-dev/feature/add-custom-salary-icon
Browse files Browse the repository at this point in the history
@next Icon: add ri-custom-salary icon
  • Loading branch information
music1353 authored Jul 8, 2024
2 parents 9486dac + e7af8e2 commit 546af42
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 @@ -193,6 +193,8 @@ export const iconNames = [
'ri-whatsapp-line',
'ri-whatsapp-fill',
'ri-youtube-fill',
'ri-custom-salary-line',
'ri-custom-salary-fill',
] as const;

export type IconNames = (typeof iconNames)[number];
Expand Down Expand Up @@ -390,4 +392,6 @@ export const iconsMappingComponent: { [name in IconNames]: SVGComponent } = {
['ri-whatsapp-line']: Icons.RiWhatsappLine,
['ri-whatsapp-fill']: Icons.RiWhatsappFill,
['ri-youtube-fill']: Icons.RiYoutubeFill,
['ri-custom-salary-line']: Icons.RiCustomSalaryLine,
['ri-custom-salary-fill']: Icons.RiCustomSalaryFill,
};
3 changes: 3 additions & 0 deletions src/@next/Icon/icons/ri-custom-salary-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-custom-salary-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 546af42

Please sign in to comment.