From f456eca562d2006153a35f732a3a9550c15a15f8 Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Sun, 13 Jan 2019 12:18:32 -0800 Subject: [PATCH] Better macos icon --- components/Icon/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/Icon/index.js b/components/Icon/index.js index 7f8bbba..5440966 100644 --- a/components/Icon/index.js +++ b/components/Icon/index.js @@ -81,7 +81,10 @@ export const Glyph = ({ glyph }: GlyphProps): any => { case 'app-store': return ( - + + + + ); case 'windows':