diff options
feat: initial commit
Diffstat (limited to 'static/pictograms/Cancellation.svg')
-rw-r--r-- | static/pictograms/Cancellation.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/pictograms/Cancellation.svg b/static/pictograms/Cancellation.svg new file mode 100644 index 0000000..f5fe58f --- /dev/null +++ b/static/pictograms/Cancellation.svg @@ -0,0 +1,10 @@ +<svg class="color-immutable" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" + viewBox="0 0 16 16"> + <rect width="16" height="16" fill="#EB0000" rx="2"></rect> + <path fill="#fff" fill-rule="evenodd" + d="M10.4 11.265 8 8.865l-2.4 2.4-.865-.866L7.135 8l-2.4-2.4.865-.865 2.4 2.4 2.4-2.4.865.865-2.4 2.4 2.4 2.4z" + clip-rule="evenodd"></path> + <path fill="#fff" fill-rule="evenodd" + d="M7.994 2A5.997 5.997 0 0 0 2 8c0 3.312 2.682 6 5.994 6A6.003 6.003 0 0 0 14 8c0-3.312-2.688-6-6.006-6M8 12.8A4.8 4.8 0 0 1 3.2 8c0-2.652 2.148-4.8 4.8-4.8s4.8 2.148 4.8 4.8-2.148 4.8-4.8 4.8" + clip-rule="evenodd"></path> +</svg>
\ No newline at end of file |