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