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