From 9fd50c52a54ad3c54493098533109711ed45fed3 Mon Sep 17 00:00:00 2001 From: "Daniel W. Robert" Date: Thu, 28 Jul 2022 16:04:33 -0400 Subject: [PATCH] Adjust size of SVG The new SVG was rendering a little bit smaller than the original icon. Potentially because of the mask and the artboard size. This commit adjusts the size to render at the same size as the original version of the icon in the inserter. --- assets/js/icons/library/mini-cart-alt.tsx | 37 ++++++++++++++++------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/assets/js/icons/library/mini-cart-alt.tsx b/assets/js/icons/library/mini-cart-alt.tsx index 64a15719ad1..2e57b357f0d 100644 --- a/assets/js/icons/library/mini-cart-alt.tsx +++ b/assets/js/icons/library/mini-cart-alt.tsx @@ -5,19 +5,34 @@ import { SVG } from '@wordpress/primitives'; const miniCartAlt = ( - + + + + + + + + - - - + + );