strike_through_line constant

String const strike_through_line

Implementation

static const String strike_through_line =
    '<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" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 5h-7a3 3 0 00-3 3v1a3 3 0 003 3h7M7 19h7a3 3 0 003-3v-1M5 12h14"/></svg>';