From 263fef4eaaf3c31535c5d1e5b692ffbcc24542cd Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Sun, 26 Jan 2020 19:01:56 +0000 Subject: [PATCH] Add a gap between shapes and lock (#569) * Add a gap between shapes and lock The lock is a different type as the rest of the shapes, so we should visually separate it. * redesign lock icon Co-authored-by: David Luzar --- src/components/LockIcon.tsx | 2 +- src/components/ToolIcon.scss | 22 +++++++++++++++++++++ src/index.tsx | 37 +++++++++++++++++------------------- 3 files changed, 40 insertions(+), 21 deletions(-) diff --git a/src/components/LockIcon.tsx b/src/components/LockIcon.tsx index e8db82f4..053387da 100644 --- a/src/components/LockIcon.tsx +++ b/src/components/LockIcon.tsx @@ -43,7 +43,7 @@ export function LockIcon(props: LockIconProps) { const sizeCn = `ToolIcon_size_${props.size || DEFAULT_SIZE}`; return ( -