dots_horizontal_circle constant

String const dots_horizontal_circle

Implementation

static const String dots_horizontal_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" d="M12 2a10 10 0 0110 10 10 10 0 01-10 10A10 10 0 012 12 10 10 0 0112 2m0 8.5a1.5 1.5 0 00-1.5 1.5 1.5 1.5 0 001.5 1.5 1.5 1.5 0 001.5-1.5 1.5 1.5 0 00-1.5-1.5m-5.5 0A1.5 1.5 0 005 12a1.5 1.5 0 001.5 1.5A1.5 1.5 0 008 12a1.5 1.5 0 00-1.5-1.5m11 0A1.5 1.5 0 0016 12a1.5 1.5 0 001.5 1.5A1.5 1.5 0 0019 12a1.5 1.5 0 00-1.5-1.5Z"/></svg>';