3 changed files with 175 additions and 73 deletions
@ -0,0 +1,79 @@ |
|||||
|
// @flow
|
||||
|
|
||||
|
import React from 'react' |
||||
|
|
||||
|
export default () => ( |
||||
|
<svg width="113" height="109"> |
||||
|
<g fill="none" fillRule="evenodd"> |
||||
|
<rect |
||||
|
width="1.44" |
||||
|
height="5.6" |
||||
|
y="16.6" |
||||
|
fill="#1D2028" |
||||
|
rx=".72" |
||||
|
transform="matrix(-1 0 0 1 1.44 0)" |
||||
|
/> |
||||
|
<rect |
||||
|
width="1.44" |
||||
|
height="5.6" |
||||
|
y="34.8" |
||||
|
fill="#1D2028" |
||||
|
rx=".72" |
||||
|
transform="matrix(-1 0 0 1 1.44 0)" |
||||
|
/> |
||||
|
<path |
||||
|
fill="#6490F1" |
||||
|
fillOpacity=".1" |
||||
|
stroke="#1D2028" |
||||
|
strokeWidth="2" |
||||
|
d="M16.592 12c.225 0 .408.183.408.408v95.184a.408.408 0 0 1-.408.408H2.128a.408.408 0 0 1-.408-.408V12.408c0-.225.183-.408.408-.408h14.464z" |
||||
|
/> |
||||
|
<rect |
||||
|
width="7.64" |
||||
|
height="27" |
||||
|
x="5.513" |
||||
|
y="18.522" |
||||
|
fill="#FFF" |
||||
|
stroke="#6490F1" |
||||
|
rx=".704" |
||||
|
transform="matrix(-1 0 0 1 18.665 0)" |
||||
|
/> |
||||
|
<path |
||||
|
fill="#FFF" |
||||
|
stroke="#1D2028" |
||||
|
strokeWidth="2" |
||||
|
d="M9.36 54A7.64 7.64 0 0 1 17 61.64v45.952a.408.408 0 0 1-.408.408H2.128a.408.408 0 0 1-.408-.408V61.64A7.64 7.64 0 0 1 9.36 54z" |
||||
|
/> |
||||
|
<ellipse |
||||
|
cx="9.36" |
||||
|
cy="61.4" |
||||
|
fill="#FFF" |
||||
|
stroke="#6490F1" |
||||
|
rx="3.82" |
||||
|
ry="3.7" |
||||
|
transform="matrix(-1 0 0 1 18.72 0)" |
||||
|
/> |
||||
|
<rect width="3.137" height="9.306" x="109.863" y="13.959" fill="#1D2028" rx="1.569" /> |
||||
|
<rect |
||||
|
width="76.431" |
||||
|
height="106.571" |
||||
|
x="34" |
||||
|
y="1" |
||||
|
fill="#6490F1" |
||||
|
fillOpacity=".1" |
||||
|
stroke="#1D2027" |
||||
|
strokeWidth="2" |
||||
|
rx="5.44" |
||||
|
/> |
||||
|
<rect |
||||
|
width="52.333" |
||||
|
height="79.653" |
||||
|
x="46.043" |
||||
|
y="15.235" |
||||
|
fill="#FFF" |
||||
|
stroke="#6490F1" |
||||
|
rx="4.08" |
||||
|
/> |
||||
|
</g> |
||||
|
</svg> |
||||
|
) |
Loading…
Reference in new issue