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