anchor constant

String const anchor

Implementation

static const String anchor =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><g fill="currentColor" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" d="M14 8h20M14 8h20M14 40h20"/><rect width="8" height="8" x="36" y="4" stroke-linejoin="round" rx="2"/><rect width="8" height="8" x="4" y="4" stroke-linejoin="round" rx="2"/><rect width="8" height="8" x="36" y="36" stroke-linejoin="round" rx="2"/><rect width="8" height="8" x="4" y="36" stroke-linejoin="round" rx="2"/><path stroke-linecap="round" d="M40 14v20M8 14v20"/></g></svg>';