open-icon
Version:
Open Icon
26 lines (25 loc) • 624 B
JavaScript
// lib/meta/icon_room-shade.svg.ts
var meta = {
"description": "The room shade icon typically represents a window covering used to block out sunlight and maintain privacy in a room. It is commonly seen in interior design and architecture contexts.",
"category": [
"Things",
"Interface"
],
"tag": [
"window covering",
"shades",
"privacy",
"protection",
"interior design",
"architecture",
"light filtering",
"room decor",
"sunlight control"
],
"title": "Room Shade"
};
var icon_room_shade_svg_default = meta;
export {
icon_room_shade_svg_default as default,
meta
};