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