open-icon
Version:
Open Icon
27 lines (26 loc) • 527 B
JavaScript
// lib/meta/icon_stove.svg.ts
var meta = {
"description": "A stove is a kitchen appliance used for cooking food. It typically consists of burners for heating pots and pans, and an oven for baking and roasting.",
"category": [
"Things",
"Kitchen"
],
"tag": [
"Cooking",
"Appliance",
"Heat",
"Food",
"Kitchen",
"Oven",
"Burner",
"Home",
"Cuisine",
"Chef"
],
"title": "Stove"
};
var icon_stove_svg_default = meta;
export {
icon_stove_svg_default as default,
meta
};