qr_code_duotone constant

String const qr_code_duotone

Implementation

static const String qr_code_duotone =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><rect width="64" height="64" x="48" y="48" fill="currentColor" opacity=".2" rx="8"/><rect width="64" height="64" x="48" y="144" fill="currentColor" opacity=".2" rx="8"/><rect width="64" height="64" x="144" y="48" fill="currentColor" opacity=".2" rx="8"/><path fill="currentColor" d="M104 40H56a16 16 0 00-16 16v48a16 16 0 0016 16h48a16 16 0 0016-16V56a16 16 0 00-16-16Zm0 64H56V56h48v48Zm0 32H56a16 16 0 00-16 16v48a16 16 0 0016 16h48a16 16 0 0016-16v-48a16 16 0 00-16-16Zm0 64H56v-48h48v48Zm96-160h-48a16 16 0 00-16 16v48a16 16 0 0016 16h48a16 16 0 0016-16V56a16 16 0 00-16-16Zm0 64h-48V56h48v48Zm-56 80a8 8 0 008-8v-32a8 8 0 00-16 0v32a8 8 0 008 8Z"/><path fill="currentColor" d="M208 152h-24v-8a8 8 0 00-16 0v56h-24a8 8 0 000 16h32a8 8 0 008-8v-40h24a8 8 0 000-16Zm0 32a8 8 0 00-8 8v16a8 8 0 0016 0v-16a8 8 0 00-8-8Z"/></svg>';