@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 800 B
JavaScript
var a = Object.defineProperty, c = Object.defineProperties;
var f = Object.getOwnPropertyDescriptors;
var s = Object.getOwnPropertySymbols;
var p = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
var t = (r, o, e) => o in r ? a(r, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[o] = e, m = (r, o) => {
for (var e in o || (o = {}))
p.call(o, e) && t(r, e, o[e]);
if (s)
for (var e of s(o))
n.call(o, e) && t(r, e, o[e]);
return r;
}, i = (r, o) => c(r, f(o));
import d, { forwardRef as l } from "react";
import w from "../lib/IconBase.mjs";
import R from "../defs/Scissors.mjs";
const S = l((r, o) => /* @__PURE__ */ d.createElement(w, i(m({ ref: o }, r), { weights: R })));
S.displayName = "Scissors";
export {
S as Scissors
};