UNPKG

@solar-icons/react

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