open-icon
Version:
Open Icon
26 lines (25 loc) • 630 B
JavaScript
// lib/meta/icon_escalator.svg.ts
var meta = {
"description": "An escalator icon typically represents a moving staircase used for transporting people between different levels of a building. It is commonly used in signage and wayfinding systems to indicate the location of escalators.",
"category": [
"Wayfinding"
],
"tag": [
"Escalator",
"Stairs",
"Transportation",
"Signage",
"Directional",
"Navigation",
"Urban",
"Facility",
"Public",
"Interior"
],
"title": "Escalator"
};
var icon_escalator_svg_default = meta;
export {
icon_escalator_svg_default as default,
meta
};