document constant

String const document

Icon Data of document

Implementation

static const String document =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="-4 -2 24 24"><path fill="currentColor" d="M3 0h10a3 3 0 013 3v14a3 3 0 01-3 3H3a3 3 0 01-3-3V3a3 3 0 013-3zm0 2a1 1 0 00-1 1v14a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1H3zm2 1h6a1 1 0 010 2H5a1 1 0 110-2zm0 12h2a1 1 0 010 2H5a1 1 0 010-2zm0-4h6a1 1 0 010 2H5a1 1 0 010-2zm0-4h6a1 1 0 010 2H5a1 1 0 110-2z"/></svg>';