open-icon
Version:
Open Icon
24 lines (23 loc) • 581 B
JavaScript
// lib/meta/icon_watercooker.svg.ts
var meta = {
"description": "A watercooker, also known as an electric kettle, is a kitchen appliance used for heating and boiling water quickly. It is typically used to make tea, coffee, or instant noodles.",
"category": [
"Things",
"Kitchen"
],
"tag": [
"kitchen appliance",
"electric kettle",
"boiling water",
"hot beverages",
"tea",
"coffee",
"instant noodles"
],
"title": "Water Cooker"
};
var icon_watercooker_svg_default = meta;
export {
icon_watercooker_svg_default as default,
meta
};