subway constant

String const subway

Implementation

static const String subway =
    '<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"><mask id="svgIDa"><g fill="none"><rect width="32" height="26" x="8" y="6" stroke="#fff" stroke-width="4" rx="2"/><circle cx="14" cy="27" r="2" fill="#fff"/><circle cx="34" cy="27" r="2" fill="#fff"/><path fill="#555" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M14 12h20v10H14z"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m32 32 8 9m-23-9-9 9"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';