gamecursor constant

String const gamecursor

Implementation

static const String gamecursor =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1024" height="1024" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1024 1024"><path fill="currentColor" d="M960 704H704v256q0 26-19 45t-45 19H384q-27 0-45.5-19T320 960V704H64q-27 0-45.5-19T0 640V384q0-27 19-45.5T64 320h256V64q0-27 19-45.5T384 0h256q27 0 45.5 18.5T704 64v256h256q27 0 45.5 18.5T1024 384v256q0 26-19 45t-45 19zM192 384 64 512l128 128V384zM512 64 384 192h256zm-64 447.5q0 26.5 19 45.5t45.5 19 45-19 18.5-45.5-19-45-45-18.5-45 18.5-19 45zM384 832l128 128 128-128H384zm448-448v256l128-128z"/></svg>';