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