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