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