diff --git a/src/Nri/Ui/Icon/V5.elm b/src/Nri/Ui/Icon/V5.elm index 57e66c31..cd1f59e9 100644 --- a/src/Nri/Ui/Icon/V5.elm +++ b/src/Nri/Ui/Icon/V5.elm @@ -19,7 +19,6 @@ module Nri.Ui.Icon.V5 exposing , skip, equalitySign , IconSize(..), IconType , decorativeIcon, icon - , custom , IconButtonModel, button , IconLinkModel, link, linkExternal , IconLinkSpaModel, linkSpa @@ -116,8 +115,6 @@ module Nri.Ui.Icon.V5 exposing @docs IconSize, IconType @docs decorativeIcon, icon -@docs custom - ### Buttons @@ -464,12 +461,6 @@ compassSvg assets = SvgIcon assets.compass -{-| -} -custom : Asset -> IconType -custom asset = - ImgIcon asset - - {-| -} document : { r | document : String } -> IconType document assets =