tape_measure constant

String const tape_measure

Implementation

static const String tape_measure =
    '<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" stroke-linejoin="round" d="M13 15v-3a3 3 0 00-3-3v0a3 3 0 00-3 3v7"/><path stroke-linejoin="round" d="M4 27c0-6.627 5.373-12 12-12s12 5.373 12 12v12H4V27Zm24 0h16v12H28z"/><circle cx="16" cy="27" r="4"/><path stroke-linecap="round" stroke-linejoin="round" d="M39 27v4m-6-4v4m-3-4h12"/></g></svg>';