UNPKG

@solar-icons/react

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