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