computer constant

String const computer

Icon Data of computer

Implementation

static const String computer =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="-2 -4 24 24"><path fill="currentColor" d="M2 13v1h3V2H2v9h1v2H2zM1 0h5a1 1 0 011 1v14a1 1 0 01-1 1H1a1 1 0 01-1-1V1a1 1 0 011-1zm9 3h8a2 2 0 012 2v6a2 2 0 01-2 2h-8a2 2 0 01-2-2V5a2 2 0 012-2zm0 2v6h8V5h-8zm2 9h4a1 1 0 010 2h-4a1 1 0 010-2z"/></svg>';