UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 805 B
var i = Object.defineProperty, p = Object.defineProperties; var l = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var s = Object.prototype.hasOwnProperty, c = Object.prototype.propertyIsEnumerable; var a = (e, r, o) => r in e ? i(e, r, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[r] = o, m = (e, r) => { for (var o in r || (r = {})) s.call(r, o) && a(e, o, r[o]); if (t) for (var o of t(r)) c.call(r, o) && a(e, o, r[o]); return e; }, f = (e, r) => p(e, l(r)); import R, { forwardRef as d } from "react"; import n from "../lib/SSRBase.mjs"; import w from "../defs/CarProfile.mjs"; const C = d((e, r) => /* @__PURE__ */ R.createElement(n, f(m({ ref: r }, e), { weights: w }))); C.displayName = "CarProfile"; export { C as CarProfile };