barcode_2_line constant

String const barcode_2_line

Implementation

static const String barcode_2_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="M7 6v12m7-12v12m7-12v12M10 6.5v11a.5.5 0 001 0v-11a.5.5 0 00-1 0zm7 0v11a.5.5 0 001 0v-11a.5.5 0 00-1 0zM3.5 6v0a.5.5 0 00-.5.5v11a.5.5 0 00.5.5v0a.5.5 0 00.5-.5v-11a.5.5 0 00-.5-.5z"/></svg>';