Newer
Older
CrypticOreWallet / src / components / tenebra / TenebraSymbol.tsx
@BuildTools BuildTools on 9 Jun 2021 1 KB im gay
// Copyright (c) 2020-2021 Drew Lemmy
// This file is part of TenebraWeb 2 under AGPL-3.0.
// Full details: https://github.com/tmpim/TenebraWeb2/blob/master/LICENSE.txt
import Icon from "@ant-design/icons";

export const TenebraSymbolSvg = (): JSX.Element => (
  <svg width="1em" height="1em" fill="currentColor" viewBox="0 0 901 901">
    <path d="M107 0C107 90.7 107 181.5 107 272.2 71.4 272.2 35.7 272.2 0 272.2 0 309.7 0 347.2 0 384.7 35.7 384.7 71.4 384.7 107 384.7 107 438.3 107 491.9 107 545.5 71.4 545.5 35.7 545.5 0 545.5 0 583.4 0 621.4 0 659.3 35.7 659.3 71.4 659.3 107 659.3 107 772.9 107 886.5 107 1000 152.1 1000 197.2 1000 242.3 1000 242.3 839.5 242.3 678.9 242.3 518.4 402.4 678.9 562.5 839.5 722.6 1000 782 1000 841.4 1000 900.7 1000 787.6 886.5 674.5 772.9 561.4 659.3 622.2 659.3 683.1 659.3 743.9 659.3 743.9 621.4 743.9 583.4 743.9 545.5 645.3 545.5 546.6 545.5 448 545.5 421.6 519 395.3 492.6 368.9 466.2 397.8 439 426.7 411.9 455.7 384.7 551.8 384.7 647.8 384.7 743.9 384.7 743.9 347.2 743.9 309.7 743.9 272.2 687.8 272.2 631.6 272.2 575.4 272.2 672 181.5 768.6 90.7 865.2 0 807.2 0 749.1 0 691.1 0 541.5 140.9 391.9 281.8 242.3 422.6 242.3 281.8 242.3 140.9 242.3 0 197.2 0 152.1 0 107 0Z" />
  </svg>
);
export const TenebraSymbol = (props: any): JSX.Element =>
  <Icon component={TenebraSymbolSvg} {...props} />;