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="M3 11V3h8v8Zm2-2h4V5H5ZM3 21v-8h8v8Zm2-2h4v-4H5Zm8-8V3h8v8Zm2-2h4V5h-4Zm4 12v-2h2v2Zm-6-6v-2h2v2Zm2 2v-2h2v2Zm-2 2v-2h2v2Zm2 2v-2h2v2Zm2-2v-2h2v2Zm0-4v-2h2v2Zm2 2v-2h2v2Z"/></svg>';