open-icon
Version:
Open Icon
26 lines (25 loc) • 570 B
JavaScript
// lib/meta/icon_furniture-bedside-table.svg.ts
var meta = {
"description": "An icon representing a bedside table, typically used for placing items next to a bed such as lamps, alarm clocks, or books.",
"category": [
"Furniture"
],
"tag": [
"furniture",
"bedside",
"table",
"nightstand",
"room",
"decor",
"interior",
"home",
"storage",
"bedroom"
],
"title": "Furniture Bedside Table"
};
var icon_furniture_bedside_table_svg_default = meta;
export {
icon_furniture_bedside_table_svg_default as default,
meta
};