open-icon
Version:
Open Icon
27 lines (26 loc) • 637 B
JavaScript
// lib/meta/icon_espresso machine.svg.ts
var meta = {
"description": "An espresso machine is a device that brews coffee by forcing hot water through finely-ground coffee beans. It is commonly used to make espresso, a strong and concentrated coffee drink.",
"category": [
"Food-Drinks",
"Appliance"
],
"tag": [
"coffee",
"espresso",
"brewing",
"machine",
"beverage",
"caffeine",
"barista",
"hot drink",
"brew",
"kitchen appliance"
],
"title": "Espresso Machine"
};
var icon_espresso_machine_svg_default = meta;
export {
icon_espresso_machine_svg_default as default,
meta
};