botui/ui/suite/assets/icons/gb-security.svg
Rodrigo Rodriguez (Pragmatismo) 955568c8e4 fix(i18n): fix DOM timing issue in i18n.js
- Wait for document.body before attaching event listeners
- Prevents TypeError when script loads before body exists
2026-01-10 10:54:05 -03:00

8 lines
491 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<!-- Shield shape - security/compliance -->
<path d="M12 2 L20 6 L20 12 C20 16.418 16.418 20 12 22 C7.582 20 4 16.418 4 12 L4 6 Z"/>
<!-- Checkmark inside shield -->
<polyline points="8 12 11 15 16 9"/>
<!-- Document lines - representing compliance docs -->
<line x1="9" y1="18" x2="15" y2="18" opacity="0.5"/>
</svg>