compass constant

String const compass

Implementation

static const String compass =
    '<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"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M24 45.5A21.5 21.5 0 1145.5 24 21.51 21.51 0 0124 45.5Zm12.45-34.08-12.3 8.96m12.3-8.96-8.96 12.31"/><circle cx="24" cy="23.88" r="3.5" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m11.54 36.34 12.3-8.96m-12.3 8.96 8.96-12.3"/></svg>';