From 01266d82d0fa5f259088c6e79f9215e7bf193b83 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Fri, 12 Apr 2019 11:41:36 -0700 Subject: [PATCH] :skull: remote the obviously deprecated icons from the styleguide --- styleguide-app/Examples/Icon.elm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/styleguide-app/Examples/Icon.elm b/styleguide-app/Examples/Icon.elm index 49a090c7..bd79ce26 100644 --- a/styleguide-app/Examples/Icon.elm +++ b/styleguide-app/Examples/Icon.elm @@ -80,22 +80,16 @@ example = , viewIconSection "Arrows and Carets" [ { icon = Icon.arrowDown, background = Light, alt = "ArrowDown" } , { icon = Icon.sortArrow, background = Light, alt = "SortArrow" } - , { icon = Icon.arrowLeft, background = Light, alt = "ArrowLeft" } - , { icon = Icon.arrowRight, background = Light, alt = "ArrowRight" } - , { icon = Icon.caret, background = Light, alt = "Caret" } ] , viewIconSection "Checkmarks" [ { icon = Icon.checkMarkSvg, background = Light, alt = "CheckMarkSvg" } ] , viewIconSection "Xs" [ { icon = Icon.xSvg, background = Light, alt = "XSvg" } - , { icon = Icon.x, background = Dark, alt = "X" } - , { icon = Icon.close, background = Light, alt = "Close" } ] , viewIconSection "Bangs" [ { icon = Icon.exclamation, background = Light, alt = "Exclamation" } , { icon = Icon.attention, background = Dark, alt = "Attention" } - , { icon = Icon.bang, background = Dark, alt = "Bang" } ] , viewIconSection "Bulbs and Tips" [ { icon = Icon.bulb, background = Light, alt = "Bulb" } @@ -105,16 +99,13 @@ example = , viewIconSection "Locks and keys" [ { icon = Icon.key, background = Light, alt = "Key" } , { icon = Icon.lock, background = Light, alt = "Lock" } - , { icon = Icon.lockDeprecated, background = Light, alt = "LockDeprecated" } ] , viewIconSection "Time" [ { icon = Icon.calendar, background = Light, alt = "Calendar" } , { icon = Icon.clock, background = Light, alt = "Clock" } - , { icon = Icon.late, background = Light, alt = "Late" } ] , viewIconSection "Save helpers" - [ { icon = Icon.copy, background = Dark, alt = "Copy" } - , { icon = Icon.download, background = Light, alt = "Download" } + [ { icon = Icon.download, background = Light, alt = "Download" } ] , viewIconSection "Uncategorized (SVGs)" [ { icon = Icon.activity, background = Light, alt = "Activity" }