Skip to content

Commit

Permalink
fix dotnet icon
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Dec 3, 2024
1 parent 6a1c46b commit d4ed9e0
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions src/util/drivers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,24 +175,8 @@ export function DotNetIcon(props: ElementProps<"svg">) {
>
<title>.NET icon</title>
<path
d="M128.066 0L0 0L0 128.066L128.066 128.066L128.066 0Z"
fill="#512BD4"
/>
<path
d="M22.7543 82.0828C21.8073 82.0828 21.0015 81.7737 20.3368 81.1524C19.6722 80.5168 19.3398 79.7597 19.3398 78.8843C19.3398 78.0088 19.6722 77.2286 20.3368 76.5929C21.0015 75.9573 21.8073 75.6365 22.7543 75.6365C23.7013 75.6365 24.5336 75.9544 25.1954 76.5929C25.8747 77.2286 26.2159 77.9943 26.2159 78.8843C26.2159 79.7742 25.8747 80.5168 25.1954 81.1524C24.5307 81.7737 23.719 82.0828 22.7543 82.0828Z"
fill="white"
/>
<path
d="M58.8753 81.2233L52.994 81.2233L37.5022 56.9041C37.1093 56.2899 36.7866 55.6506 36.5285 54.989L36.3938 54.989C36.5145 55.6953 36.5734 57.2112 36.5734 59.534L36.5734 81.2233H31.3711L31.3711 48.1351L37.6368 48.1351L52.6095 71.8765C53.2437 72.862 53.6506 73.5376 53.8301 73.9061H53.9199C53.7684 73.0295 53.6926 71.5442 53.6926 69.4532L53.6926 48.1324L58.8725 48.1324L58.8725 81.2206L58.8753 81.2233Z"
fill="white"
/>
<path
d="M84.2332 81.2233L66.1836 81.2233L66.1836 48.1324L83.5156 48.1324L83.5156 52.795L71.5214 52.795L71.5214 62.1622L82.5754 62.1622L82.5754 66.7998L71.5214 66.7998L71.5214 76.583L84.2332 76.583L84.2332 81.2206V81.2233Z"
fill="white"
/>
<path
d="M110.015 52.795L100.837 52.795L100.837 81.2233L95.5355 81.2233L95.5355 52.795L86.3789 52.795L86.3789 48.1324L110.015 48.1324L110.015 52.795Z"
fill="white"
d="M128,0L128,127.983L0.017,127.983L0.017,0L128,0ZM58.852,81.17L58.851,48.101L53.675,48.101L53.675,69.408C53.675,71.498 53.75,72.982 53.902,73.858L53.812,73.858C53.633,73.49 53.226,72.815 52.592,71.83L37.629,48.104L31.367,48.104L31.367,81.171L36.566,81.171L36.566,59.496C36.566,57.174 36.507,55.659 36.387,54.954L36.521,54.954C36.779,55.615 37.102,56.254 37.495,56.867L52.976,81.171L58.852,81.17ZM84.195,81.17L84.195,76.534L71.492,76.534L71.492,66.757L82.539,66.757L82.539,62.122L71.492,62.122L71.492,52.761L83.478,52.761L83.478,48.101L66.157,48.101L66.157,81.171L84.195,81.17ZM109.961,52.761L109.961,48.101L86.34,48.101L86.34,52.761L95.49,52.761L95.49,81.171L100.789,81.171L100.789,52.761L109.961,52.761ZM22.756,82.03C23.72,82.03 24.531,81.721 25.196,81.1C25.875,80.465 26.216,79.723 26.216,78.833C26.216,77.944 25.875,77.179 25.196,76.544C24.534,75.905 23.703,75.588 22.756,75.588C21.81,75.588 21.004,75.908 20.34,76.544C19.676,77.179 19.344,77.959 19.344,78.833C19.344,79.708 19.676,80.465 20.34,81.1C21.004,81.721 21.81,82.03 22.756,82.03Z"
fill="#512bd4"
/>
</svg>
);
Expand Down

0 comments on commit d4ed9e0

Please sign in to comment.