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