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