open-icon
Version:
Open Icon
27 lines (26 loc) • 607 B
JavaScript
// lib/meta/icon_luggage.svg.ts
var meta = {
"description": "The luggage icon represents luggage or baggage, often used in signs to indicate the location of baggage drop-off or pick-up areas in airports, train stations, and other transportation terminals.",
"category": [
"Wayfinding",
"Transport"
],
"tag": [
"travel",
"baggage",
"suitcase",
"airport",
"navigation",
"vacation",
"trip",
"journey",
"storage",
"transportation"
],
"title": "Luggage"
};
var icon_luggage_svg_default = meta;
export {
icon_luggage_svg_default as default,
meta
};