switch_button constant

String const switch_button

Implementation

static const String switch_button =
    '<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="#555" stroke="#fff" stroke-linejoin="round" stroke-width="4"><path d="M36 4H12a8 8 0 100 16h24a8 8 0 100-16Zm0 24H12a8 8 0 100 16h24a8 8 0 100-16Z"/><path d="M36 14a2 2 0 100-4 2 2 0 000 4ZM12 38a2 2 0 100-4 2 2 0 000 4Z"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';