bx_crosshair constant

String const bx_crosshair

Icon Data of bx_crosshair

Implementation

static const String bx_crosshair =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm1 17.931V17h-2v2.931A8.008 8.008 0 014.069 13H7v-2H4.069A8.008 8.008 0 0111 4.069V7h2V4.069A8.007 8.007 0 0119.931 11H17v2h2.931A8.008 8.008 0 0113 19.931z"/></svg>';