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