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