From df4bad913217956736e74a570bde78bb2b574c2c Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 16 Oct 2017 23:53:39 +0200 Subject: [PATCH] Fix the size and viewBox of several SVG icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - So that they aren’t stretched by the background-size attribute - So that they are properly dimensioned compared to other icons - Note: the attachment icon is slightly different --- app/assets/images/icons/attachment.svg | 2 +- app/assets/images/icons/follow-folder.svg | 2 +- app/assets/images/icons/lock.svg | 2 +- app/assets/images/icons/printer.svg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/images/icons/attachment.svg b/app/assets/images/icons/attachment.svg index 75d78782d..2ffd41273 100644 --- a/app/assets/images/icons/attachment.svg +++ b/app/assets/images/icons/attachment.svg @@ -1 +1 @@ -Shape \ No newline at end of file +ic_attach \ No newline at end of file diff --git a/app/assets/images/icons/follow-folder.svg b/app/assets/images/icons/follow-folder.svg index b5c7878b9..bfb36faa1 100644 --- a/app/assets/images/icons/follow-folder.svg +++ b/app/assets/images/icons/follow-folder.svg @@ -1 +1 @@ - \ No newline at end of file +ic_follow_folder \ No newline at end of file diff --git a/app/assets/images/icons/lock.svg b/app/assets/images/icons/lock.svg index a2aa4f2ab..2ed46fdb7 100644 --- a/app/assets/images/icons/lock.svg +++ b/app/assets/images/icons/lock.svg @@ -1 +1 @@ - + diff --git a/app/assets/images/icons/printer.svg b/app/assets/images/icons/printer.svg index 960a5561d..44b6fd5d0 100644 --- a/app/assets/images/icons/printer.svg +++ b/app/assets/images/icons/printer.svg @@ -1 +1 @@ -ic_form \ No newline at end of file +Imprimer \ No newline at end of file