crosshairs_line constant

String const crosshairs_line

Implementation

static const String crosshairs_line =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="36" height="36" preserveAspectRatio="xMidYMid meet" viewBox="0 0 36 36"><path fill="currentColor" d="M18 29a11 11 0 1111-11 11 11 0 01-11 11Zm0-20a9 9 0 109 9 9 9 0 00-9-9Z" class="clr-i-outline clr-i-outline-path-1"/><path fill="currentColor" d="M18 23a5 5 0 115-5 5 5 0 01-5 5Zm0-8a3 3 0 103 3 3 3 0 00-3-3Z" class="clr-i-outline clr-i-outline-path-2"/><path fill="currentColor" d="M18 9a1 1 0 01-1-1V2.8a1 1 0 012 0V8a1 1 0 01-1 1Z" class="clr-i-outline clr-i-outline-path-3"/><path fill="currentColor" d="M18 34a1 1 0 01-1-1v-5a1 1 0 012 0v5a1 1 0 01-1 1Z" class="clr-i-outline clr-i-outline-path-4"/><path fill="currentColor" d="M8 19H3.17a1 1 0 010-2H8a1 1 0 010 2Z" class="clr-i-outline clr-i-outline-path-5"/><path fill="currentColor" d="M33.1 19H28a1 1 0 010-2h5.1a1 1 0 010 2Z" class="clr-i-outline clr-i-outline-path-6"/><path fill="currentColor" d="M0 0h36v36H0z"/></svg>';