open-icon
Version:
Open Icon
26 lines (25 loc) • 601 B
JavaScript
// lib/meta/icon_stairs-up.svg.ts
var meta = {
"description": "This icon represents a set of stairs going upwards. It is commonly used in wayfinding systems to indicate the direction of ascending stairs or a staircase leading to a higher level.",
"category": [
"Wayfinding"
],
"tag": [
"stairs",
"up",
"directional signage",
"navigation",
"levels",
"architecture",
"building",
"indoor navigation",
"steps",
"ascending"
],
"title": "Stairs Up"
};
var icon_stairs_up_svg_default = meta;
export {
icon_stairs_up_svg_default as default,
meta
};