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