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