color_swatch constant

String const color_swatch

Icon Data of color_swatch

Implementation

static const String color_swatch =
    '<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"><path fill="currentColor" fill-rule="evenodd" d="M4 2a2 2 0 00-2 2v11a3 3 0 106 0V4a2 2 0 00-2-2H4Zm1 14a1 1 0 100-2 1 1 0 000 2Zm5-1.757 4.9-4.9a2 2 0 000-2.828L13.485 5.1a2 2 0 00-2.828 0L10 5.757v8.486ZM16 18H9.071l6-6H16a2 2 0 012 2v2a2 2 0 01-2 2Z" clip-rule="evenodd"/></svg>';