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