mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-02 23:52:22 +03:00
add new icons
This commit is contained in:
parent
142ffc530d
commit
fdbf4bbdf1
@ -11,10 +11,10 @@ module Nri.Ui.Icon.V4 exposing
|
||||
, assignmentTypeDiagnostic
|
||||
, assignmentTypeGuidedDraft
|
||||
, assignmentTypePeerReview
|
||||
, assignmentTypeSelfReview
|
||||
, assignmentTypePractice
|
||||
, assignmentTypeQuickWrite
|
||||
, assignmentTypeQuiz
|
||||
, assignmentTypeSelfReview
|
||||
, assignmentTypeWritingCycle
|
||||
, attention
|
||||
, bang
|
||||
@ -28,8 +28,8 @@ module Nri.Ui.Icon.V4 exposing
|
||||
, clever
|
||||
, clock
|
||||
, close
|
||||
, copy
|
||||
, compassSvg
|
||||
, copy
|
||||
, custom
|
||||
, darkBlueCheckMark
|
||||
, document
|
||||
@ -50,6 +50,7 @@ module Nri.Ui.Icon.V4 exposing
|
||||
, help
|
||||
, helpSvg
|
||||
, highFive
|
||||
, highlighter
|
||||
, key
|
||||
, keychain
|
||||
, late
|
||||
@ -59,6 +60,7 @@ module Nri.Ui.Icon.V4 exposing
|
||||
, lockDeprecated
|
||||
, logo
|
||||
, masteryBadge
|
||||
, microscope
|
||||
, newspaper
|
||||
, notStarred
|
||||
, okay
|
||||
@ -69,6 +71,7 @@ module Nri.Ui.Icon.V4 exposing
|
||||
, personBlue
|
||||
, preview
|
||||
, quickWrite
|
||||
, scale
|
||||
, seeMore
|
||||
, share
|
||||
, skip
|
||||
@ -76,13 +79,13 @@ module Nri.Ui.Icon.V4 exposing
|
||||
, sortArrow
|
||||
, speedometer
|
||||
, starred
|
||||
, submitting, rating, revising
|
||||
, thumbsUp
|
||||
, twitter
|
||||
, unarchive
|
||||
, writingAssignment
|
||||
, x
|
||||
, xSvg
|
||||
, submitting, rating, revising
|
||||
)
|
||||
|
||||
{-|
|
||||
@ -99,10 +102,10 @@ module Nri.Ui.Icon.V4 exposing
|
||||
@docs assignmentTypeDiagnostic
|
||||
@docs assignmentTypeGuidedDraft
|
||||
@docs assignmentTypePeerReview
|
||||
@docs assignmentTypeSelfReview
|
||||
@docs assignmentTypePractice
|
||||
@docs assignmentTypeQuickWrite
|
||||
@docs assignmentTypeQuiz
|
||||
@docs assignmentTypeSelfReview
|
||||
@docs assignmentTypeWritingCycle
|
||||
@docs attention
|
||||
@docs bang
|
||||
@ -116,8 +119,8 @@ module Nri.Ui.Icon.V4 exposing
|
||||
@docs clever
|
||||
@docs clock
|
||||
@docs close
|
||||
@docs copy
|
||||
@docs compassSvg
|
||||
@docs copy
|
||||
@docs custom
|
||||
@docs darkBlueCheckMark
|
||||
@docs document
|
||||
@ -138,6 +141,7 @@ module Nri.Ui.Icon.V4 exposing
|
||||
@docs help
|
||||
@docs helpSvg
|
||||
@docs highFive
|
||||
@docs highlighter
|
||||
@docs key
|
||||
@docs keychain
|
||||
@docs late
|
||||
@ -147,6 +151,7 @@ module Nri.Ui.Icon.V4 exposing
|
||||
@docs lockDeprecated
|
||||
@docs logo
|
||||
@docs masteryBadge
|
||||
@docs microscope
|
||||
@docs newspaper
|
||||
@docs notStarred
|
||||
@docs okay
|
||||
@ -157,6 +162,7 @@ module Nri.Ui.Icon.V4 exposing
|
||||
@docs personBlue
|
||||
@docs preview
|
||||
@docs quickWrite
|
||||
@docs scale
|
||||
@docs seeMore
|
||||
@docs share
|
||||
@docs skip
|
||||
@ -164,13 +170,13 @@ module Nri.Ui.Icon.V4 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
|
||||
|
||||
-}
|
||||
|
||||
@ -680,6 +686,12 @@ highFive assets =
|
||||
ImgIcon assets.level3Badge_png
|
||||
|
||||
|
||||
{-| -}
|
||||
highlighter : { r | highlighter : String } -> IconType
|
||||
highlighter assets =
|
||||
SvgIcon assets.highlighter
|
||||
|
||||
|
||||
{-| -}
|
||||
key : { r | key : String } -> IconType
|
||||
key assets =
|
||||
@ -734,6 +746,12 @@ masteryBadge assets =
|
||||
SvgIcon assets.masteryBadge
|
||||
|
||||
|
||||
{-| -}
|
||||
microscope : { r | microscope : String } -> IconType
|
||||
microscope assets =
|
||||
SvgIcon assets.microscope
|
||||
|
||||
|
||||
{-| -}
|
||||
newspaper : { r | newspaper : String } -> IconType
|
||||
newspaper assets =
|
||||
@ -794,6 +812,12 @@ quickWrite assets =
|
||||
ImgIcon assets.icons_quickWrite_svg
|
||||
|
||||
|
||||
{-| -}
|
||||
scale : { r | scale : String } -> IconType
|
||||
scale assets =
|
||||
SvgIcon assets.scale
|
||||
|
||||
|
||||
{-| -}
|
||||
seeMore : { r | seemore : String } -> IconType
|
||||
seeMore assets =
|
||||
|
Loading…
Reference in New Issue
Block a user