expose assignment start accessors

This commit is contained in:
Tessa Kelly 2018-06-22 11:03:42 -07:00
parent a0758ba6a9
commit 49039b1855

View File

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