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