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