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