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