// ============================================ // SYMBOL-KATEGORIE: Elektro // ============================================ SYMBOLS.elektro = { name: "Elektro", icon: "⚡", items: [ { id: "steckdose", name: "Steckdose", filename: "elektro_steckdose.svg", tags: ["steckdose", "dose", "elektro", "strom", "schuko"], svg: ``, dxfSvg: `` }, { id: "doppelsteckdose", name: "Doppelsteckdose", filename: "elektro_doppelsteckdose.svg", tags: ["doppelsteckdose", "dose", "elektro", "strom", "doppelt"], svg: ``, dxfSvg: `` }, { id: "lichtschalter", name: "Lichtschalter", filename: "elektro_schalter.svg", tags: ["schalter", "licht", "elektro", "taster"], svg: ``, dxfSvg: `` }, { id: "verteilerdose", name: "Verteilerdose", filename: "elektro_verteilerdose.svg", tags: ["verteiler", "dose", "abzweig", "elektro"], svg: ``, dxfSvg: `` }, { id: "sicherungskasten", name: "Sicherungskasten", filename: "elektro_sicherungskasten.svg", tags: ["sicherung", "kasten", "verteiler", "elektro"], svg: ``, dxfSvg: `` }, { id: "lampe_decke", name: "Deckenlampe", filename: "elektro_deckenlampe.svg", tags: ["lampe", "decke", "licht", "beleuchtung"], svg: ``, dxfSvg: `` } ] };