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