mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-29 00:21:42 +03:00
💀 kill the custom icon (only used in the monolith in the Icon and IconDeprecated modules
This commit is contained in:
parent
ae333b8cdd
commit
0212245054
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user