keypad_outline constant

String const keypad_outline

Implementation

static const String keypad_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"><circle cx="256" cy="448" r="32" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="256" cy="320" r="32" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><path fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" d="M288 192a32 32 0 11-32-32 32 32 0 0132 32Z"/><circle cx="256" cy="64" r="32" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="384" cy="320" r="32" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="384" cy="192" r="32" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="384" cy="64" r="32" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="128" cy="320" r="32" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="128" cy="192" r="32" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/><circle cx="128" cy="64" r="32" fill="currentColor" stroke="currentColor" stroke-miterlimit="10" stroke-width="32"/></svg>';