@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 s from "../defs/HandsPraying.es.js";
const o = a.forwardRef((r, n) => /* @__PURE__ */ a.createElement(e, { ref: n, ...r, weights: s }));
o.displayName = "HandsPrayingIcon";
const m = o;
export {
m as HandsPraying,
o as HandsPrayingIcon
};