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