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