UNPKG

@solar-icons/react

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