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