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