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