UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

14 lines (13 loc) 2.23 kB
import * as React from "react"; function AquaTextLogo(props) { return ( React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 414 105" }, props), React.createElement( 'path', { fill: "#000", d: "M85 .144H0v85h85z" }), React.createElement( 'path', { fill: "#fff", d: "M57 10.513h6.489l13.71 32.217H69.84l-2.925-7.174H53.39l-2.924 7.174H43.29zm7.403 18.827-4.25-10.373-4.25 10.373zM37.702 43.69l-3.519-3.153c-2.696 1.737-5.94 2.742-9.505 2.742-9.871 0-16.954-7.357-16.954-16.451v-.092c0-9.094 7.174-16.543 17.045-16.543 9.87 0 16.954 7.358 16.954 16.452v.091c0 3.382-1.05 6.535-2.833 9.186l3.29 2.787zm-8.729-7.768-5.21-4.433 4.48-5.027 5.255 4.753c.548-1.28.868-2.788.868-4.387v-.092c0-5.484-4.022-10.053-9.688-10.053-5.667 0-9.597 4.478-9.597 9.962v.091c0 5.484 4.022 10.054 9.688 10.054 1.554 0 2.97-.274 4.204-.868zm10.871 33.283H7.969v5.312h31.875z" }), React.createElement( 'path', { fill: "#000", d: "M149.796 0h17.179l36.296 85.294h-19.479l-7.743-18.995h-35.811l-7.743 18.995H113.5zm19.599 49.846-11.251-27.464-11.252 27.463zm85.172 26.133c-4.476 6.049-10.646 10.525-20.204 10.525-15.123 0-29.52-11.856-29.52-33.512v-.242c0-21.656 14.155-33.513 29.52-33.513 9.8 0 15.849 4.477 20.204 9.679v-8.47h18.39v84.206h-18.39zm.242-22.987v-.242c0-10.768-7.138-17.906-15.728-17.906s-15.849 7.017-15.849 17.906v.242c0 10.767 7.259 17.905 15.849 17.905s15.728-7.138 15.728-17.905zm30.486 9.436V20.446h18.389v36.175c0 8.71 4.114 13.187 11.131 13.187s11.493-4.476 11.493-13.187V20.446h18.39v64.848h-18.39v-9.195c-4.234 5.444-9.678 10.405-18.994 10.405-13.913 0-22.019-9.195-22.019-24.076zm68.354 4.234v-.242c0-14.155 10.767-20.688 26.132-20.688 6.534 0 11.252 1.09 15.849 2.662v-1.09c0-7.62-4.718-11.856-13.913-11.856-7.017 0-11.978 1.332-17.906 3.509l-4.597-14.034c7.138-3.146 14.155-5.202 25.165-5.202 10.041 0 17.3 2.661 21.898 7.259 4.839 4.839 7.017 11.977 7.017 20.688v37.626h-17.785v-7.017c-4.476 4.96-10.646 8.227-19.599 8.227-12.219 0-22.261-7.017-22.261-19.842zm42.223-4.234v-3.267c-3.146-1.452-7.259-2.42-11.735-2.42-7.864 0-12.704 3.146-12.704 8.954v.242c0 4.96 4.114 7.863 10.042 7.863 8.59 0 14.397-4.718 14.397-11.372z" }) ) ); } export default AquaTextLogo;