mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-29 00:21:42 +03:00
💀 late clock
This commit is contained in:
parent
25d0c38ce8
commit
2a0741c4a0
@ -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 =
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user