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