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