court constant

String const court

Implementation

static const String court =
    '<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"><g fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M24 36h20V12H4v24h20Zm0 0v-8m0-16v8"/><circle cx="24" cy="24" r="4"/><path d="M11 24a4 4 0 01-4 4H4v-8h3a4 4 0 014 4Zm26 0a4 4 0 004 4h3v-8h-3a4 4 0 00-4 4Z"/></g></svg>';