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