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