diff --git a/utils/icons/icons.ts b/utils/icons/icons.ts index 184ec31c..c86c35f2 100644 --- a/utils/icons/icons.ts +++ b/utils/icons/icons.ts @@ -126,4 +126,10 @@ export const photo = { name: 'photo', data: '' } + +export const check_circle_outlined = { + name: 'check_circle_outlined', + data: '' + } + /** Add new icon under this line to be sure that it will be added on preview */