UNPKG

@solar-icons/react

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