@@ -5,7 +5,7 @@ const ParseableAnimated: MantineLoaderComponent = forwardRef(() => (
5
5
< svg height = "60px" width = "60px" version = "1.1" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 15 15" >
6
6
< defs >
7
7
< filter id = "iconfilter" primitiveUnits = "objectBoundingBox" >
8
- < feFlood floodColor = "#545beb " />
8
+ < feFlood floodColor = "#3A3A8C " />
9
9
10
10
< feOffset >
11
11
< animate attributeName = "dy" from = "1" to = "0" dur = "1500ms" repeatCount = "indefinite" />
@@ -15,7 +15,7 @@ const ParseableAnimated: MantineLoaderComponent = forwardRef(() => (
15
15
< feComposite operator = "over" in2 = "SourceGraphic" />
16
16
</ filter >
17
17
< filter id = "iconfilterRed" primitiveUnits = "objectBoundingBox" >
18
- < feFlood floodColor = "#fc466b " />
18
+ < feFlood floodColor = "#00A896 " />
19
19
20
20
< feOffset >
21
21
< animate attributeName = "dy" from = "1" to = "0" dur = "1500ms" repeatCount = "indefinite" />
@@ -28,29 +28,29 @@ const ParseableAnimated: MantineLoaderComponent = forwardRef(() => (
28
28
< g >
29
29
< path
30
30
filter = "url(#iconfilter)"
31
- fill = "rgba(84,91,235 , 0.6)"
31
+ fill = "rgba(58,58,140 , 0.6)"
32
32
d = "M13.92,7.76l-5.93,5.93c-.26,.26-.06,.71,.31,.68,1.57-.12,3.11-.78,4.31-1.99s1.86-2.74,1.99-4.31c.03-.37-.42-.57-.68-.31Z"
33
33
/>
34
34
< path
35
35
filter = "url(#iconfilter)"
36
- fill = "rgba(84,91,235 , 0.6)"
36
+ fill = "rgba(58,58,140 , 0.6)"
37
37
d = "M13.97,4.61v-.02c-.36-.74-1.33-.92-1.91-.34l-7.58,7.58c-.58,.58-.4,1.55,.34,1.9h.02c.44,.22,.97,.12,1.32-.23l7.57-7.57c.35-.35,.45-.87,.24-1.32Z"
38
38
/>
39
39
< path
40
40
filter = "url(#iconfilter)"
41
- fill = "rgba(84,91,235 , 0.6)"
41
+ fill = "rgba(58,58,140 , 0.6)"
42
42
d = "M7.54,1.38c.26-.26,.06-.71-.31-.68-1.57,.12-3.11,.78-4.31,1.99S1.05,5.43,.93,7c-.03,.37,.42,.57,.68,.31L7.54,1.38Z"
43
43
/>
44
44
</ g >
45
45
< g >
46
46
< path
47
47
filter = "url(#iconfilter)"
48
- fill = "rgba(84,91,235 , 0.6)"
48
+ fill = "rgba(58,58,140 , 0.6)"
49
49
d = "M2.67,8.27l-.87,.87c-.35,.35-.44,.88-.23,1.33v.02c.36,.73,1.33,.9,1.9,.33l.88-.88c.46-.46,.46-1.21,0-1.68h0c-.46-.46-1.21-.46-1.68,0Z"
50
50
/>
51
51
< path
52
52
filter = "url(#iconfilterRed)"
53
- fill = "rgba(252, 70, 107 , 0.7)"
53
+ fill = "rgba(0,168,150 , 0.7)"
54
54
d = "M7.09,7.2l3.96-3.96c.57-.57,.41-1.54-.33-1.89h-.02c-.45-.22-.98-.13-1.33,.22l-3.96,3.96c-.46,.46-.46,1.21,0,1.68h0c.46,.46,1.21,.46,1.68,0Z"
55
55
/>
56
56
</ g >
0 commit comments