💀 late clock

This commit is contained in:
Tessa Kelly 2019-06-03 15:47:25 -07:00
parent 25d0c38ce8
commit 2a0741c4a0
2 changed files with 5 additions and 17 deletions

View File

@ -18,8 +18,9 @@ module Nri.Ui.Icon.V5 exposing
, gear, pen, newspaper, sort, speedometer
, skip, equalitySign
, IconButtonModel, IconLinkModel, IconLinkSpaModel, IconSize(..), IconType
, button, custom, decorativeIcon
, icon, keychain, late, link, linkExternal, linkSpa, lockDeprecated, logo, peerReview
, button, decorativeIcon, icon
, custom
, link, linkExternal, linkSpa, lockDeprecated, logo, peerReview
)
{-|
@ -110,7 +111,8 @@ module Nri.Ui.Icon.V5 exposing
## For the Icon API
@docs IconButtonModel, IconLinkModel, IconLinkSpaModel, IconSize, IconType
@docs button, custom, decorativeIcon
@docs button, decorativeIcon, icon
@docs custom
-}
@ -549,18 +551,6 @@ key assets =
SvgIcon assets.key
{-| -}
keychain : { r | keychain : String } -> IconType
keychain assets =
SvgIcon assets.keychain
{-| -}
late : { r | icons_clockRed_svg : Asset } -> IconType
late assets =
ImgIcon assets.icons_clockRed_svg
{-| -}
leaderboard : { r | leaderboard : String } -> IconType
leaderboard assets =

View File

@ -38,7 +38,6 @@ type alias Assets =
, iconFlag_png : Asset
, iconPremiumFlag_svg : Asset
, iconPremiumWithWritingFlag_svg : Asset
, icons_clockRed_svg : Asset
, icons_equals_svg : Asset
, icons_peerReview_svg : Asset
, icons_peerReviewWhite_svg : Asset
@ -123,7 +122,6 @@ assets =
, iconFlag_png = Asset "assets/images/icon-flag.png"
, iconPremiumFlag_svg = Asset "assets/images/icon_premium_flag.svg"
, iconPremiumWithWritingFlag_svg = Asset "assets/images/icon_premium_writing_flag.svg"
, icons_clockRed_svg = Asset "assets/images/clock-red.svg"
, icons_equals_svg = Asset "assets/images/equals.svg"
, icons_peerReview_svg = Asset "assets/images/peer-review.svg"
, icons_peerReviewWhite_svg = Asset "assets/images/peer-review-white.svg"