@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 317 B
JavaScript
import * as a from "react";
import e from "../lib/IconBase.es.js";
import t from "../defs/HandGrabbing.es.js";
const o = a.forwardRef((r, n) => /* @__PURE__ */ a.createElement(e, { ref: n, ...r, weights: t }));
o.displayName = "HandGrabbingIcon";
const c = o;
export {
c as HandGrabbing,
o as HandGrabbingIcon
};