UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 841 B
var a = 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 ? a(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, s = (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; }, i = (o, r) => w(o, c(r)); import l, { forwardRef as n } from "react"; import C from "../lib/SSRBase.mjs"; import R from "../defs/ArrowsCounterClockwise.mjs"; const d = n((o, r) => /* @__PURE__ */ l.createElement(C, i(s({ ref: r }, o), { weights: R }))); d.displayName = "ArrowsCounterClockwise"; export { d as ArrowsCounterClockwise };