pencil constant

String const pencil

Implementation

static const String pencil =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M2.5 13.5v-1.879l7.28-7.28 1.88 1.879-7.28 7.28H2.5Zm10.22-8.341.805-.805a.5.5 0 000-.708l-1.171-1.171a.5.5 0 00-.708 0l-.805.805 1.879 1.88ZM1 13.5V11l9.586-9.586a2 2 0 012.828 0l1.172 1.172a2 2 0 010 2.828L5 15H1v-1.5Z" clip-rule="evenodd"/></svg>';