Skip to content

Commit

Permalink
Merge pull request #1025 from glints-dev/feature/global-icons
Browse files Browse the repository at this point in the history
feat: adds global line icons
  • Loading branch information
Afsal102 authored May 8, 2024
2 parents 4062554 + 7aa1b87 commit 1b0261f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/@next/Icon/icons/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export const iconNames = [
'ri-group-line',
'ri-group2-fill',
'ri-group2-line',
'ri-global-line',
'ri-hand-coin-fill',
'ri-hand-coin-line',
'ri-hourglass-line',
Expand Down Expand Up @@ -303,6 +304,7 @@ export const iconsMappingComponent: { [name in IconNames]: SVGComponent } = {
['ri-group-line']: Icons.RiGroupLine,
['ri-group2-fill']: Icons.RiGroup2Fill,
['ri-group2-line']: Icons.RiGroup2Line,
['ri-global-line']: Icons.RiGlobalLine,
['ri-hand-coin-fill']: Icons.RiHandCoinFill,
['ri-hand-coin-line']: Icons.RiHandCoinLine,
['ri-hourglass-line']: Icons.RiHourglassLine,
Expand Down
4 changes: 4 additions & 0 deletions src/@next/Icon/icons/ri-global-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 1b0261f

Please sign in to comment.