Skip to content

Commit

Permalink
fix M Portal icon
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinoConti committed Feb 7, 2025
1 parent bd81e51 commit 429b794
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions src/components/atoms/ProtocolIcon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,22 +244,14 @@ const EthBridgeIcon = ({ width }: { width: number }) => (
const MPortalIcon = ({ width }: { width: number }) => (
<svg width={width} height={width} viewBox="0 0 500 500" fill="none" version="1.1">
<defs id="defs1" />
<rect
width="500"
height="500"
fill="white"
id="rect1"
style={{ fill: "#1a1a1a" }}
x="0"
y="0"
/>
<rect width="500" height="500" fill="#000d0a" id="rect1" x="0" y="0" />
<path
fillRule="evenodd"
clipRule="evenodd"
d="m 220.0393,203.76542 v -20.39153 l 29.47409,-61.17051 h 22.67197 l 29.4741,61.17051 v 20.39153 h -22.67197 v -15.17908 l -17.91236,-37.60908 h -0.4515 l -17.91102,37.60908 v 15.17908 z m 153.25882,79.29917 c -23.35056,0 -42.62281,-18.57879 -42.62281,-41.0088 v -76.80514 c 0,-22.65574 19.27225,-40.78034 42.62281,-40.78034 h 19.04516 c 23.57901,0 42.62281,18.1246 42.62281,40.78034 v 76.80514 c 0,22.43001 -19.0438,41.0088 -42.62281,41.0088 z m -20.17659,-41.0088 c 0,9.96934 9.29345,18.1273 20.17659,18.1273 h 19.04516 c 2.94687,0 5.89508,-0.68129 8.38911,-1.81543 l -47.61086,-77.48373 z m 8.16202,-91.53137 51.23767,83.60186 v -68.87563 c 0,-10.19508 -8.84061,-18.1246 -20.17794,-18.1246 h -19.04516 c -4.53385,0 -8.61486,1.35989 -12.01457,3.39837 z M 76.745763,124.47031 V 283.06459 H 99.41773 V 169.32896 l 27.8871,54.37514 h 12.24303 l 27.88576,-54.37514 v 113.73563 h 22.67333 V 124.47031 h -24.03186 l -32.64942,63.66318 -32.64805,-63.66318 z"
fill="#000D0A"
d="M 214.95437,253.83721 V 234.1693 l 28.42817,-58.99981 h 21.86743 l 28.42818,58.99981 v 19.66791 H 271.81072 V 239.19677 L 254.53399,202.9223 h -0.43547 l -17.27542,36.27447 v 14.64044 z m 147.82025,76.48514 c -22.52193,0 -41.11029,-17.9195 -41.11029,-39.55355 v -74.07962 c 0,-21.85178 18.58836,-39.33321 41.11029,-39.33321 h 18.36932 c 22.74228,0 41.11029,17.48143 41.11029,39.33321 v 74.07962 c 0,21.63405 -18.36801,39.55355 -41.11029,39.55355 z m -19.4606,-39.55355 c 0,9.61557 8.96367,17.48404 19.4606,17.48404 h 18.36932 c 2.8423,0 5.6859,-0.65712 8.09142,-1.75102 l -45.92134,-74.73413 z m 7.87238,-88.28328 49.41945,80.63516 v -66.4315 c 0,-9.8333 -8.52689,-17.48143 -19.46191,-17.48143 h -18.36932 c -4.37296,0 -8.30915,1.31163 -11.58822,3.27777 z M 76.745763,177.35597 v 152.96638 h 21.86743 V 220.62276 l 26.897507,52.44558 h 11.80856 l 26.89621,-52.44558 V 330.32235 H 186.0842 V 177.35597 H 162.90514 L 131.41433,238.76 99.924823,177.35597 Z"
fill="#ffffff"
id="path1"
style={{ fill: "#ffffff", strokeWidth: "1.35178" }}
style={{ strokeWidth: "1.30381" }}
/>
</svg>
);
Expand Down

0 comments on commit 429b794

Please sign in to comment.