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