UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 317 B
import * as r from "react"; import c from "../lib/IconBase.es.js"; import t from "../defs/TruckTrailer.es.js"; const e = r.forwardRef((o, a) => /* @__PURE__ */ r.createElement(c, { ref: a, ...o, weights: t })); e.displayName = "TruckTrailerIcon"; const s = e; export { s as TruckTrailer, e as TruckTrailerIcon };