@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 296 B
JavaScript
import * as o from "react";
import r from "../lib/SSRBase.es.js";
import s from "../defs/GasPump.es.js";
const a = o.forwardRef((m, e) => /* @__PURE__ */ o.createElement(r, { ref: e, ...m, weights: s }));
a.displayName = "GasPumpIcon";
const c = a;
export {
c as GasPump,
a as GasPumpIcon
};