Skip to content

Commit

Permalink
Rename auto-refresh to auto-restart
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Jan 14, 2025
1 parent 5ebd2bb commit 0de862a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export type Icon =
| { name: 'add-roundel'; size: 12 }
| { name: 'add-roundel'; size: 16 }
| { name: 'add-roundel'; size: 24 }
| { name: 'auto-refresh'; size: 12 }
| { name: 'auto-restart'; size: 12 }
| { name: 'calendar'; size: 16 }
| { name: 'calendar'; size: 24 }
| { name: 'carat-down'; size: 12 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface SVGRProps {
title?: string
titleId?: string
}
const AutoRefresh12Icon = ({
const AutoRestart12Icon = ({
title,
titleId,
...props
Expand All @@ -32,4 +32,4 @@ const AutoRefresh12Icon = ({
/>
</svg>
)
export default AutoRefresh12Icon
export default AutoRestart12Icon
2 changes: 1 addition & 1 deletion icons/react/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export { default as Time16Icon } from './Time16Icon.tsx'
export { default as Transmit16Icon } from './Transmit16Icon.tsx'
export { default as Question16Icon } from './Question16Icon.tsx'
export { default as Add12Icon } from './Add12Icon.tsx'
export { default as AutoRefresh12Icon } from './AutoRefresh12Icon.tsx'
export { default as AutoRestart12Icon } from './AutoRestart12Icon.tsx'
export { default as AddRoundel12Icon } from './AddRoundel12Icon.tsx'
export { default as Checkmark12Icon } from './Checkmark12Icon.tsx'
export { default as Close12Icon } from './Close12Icon.tsx'
Expand Down
2 changes: 1 addition & 1 deletion icons/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 0de862a

Please sign in to comment.