UNPKG

@solar-icons/react

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