UNPKG

@solar-icons/react

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