desktop_outline constant

String const desktop_outline

Implementation

static const String desktop_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="448" height="320" x="32" y="64" fill="currentColor" stroke="currentColor" 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="m304 448-8-64h-80l-8 64h96zm64 0H144"/><path fill="currentColor" d="M32 304v48a32.09 32.09 0 0032 32h384a32.09 32.09 0 0032-32v-48Zm224 64a16 16 0 1116-16 16 16 0 01-16 16Z"/></svg>';