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