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