31 lines
1.0 KiB
TypeScript
31 lines
1.0 KiB
TypeScript
import * as React from "react"
|
|
const SvgComponent = (props: any) => (
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlSpace="preserve"
|
|
viewBox="0 0 301.557 368.345"
|
|
{...props}
|
|
>
|
|
<style id="style8950" type="text/css">
|
|
{".st0{fill-rule:evenodd;clip-rule:evenodd;fill:#43e660}"}
|
|
</style>
|
|
<g id="layer1" transform="translate(-239.83 -113.362)">
|
|
<g id="g46" transform="matrix(.26458 0 0 .26458 -15.675 43.648)">
|
|
<g id="g18" transform="matrix(.85714 0 0 .85714 8 306)">
|
|
<path
|
|
id="path993"
|
|
d="M1666.4 1043.3h236.4v531.3h-236.4v-531.3"
|
|
className="st0"
|
|
/>
|
|
<path
|
|
id="path991"
|
|
d="M1119.8 499.4h401.7l-286-270.7 157.6-160.6 272.1 278.3v-396h236.4v395.9l272-278.3 157.6 160.6-286 270.7H2447v223.9h-404.3l287.3 278.3-157.6 156.9-390.3-390.9-390.3 390.9-157.6-156.9 287.3-278.3h-404.2V499.4h2.5"
|
|
className="st0"
|
|
/>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
)
|
|
export default SvgComponent
|