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