canvas constant

String const canvas

Implementation

static const String canvas =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1025" height="1025" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1025 1025"><path fill="currentColor" d="M960.816 768h-166l93 161q14 23 7 48t-30 38.5-48.5 6.5-38.5-30l-131-224h-70v192q0 26-19 45t-45.5 19-45-19-18.5-45V768h-70l-131 224q-13 23-38.5 30t-48.5-6.5-30-38.5 7-48l93-161h-166q-26 0-45-18.5t-19-45.5V128q0-26 19-45t45-19h384q0-26 19-45t45-19 45 19 19 45h384q26 0 45 19t19 45v576q0 27-19 45.5t-45 18.5z"/></svg>';