Skip to content

Commit d3880b1

Browse files
authored
chore: updated logos (#416)
1 parent a592246 commit d3880b1

File tree

6 files changed

+156
-12
lines changed

6 files changed

+156
-12
lines changed

public/favicon.ico

164 KB
Binary file not shown.

src/assets/customLoader/ParseableAnimate.tsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const ParseableAnimated: MantineLoaderComponent = forwardRef(() => (
55
<svg height="60px" width="60px" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 15">
66
<defs>
77
<filter id="iconfilter" primitiveUnits="objectBoundingBox">
8-
<feFlood floodColor="#545beb" />
8+
<feFlood floodColor="#3A3A8C" />
99

1010
<feOffset>
1111
<animate attributeName="dy" from="1" to="0" dur="1500ms" repeatCount="indefinite" />
@@ -15,7 +15,7 @@ const ParseableAnimated: MantineLoaderComponent = forwardRef(() => (
1515
<feComposite operator="over" in2="SourceGraphic" />
1616
</filter>
1717
<filter id="iconfilterRed" primitiveUnits="objectBoundingBox">
18-
<feFlood floodColor="#fc466b" />
18+
<feFlood floodColor="#00A896" />
1919

2020
<feOffset>
2121
<animate attributeName="dy" from="1" to="0" dur="1500ms" repeatCount="indefinite" />
@@ -28,29 +28,29 @@ const ParseableAnimated: MantineLoaderComponent = forwardRef(() => (
2828
<g>
2929
<path
3030
filter="url(#iconfilter)"
31-
fill="rgba(84,91,235, 0.6)"
31+
fill="rgba(58,58,140, 0.6)"
3232
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"
3333
/>
3434
<path
3535
filter="url(#iconfilter)"
36-
fill="rgba(84,91,235, 0.6)"
36+
fill="rgba(58,58,140, 0.6)"
3737
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"
3838
/>
3939
<path
4040
filter="url(#iconfilter)"
41-
fill="rgba(84,91,235, 0.6)"
41+
fill="rgba(58,58,140, 0.6)"
4242
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"
4343
/>
4444
</g>
4545
<g>
4646
<path
4747
filter="url(#iconfilter)"
48-
fill="rgba(84,91,235, 0.6)"
48+
fill="rgba(58,58,140, 0.6)"
4949
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"
5050
/>
5151
<path
5252
filter="url(#iconfilterRed)"
53-
fill="rgba(252, 70, 107, 0.7)"
53+
fill="rgba(0,168,150, 0.7)"
5454
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"
5555
/>
5656
</g>

src/assets/images/brand/icon.svg

+7-1
Loading

src/assets/images/brand/loadingIcon.svg

+2-2
Loading

0 commit comments

Comments
 (0)