UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 818 B
var p = Object.defineProperty, f = Object.defineProperties; var n = Object.getOwnPropertyDescriptors; var r = Object.getOwnPropertySymbols; var c = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable; var i = (t, e, o) => e in t ? p(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o, a = (t, e) => { for (var o in e || (e = {})) c.call(e, o) && i(t, o, e[o]); if (r) for (var o of r(e)) d.call(e, o) && i(t, o, e[o]); return t; }, m = (t, e) => f(t, n(e)); import s, { forwardRef as w } from "react"; import R from "../lib/IconBase.mjs"; import g from "../defs/HandSwipeRight.mjs"; const h = w((t, e) => /* @__PURE__ */ s.createElement(R, m(a({ ref: e }, t), { weights: g }))); h.displayName = "HandSwipeRight"; export { h as HandSwipeRight };