open-icon
Version:
Open Icon
13 lines (12 loc) • 570 B
JavaScript
// lib/meta/icon_office-space.svg.ts
var meta = {
description: "The office-space icon is designed to represent a designated or common office area within a building. It can be used for wayfinding purposes to indicate the direction to office spaces, conference rooms, or workstations.",
category: ["Wayfinding"],
tag: ["office", "space", "building", "corporate", "workplace", "direction", "business", "interior", "facility", "room"],
title: "Office Space"
};
var icon_office_space_svg_default = meta;
export {
icon_office_space_svg_default as default,
meta
};