Files
SPA-landing/symbols/js/symbols/elektro.js
architeur ab77c936ec Add dxfSvg versions to all new symbols
- bauteile.js: dxfSvg for 17+ new building components
- elektro.js: dxfSvg for all 6 electrical symbols
- sanitaer.js: dxfSvg for duscharmatur + gartenwasserhahn

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 22:21:20 +01:00

59 lines
8.9 KiB
JavaScript

// ============================================
// SYMBOL-KATEGORIE: Elektro
// ============================================
SYMBOLS.elektro = {
name: "Elektro",
icon: "⚡",
items: [
{
id: "steckdose",
name: "Steckdose",
filename: "elektro_steckdose.svg",
tags: ["steckdose", "dose", "elektro", "strom", "schuko"],
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><rect x="8" y="8" width="48" height="48" rx="4" fill="#f5f5f5" stroke="#6b7280" stroke-width="2"/><circle cx="32" cy="32" r="16" fill="#fff" stroke="#4b5563" stroke-width="2"/><circle cx="24" cy="32" r="4" fill="#1f2937"/><circle cx="40" cy="32" r="4" fill="#1f2937"/><path d="M20 20 Q32 16 44 20" stroke="#4b5563" stroke-width="2" fill="none"/><path d="M20 44 Q32 48 44 44" stroke="#4b5563" stroke-width="2" fill="none"/></svg>`,
dxfSvg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><rect x="8" y="8" width="48" height="48" fill="none" stroke="#000" stroke-width="1"/><circle cx="32" cy="32" r="16" fill="none" stroke="#000" stroke-width="1"/><circle cx="24" cy="32" r="4" fill="none" stroke="#000" stroke-width="1"/><circle cx="40" cy="32" r="4" fill="none" stroke="#000" stroke-width="1"/><path d="M20 20 Q32 16 44 20" stroke="#000" stroke-width="1" fill="none"/><path d="M20 44 Q32 48 44 44" stroke="#000" stroke-width="1" fill="none"/></svg>`
},
{
id: "doppelsteckdose",
name: "Doppelsteckdose",
filename: "elektro_doppelsteckdose.svg",
tags: ["doppelsteckdose", "dose", "elektro", "strom", "doppelt"],
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><rect x="4" y="12" width="56" height="40" rx="4" fill="#f5f5f5" stroke="#6b7280" stroke-width="2"/><circle cx="20" cy="32" r="12" fill="#fff" stroke="#4b5563" stroke-width="2"/><circle cx="14" cy="32" r="3" fill="#1f2937"/><circle cx="26" cy="32" r="3" fill="#1f2937"/><circle cx="44" cy="32" r="12" fill="#fff" stroke="#4b5563" stroke-width="2"/><circle cx="38" cy="32" r="3" fill="#1f2937"/><circle cx="50" cy="32" r="3" fill="#1f2937"/><line x1="32" y1="16" x2="32" y2="48" stroke="#d1d5db" stroke-width="1"/></svg>`,
dxfSvg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><rect x="4" y="12" width="56" height="40" fill="none" stroke="#000" stroke-width="1"/><circle cx="20" cy="32" r="12" fill="none" stroke="#000" stroke-width="1"/><circle cx="14" cy="32" r="3" fill="none" stroke="#000" stroke-width="1"/><circle cx="26" cy="32" r="3" fill="none" stroke="#000" stroke-width="1"/><circle cx="44" cy="32" r="12" fill="none" stroke="#000" stroke-width="1"/><circle cx="38" cy="32" r="3" fill="none" stroke="#000" stroke-width="1"/><circle cx="50" cy="32" r="3" fill="none" stroke="#000" stroke-width="1"/><line x1="32" y1="16" x2="32" y2="48" stroke="#000" stroke-width="1"/></svg>`
},
{
id: "lichtschalter",
name: "Lichtschalter",
filename: "elektro_schalter.svg",
tags: ["schalter", "licht", "elektro", "taster"],
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><rect x="12" y="8" width="40" height="48" rx="4" fill="#f5f5f5" stroke="#6b7280" stroke-width="2"/><rect x="20" y="16" width="24" height="32" rx="2" fill="#e5e7eb" stroke="#4b5563" stroke-width="1"/><rect x="24" y="20" width="16" height="12" rx="1" fill="#d1d5db"/><circle cx="32" cy="40" r="4" fill="#fbbf24" stroke="#d97706" stroke-width="1"/></svg>`,
dxfSvg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><rect x="12" y="8" width="40" height="48" fill="none" stroke="#000" stroke-width="1"/><rect x="20" y="16" width="24" height="32" fill="none" stroke="#000" stroke-width="1"/><rect x="24" y="20" width="16" height="12" fill="none" stroke="#000" stroke-width="1"/><circle cx="32" cy="40" r="4" fill="none" stroke="#000" stroke-width="1"/></svg>`
},
{
id: "verteilerdose",
name: "Verteilerdose",
filename: "elektro_verteilerdose.svg",
tags: ["verteiler", "dose", "abzweig", "elektro"],
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle cx="32" cy="32" r="24" fill="#f5f5f5" stroke="#6b7280" stroke-width="2"/><circle cx="32" cy="32" r="16" fill="#e5e7eb" stroke="#4b5563" stroke-width="1"/><line x1="32" y1="8" x2="32" y2="16" stroke="#4b5563" stroke-width="2"/><line x1="32" y1="48" x2="32" y2="56" stroke="#4b5563" stroke-width="2"/><line x1="8" y1="32" x2="16" y2="32" stroke="#4b5563" stroke-width="2"/><line x1="48" y1="32" x2="56" y2="32" stroke="#4b5563" stroke-width="2"/><circle cx="32" cy="32" r="4" fill="#4b5563"/></svg>`,
dxfSvg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle cx="32" cy="32" r="24" fill="none" stroke="#000" stroke-width="1"/><circle cx="32" cy="32" r="16" fill="none" stroke="#000" stroke-width="1"/><line x1="32" y1="8" x2="32" y2="16" stroke="#000" stroke-width="1"/><line x1="32" y1="48" x2="32" y2="56" stroke="#000" stroke-width="1"/><line x1="8" y1="32" x2="16" y2="32" stroke="#000" stroke-width="1"/><line x1="48" y1="32" x2="56" y2="32" stroke="#000" stroke-width="1"/><circle cx="32" cy="32" r="4" fill="none" stroke="#000" stroke-width="1"/></svg>`
},
{
id: "sicherungskasten",
name: "Sicherungskasten",
filename: "elektro_sicherungskasten.svg",
tags: ["sicherung", "kasten", "verteiler", "elektro"],
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><rect x="8" y="4" width="48" height="56" rx="2" fill="#d1d5db" stroke="#6b7280" stroke-width="2"/><rect x="12" y="8" width="40" height="48" fill="#374151" stroke="#1f2937" stroke-width="1"/><g fill="#22c55e"><rect x="16" y="12" width="6" height="8" rx="1"/><rect x="26" y="12" width="6" height="8" rx="1"/><rect x="36" y="12" width="6" height="8" rx="1"/><rect x="16" y="24" width="6" height="8" rx="1"/><rect x="26" y="24" width="6" height="8" rx="1"/><rect x="36" y="24" width="6" height="8" rx="1" fill="#ef4444"/><rect x="16" y="36" width="6" height="8" rx="1"/><rect x="26" y="36" width="6" height="8" rx="1"/><rect x="36" y="36" width="6" height="8" rx="1"/></g><rect x="46" y="12" width="4" height="32" rx="1" fill="#1f2937"/></svg>`,
dxfSvg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><rect x="8" y="4" width="48" height="56" fill="none" stroke="#000" stroke-width="1"/><rect x="12" y="8" width="40" height="48" fill="none" stroke="#000" stroke-width="1"/><rect x="16" y="12" width="6" height="8" fill="none" stroke="#000" stroke-width="1"/><rect x="26" y="12" width="6" height="8" fill="none" stroke="#000" stroke-width="1"/><rect x="36" y="12" width="6" height="8" fill="none" stroke="#000" stroke-width="1"/><rect x="16" y="24" width="6" height="8" fill="none" stroke="#000" stroke-width="1"/><rect x="26" y="24" width="6" height="8" fill="none" stroke="#000" stroke-width="1"/><rect x="36" y="24" width="6" height="8" fill="none" stroke="#000" stroke-width="1"/><rect x="16" y="36" width="6" height="8" fill="none" stroke="#000" stroke-width="1"/><rect x="26" y="36" width="6" height="8" fill="none" stroke="#000" stroke-width="1"/><rect x="36" y="36" width="6" height="8" fill="none" stroke="#000" stroke-width="1"/></svg>`
},
{
id: "lampe_decke",
name: "Deckenlampe",
filename: "elektro_deckenlampe.svg",
tags: ["lampe", "decke", "licht", "beleuchtung"],
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle cx="32" cy="32" r="20" fill="#fef3c7" stroke="#d97706" stroke-width="2"/><circle cx="32" cy="32" r="12" fill="#fbbf24" stroke="#f59e0b" stroke-width="1"/><circle cx="32" cy="32" r="4" fill="#fff"/><line x1="32" y1="4" x2="32" y2="12" stroke="#6b7280" stroke-width="2"/><g stroke="#fbbf24" stroke-width="2"><line x1="8" y1="32" x2="12" y2="32"/><line x1="52" y1="32" x2="56" y2="32"/><line x1="14" y1="14" x2="18" y2="18"/><line x1="46" y1="46" x2="50" y2="50"/><line x1="14" y1="50" x2="18" y2="46"/><line x1="46" y1="18" x2="50" y2="14"/></g></svg>`,
dxfSvg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circle cx="32" cy="32" r="20" fill="none" stroke="#000" stroke-width="1"/><circle cx="32" cy="32" r="12" fill="none" stroke="#000" stroke-width="1"/><circle cx="32" cy="32" r="4" fill="none" stroke="#000" stroke-width="1"/><line x1="32" y1="4" x2="32" y2="12" stroke="#000" stroke-width="1"/><line x1="8" y1="32" x2="12" y2="32" stroke="#000" stroke-width="1"/><line x1="52" y1="32" x2="56" y2="32" stroke="#000" stroke-width="1"/><line x1="14" y1="14" x2="18" y2="18" stroke="#000" stroke-width="1"/><line x1="46" y1="46" x2="50" y2="50" stroke="#000" stroke-width="1"/><line x1="14" y1="50" x2="18" y2="46" stroke="#000" stroke-width="1"/><line x1="46" y1="18" x2="50" y2="14" stroke="#000" stroke-width="1"/></svg>`
}
]
};