circle_five_line constant

String const circle_five_line

Implementation

static const String circle_five_line =
    '<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"><g fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="4"><path d="M40 12a4 4 0 100-8 4 4 0 000 8ZM24 28a4 4 0 100-8 4 4 0 000 8Zm16 16a4 4 0 100-8 4 4 0 000 8ZM8 12a4 4 0 100-8 4 4 0 000 8Zm0 32a4 4 0 100-8 4 4 0 000 8Z"/><path stroke-linecap="round" d="M20 40h8M20 8h8M8 20v8m32-8v8"/></g></svg>';