pokemon constant

String const pokemon

Implementation

static const String pokemon =
    '<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" fill-rule="evenodd" d="M3 12a9 9 0 1118 0 9 9 0 01-18 0Zm2.07 1a7.002 7.002 0 0013.86 0h-4.1a3.001 3.001 0 01-5.66 0h-4.1Zm13.86-2a7.001 7.001 0 00-13.86 0h4.1a3.001 3.001 0 015.66 0h4.1ZM12 13a1 1 0 100-2 1 1 0 000 2Z" clip-rule="evenodd"/></svg>';