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