railway constant

String const railway

Implementation

static const String railway =
    '<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"><path stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="M12 6a2 2 0 012-2h20a2 2 0 012 2v24a2 2 0 01-2 2H14a2 2 0 01-2-2V6Z"/><circle cx="18" cy="26" r="2"/><circle cx="30" cy="26" r="2"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M12 20h24M21 38h6m-9 6h12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="m17 32-6 12m20-12 6 12"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 15v10M12 15v10"/></g></svg>';