import * as React from 'react'; export interface Restore24Props extends React.SVGProps { ariaLabel?: string } export default function Restore24({ ariaLabel, ...props }: Restore24Props) { return ( ); }