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