Add 2 dialog svg

Add dialog svg:
dialog_error.svg
dialog_warning.svg
This commit is contained in:
StefanU 2023-01-13 16:21:08 +01:00 committed by GitHub
parent f736251068
commit a1215610c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M16 0A16 16 0 0 0 0 16a16 16 0 0 0 16 16 16 16 0 0 0 16-16A16 16 0 0 0 16 0zm-3 6h6v14h-6zm3 15.5a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3z" fill="#62686a" />
</svg>

After

Width:  |  Height:  |  Size: 328 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="M16 0c-1.362 0-2.724.777-3.625 2.33C8.829 8.44 3.594 18.418.557 24.851c-1.544 3.271.276 6.742 3.623 6.906 6.583.324 17.058.324 23.641 0 3.347-.164 5.17-3.635 3.625-6.906-3.037-6.433-8.274-16.412-11.82-22.52C18.724.776 17.363 0 16.001 0zm-3 8h6v14h-6zm3 15.5a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3z" fill="#62686a" />
</svg>

After

Width:  |  Height:  |  Size: 488 B