circle constant

String const circle

Icon Data of circle

Implementation

static const String circle =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M4.5 10a5.5 5.5 0 1011 0 5.5 5.5 0 00-11 0Zm9 0a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0Z" clip-rule="evenodd"/></svg>';