UNPKG

@evcc/icons

Version:

A collection of evcc icons for vehicles, meters, chargers, smartswitches, and heating systems with web components and SVG registry.

7 lines 291 B
export { default as registry } from "./svg-registry.js"; if (typeof HTMLElement !== "undefined" && typeof customElements !== "undefined") { import("./evcc-icon.js").then(({ EvccIcon }) => { customElements.define("evcc-icon", EvccIcon); }); } //# sourceMappingURL=index.js.map