square_print constant

String const square_print

Icon Data of square_print

Implementation

static const String square_print =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><g fill="currentColor"><path d="M8 7h8a.5.5 0 01.5.5v8a.5.5 0 01-.5.5H8a.5.5 0 01-.5-.5v-8A.5.5 0 018 7Z" opacity=".8"/><path fill-rule="evenodd" d="M14 5.5H6a.5.5 0 00-.5.5v8a.5.5 0 00.5.5h8a.5.5 0 00.5-.5V6a.5.5 0 00-.5-.5Zm-7.5 8v-7h7v7h-7Z" clip-rule="evenodd"/></g></svg>';