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