open-icon
Version:
Open Icon
27 lines (26 loc) • 667 B
JavaScript
// lib/meta/icon_luggage-locker.svg.ts
var meta = {
"description": "The luggage locker icon represents a designated area where travelers can securely store their luggage for a certain period of time. These lockers are often found in transportation hubs such as airports, train stations, and bus stations.",
"category": [
"Wayfinding",
"Transport"
],
"tag": [
"Luggage",
"Locker",
"Storage",
"Travel",
"Baggage",
"Security",
"Station",
"Airport",
"Railway",
"Public"
],
"title": "Luggage Locker"
};
var icon_luggage_locker_svg_default = meta;
export {
icon_luggage_locker_svg_default as default,
meta
};