toggle_square constant

String const toggle_square

Implementation

static const String toggle_square =
    '<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="M9 9a1 1 0 011 1v4a1 1 0 01-1 1H5a1 1 0 01-1-1v-4a1 1 0 011-1h4Z"/><path fill-rule="evenodd" d="M24 7a2 2 0 00-2-2H2a2 2 0 00-2 2v10a2 2 0 002 2h20a2 2 0 002-2V7Zm-2 0H2v10h20V7Z" clip-rule="evenodd"/></g></svg>';