From cd6143eb1267012c1b1eed5934e6b5a94235a770 Mon Sep 17 00:00:00 2001 From: Danielle Pham Date: Tue, 15 Oct 2019 11:26:39 -0400 Subject: [PATCH] Remove second gear example The first one is under Interface --- styleguide-app/Examples/UiIcon.elm | 3 --- 1 file changed, 3 deletions(-) diff --git a/styleguide-app/Examples/UiIcon.elm b/styleguide-app/Examples/UiIcon.elm index 1d5c3a0b..88a22c45 100644 --- a/styleguide-app/Examples/UiIcon.elm +++ b/styleguide-app/Examples/UiIcon.elm @@ -58,8 +58,5 @@ example = , ( "attention", UiIcon.attention ) , ( "exclamation", UiIcon.exclamation ) ] - , (IconExamples.view "Settings" << List.map (Tuple.mapSecond Svg.toHtml)) - [ ( "gear", UiIcon.gear ) - ] ] }