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