castle constant

String const castle

Implementation

static const String castle =
    '<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" stroke-width="4" d="m4 11 7-7 7 7H4Zm26 0 7-7 7 7H30Zm14 33V26h-4v-9h-6v9h-6v-5l-4-4-4 4v5h-6v-9H8v9H4v18h14v-4a6 6 0 0112 0v4h14ZM7 11h8v6H7zm26 0h8v6h-8z"/></svg>';