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