qr_code constant

String const qr_code

Implementation

static const String qr_code =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="M6 6h2v2H6V6Z"/><path fill="currentColor" d="M3 11V3h8v8H3Zm2-6v4h4V5H5Zm8 8h3v2h-3v-2Z"/><path fill="currentColor" d="M16 15h2v-2h3v3h-3v1h1v1h2v3h-2v-2h-2v2h-4v-4h2v2h1v-4Zm2-9h-2v2h2V6Z"/><path fill="currentColor" d="M13 3v8h8V3h-8Zm6 2v4h-4V5h4ZM6 16h2v2H6v-2Z"/><path fill="currentColor" d="M3 21v-8h8v8H3Zm2-6v4h4v-4H5Z"/></svg>';