@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 300 B
JavaScript
import * as o from "react";
import r from "../lib/SSRBase.es.js";
import l from "../defs/Football.es.js";
const t = o.forwardRef((a, e) => /* @__PURE__ */ o.createElement(r, { ref: e, ...a, weights: l }));
t.displayName = "FootballIcon";
const c = t;
export {
c as Football,
t as FootballIcon
};