checkbox constant

String const checkbox

Icon Data of checkbox

Implementation

static const String checkbox =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15" height="15" preserveAspectRatio="xMidYMid meet" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M3 3h9v9H3V3ZM2 3a1 1 0 011-1h9a1 1 0 011 1v9a1 1 0 01-1 1H3a1 1 0 01-1-1V3Zm8.35 2.511a.5.5 0 00-.825-.566L6.64 9.15 5.197 7.41a.5.5 0 00-.77.638l1.866 2.25a.5.5 0 00.797-.037l3.26-4.749Z" clip-rule="evenodd"/></svg>';