html constant

String const html

Implementation

static const String html =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="M0 15V9h1.5v2h2V9H5v6H3.5v-2.5h-2V15Zm7.75 0v-4.5H6V9h5v1.5H9.25V15ZM12 15v-5q0-.425.288-.713Q12.575 9 13 9h4.5q.425 0 .712.287.288.288.288.713v5H17v-4.5h-1V14h-1.5v-3.5h-1V15Zm8 0V9h1.5v4.5H24V15Z"/></svg>';