gamepad_square constant

String const gamepad_square

Implementation

static const String gamepad_square =
    '<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" d="M21 6H3a2 2 0 00-2 2v8a2 2 0 002 2h18a2 2 0 002-2V8a2 2 0 00-2-2m-10 7H8v3H6v-3H3v-2h3V8h2v3h3m4.5 4a1.5 1.5 0 01-1.5-1.5 1.5 1.5 0 011.5-1.5 1.5 1.5 0 011.5 1.5 1.5 1.5 0 01-1.5 1.5m4-3a1.5 1.5 0 01-1.5-1.5A1.5 1.5 0 0119.5 9a1.5 1.5 0 011.5 1.5 1.5 1.5 0 01-1.5 1.5Z"/></svg>';