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="512" height="512" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512"><path fill="currentColor" d="M256 0Q150 0 75 75T0 256t75 181 181 75 181-75 75-181-75-181T256 0zm0 469q-88 0-150.5-62.5T43 256t62.5-150.5T256 43t150.5 62.5T469 256t-62.5 150.5T256 469zm-85-245v203l162-122q8-5 8-17V85L179 207q-8 5-8 17zm42 19q0-9 7-13l91-85-12 124q0 9-7 13l-91 85zm64 13q0 9-6 15t-15 6-15-6-6-15 6-15 15-6 15 6 6 15z"/></svg>';