mernmail-website/components/Logo.jsx

51 lines
2.9 KiB
JavaScript

const Logo = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={460.331}
height={87.284}
viewBox="0 0 121.796 23.094"
{...props}
>
<path
d="m20 17.32-9.999 5.774-10-5.772L0 5.775 9.999 0l10 5.772Z"
style={{
fill: "#ff7f00",
strokeWidth: 0.55943
}}
/>
<path
d="M5.695 6.784a1.386 1.394 0 0 0-1.382 1.341l5.601 2.477 5.622-2.486a1.386 1.394 0 0 0-1.384-1.332Zm9.843 1.977-5.624 2.6L4.31 8.77v5.741a1.386 1.394 0 0 0 1.386 1.395h8.457a1.386 1.394 0 0 0 1.386-1.395z"
style={{
fill: "#fff",
strokeWidth: 4.37786
}}
/>
<g
aria-label="MERNMail"
style={{
fontSize: "19.7556px",
lineHeight: 1.25,
strokeWidth: 0.264583
}}
>
<path
d="M29.855 25.135h2.922v-6.78c0-1.081-.077-3.194-.106-4.94.512 1.93 1.09 3.946 1.428 4.94l2.421 6.78H39l2.382-6.78c.337-1.023.945-3.117 1.428-5.056-.03 1.814-.107 3.975-.107 5.055v6.781h2.962V10.762H41.13l-2.296 6.599c-.29.916-.733 2.836-1.06 4.389-.338-1.563-.782-3.483-1.072-4.39l-2.334-6.598h-4.514zM48.26 25.135h9.636v-2.44h-6.694v-3.617h6.173v-2.402h-6.173v-3.473h6.675v-2.44H48.26zM60.26 25.135h2.942v-5.131h2.315l2.74 5.131h3.26l-3.058-5.604c1.64-.704 2.547-2.122 2.547-4.09 0-2.826-1.872-4.679-5.142-4.679H60.26Zm2.942-7.514v-4.428h2.112c1.804 0 2.653.801 2.653 2.248 0 1.437-.849 2.18-2.643 2.18zM73.234 25.135h3.01v-6.607c0-.85-.087-2.393-.193-4.129.887 1.794 1.418 2.846 2.218 4.138l4.129 6.598h3.29V10.762h-3.01v6.898c0 .945.077 2.488.183 3.897a25.41 25.41 0 0 0-1.804-3.521l-4.543-7.274h-3.28z"
style={{
fill: "#ff7f00"
}}
transform="translate(-4.55 -6.367)"
/>
<path
d="M88.292 25.135h2.923v-6.78c0-1.081-.078-3.194-.107-4.94.512 1.93 1.09 3.946 1.428 4.94l2.421 6.78h2.48l2.382-6.78c.338-1.023.945-3.117 1.428-5.056-.03 1.814-.106 3.975-.106 5.055v6.781h2.961V10.762h-4.534l-2.296 6.599c-.289.916-.733 2.836-1.06 4.389-.338-1.563-.782-3.483-1.071-4.39l-2.335-6.598h-4.514zM109.639 25.348c1.592 0 2.633-.705 3.154-1.708h.097v1.495h2.74v-7.263c0-2.614-2.258-3.656-4.573-3.656-2.412 0-4.148 1.07-4.698 2.942l2.653.444c.232-.695.916-1.245 2.035-1.245 1.08 0 1.689.521 1.689 1.438v.048c0 .704-.763.781-2.615.964-2.122.203-4.07.898-4.07 3.31 0 2.131 1.533 3.23 3.588 3.23zm.82-2.036c-.955 0-1.63-.434-1.63-1.273 0-.868.714-1.283 1.784-1.437.637-.087 1.785-.241 2.142-.492v1.167c0 1.138-.946 2.035-2.296 2.035zM118.099 25.135h2.894V14.351h-2.894zm1.447-12.192c.868 0 1.591-.656 1.591-1.486 0-.82-.723-1.486-1.591-1.486-.878 0-1.592.666-1.592 1.486 0 .83.714 1.486 1.592 1.486zM126.346 10.762h-2.894v14.373h2.894z"
style={{
fill: "currentColor",
fontWeight: 700,
fontFamily: "Inter",
InkscapeFontSpecification: "&quot"
}}
transform="translate(-4.55 -6.367)"
/>
</g>
</svg>
);
export default Logo;