Remove second gear example

The first one is under Interface
This commit is contained in:
Danielle Pham 2019-10-15 11:26:39 -04:00
parent c2d8d907dc
commit cd6143eb12

View File

@ -58,8 +58,5 @@ example =
, ( "attention", UiIcon.attention )
, ( "exclamation", UiIcon.exclamation )
]
, (IconExamples.view "Settings" << List.map (Tuple.mapSecond Svg.toHtml))
[ ( "gear", UiIcon.gear )
]
]
}