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