diceware constant

String const diceware

Implementation

static const String diceware =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M40.5 5.5h-33a2 2 0 00-2 2v33a2 2 0 002 2h33a2 2 0 002-2v-33a2 2 0 00-2-2Z"/><circle cx="34" cy="12" r="2.5" fill="currentColor" stroke="currentColor" stroke-linecap="round"/><circle cx="34" cy="24" r="2.5" fill="currentColor" stroke="currentColor" stroke-linecap="round"/><circle cx="34" cy="36" r="2.5" fill="currentColor" stroke="currentColor" stroke-linecap="round"/><circle cx="14" cy="12" r="2.5" fill="currentColor" stroke="currentColor" stroke-linecap="round"/><circle cx="14" cy="24" r="2.5" fill="currentColor" stroke="currentColor" stroke-linecap="round"/><circle cx="14" cy="36" r="2.5" fill="currentColor" stroke="currentColor" stroke-linecap="round"/></svg>';