UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 852 B
var f = Object.defineProperty, e = Object.defineProperties; var l = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var s = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable; var m = (r, o, i) => o in r ? f(r, o, { enumerable: !0, configurable: !0, writable: !0, value: i }) : r[o] = i, a = (r, o) => { for (var i in o || (o = {})) s.call(o, i) && m(r, i, o[i]); if (t) for (var i of t(o)) n.call(o, i) && m(r, i, o[i]); return r; }, p = (r, o) => e(r, l(o)); import { jsx as d } from "react/jsx-runtime"; import { forwardRef as c } from "react"; import w from "../../lib/IconBase.mjs"; import x from "../../defs/tools/FlipHorizontal.mjs"; const z = c((r, o) => /* @__PURE__ */ d(w, p(a({ ref: o }, r), { weights: x }))); z.displayName = "FlipHorizontal"; export { z as default };