aboutsummaryrefslogtreecommitdiff
path: root/src/Logo.tsx
blob: d6abb46d01309d90946b7d3fb1a197eefd552911 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
import React from 'react';
export default (props: {style: {[key: string]: string | number }}) =>
  <svg
     xmlns="http://www.w3.org/2000/svg"
     viewBox="0 0 98.905998 93.557997"
     version="1.1"
     style={props.style}>
    <g id="g13"
       transform="translate(-153.533,-203.047)">
      <g id="g29">
        <g
           id="g27">
          <polygon
             id="polygon7"
             points="252.439,241.924 234.556,288.703 185.103,296.605 153.533,257.728 171.416,210.949 220.869,203.047 "
             style={{fill: '#ff8000'}} />
          <g
             id="g11"
             transform="translate(167.24355,224.20734)">
            <text
               id="text9"
                style={{fontStyle:'normal',
                    fontVariant:'normal',
                    fontWeight:'normal',
                    fontStretch:'normal',
                    fontSize:75,
                    fontFamily:'TypoPRO Fantasque Sans Mono',
                    fill:'#ffeade'}}
               transform="translate(0.586,49.072)">Cr</text>
          </g>
        </g>
      </g>
    </g>
  </svg>