You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
1.9 KiB
21 lines
1.9 KiB
import React from 'react'
|
|
|
|
const SvgZapLogo = props => (
|
|
<svg viewBox="0 0 60 21" width="1em" height="1em" {...props}>
|
|
<g fill="none" fillRule="evenodd">
|
|
<path
|
|
d="M29.533 15.014h6.865V16h-8.31v-.86l6.406-8.7h-6.21V5.433h7.685v.869l-6.436 8.71zM46.158 16c-.117-.332-.192-.824-.224-1.475-.41.534-.933.946-1.568 1.236a4.8 4.8 0 0 1-2.016.434c-1.016 0-1.838-.283-2.466-.85-.628-.566-.943-1.282-.943-2.148 0-1.028.428-1.842 1.285-2.441.856-.6 2.049-.899 3.579-.899h2.119v-1.2c0-.756-.233-1.35-.698-1.783-.466-.433-1.145-.65-2.037-.65-.813 0-1.487.209-2.021.626-.534.416-.8.918-.8 1.504l-1.173-.01c0-.84.39-1.568 1.172-2.183.781-.615 1.742-.923 2.881-.923 1.178 0 2.108.295 2.788.884.68.59 1.03 1.411 1.05 2.466v5c0 1.022.107 1.787.322 2.295V16h-1.25zm-3.672-.84c.782 0 1.48-.189 2.095-.566a3.333 3.333 0 0 0 1.343-1.514v-2.324h-2.09c-1.165.013-2.077.226-2.734.64-.658.413-.987.98-.987 1.704 0 .592.22 1.084.66 1.474.439.39 1.01.586 1.713.586zm17.211-4.336c0 1.647-.364 2.954-1.093 3.921-.73.967-1.706 1.45-2.93 1.45-1.445 0-2.552-.507-3.32-1.523v5.39H51.19V5.434h1.084l.059 1.494c.762-1.127 1.865-1.69 3.31-1.69 1.264 0 2.255.479 2.974 1.436.72.957 1.08 2.285 1.08 3.984v.166zm-1.172-.205c0-1.348-.276-2.412-.83-3.193-.553-.781-1.325-1.172-2.314-1.172-.716 0-1.332.172-1.846.517-.514.346-.908.847-1.181 1.504v5.069c.28.605.68 1.067 1.2 1.386.522.32 1.137.479 1.846.479.983 0 1.75-.392 2.3-1.177.55-.784.825-1.922.825-3.413z"
|
|
fill="currentColor"
|
|
/>
|
|
<g strokeLinecap="round" strokeLinejoin="round" strokeWidth={0.77}>
|
|
<path
|
|
d="M15.042 13.286c1.993-.395 3.355-2.2 3.15-4.174-.204-1.975-1.908-3.478-3.942-3.476h-.998c-.722-2.729-3.244-4.635-6.132-4.635C4.233 1 1.71 2.907.988 5.636c-.722 2.73.539 5.59 3.065 6.955"
|
|
stroke="currentColor"
|
|
/>
|
|
<path stroke="#F5B300" d="M10.292 8.727l-3.167 4.637h4.75L8.708 18" />
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
)
|
|
|
|
export default SvgZapLogo
|
|
|