open-icon
Version:
Open Icon
26 lines (25 loc) • 538 B
JavaScript
// lib/meta/icon_furniture-bed.svg.ts
var meta = {
"description": "An icon of a bed, typically used as a piece of furniture for sleeping and resting. It represents comfort, relaxation, and bedroom decor.",
"category": [
"Things",
"Furniture"
],
"tag": [
"Bed",
"Sleep",
"Rest",
"Comfort",
"Furniture",
"Home",
"Interior",
"Decor",
"Relaxation"
],
"title": "Furniture Bed"
};
var icon_furniture_bed_svg_default = meta;
export {
icon_furniture_bed_svg_default as default,
meta
};