subway_outline constant

String const subway_outline

Implementation

static const String subway_outline =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512"><rect width="288" height="352" x="112" y="32" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" rx="48" ry="48"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M208 80h96"/><rect width="288" height="96" x="112" y="128" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" rx="32" ry="32"/><circle cx="176" cy="320" r="16" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><circle cx="336" cy="320" r="16" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M144 464h224m-32-32 48 48m-208-48-48 48"/></svg>';