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