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