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