scissors constant

String const scissors

Icon Data of scissors

Implementation

static const String scissors =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><g fill="currentColor"><path fill-rule="evenodd" d="M2 5.5a3.5 3.5 0 107 0 3.5 3.5 0 00-7 0Zm5 0a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0ZM2 14a3.5 3.5 0 107 0 3.5 3.5 0 00-7 0Zm5 0a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0Z" clip-rule="evenodd"/><path d="M16.707 15.293a1 1 0 01-1.414 1.414l-8.5-8.5a1 1 0 011.414-1.414l8.5 8.5Z"/><path d="M6.793 11.293a1 1 0 101.414 1.414l8.5-8.5a1 1 0 00-1.414-1.414l-8.5 8.5Z"/></g></svg>';