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