UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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