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