screenshot constant

String const screenshot

Implementation

static const String screenshot =
    '<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="none" stroke="#fff" stroke-linejoin="round" stroke-width="4"><path fill="#555" d="M10 42a6 6 0 100-12 6 6 0 000 12Z"/><path stroke-linecap="round" d="M40.062 8C24 28.433 15.805 38.68 14.242 40.243a6 6 0 01-8.485 0"/><path fill="#555" d="M38 42a6 6 0 100-12 6 6 0 000 12Z"/><path stroke-linecap="round" d="M42.242 40.243a6 6 0 01-8.485 0C32.195 38.68 24 28.446 8 8"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';