UNPKG

@solar-icons/react

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