diff --git a/utils/icons/icons.ts b/utils/icons/icons.ts index 9c3fdb9f..3daa31c7 100644 --- a/utils/icons/icons.ts +++ b/utils/icons/icons.ts @@ -133,3 +133,8 @@ export const check_circle_outlined = { } /** Add new icon under this line to be sure that it will be added on preview */ + +export const reset = { + name: 'reset', + data: '' +}