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