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