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