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