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