@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 800 B
JavaScript
var f = Object.defineProperty, i = Object.defineProperties;
var n = Object.getOwnPropertyDescriptors;
var r = Object.getOwnPropertySymbols;
var c = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable;
var t = (a, o, e) => o in a ? f(a, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[o] = e, m = (a, o) => {
for (var e in o || (o = {}))
c.call(o, e) && t(a, e, o[e]);
if (r)
for (var e of r(o))
d.call(o, e) && t(a, e, o[e]);
return a;
}, p = (a, o) => i(a, n(o));
import s, { forwardRef as l } from "react";
import w from "../lib/IconBase.mjs";
import H from "../defs/HandSoap.mjs";
const R = l((a, o) => /* @__PURE__ */ s.createElement(w, p(m({ ref: o }, a), { weights: H })));
R.displayName = "HandSoap";
export {
R as HandSoap
};