mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-18 11:11:38 +03:00
expose assignment start accessors
This commit is contained in:
parent
a0758ba6a9
commit
49039b1855
@ -8,6 +8,8 @@ module Nri.Ui.Icon.V3
|
||||
, arrowDown
|
||||
, arrowLeft
|
||||
, arrowRight
|
||||
, assignmentStartButtonPrimary
|
||||
, assignmentStartButtonSecondary
|
||||
, assignmentTypeDiagnostic
|
||||
, assignmentTypePractice
|
||||
, assignmentTypeQuiz
|
||||
@ -94,6 +96,8 @@ module Nri.Ui.Icon.V3
|
||||
@docs arrowDown
|
||||
@docs arrowLeft
|
||||
@docs arrowRight
|
||||
@docs assignmentStartButtonPrimary
|
||||
@docs assignmentStartButtonSecondary
|
||||
@docs assignmentTypeDiagnostic
|
||||
@docs assignmentTypePractice
|
||||
@docs assignmentTypeQuiz
|
||||
@ -407,6 +411,18 @@ arrowRight assets =
|
||||
ImgIcon assets.icons_arrowRightBlue_svg
|
||||
|
||||
|
||||
{-| -}
|
||||
assignmentStartButtonPrimary : { r | assignmentStartButtonPrimary : String } -> IconType
|
||||
assignmentStartButtonPrimary assets =
|
||||
SvgIcon assets.assignmentStartButtonPrimary
|
||||
|
||||
|
||||
{-| -}
|
||||
assignmentStartButtonSecondary : { r | assignmentStartButtonSecondary : String } -> IconType
|
||||
assignmentStartButtonSecondary assets =
|
||||
SvgIcon assets.assignmentStartButtonSecondary
|
||||
|
||||
|
||||
{-| -}
|
||||
assignmentTypeDiagnostic : { r | diagnostic : String } -> IconType
|
||||
assignmentTypeDiagnostic assets =
|
||||
|
Loading…
Reference in New Issue
Block a user