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