open-icon
Version:
Open Icon
27 lines (26 loc) • 645 B
JavaScript
// lib/meta/icon_microwave.svg.ts
var meta = {
"description": "A microwave is a kitchen appliance that uses electromagnetic radiation to heat and cook food quickly. It is a common household appliance for reheating leftovers, defrosting frozen foods, and cooking convenient meals.",
"category": [
"Things",
"Kitchen"
],
"tag": [
"appliance",
"cooking",
"food",
"kitchen",
"heating",
"electromagnetic radiation",
"meal prep",
"quick",
"convenient",
"leftovers"
],
"title": "Microwave"
};
var icon_microwave_svg_default = meta;
export {
icon_microwave_svg_default as default,
meta
};