UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 325 B
import * as o from "react"; import l from "../lib/IconBase.es.js"; import m from "../defs/FootballHelmet.es.js"; const e = o.forwardRef((t, a) => /* @__PURE__ */ o.createElement(l, { ref: a, ...t, weights: m })); e.displayName = "FootballHelmetIcon"; const s = e; export { s as FootballHelmet, e as FootballHelmetIcon };