UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 301 B
import * as t from "react"; import c from "../lib/IconBase.es.js"; import e from "../defs/Subtract.es.js"; const o = t.forwardRef((r, a) => /* @__PURE__ */ t.createElement(c, { ref: a, ...r, weights: e })); o.displayName = "SubtractIcon"; const n = o; export { n as Subtract, o as SubtractIcon };