Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions src/app/components/icon-gallery/icon-gallery-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ export class ModulIconList {
'name': 'm-svg__code-tag',
'nameFr': 'Balise de code '
},
{
'name': 'm-svg__completed-white-filled',
'nameFr': 'Pastille complété fond blanc'
},
{
'name': 'm-svg__completed-filled',
'nameFr': 'Pastille complété'
Expand All @@ -128,6 +132,10 @@ export class ModulIconList {
'name': 'm-svg__email',
'nameFr': 'Courriel'
},
{
'name': 'm-svg__error-white-filled',
'nameFr': 'Pastille erreur fond blanc'
},
{
'name': 'm-svg__error-filled',
'nameFr': 'Pastille erreur'
Expand Down Expand Up @@ -276,6 +284,10 @@ export class ModulIconList {
'name': 'm-svg__image2-filled',
'nameFr': 'Image'
},
{
'name': 'm-svg__information-white-filled',
'nameFr': 'Pastille information fond blanc'
},
{
'name': 'm-svg__information-filled',
'nameFr': 'Pastille information'
Expand Down Expand Up @@ -364,6 +376,10 @@ export class ModulIconList {
'name': 'm-svg__video',
'nameFr': 'Vidéo'
},
{
'name': 'm-svg__warning-white-filled',
'nameFr': 'Pastille avertissement fond blanc'
},
{
'name': 'm-svg__warning-filled',
'nameFr': 'Pastille avertissement'
Expand All @@ -383,6 +399,18 @@ export class ModulIconList {
{
'name': 'm-svg__arrow-return',
'nameFr': 'Retour'
},
{
'name': 'm-svg__email-send',
'nameFr': 'Envoyer courriel'
},
{
'name': 'm-svg__role-assignation',
'nameFr': 'Assigner rôle'
},
{
'name': 'm-svg__remove-assignation',
'nameFr': 'Retirer rôle'
}
];
}