UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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