gui constant

String const gui

Icon Data of gui

Implementation

static const String gui =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><circle cx="20" cy="8" r="1" fill="currentColor"/><circle cx="23" cy="8" r="1" fill="currentColor"/><circle cx="26" cy="8" r="1" fill="currentColor"/><path fill="currentColor" d="M28 4H4a2.002 2.002 0 00-2 2v20a2.002 2.002 0 002 2h24a2.002 2.002 0 002-2V6a2.002 2.002 0 00-2-2Zm0 2v4H4V6ZM4 12h6v14H4Zm8 14V12h16v14Z"/></svg>';