mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-29 00:21:42 +03:00
Add assignmentTypeQuickWrite icon
This commit is contained in:
parent
87691d1a6b
commit
81ca29d946
@ -11,6 +11,7 @@ module Nri.Ui.Icon.V3 exposing
|
||||
, assignmentTypeDiagnostic
|
||||
, assignmentTypePeerReview
|
||||
, assignmentTypePractice
|
||||
, assignmentTypeQuickWrite
|
||||
, assignmentTypeQuiz
|
||||
, assignmentTypeWritingCycle
|
||||
, attention
|
||||
@ -96,6 +97,7 @@ module Nri.Ui.Icon.V3 exposing
|
||||
@docs assignmentTypeDiagnostic
|
||||
@docs assignmentTypePeerReview
|
||||
@docs assignmentTypePractice
|
||||
@docs assignmentTypeQuickWrite
|
||||
@docs assignmentTypeQuiz
|
||||
@docs assignmentTypeWritingCycle
|
||||
@docs attention
|
||||
@ -442,6 +444,12 @@ assignmentTypePractice assets =
|
||||
SvgIcon assets.practice
|
||||
|
||||
|
||||
{-| -}
|
||||
assignmentTypeQuickWrite : { r | icons_quickWriteWhite_svg : Asset } -> IconType
|
||||
assignmentTypeQuickWrite assets =
|
||||
ImgIcon assets.icons_quickWriteWhite_svg
|
||||
|
||||
|
||||
{-| -}
|
||||
assignmentTypeQuiz : { r | quiz : String } -> IconType
|
||||
assignmentTypeQuiz assets =
|
||||
|
@ -49,6 +49,7 @@ type alias Assets =
|
||||
, icons_peerReviewWhite_svg : Asset
|
||||
, icons_plusBlue_svg : Asset
|
||||
, icons_quickWrite_svg : Asset
|
||||
, icons_quickWriteWhite_svg : Asset
|
||||
, icons_searchGray_svg : Asset
|
||||
, icons_xBlue_svg : Asset
|
||||
, icons_xBlue_svg : Asset
|
||||
@ -139,6 +140,7 @@ assets =
|
||||
, icons_peerReviewWhite_svg = Asset "assets/images/peer-review-white.svg"
|
||||
, icons_plusBlue_svg = Asset "assets/images/plus-blue.svg"
|
||||
, icons_quickWrite_svg = Asset "assets/images/quick-write.svg"
|
||||
, icons_quickWriteWhite_svg = Asset "assets/images/quick-write-white.svg"
|
||||
, icons_searchGray_svg = Asset "assets/images/search-gray.svg"
|
||||
, icons_xBlue_svg = Asset "assets/images/x-blue.svg"
|
||||
, key = "icon-key"
|
||||
|
@ -39,6 +39,7 @@ example =
|
||||
[ { icon = Icon.assignmentTypeDiagnostic, background = Light, alt = "Diagnostic" }
|
||||
, { icon = Icon.assignmentTypePractice, background = Light, alt = "Practice" }
|
||||
, { icon = Icon.assignmentTypeQuiz, background = Light, alt = "Quiz" }
|
||||
, { icon = Icon.assignmentTypeQuickWrite, background = Dark, alt = "QuickWrite" }
|
||||
, { icon = Icon.assignmentTypeWritingCycle, background = Light, alt = "WritingCycle" }
|
||||
, { icon = Icon.assignmentTypePeerReview, background = Dark, alt = "PeerReview" }
|
||||
, { icon = Icon.peerReview, background = Light, alt = "PeerReview" }
|
||||
|
3
styleguide-app/assets/images/quick-write-white.svg
Normal file
3
styleguide-app/assets/images/quick-write-white.svg
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e8698a165aaee8341bb47d7dc120b1a78ac20859ecb24cedfb26425fe757419
|
||||
size 493
|
Loading…
Reference in New Issue
Block a user