tic_tac_toe constant

String const tic_tac_toe

Implementation

static const String tic_tac_toe =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 17 16"><path fill="currentColor" fill-rule="evenodd" d="M13.492 9.019a3.47 3.47 0 10.001 6.94 3.47 3.47 0 00-.001-6.94zm.041 6.098a2.619 2.619 0 01-2.629-2.609 2.62 2.62 0 012.629-2.609c1.453 0 2.632 1.169 2.632 2.609 0 1.441-1.179 2.609-2.632 2.609zM4.512.079a3.427 3.427 0 10.002 6.854A3.427 3.427 0 004.512.079zm0 6.016a2.589 2.589 0 010-5.176 2.59 2.59 0 012.589 2.587 2.591 2.591 0 01-2.589 2.589zM8.006 9.97 7.1 9.063l-2.56 2.561-2.561-2.561-.907.907 2.561 2.561-2.561 2.559.907.906 2.561-2.558 2.56 2.558.906-.906-2.56-2.559 2.56-2.561zM17.057.926l-.912-.913-2.577 2.577L10.992.013l-.911.913 2.576 2.576-2.576 2.574.911.912 2.576-2.575 2.577 2.575.912-.912-2.576-2.574L17.057.926z"/></svg>';