// ============================================
// SYMBOL-KATEGORIE: Möbel
// ============================================
SYMBOLS.moebel = {
name: "Möbel",
icon: "🛋️",
items: [
{
id: "sofa",
name: "Sofa / Couch",
filename: "moebel_sofa.svg",
tags: ["sofa", "couch", "sitzmoebel", "wohnzimmer"],
svg: ``,
dxfSvg: ``
},
{
id: "tisch",
name: "Tisch",
filename: "moebel_tisch.svg",
tags: ["tisch", "esstisch", "schreibtisch", "möbel"],
svg: ``,
dxfSvg: ``
},
{
id: "stuhl",
name: "Stuhl",
filename: "moebel_stuhl.svg",
tags: ["stuhl", "sitz", "möbel", "esszimmer"],
svg: ``,
dxfSvg: ``
},
{
id: "schrank",
name: "Schrank",
filename: "moebel_schrank.svg",
tags: ["schrank", "kleiderschrank", "möbel", "stauraum"],
svg: ``,
dxfSvg: ``
},
{
id: "bett",
name: "Bett",
filename: "moebel_bett.svg",
tags: ["bett", "schlafzimmer", "möbel", "schlafen"],
svg: ``,
dxfSvg: ``
},
{
id: "regal",
name: "Regal",
filename: "moebel_regal.svg",
tags: ["regal", "bücherregal", "möbel", "stauraum"],
svg: ``,
dxfSvg: ``
}
]
};