Move mail from actions section to communication

This commit is contained in:
Mariano Abel Coca 2021-11-12 15:33:34 -03:00
parent 06ee571121
commit 96d3a49f4c
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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 )