diff --git a/icons/index.ts b/icons/index.ts index 121f058..cb567f5 100644 --- a/icons/index.ts +++ b/icons/index.ts @@ -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 } diff --git a/icons/react/AutoRefresh12Icon.tsx b/icons/react/AutoRestart12Icon.tsx similarity index 93% rename from icons/react/AutoRefresh12Icon.tsx rename to icons/react/AutoRestart12Icon.tsx index 4cc4f9d..0c3d68e 100644 --- a/icons/react/AutoRefresh12Icon.tsx +++ b/icons/react/AutoRestart12Icon.tsx @@ -11,7 +11,7 @@ interface SVGRProps { title?: string titleId?: string } -const AutoRefresh12Icon = ({ +const AutoRestart12Icon = ({ title, titleId, ...props @@ -32,4 +32,4 @@ const AutoRefresh12Icon = ({ /> ) -export default AutoRefresh12Icon +export default AutoRestart12Icon diff --git a/icons/react/index.ts b/icons/react/index.ts index 3743416..fcbfafc 100644 --- a/icons/react/index.ts +++ b/icons/react/index.ts @@ -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' diff --git a/icons/sprite.svg b/icons/sprite.svg index d58fd11..9f28c8c 100644 --- a/icons/sprite.svg +++ b/icons/sprite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/svg/auto-refresh-12.svg b/icons/svg/auto-restart-12.svg similarity index 100% rename from icons/svg/auto-refresh-12.svg rename to icons/svg/auto-restart-12.svg