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