💀 kill the custom icon (only used in the monolith in the Icon and IconDeprecated modules

This commit is contained in:
Tessa Kelly 2019-06-03 16:00:11 -07:00
parent ae333b8cdd
commit 0212245054

View File

@ -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 =