box constant

String const box

Implementation

static const String box =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><path fill="currentColor" d="M0 2C0 .9.9 0 2 0h16a2 2 0 012 2v2H0V2zm1 3h18v13a2 2 0 01-2 2H3a2 2 0 01-2-2V5zm6 2v2h6V7H7z"/></svg>';