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.
|
|
|
import React from 'react'
|
|
|
|
|
|
|
|
const SvgZapLogo = props => (
|
|
|
|
<svg width="1em" height="1em" viewBox="0 0 63 26" {...props}>
|
|
|
|
<g fill="none" fillRule="evenodd">
|
|
|
|
<path
|
|
|
|
d="M29.61 20.55h7.644v1.065H28v-.927l7.09-9.392h-6.873v-1.085h8.515v.938L29.61 20.55zm18.588 1.065a11.16 11.16 0 0 1-.185-1.001 6.668 6.668 0 0 1-.054-.854c-.435.597-1.015 1.093-1.74 1.486-.725.394-1.54.59-2.447.59-1.145 0-2.035-.294-2.67-.885-.634-.59-.95-1.38-.95-2.371 0-1.054.468-1.898 1.407-2.53.94-.632 2.206-.949 3.8-.949h2.6V13.69c0-.815-.27-1.454-.81-1.918-.54-.464-1.296-.696-2.268-.696-.906 0-1.658.221-2.256.664-.598.443-.897.984-.897 1.623l-1.196-.01-.022-.063c-.044-.85.357-1.611 1.202-2.282.844-.671 1.919-1.007 3.224-1.007 1.297 0 2.341.32 3.132.96.79.639 1.185 1.556 1.185 2.75v5.608c0 .4.023.79.07 1.17.048.379.126.755.234 1.127h-1.359zm-4.274-.896c.936 0 1.762-.212 2.48-.637.718-.425 1.236-.968 1.555-1.629v-2.382h-2.62c-1.183 0-2.127.244-2.834.733-.706.488-1.06 1.094-1.06 1.818 0 .618.22 1.122.658 1.512.439.39 1.046.585 1.821.585zM63 16.23c0 1.708-.399 3.07-1.196 4.085-.798 1.015-1.896 1.523-3.295 1.523-.827 0-1.55-.151-2.17-.454a3.901 3.901 0 0 1-1.517-1.296V26h-1.304V10.21h1.098l.163 1.772a4.12 4.12 0 0 1 1.517-1.466c.62-.344 1.35-.516 2.191-.516 1.414 0 2.52.546 3.317 1.639C62.6 12.732 63 14.188 63 16.008v.221zm-1.305-.221c0-1.448-.297-2.628-.892-3.542-.594-.913-1.464-1.37-2.61-1.37-.877 0-1.589.202-2.136.606-.548.404-.96.93-1.235 1.576v5.48a3.482 3.482 0 0 0 1.29 1.477c.56.358 1.262.537 2.103.537 1.138 0 2.003-.415 2.594-1.244.59-.829.886-1.929.886-3.299v-.221z"
|
|
|
|
fill="currentColor"
|
|
|
|
/>
|
|
|
|
<g fillRule="nonzero">
|
|
|
|
<path
|
|
|
|
d="M16.673 5.802a5.17 5.17 0 0 1 5.152 4.646 5.168 5.168 0 0 1-4.12 5.585.447.447 0 0 1-.524-.361.458.458 0 0 1 .352-.538c2.156-.436 3.625-2.422 3.405-4.59-.22-2.17-2.062-3.827-4.265-3.825h-1.191a.448.448 0 0 1-.431-.34c-.81-3.123-3.644-5.31-6.892-5.31-3.249 0-6.083 2.187-6.892 5.31a7.059 7.059 0 0 0 3.44 7.953c.217.12.298.397.182.62a.44.44 0 0 1-.604.188 7.985 7.985 0 0 1-3.88-8.997A8.006 8.006 0 0 1 8.159.153a8.007 8.007 0 0 1 7.658 5.65h.856z"
|
|
|
|
fill="currentColor"
|
|
|
|
/>
|
|
|
|
<path
|
|
|
|
d="M8.622 16.194c-.36 0-.571-.413-.368-.717l3.765-5.653a.438.438 0 0 1 .62-.119.466.466 0 0 1 .116.637l-3.288 4.936h4.803c.359 0 .57.413.368.717l-3.766 5.653a.438.438 0 0 1-.62.12.466.466 0 0 1-.115-.638l3.287-4.936H8.622z"
|
|
|
|
fill="#FD9800"
|
|
|
|
/>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
)
|
|
|
|
|
|
|
|
export default SvgZapLogo
|