compass constant

String const compass

Icon Data of compass

Implementation

static const String compass =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4A12 12 0 114 16 12 12 0 0116 4m0-2a14 14 0 1014 14A14 14 0 0016 2Z"/><path fill="currentColor" d="M23 10.41 21.59 9l-4.3 4.3a3 3 0 00-4 4L9 21.59 10.41 23l4.3-4.3a3 3 0 004-4ZM17 16a1 1 0 11-1-1 1 1 0 011 1Z"/><circle cx="16" cy="7.5" r="1.5" fill="currentColor"/></svg>';