cross_mark_button constant

String const cross_mark_button

Implementation

static const String cross_mark_button =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><g fill="currentColor"><path d="M23.686 8.314a1.5 1.5 0 00-2.122 0L16 13.88l-5.564-5.565a1.5 1.5 0 00-2.122 2.122L13.88 16l-5.565 5.564a1.5 1.5 0 002.122 2.122L16 18.12l5.564 5.565a1.5 1.5 0 002.122-2.122L18.12 16l5.565-5.564a1.5 1.5 0 000-2.122Z"/><path d="M6 1a5 5 0 00-5 5v20a5 5 0 005 5h20a5 5 0 005-5V6a5 5 0 00-5-5H6ZM3 6a3 3 0 013-3h20a3 3 0 013 3v20a3 3 0 01-3 3H6a3 3 0 01-3-3V6Z"/></g></svg>';