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