circles_three constant

String const circles_three

Implementation

static const String circles_three =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path fill="currentColor" d="M176 68a48 48 0 10-48 48 48 48 0 0048-48Zm-48 32a32 32 0 1132-32 32.1 32.1 0 01-32 32Zm60 24a48 48 0 1048 48 48 48 0 00-48-48Zm0 80a32 32 0 1132-32 32.1 32.1 0 01-32 32ZM68 124a48 48 0 1048 48 48 48 0 00-48-48Zm0 80a32 32 0 1132-32 32.1 32.1 0 01-32 32Z"/></svg>';