open-icon
Version:
Open Icon
26 lines (25 loc) • 531 B
JavaScript
// lib/meta/icon_oven.svg.ts
var meta = {
"description": "An icon representing an oven, typically used for baking or cooking food. It usually consists of a box-shaped chamber with a hinged door and temperature controls.",
"category": [
"Things",
"Kitchen"
],
"tag": [
"Kitchen",
"Appliance",
"Cooking",
"Baking",
"Food",
"Household",
"Heat",
"Temperature",
"Home"
],
"title": "Oven"
};
var icon_oven_svg_default = meta;
export {
icon_oven_svg_default as default,
meta
};