import * as React from "react"; import { SVGProps } from "react"; const SvgFootballHelmet = (props: SVGProps) => ( ); export default SvgFootballHelmet;