File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/features/libraries/components Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,12 @@ export const QuestionMarkComponent: React.FC<CheckMarkComponentProps> = () => {
9
9
width = "24"
10
10
height = "24"
11
11
viewBox = "0 0 24 24"
12
- fill = "none "
12
+ fill = "currentColor "
13
13
>
14
14
< path
15
15
fillRule = "evenodd"
16
16
clipRule = "evenodd"
17
17
d = "M12.0005 3.5625C7.02993 3.5625 3.00049 7.59194 3.00049 12.5625C3.00049 17.5331 7.02993 21.5625 12.0005 21.5625C16.9711 21.5625 21.0005 17.5331 21.0005 12.5625C21.0005 7.59194 16.9711 3.5625 12.0005 3.5625ZM1.00049 12.5625C1.00049 6.48737 5.92536 1.5625 12.0005 1.5625C18.0756 1.5625 23.0005 6.48737 23.0005 12.5625C23.0005 18.6376 18.0756 23.5625 12.0005 23.5625C5.92536 23.5625 1.00049 18.6376 1.00049 12.5625ZM12.0225 8.56201C11.203 8.56201 10.5283 9.23667 10.5283 10.0562H8.52832C8.52832 8.1321 10.0984 6.56201 12.0225 6.56201C13.9466 6.56201 15.5167 8.1321 15.5167 10.0562C15.5167 11.4618 14.7804 12.5181 13.641 13.1692L13.6169 13.1829L13.5921 13.1953C13.3638 13.3095 13.1083 13.5175 12.916 13.7739C12.7208 14.0342 12.6484 14.2648 12.6484 14.421C12.6484 14.9733 12.2006 15.421 11.6484 15.421C11.0961 15.421 10.6484 14.9733 10.6484 14.421C10.6484 13.7042 10.9501 13.0618 11.316 12.5739C11.6781 12.0911 12.1595 11.6819 12.6689 11.421C13.261 11.0763 13.5167 10.6393 13.5167 10.0562C13.5167 9.23667 12.842 8.56201 12.0225 8.56201ZM12.9504 17.812C12.9504 18.5024 12.3908 19.062 11.7004 19.062C11.0101 19.062 10.4504 18.5024 10.4504 17.812C10.4504 17.1216 11.0101 16.562 11.7004 16.562C12.3908 16.562 12.9504 17.1216 12.9504 17.812Z"
18
- fill = "#808080"
19
18
/>
20
19
</ svg >
21
20
) ;
You can’t perform that action at this time.
0 commit comments