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