address_book constant

String const address_book

Implementation

static const String address_book =
    '<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="M8 36v8h32V4H8v8M6 30h4m-4-6h4m-4-6h4"/><circle cx="24" cy="17" r="4" fill="#555"/><path d="M32 35a8 8 0 10-16 0"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';