aboutsummaryrefslogtreecommitdiff
path: root/src/Logo.js
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-01-29 02:11:19 -0500
committerDeterminant <ted.sybil@gmail.com>2019-01-29 02:11:19 -0500
commitda4761513e70c63feeb5bd1eab1b8e29b476baed (patch)
tree03f3e3ae59f7f8b8071482ac06fa1e283bc8a139 /src/Logo.js
parentcd29185e6afeb5f71fe61ca8f49045d05914abfc (diff)
improve interface; add logo
Diffstat (limited to 'src/Logo.js')
-rw-r--r--src/Logo.js34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/Logo.js b/src/Logo.js
new file mode 100644
index 0000000..a4036a9
--- /dev/null
+++ b/src/Logo.js
@@ -0,0 +1,34 @@
+import React from 'react';
+export default (props) =>
+ <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>