deck constant

String const deck

Icon Data of deck

Implementation

static const String deck =
    '<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-linecap="round" stroke-linejoin="round" d="M8.36 21.28h31.28a2.85 2.85 0 012.86 2.86v15.52a2.86 2.86 0 01-2.86 2.86H8.36a2.86 2.86 0 01-2.86-2.86V24.14a2.85 2.85 0 012.86-2.86Z"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M39.64 21.28V17a1 1 0 00-1-1H9.36a1 1 0 00-1 1v4.27M37.38 16v-4.25a1 1 0 00-1-1H11.62a1 1 0 00-1 1V16m24.13-5.25V6.48a1 1 0 00-1-1h-19.5a1 1 0 00-1 1v4.27"/></svg>';