Adds the guided draft icon

This commit is contained in:
Tessa Kelly 2018-10-18 10:03:15 -07:00
parent 01ab7d9421
commit 08b67825c0
4 changed files with 23 additions and 9 deletions

View File

@ -9,6 +9,7 @@ module Nri.Ui.Icon.V3 exposing
, assignmentStartButtonPrimary
, assignmentStartButtonSecondary
, assignmentTypeDiagnostic
, assignmentTypeGuidedDraft
, assignmentTypePeerReview
, assignmentTypeSelfReview
, assignmentTypePractice
@ -27,8 +28,8 @@ module Nri.Ui.Icon.V3 exposing
, clever
, clock
, close
, copy
, compassSvg
, copy
, custom
, darkBlueCheckMark
, document
@ -75,13 +76,13 @@ module Nri.Ui.Icon.V3 exposing
, sortArrow
, speedometer
, starred
, submitting, rating, revising
, thumbsUp
, twitter
, unarchive
, writingAssignment
, x
, xSvg
, submitting, rating, revising
)
{-|
@ -96,6 +97,7 @@ module Nri.Ui.Icon.V3 exposing
@docs assignmentStartButtonPrimary
@docs assignmentStartButtonSecondary
@docs assignmentTypeDiagnostic
@docs assignmentTypeGuidedDraft
@docs assignmentTypePeerReview
@docs assignmentTypeSelfReview
@docs assignmentTypePractice
@ -114,8 +116,8 @@ module Nri.Ui.Icon.V3 exposing
@docs clever
@docs clock
@docs close
@docs copy
@docs compassSvg
@docs copy
@docs custom
@docs darkBlueCheckMark
@docs document
@ -162,13 +164,13 @@ module Nri.Ui.Icon.V3 exposing
@docs sortArrow
@docs speedometer
@docs starred
@docs submitting, rating, revising
@docs thumbsUp
@docs twitter
@docs unarchive
@docs writingAssignment
@docs x
@docs xSvg
@docs submitting, rating, revising
-}
@ -434,6 +436,12 @@ assignmentTypeDiagnostic assets =
SvgIcon assets.diagnostic
{-| -}
assignmentTypeGuidedDraft : { r | icons_guidedDraftWhite_svg : Asset } -> IconType
assignmentTypeGuidedDraft assets =
ImgIcon assets.icons_guidedDraftWhite_svg
{-| -}
assignmentTypePeerReview : { r | icons_peerReviewWhite_svg : Asset } -> IconType
assignmentTypePeerReview assets =

View File

@ -6,13 +6,13 @@ import Nri.Ui.AssetPath as AssetPath exposing (Asset(..))
type alias Assets =
{ activity : String
, arrowDown : String
, assignmentStartButtonPrimary_svg : Asset
, assignmentStartButtonSecondary_svg : Asset
, attention_svg : Asset
, bulb : String
, calendar : String
, assignmentStartButtonPrimary_svg : Asset
, assignmentStartButtonSecondary_svg : Asset
, checkboxCheckedPartially_svg : Asset
, checkboxChecked_svg : Asset
, checkboxCheckedPartially_svg : Asset
, checkboxLockOnInside_svg : Asset
, checkboxUnchecked_svg : Asset
, checkmark : String
@ -44,6 +44,7 @@ type alias Assets =
, icons_arrowRightBlue_svg : Asset
, icons_clockRed_svg : Asset
, icons_equals_svg : Asset
, icons_guidedDraftWhite_svg : Asset
, icons_helpBlue_svg : Asset
, icons_peerReview_svg : Asset
, icons_peerReviewWhite_svg : Asset
@ -65,8 +66,8 @@ type alias Assets =
, masteryBadge : String
, newspaper : String
, openClose : String
, performance : String
, pen : Asset
, performance : String
, personBlue_svg : Asset
, practice : String
, premiumLock_svg : Asset
@ -103,8 +104,8 @@ assets =
, calendar = "icon-calendar"
, assignmentStartButtonPrimary_svg = Asset "assets/images/assignment-start-button-primary.svg"
, assignmentStartButtonSecondary_svg = Asset "assets/images/assignment-start-button-secondary.svg"
, checkboxCheckedPartially_svg = Asset "assets/images/checkbox_checkedPartially.svg"
, checkboxChecked_svg = Asset "assets/images/checkbox_checked.svg"
, checkboxCheckedPartially_svg = Asset "assets/images/checkbox_checkedPartially.svg"
, checkboxLockOnInside_svg = Asset "assets/images/checkbox_lock_on_inside.svg"
, checkboxUnchecked_svg = Asset "assets/images/checkbox_unchecked.svg"
, checkmark = "icon-checkmark"
@ -136,6 +137,7 @@ assets =
, icons_arrowRightBlue_svg = Asset "assets/images/arrow-right-blue.svg"
, icons_clockRed_svg = Asset "assets/images/clock-red.svg"
, icons_equals_svg = Asset "assets/images/equals.svg"
, icons_guidedDraftWhite_svg = Asset "assets/images/guided-draft-white.svg"
, icons_helpBlue_svg = Asset "assets/images/help-blue.svg"
, icons_peerReview_svg = Asset "assets/images/peer-review.svg"
, icons_peerReviewWhite_svg = Asset "assets/images/peer-review-white.svg"

View File

@ -47,6 +47,7 @@ example =
, { icon = Icon.submitting, background = Light, alt = "Submitting" }
, { icon = Icon.rating, background = Light, alt = "Rating" }
, { icon = Icon.revising, background = Light, alt = "Revising" }
, { icon = Icon.assignmentTypeGuidedDraft, background = Dark, alt = "GuidedDraft" }
--, { icon = Icon.guidedWrite, background = Light, alt = "GuidedWrite" }
, { icon = Icon.assignmentTypeWritingCycle, background = Light, alt = "WritingCycle" }

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8891fa500e4ef1c8716d3225c26b297c729f1d23001b115e88c7d6bcc2c2fee
size 6028