mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-29 00:21:42 +03:00
💀 dark blue checkmark
This commit is contained in:
parent
8e1507f654
commit
f17b0657bb
@ -19,7 +19,7 @@ module Nri.Ui.Icon.V5 exposing
|
||||
, skip
|
||||
, IconButtonModel, IconLinkModel, IconLinkSpaModel, IconSize(..), IconType
|
||||
, button, custom, decorativeIcon
|
||||
, darkBlueCheckMark, equalitySign, greenCheckMark, hat, help, icon, keychain, late, link, linkExternal, linkSpa, lockDeprecated, logo, peerReview
|
||||
, equalitySign, greenCheckMark, hat, help, icon, keychain, late, link, linkExternal, linkSpa, lockDeprecated, logo, peerReview
|
||||
)
|
||||
|
||||
{-|
|
||||
@ -453,12 +453,6 @@ custom asset =
|
||||
ImgIcon asset
|
||||
|
||||
|
||||
{-| -}
|
||||
darkBlueCheckMark : { r | darkBlueCheckmark_svg : Asset } -> IconType
|
||||
darkBlueCheckMark assets =
|
||||
ImgIcon assets.darkBlueCheckmark_svg
|
||||
|
||||
|
||||
{-| -}
|
||||
document : { r | document : String } -> IconType
|
||||
document assets =
|
||||
|
@ -19,7 +19,6 @@ type alias Assets =
|
||||
, commentNotStarred_png : Asset
|
||||
, commentStarred_png : Asset
|
||||
, compass : String
|
||||
, darkBlueCheckmark_svg : Asset
|
||||
, diagnostic : String
|
||||
, document : String
|
||||
, download : String
|
||||
@ -107,7 +106,6 @@ assets =
|
||||
, commentNotStarred_png = Asset "assets/images/comment-notStarred.png"
|
||||
, commentStarred_png = Asset "assets/images/comment-starred.png"
|
||||
, compass = "icon-compass"
|
||||
, darkBlueCheckmark_svg = Asset "assets/images/dark-blue-checkmark.svg"
|
||||
, diagnostic = "icon-diagnostic"
|
||||
, document = "icon-document"
|
||||
, download = "icon-download"
|
||||
|
Loading…
Reference in New Issue
Block a user