From e05b10a34b2888e46e58981e595c11a965b8d7db Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Thu, 24 Jul 2025 02:44:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20=20Message=20component?= =?UTF-8?q?=20interface=20file=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/message/IVMessage.type.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/message/IVMessage.type.ts b/src/components/message/IVMessage.type.ts index 47a6a15..9d03036 100644 --- a/src/components/message/IVMessage.type.ts +++ b/src/components/message/IVMessage.type.ts @@ -7,12 +7,6 @@ export default interface IVMessage { */ title: string; - /** - * Determines whether an icon should be displayed alongside the notice. - * @default false - */ - icon?: boolean; - /** * The type of notice, which affects its visual style and semantics. * - `info`: Informational message