circle constant

String const circle

Implementation

static const String circle =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100" preserveAspectRatio="xMidYMid meet" viewBox="0 0 100 100"><path fill="currentColor" d="M50 5C25.189 5 5 25.189 5 50s20.189 45 45 45 45-20.189 45-45S74.811 5 50 5z" color="currentColor"/></svg>';