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