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