computer_tower constant

String const computer_tower

Implementation

static const String computer_tower =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path fill="currentColor" d="M88 72a8 8 0 018-8h64a8 8 0 010 16H96a8 8 0 01-8-8Zm8 40h64a8 8 0 000-16H96a8 8 0 000 16Zm32 56a12 12 0 1012 12 12 12 0 00-12-12Zm80-128v176a16 16 0 01-16 16H64a16 16 0 01-16-16V40a16 16 0 0116-16h128a16 16 0 0116 16Zm-16 0H64v176h128Z"/></svg>';