open-icon
Version:
Open Icon
27 lines (26 loc) • 553 B
JavaScript
// lib/meta/icon_bookcase.svg.ts
var meta = {
"description": "A bookcase is a piece of furniture with horizontal shelves, used to store books and other items. It is often found in libraries, homes, and offices.",
"category": [
"Things",
"Furniture"
],
"tag": [
"books",
"shelves",
"storage",
"library",
"office",
"home",
"organization",
"decor",
"literature",
"reading"
],
"title": "Bookcase"
};
var icon_bookcase_svg_default = meta;
export {
icon_bookcase_svg_default as default,
meta
};