minesweeper constant

String const minesweeper

Implementation

static const String minesweeper =
    '<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-miterlimit="10" d="M15.24 22.65a2.2 2.2 0 112.19-2.19 2.19 2.19 0 01-2.19 2.19ZM21 18.89a3 3 0 113-3 3 3 0 01-3 3Z"/><circle cx="24.01" cy="24" r="15.73" fill="currentColor" stroke="currentColor"/><path fill="currentColor" stroke="currentColor" d="M24 2.5v5.77m21.51 15.71h-5.76M24.03 45.5v-5.77M2.51 24.02h5.77m26.86-11.14 2.04-2.04m-2.04 24.28 2.04 2.04m-24.29-2.04-2.04 2.04m2.04-24.28-2.04-2.04"/></svg>';