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