💀 dark blue checkmark

This commit is contained in:
Tessa Kelly 2019-06-03 15:36:20 -07:00
parent 8e1507f654
commit f17b0657bb
2 changed files with 1 additions and 9 deletions

View File

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

View File

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