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