mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 08:53:33 +03:00
Move mail from actions section to communication
This commit is contained in:
parent
06ee571121
commit
96d3a49f4c
@ -1,7 +1,7 @@
|
||||
module Nri.Ui.UiIcon.V1 exposing
|
||||
( seeMore, openClose, download, sort, gear, flipper, sortArrow
|
||||
, archive, unarchive
|
||||
, share, preview, skip, copyToClipboard, gift, mail
|
||||
, share, preview, skip, copyToClipboard, gift
|
||||
, activity
|
||||
, footsteps, compass, speedometer, bulb, help, checklist
|
||||
, hat, keychain
|
||||
@ -10,7 +10,7 @@ module Nri.Ui.UiIcon.V1 exposing
|
||||
, calendar, clock
|
||||
, missingDocument, document, documents, newspaper, openBook, openBooks
|
||||
, edit, pen
|
||||
, speechBalloon
|
||||
, speechBalloon, mail
|
||||
, arrowTop, arrowRight, arrowDown, arrowLeft, arrowPointingRight, arrowPointingRightThick
|
||||
, checkmark, checkmarkInCircle, x
|
||||
, attention, exclamation
|
||||
@ -28,7 +28,7 @@ module Nri.Ui.UiIcon.V1 exposing
|
||||
|
||||
@docs seeMore, openClose, download, sort, gear, flipper, sortArrow
|
||||
@docs archive, unarchive
|
||||
@docs share, preview, skip, copyToClipboard, gift, mail
|
||||
@docs share, preview, skip, copyToClipboard, gift
|
||||
@docs activity
|
||||
@docs footsteps, compass, speedometer, bulb, help, checklist
|
||||
@docs hat, keychain
|
||||
@ -37,7 +37,7 @@ module Nri.Ui.UiIcon.V1 exposing
|
||||
@docs calendar, clock
|
||||
@docs missingDocument, document, documents, newspaper, openBook, openBooks
|
||||
@docs edit, pen
|
||||
@docs speechBalloon
|
||||
@docs speechBalloon, mail
|
||||
@docs arrowTop, arrowRight, arrowDown, arrowLeft, arrowPointingRight, arrowPointingRightThick
|
||||
@docs checkmark, checkmarkInCircle, x
|
||||
@docs attention, exclamation
|
||||
|
@ -65,7 +65,6 @@ example =
|
||||
, IconExamples.view "Actions"
|
||||
[ ( "share", UiIcon.share )
|
||||
, ( "preview", UiIcon.preview )
|
||||
, ( "mail", UiIcon.mail )
|
||||
, ( "activity", UiIcon.activity )
|
||||
, ( "skip", UiIcon.skip )
|
||||
, ( "copyToClipboard", UiIcon.copyToClipboard )
|
||||
@ -100,6 +99,7 @@ example =
|
||||
]
|
||||
, IconExamples.view "Communication"
|
||||
[ ( "speechBalloon", UiIcon.speechBalloon )
|
||||
, ( "mail", UiIcon.mail )
|
||||
]
|
||||
, IconExamples.view "Writing Utensils"
|
||||
[ ( "edit", UiIcon.edit )
|
||||
|
Loading…
Reference in New Issue
Block a user