bus_outline constant

String const bus_outline

Implementation

static const String bus_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="352" height="192" x="80" y="112" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" rx="32" ry="32"/><rect width="352" height="128" x="80" y="304" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" rx="32" ry="32"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M400 112H112a32.09 32.09 0 01-32-32h0a32.09 32.09 0 0132-32h288a32.09 32.09 0 0132 32h0a32.09 32.09 0 01-32 32ZM144 432v22a10 10 0 01-10 10h-28a10 10 0 01-10-10v-22Zm272 0v22a10 10 0 01-10 10h-28a10 10 0 01-10-10v-22Z"/><circle cx="368" cy="368" r="16" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><circle cx="144" cy="368" 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="M256 112v192M80 80v288M432 80v288"/></svg>';