crosshairs constant

String const crosshairs

Implementation

static const String crosshairs =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path fill="currentColor" d="M7.5 0h1v4L8 6l-.5-2V0zm1 16h-1v-4l.5-2 .5 2v4zM16 7.5v1h-4L10 8l2-.5h4zm-16 1v-1h4L6 8l-2 .5H0z"/><path fill="currentColor" d="M8 2.5a5.5 5.5 0 110 11A5.5 5.5 0 012.5 8a5.51 5.51 0 015.499-5.5zM8 1a7 7 0 100 14A7 7 0 008 1z"/></svg>';