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