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