diff options
Diffstat (limited to 'icons/color-swatch.svg')
-rw-r--r-- | icons/color-swatch.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/icons/color-swatch.svg b/icons/color-swatch.svg new file mode 100644 index 00000000..91188200 --- /dev/null +++ b/icons/color-swatch.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-color-swatch" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <path d="M19 3h-4a2 2 0 0 0 -2 2v12a4 4 0 0 0 8 0v-12a2 2 0 0 0 -2 -2" /> + <path d="M13 7.35l-2 -2a2 2 0 0 0 -2.828 0l-2.828 2.828a2 2 0 0 0 0 2.828l 9 9" /> + <path d="M7.3 13h-2.3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h12" /> + <line x1="17" y1="17" x2="17" y2="17.01" /> +</svg> + + |