network_tree constant

String const network_tree

Implementation

static const String network_tree =
    '<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 fill="#555" d="M4 34h8v8H4zM8 6h32v12H8z"/><path d="M24 34V18M8 34v-8h32v8"/><path fill="#555" d="M36 34h8v8h-8zm-16 0h8v8h-8z"/><path d="M14 12h2"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';