Skip to content

Commit

Permalink
feat: adds hourglass icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Afzal committed Nov 8, 2023
1 parent c0d5433 commit a2e66c3
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -105,6 +105,8 @@ export const iconNames = [
'ri-group2-fill',
'ri-hand-coin-fill',
'ri-hand-coin-line',
'ri-hourglass-line',
'ri-hourglass-fill',
'ri-infinity',
'ri-information-fill',
'ri-information-line',
Expand Down Expand Up @@ -271,6 +273,8 @@ export const iconsMappingComponent: { [name in IconNames]: SVGComponent } = {
['ri-group2-fill']: Icons.RiGroup2Fill,
['ri-hand-coin-fill']: Icons.RiHandCoinFill,
['ri-hand-coin-line']: Icons.RiHandCoinLine,
['ri-hourglass-line']: Icons.RiHourglassLine,
['ri-hourglass-fill']: Icons.RiHourglassFill,
['ri-infinity']: Icons.RiInfinity,
['ri-information-fill']: Icons.RiInformationFill,
['ri-information-line']: Icons.RiInformationLine,
Expand Down
1 change: 1 addition & 0 deletions src/@next/Icon/icons/ri-hourglass-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/@next/Icon/icons/ri-hourglass-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 a2e66c3

Please sign in to comment.