From e10b410f4f2f36dd9ee6105acf0a0a94c9ba319d Mon Sep 17 00:00:00 2001 From: izawartka <59137928+izawartka@users.noreply.github.com> Date: Sat, 26 Jul 2025 17:51:01 +0200 Subject: [PATCH] QuestionMarkIcon fix -Removed QuestionMarkIcon stop-color attribute --- src/icons/question-mark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icons/question-mark.js b/src/icons/question-mark.js index fa1cea8..a41c240 100644 --- a/src/icons/question-mark.js +++ b/src/icons/question-mark.js @@ -1,5 +1,5 @@ export const QuestionMarkIcon = ({width = 100, height = 100, color = '#aaa', strokeWidth = 3}) => ( - + ); \ No newline at end of file