@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 845 B
JavaScript
var t = Object.defineProperty, f = Object.defineProperties;
var p = Object.getOwnPropertyDescriptors;
var m = Object.getOwnPropertySymbols;
var l = Object.prototype.hasOwnProperty, c = Object.prototype.propertyIsEnumerable;
var a = (o, r, e) => r in o ? t(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, i = (o, r) => {
for (var e in r || (r = {}))
l.call(r, e) && a(o, e, r[e]);
if (m)
for (var e of m(r))
c.call(r, e) && a(o, e, r[e]);
return o;
}, s = (o, r) => f(o, p(r));
import { jsx as d } from "react/jsx-runtime";
import { forwardRef as u } from "react";
import w from "../../lib/SSRBase.mjs";
import x from "../../defs/video/PauseCircle.mjs";
const C = u((o, r) => /* @__PURE__ */ d(w, s(i({ ref: r }, o), { weights: x })));
C.displayName = "PauseCircle";
export {
C as default
};