diff --git a/icons/dark/quote.svg b/icons/dark/quote.svg new file mode 100644 index 0000000..0019abd --- /dev/null +++ b/icons/dark/quote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/dark/red_warn.svg b/icons/dark/red_warn.svg new file mode 100644 index 0000000..0656ecd --- /dev/null +++ b/icons/dark/red_warn.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/icons.yaml b/icons/icons.yaml index c80eb22..b39bf30 100644 --- a/icons/icons.yaml +++ b/icons/icons.yaml @@ -20,4 +20,5 @@ close: close.svg notification: notification.svg valid_true: check_success.svg valid_false: check_fail.svg -edit: edit.svg \ No newline at end of file +edit: edit.svg +important_warn : red_warn.svg \ No newline at end of file diff --git a/icons/light/check_fail.svg b/icons/light/check_fail.svg new file mode 100644 index 0000000..3ffdb62 --- /dev/null +++ b/icons/light/check_fail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/light/check_success.svg b/icons/light/check_success.svg new file mode 100644 index 0000000..65006cd --- /dev/null +++ b/icons/light/check_success.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/light/quote.svg b/icons/light/quote.svg new file mode 100644 index 0000000..0019abd --- /dev/null +++ b/icons/light/quote.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/light/red_warn.svg b/icons/light/red_warn.svg new file mode 100644 index 0000000..0656ecd --- /dev/null +++ b/icons/light/red_warn.svg @@ -0,0 +1 @@ + \ No newline at end of file