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