circle_house constant

String const circle_house

Implementation

static const String circle_house =
    '<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" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M44 23H4s10.5-6 15-11 5.5-8 5.5-8 1 3 5.5 8 14 11 14 11Z"/><path fill="#555" d="M8 31h32v13H8zm5-8h22v8H13z"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';