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