circles_seven constant

String const circles_seven

Implementation

static const String circles_seven =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 12a4 4 0 100-8 4 4 0 000 8Zm0 16a4 4 0 100-8 4 4 0 000 8Zm10.392-10a4 4 0 106.929-4 4 4 0 00-6.928 4Zm0 12a4 4 0 106.929 4 4 4 0 00-6.928-4ZM24 36a4 4 0 100 8 4 4 0 000-8Zm-10.392-6a4 4 0 10-6.928 4 4 4 0 006.928-4Zm0-12a4 4 0 10-6.928-4 4 4 0 006.928 4Z" clip-rule="evenodd"/></svg>';