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