square_shape constant

String const square_shape

Implementation

static const String square_shape =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="2048" height="2048" preserveAspectRatio="xMidYMid meet" viewBox="0 0 2048 2048"><path fill="currentColor" d="M1920 128v1792H128V128h1792zm-128 128H256v1536h1536V256z"/></svg>';