painted_screen constant

String const painted_screen

Implementation

static const String painted_screen =
    '<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"><rect width="38" height="28" x="5" y="10" stroke="currentColor" stroke-width="4" rx="3"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 24v-7"/><rect width="4" height="4" x="15" y="29" rx="2" transform="rotate(90 15 29)"/></g></svg>';