diff options
| -rw-r--r-- | gui/assets/images/icon-checkmark.svg | 3 | ||||
| -rw-r--r-- | gui/assets/images/icon-cross.svg | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gui/assets/images/icon-checkmark.svg b/gui/assets/images/icon-checkmark.svg new file mode 100644 index 0000000000..67773298f8 --- /dev/null +++ b/gui/assets/images/icon-checkmark.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"> + <path d="M2.683 6.69a1.581 1.581 0 0 0-2.222 0 1.549 1.549 0 0 0 0 2.2l6.286 6.233a1.581 1.581 0 0 0 2.222 0L21.54 2.66a1.549 1.549 0 0 0 0-2.2 1.581 1.581 0 0 0-2.222 0L7.857 11.821z" transform="translate(0 3.208)" style="fill:#44ad4d"/> +</svg> diff --git a/gui/assets/images/icon-cross.svg b/gui/assets/images/icon-cross.svg new file mode 100644 index 0000000000..0ac8215f62 --- /dev/null +++ b/gui/assets/images/icon-cross.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> + <path d="m12.7 10 6.75-6.747a1.907 1.907 0 0 0-2.7-2.7L10 7.3 3.25.556a1.907 1.907 0 0 0-2.7 2.7L7.3 10 .552 16.747a1.907 1.907 0 0 0 2.7 2.7L10 12.7l6.75 6.747a1.907 1.907 0 0 0 2.7-2.7L12.7 10z" transform="translate(2 2)" style="fill:#e34039"/> +</svg> |
