open-icon
Version:
Open Icon
27 lines (26 loc) • 729 B
JavaScript
// lib/meta/icon_hamburger.svg.ts
var meta = {
"description": "The hamburger icon represents a popular type of food, typically associated with fast-food restaurants and casual dining. It consists of a patty, lettuce, tomato, and other fillings placed between two bun halves. The hamburger icon is commonly used to symbolize a menu or navigation option in digital interfaces.",
"category": [
"Food-Drinks",
"Interface"
],
"tag": [
"burger",
"fast food",
"dining",
"menu",
"restaurant",
"navigation",
"digital",
"interface",
"symbol",
"popular"
],
"title": "Hamburger"
};
var icon_hamburger_svg_default = meta;
export {
icon_hamburger_svg_default as default,
meta
};