diff --git a/index.html b/index.html index cee820e..bb86b26 100644 --- a/index.html +++ b/index.html @@ -584,7 +584,7 @@ 'translate-box-filled': '', 'translate-box-outlined': '', 'translate-outlined': '', - 'trash-filled': '', + 'trash-filled': '', 'trash-outlined': '', twitter: '', 'underlined-outlined': '', diff --git a/js/icons.constants.js b/js/icons.constants.js index 0b24c72..90da4e5 100644 --- a/js/icons.constants.js +++ b/js/icons.constants.js @@ -1581,7 +1581,7 @@ export const ciTranslateOutlined = { }; export const ciTrashFilled = { name: 'trash-filled', - data: `` + data: `` }; export const ciTrashOutlined = { name: 'trash-outlined', diff --git a/js/icons.object.js b/js/icons.object.js index 31fd58e..8f60b27 100644 --- a/js/icons.object.js +++ b/js/icons.object.js @@ -396,7 +396,7 @@ export const ci = { 'translate-box-filled': '', 'translate-box-outlined': '', 'translate-outlined': '', - 'trash-filled': '', + 'trash-filled': '', 'trash-outlined': '', twitter: '', 'underlined-outlined': '', diff --git a/ts/icons.constants.ts b/ts/icons.constants.ts index f08754e..c762a21 100644 --- a/ts/icons.constants.ts +++ b/ts/icons.constants.ts @@ -2769,7 +2769,7 @@ export const ciTrashFilled: { data: string; } = { name: 'trash-filled', - data: `` + data: `` }; export const ciTrashOutlined: { name: 'trash-outlined'; diff --git a/ts/icons.object.ts b/ts/icons.object.ts index 6238eec..3253071 100644 --- a/ts/icons.object.ts +++ b/ts/icons.object.ts @@ -792,7 +792,7 @@ export const ci: { [key in MyIconType]: string } = { 'translate-outlined': '', 'trash-filled': - '', + '', 'trash-outlined': '', twitter: