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