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