From 0b4bf520676277f79171a1c19f83930b7373f65e Mon Sep 17 00:00:00 2001 From: Julius Yanik Date: Fri, 15 Oct 2021 16:22:37 +0200 Subject: [PATCH 1/2] Added first set of 12px filled icons --- icons/alert-fill-12.svg | 3 +++ icons/check-circle-fill-12.svg | 3 +++ icons/no-entry-fill-12.svg | 3 +++ icons/x-circle-fill-12.svg | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 icons/alert-fill-12.svg create mode 100644 icons/check-circle-fill-12.svg create mode 100644 icons/no-entry-fill-12.svg create mode 100644 icons/x-circle-fill-12.svg diff --git a/icons/alert-fill-12.svg b/icons/alert-fill-12.svg new file mode 100644 index 000000000..a548703aa --- /dev/null +++ b/icons/alert-fill-12.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/check-circle-fill-12.svg b/icons/check-circle-fill-12.svg new file mode 100644 index 000000000..480ff26bf --- /dev/null +++ b/icons/check-circle-fill-12.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/no-entry-fill-12.svg b/icons/no-entry-fill-12.svg new file mode 100644 index 000000000..7e24386cb --- /dev/null +++ b/icons/no-entry-fill-12.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/x-circle-fill-12.svg b/icons/x-circle-fill-12.svg new file mode 100644 index 000000000..d56e69591 --- /dev/null +++ b/icons/x-circle-fill-12.svg @@ -0,0 +1,3 @@ + + + From ad642c1873b0edc27dbe2e863e63722f56ff92fc Mon Sep 17 00:00:00 2001 From: Julius Yanik Date: Fri, 15 Oct 2021 14:23:19 +0000 Subject: [PATCH 2/2] Optimize SVGs --- icons/alert-fill-12.svg | 4 +--- icons/check-circle-fill-12.svg | 4 +--- icons/no-entry-fill-12.svg | 4 +--- icons/x-circle-fill-12.svg | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/icons/alert-fill-12.svg b/icons/alert-fill-12.svg index a548703aa..882e9f112 100644 --- a/icons/alert-fill-12.svg +++ b/icons/alert-fill-12.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/check-circle-fill-12.svg b/icons/check-circle-fill-12.svg index 480ff26bf..fbc57fb07 100644 --- a/icons/check-circle-fill-12.svg +++ b/icons/check-circle-fill-12.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/no-entry-fill-12.svg b/icons/no-entry-fill-12.svg index 7e24386cb..f368b5b51 100644 --- a/icons/no-entry-fill-12.svg +++ b/icons/no-entry-fill-12.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/icons/x-circle-fill-12.svg b/icons/x-circle-fill-12.svg index d56e69591..edebdc800 100644 --- a/icons/x-circle-fill-12.svg +++ b/icons/x-circle-fill-12.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file