dollar_circle constant

String const dollar_circle

Implementation

static const String dollar_circle =
    '<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" fill-rule="evenodd" d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm12-6a1 1 0 10-2 0v1a3 3 0 000 6h2a1 1 0 110 2H9a1 1 0 100 2h2v1a1 1 0 102 0v-1a3 3 0 100-6h-2a1 1 0 110-2h4a1 1 0 100-2h-2V6z" clip-rule="evenodd"/></svg>';