From b7bc4c929ec120f6bdd559740e0a9d711c4a2847 Mon Sep 17 00:00:00 2001 From: Moshe Immermam Date: Fri, 23 Aug 2024 14:38:43 +0300 Subject: [PATCH] chore: icon fixes --- svg/aws-ec2-auto-scaling.svg | 7 ++++-- svg/aws-ecr.svg | 7 ++++-- svg/aws-ecs.svg | 7 ++++-- svg/aws-fargate.svg | 7 ++++-- svg/azure-enterprise-app.svg | 8 +++---- svg/azure-route-table.svg | 8 +++---- svg/azure-user.svg | 8 +++---- svg/azure-vpn.svg | 8 +++---- svg/mission-control-logo-white.svg | 5 +++- svg/mission-control-logo.svg | 38 +++++++++++++++++++++++++++++- svg/mission-control-white.svg | 5 +++- svg/mission-control.svg | 36 +++++++++++++++++++++++++++- svgo.sh | 2 -- 13 files changed, 116 insertions(+), 30 deletions(-) diff --git a/svg/aws-ec2-auto-scaling.svg b/svg/aws-ec2-auto-scaling.svg index d7265fc..c8f965b 100644 --- a/svg/aws-ec2-auto-scaling.svg +++ b/svg/aws-ec2-auto-scaling.svg @@ -1,3 +1,6 @@ - - \ No newline at end of file + + + + + diff --git a/svg/aws-ecr.svg b/svg/aws-ecr.svg index c651634..ad786d3 100644 --- a/svg/aws-ecr.svg +++ b/svg/aws-ecr.svg @@ -1,3 +1,6 @@ - - \ No newline at end of file + + + + + diff --git a/svg/aws-ecs.svg b/svg/aws-ecs.svg index b05e288..25b0593 100644 --- a/svg/aws-ecs.svg +++ b/svg/aws-ecs.svg @@ -1,3 +1,6 @@ - - \ No newline at end of file + + + + + diff --git a/svg/aws-fargate.svg b/svg/aws-fargate.svg index e8aa954..a4b1036 100644 --- a/svg/aws-fargate.svg +++ b/svg/aws-fargate.svg @@ -1,3 +1,6 @@ - - \ No newline at end of file + + + + + diff --git a/svg/azure-enterprise-app.svg b/svg/azure-enterprise-app.svg index 29c6168..9f4286b 100644 --- a/svg/azure-enterprise-app.svg +++ b/svg/azure-enterprise-app.svg @@ -12,10 +12,10 @@ - + - + @@ -40,7 +40,7 @@ - + @@ -51,7 +51,7 @@ - + diff --git a/svg/azure-route-table.svg b/svg/azure-route-table.svg index 84af2d2..c81a28f 100644 --- a/svg/azure-route-table.svg +++ b/svg/azure-route-table.svg @@ -8,10 +8,10 @@ - + - + @@ -25,7 +25,7 @@ - + @@ -34,7 +34,7 @@ - + diff --git a/svg/azure-user.svg b/svg/azure-user.svg index efd2d23..9194c85 100644 --- a/svg/azure-user.svg +++ b/svg/azure-user.svg @@ -8,10 +8,10 @@ - + - + @@ -25,7 +25,7 @@ - + @@ -34,6 +34,6 @@ - + diff --git a/svg/azure-vpn.svg b/svg/azure-vpn.svg index e727eda..aee0239 100644 --- a/svg/azure-vpn.svg +++ b/svg/azure-vpn.svg @@ -13,10 +13,10 @@ - + - + @@ -30,12 +30,12 @@ - + - + diff --git a/svg/mission-control-logo-white.svg b/svg/mission-control-logo-white.svg index d0318c2..69d07d6 100644 --- a/svg/mission-control-logo-white.svg +++ b/svg/mission-control-logo-white.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/svg/mission-control-logo.svg b/svg/mission-control-logo.svg index 43ea5e5..83c06ab 100644 --- a/svg/mission-control-logo.svg +++ b/svg/mission-control-logo.svg @@ -1 +1,37 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/mission-control-white.svg b/svg/mission-control-white.svg index 8bbf0bf..55aaafd 100644 --- a/svg/mission-control-white.svg +++ b/svg/mission-control-white.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + + diff --git a/svg/mission-control.svg b/svg/mission-control.svg index dea4de5..2264140 100644 --- a/svg/mission-control.svg +++ b/svg/mission-control.svg @@ -1 +1,35 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svgo.sh b/svgo.sh index 56f78e7..4575f36 100755 --- a/svgo.sh +++ b/svgo.sh @@ -15,8 +15,6 @@ done echo svgo -i $files -o . --config ../svgo.config.mjs -svgo -i $(cat .rgignore | grep svg) -o . --config ../svgo.config.mjs - for img in $files; do name=$(basename $img)