circles_three_duotone constant

String const circles_three_duotone

Implementation

static const String circles_three_duotone =
    '<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"><circle cx="128" cy="68" r="40" fill="currentColor" opacity=".2"/><circle cx="188" cy="172" r="40" fill="currentColor" opacity=".2"/><circle cx="68" cy="172" r="40" fill="currentColor" opacity=".2"/><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>';