circle_o constant

String const circle_o

Implementation

static const String circle_o =
    '<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 5zm0 7c21.028 0 38 16.972 38 38S71.028 88 50 88 12 71.028 12 50s16.972-38 38-38zm-2.732 27.5v7.768H39.5v5.464h7.768V60.5h5.464v-7.768H60.5v-5.464h-7.768V39.5h-5.464z" color="currentColor"/></svg>';