- ZUGFeRD/Factur-X XML-Generierung (EN16931) - XRechnung 3.0 Unterstützung - PDF-Einbettung (echtes ZUGFeRD-PDF) - Option XML nach Einbettung zu löschen - ODT-Template Unterstützung - E-Mail Anhang Funktion - XML-Vorschau Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
894 B
XML
17 lines
894 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
|
<defs>
|
|
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#4CAF50;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#2E7D32;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Document base -->
|
|
<path d="M6 2C4.9 2 4 2.9 4 4v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6H6z" fill="url(#grad1)"/>
|
|
<!-- Document fold -->
|
|
<path d="M14 2v6h6" fill="none" stroke="#1B5E20" stroke-width="1"/>
|
|
<path d="M14 2l6 6h-6V2z" fill="#81C784"/>
|
|
<!-- XML brackets -->
|
|
<text x="7" y="15" font-family="monospace" font-size="6" font-weight="bold" fill="white"></></text>
|
|
<!-- Export arrow -->
|
|
<path d="M16 14l3 3m0 0l-3 3m3-3H12" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
</svg>
|