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