diff options
Diffstat (limited to 'logo.svg')
-rw-r--r-- | logo.svg | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/logo.svg b/logo.svg deleted file mode 100644 index 8588b3f..0000000 --- a/logo.svg +++ /dev/null @@ -1,54 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="106" height="106" viewBox="0 0 106 106" xmlns:xlink="http://www.w3.org/1999/xlink"> - <style> - .b {fill: #0d1117} - .l {fill: #fff} - .l-s {stroke: #fff} - @media (prefers-color-scheme: light) { - .b {fill: #fff} - .l {fill: #0d1117} - .l-s {stroke: #0d1117} - } - </style> - <rect class="b" x="0" y="0" width="106" height="106" /> - <path transform="translate(20, 20)" class="l l-s" stroke-width="3" d="M19.97 54.55L19.97 36.14L19.97 17.77L20.28 17.77L30.16 43.95L33.84 43.95L43.72 17.77L44.03 17.77L44.03 36.14L44.03 54.55L48.03 54.55L48.03 9.45L42.97 9.45L32.19 38.45L31.84 38.45L21 9.45L15.97 9.45L15.97 54.55L19.97 54.55Z"/> -<!-- https://github.com/rust-lang/rust-artwork/blob/master/logo/rust-logo-gear-only.svg?short_path=8945efb --> -<g id="logo" transform="translate(53, 53)"> - <g id="gear"> - <circle r="43" fill="none" class="l-s" stroke-width="6" /> - <g id="cogs"> - <polygon id="cog" class="l l-s" stroke-width="3" stroke-linejoin="round" points="46,3 51,0 46,-3" /> - <use xlink:href="#cog" transform="rotate(11.25)" /> - <use xlink:href="#cog" transform="rotate(22.50)" /> - <use xlink:href="#cog" transform="rotate(33.75)" /> - <use xlink:href="#cog" transform="rotate(45.00)" /> - <use xlink:href="#cog" transform="rotate(56.25)" /> - <use xlink:href="#cog" transform="rotate(67.50)" /> - <use xlink:href="#cog" transform="rotate(78.75)" /> - <use xlink:href="#cog" transform="rotate(90.00)" /> - <use xlink:href="#cog" transform="rotate(101.25)" /> - <use xlink:href="#cog" transform="rotate(112.50)" /> - <use xlink:href="#cog" transform="rotate(123.75)" /> - <use xlink:href="#cog" transform="rotate(135.00)" /> - <use xlink:href="#cog" transform="rotate(146.25)" /> - <use xlink:href="#cog" transform="rotate(157.50)" /> - <use xlink:href="#cog" transform="rotate(168.75)" /> - <use xlink:href="#cog" transform="rotate(180.00)" /> - <use xlink:href="#cog" transform="rotate(191.25)" /> - <use xlink:href="#cog" transform="rotate(202.50)" /> - <use xlink:href="#cog" transform="rotate(213.75)" /> - <use xlink:href="#cog" transform="rotate(225.00)" /> - <use xlink:href="#cog" transform="rotate(236.25)" /> - <use xlink:href="#cog" transform="rotate(247.50)" /> - <use xlink:href="#cog" transform="rotate(258.75)" /> - <use xlink:href="#cog" transform="rotate(270.00)" /> - <use xlink:href="#cog" transform="rotate(281.25)" /> - <use xlink:href="#cog" transform="rotate(292.50)" /> - <use xlink:href="#cog" transform="rotate(303.75)" /> - <use xlink:href="#cog" transform="rotate(315.00)" /> - <use xlink:href="#cog" transform="rotate(326.25)" /> - <use xlink:href="#cog" transform="rotate(337.50)" /> - <use xlink:href="#cog" transform="rotate(348.75)" /> - </g> - </g> -</g> -</svg> |