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