circle_four_line constant

String const circle_four_line

Implementation

static const String circle_four_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"><mask id="svgIDa"><g fill="none"><path fill="#555" stroke="#fff" stroke-linejoin="round" stroke-width="4" d="M40 12a4 4 0 100-8 4 4 0 000 8Zm0 32a4 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="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M20 8h8"/><path fill="#555" fill-rule="evenodd" d="M32 16 16 32l16-16Z" clip-rule="evenodd"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M32 16 16 32m24-12v8"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';