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