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