From 8becf2bcbf8f9cc91b33b88968152b608b540cbb Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 1 Feb 2021 13:41:39 -0800 Subject: [PATCH] Reduce svg filesize This commit reduces the filesize of the SVG files by over half. I and other siteowners would like to inline the image into our sites; minifying and shrinking the filesize improves this. --- icon.black.large.svg | 14 +------------- icon.black.svg | 14 +------------- icon.white.svg | 14 +------------- 3 files changed, 3 insertions(+), 39 deletions(-) diff --git a/icon.black.large.svg b/icon.black.large.svg index 7a30b2a..82e7fba 100644 --- a/icon.black.large.svg +++ b/icon.black.large.svg @@ -1,13 +1 @@ - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/icon.black.svg b/icon.black.svg index adfbe39..b6bf83c 100644 --- a/icon.black.svg +++ b/icon.black.svg @@ -1,13 +1 @@ - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/icon.white.svg b/icon.white.svg index e3738c2..2c23f23 100644 --- a/icon.white.svg +++ b/icon.white.svg @@ -1,13 +1 @@ - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file