nested_arrows constant

String const nested_arrows

Implementation

static const String nested_arrows =
    '<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="M30 17V4H4v26h13"/><path fill="#555" d="M43 43V17H17v26h26Z"/><path d="M33 30H17m16 0-5-5 5 5Zm0 0-5 5 5-5ZM17 17v26"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';