UNPKG

@solar-icons/react

Version:
21 lines (20 loc) 820 B
var i = Object.defineProperty, c = Object.defineProperties; var f = Object.getOwnPropertyDescriptors; var s = Object.getOwnPropertySymbols; var p = Object.prototype.hasOwnProperty, S = Object.prototype.propertyIsEnumerable; var a = (e, r, o) => r in e ? i(e, r, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[r] = o, t = (e, r) => { for (var o in r || (r = {})) p.call(r, o) && a(e, o, r[o]); if (s) for (var o of s(r)) S.call(r, o) && a(e, o, r[o]); return e; }, m = (e, r) => c(e, f(r)); import d, { forwardRef as l } from "react"; import n from "../../lib/IconBase.mjs"; import u from "../../defs/ui/ScissorsSquare.mjs"; const q = l((e, r) => /* @__PURE__ */ d.createElement(n, m(t({ ref: r }, e), { weights: u }))); q.displayName = "ScissorsSquare"; export { q as default };