sidebar constant

String const sidebar

Implementation

static const String sidebar =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M13 2.5H8v11h5a.5.5 0 00.5-.5V3a.5.5 0 00-.5-.5Zm-10 0h3.5v11H3a.5.5 0 01-.5-.5V3a.5.5 0 01.5-.5ZM3 1a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2H3Zm1.5 11.5a1 1 0 100-2 1 1 0 000 2Zm1-4.5a1 1 0 11-2 0 1 1 0 012 0Zm-1-2.5a1 1 0 100-2 1 1 0 000 2Z" clip-rule="evenodd"/></svg>';