From 01ecfc3c71fbeb4eb09230dd2f1b0f241028af0f Mon Sep 17 00:00:00 2001 From: Philipp Matthias Schaefer Date: Sat, 27 Feb 2021 14:33:16 +0100 Subject: [PATCH] feat(icons): redesign icons - fill full frame instead of ninety percent of it - make all joins and caps rounded - add white background to all icons --- src/static/checkmark.svg | 13 ++++++++----- src/static/cross.svg | 25 ++++++++++--------------- src/static/hourglass.svg | 13 +++++++------ 3 files changed, 25 insertions(+), 26 deletions(-) diff --git a/src/static/checkmark.svg b/src/static/checkmark.svg index 4fa044a..05cdaff 100644 --- a/src/static/checkmark.svg +++ b/src/static/checkmark.svg @@ -3,13 +3,16 @@ viewBox="-1 -1 2 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + + M -0.8 0.2 + L -0.4 0.6 + L 0 0.2 + L 0.4 -0.2 + L 0.75 -0.55"/> diff --git a/src/static/cross.svg b/src/static/cross.svg index 371a40e..0dcbca9 100644 --- a/src/static/cross.svg +++ b/src/static/cross.svg @@ -3,20 +3,15 @@ viewBox="-1 -1 2 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - + + d="M 0 0.9 + L 0 -0.9 + M 0.9 0 + L -0.9 0"/> diff --git a/src/static/hourglass.svg b/src/static/hourglass.svg index ac14109..8d920e0 100644 --- a/src/static/hourglass.svg +++ b/src/static/hourglass.svg @@ -3,16 +3,17 @@ viewBox="-1 -1 2 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + + L -0.636 0.636 + L 0.636 0.636 + L -0.636 -0.636 + L 0 -0.636"/>