scissors_line constant

String const scissors_line

Implementation

static const String scissors_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" d="M7 5a2 2 0 100 4 2 2 0 000-4zM3 7a4 4 0 117.446 2.032L12 10.586l6.293-6.293a1 1 0 111.414 1.414l-7 7-2.26 2.261a4 4 0 11-1.414-1.414L10.585 12l-1.554-1.554A4 4 0 013 7zm4 8a2 2 0 100 4 2 2 0 000-4zm7.707-1.707a1 1 0 00-1.414 1.414l5 5a1 1 0 001.414-1.414l-5-5z"/></svg>';