@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 827 B
JavaScript
var l = Object.defineProperty, s = Object.defineProperties;
var f = Object.getOwnPropertyDescriptors;
var t = Object.getOwnPropertySymbols;
var n = Object.prototype.hasOwnProperty, p = Object.prototype.propertyIsEnumerable;
var i = (r, o, e) => o in r ? l(r, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[o] = e, a = (r, o) => {
for (var e in o || (o = {}))
n.call(o, e) && i(r, e, o[e]);
if (t)
for (var e of t(o))
p.call(o, e) && i(r, e, o[e]);
return r;
}, m = (r, o) => s(r, f(o));
import c, { forwardRef as d } from "react";
import w from "../lib/IconBase.mjs";
import z from "../defs/SlidersHorizontal.mjs";
const H = d((r, o) => /* @__PURE__ */ c.createElement(w, m(a({ ref: o }, r), { weights: z })));
H.displayName = "SlidersHorizontal";
export {
H as SlidersHorizontal
};