Skip to content

Commit

Permalink
Icons: add ri-indeterminate-circle icon
Browse files Browse the repository at this point in the history
  • Loading branch information
music1353 committed Aug 22, 2024
1 parent 2f7726f commit 26f342c
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 @@ -199,6 +199,8 @@ export const iconNames = [
'ri-custom-expense-fill',
'ri-bank-card-line',
'ri-bank-card-fill',
'ri-indeterminate-circle-line',
'ri-indeterminate-circle-fill',
] as const;

export type IconNames = (typeof iconNames)[number];
Expand Down Expand Up @@ -402,4 +404,6 @@ export const iconsMappingComponent: { [name in IconNames]: SVGComponent } = {
['ri-custom-expense-fill']: Icons.RiCustomExpenseFill,
['ri-bank-card-line']: Icons.RiBankCardLine,
['ri-bank-card-fill']: Icons.RiBankCardFill,
['ri-indeterminate-circle-line']: Icons.RiIndeterminateCircleLine,
['ri-indeterminate-circle-fill']: Icons.RiIndeterminateCircleFill,
};
3 changes: 3 additions & 0 deletions src/@next/Icon/icons/ri-indeterminate-circle-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-indeterminate-circle-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 26f342c

Please sign in to comment.