From 152f76326de7aea9f9979459e084eef21d140436 Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Tue, 14 Apr 2026 19:36:38 -0700 Subject: [PATCH] fix(ui): align PlayOutline icon with filled Play shape The PlayOutline icon had a non-standard viewBox and mismatched path, causing it to render at an inconsistent size and shape compared to the filled Play icon and other action bar icons. --- apps/sim/components/emcn/icons/play.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sim/components/emcn/icons/play.tsx b/apps/sim/components/emcn/icons/play.tsx index cf22598ba03..990a651a71b 100644 --- a/apps/sim/components/emcn/icons/play.tsx +++ b/apps/sim/components/emcn/icons/play.tsx @@ -32,7 +32,7 @@ export function PlayOutline(props: SVGProps) { ) { aria-hidden='true' {...props} > - + ) }