full_screen_play constant

String const full_screen_play

Implementation

static const String full_screen_play =
    '<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"><g fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M16 40H6a2 2 0 01-2-2V10a2 2 0 012-2h36a2 2 0 012 2v6"/><path d="M42 24H26a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V26a2 2 0 00-2-2Z"/></g></svg>';