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