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 , arrowDown
, arrowLeft , arrowLeft
, arrowRight , arrowRight
, assignmentStartButtonPrimary
, assignmentStartButtonSecondary
, assignmentTypeDiagnostic , assignmentTypeDiagnostic
, assignmentTypePractice , assignmentTypePractice
, assignmentTypeQuiz , assignmentTypeQuiz
@ -94,6 +96,8 @@ module Nri.Ui.Icon.V3
@docs arrowDown @docs arrowDown
@docs arrowLeft @docs arrowLeft
@docs arrowRight @docs arrowRight
@docs assignmentStartButtonPrimary
@docs assignmentStartButtonSecondary
@docs assignmentTypeDiagnostic @docs assignmentTypeDiagnostic
@docs assignmentTypePractice @docs assignmentTypePractice
@docs assignmentTypeQuiz @docs assignmentTypeQuiz
@ -407,6 +411,18 @@ arrowRight assets =
ImgIcon assets.icons_arrowRightBlue_svg 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 : { r | diagnostic : String } -> IconType
assignmentTypeDiagnostic assets = assignmentTypeDiagnostic assets =