open-icon
Version:
Open Icon
28 lines (27 loc) • 793 B
JavaScript
// lib/meta/icon_washing machine.svg.ts
var meta = {
"description": "A washing machine is a household appliance used to wash laundry such as clothing and sheets. It contains a drum in which the garments are placed for cleaning with the help of water, detergent, and sometimes fabric softener. Modern washing machines may also have additional features like different wash cycles and temperature settings.",
"category": [
"Things",
"Transport",
"Home"
],
"tag": [
"laundry",
"appliance",
"cleaning",
"household",
"clothing",
"fabric",
"detergent",
"home appliance",
"washing",
"machine"
],
"title": "Washing Machine"
};
var icon_washing_machine_svg_default = meta;
export {
icon_washing_machine_svg_default as default,
meta
};