keyboard constant

String const keyboard

Implementation

static const String keyboard =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 9a1 1 0 100-2 1 1 0 000 2Zm1 6a1 1 0 100 2h6a1 1 0 100-2H9Zm0-3a1 1 0 11-2 0 1 1 0 012 0Zm3-3a1 1 0 100-2 1 1 0 000 2Zm1 3a1 1 0 11-2 0 1 1 0 012 0Zm3-3a1 1 0 100-2 1 1 0 000 2Zm1 3a1 1 0 11-2 0 1 1 0 012 0Z"/><path fill-rule="evenodd" d="M3 6a3 3 0 013-3h12a3 3 0 013 3v12a3 3 0 01-3 3H6a3 3 0 01-3-3V6Zm3-1h12a1 1 0 011 1v12a1 1 0 01-1 1H6a1 1 0 01-1-1V6a1 1 0 011-1Z" clip-rule="evenodd"/></g></svg>';