mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 11:04:15 +00:00
34 lines
711 B
JavaScript
Executable File
34 lines
711 B
JavaScript
Executable File
export default () => {
|
|
return <svg
|
|
viewBox="0 0 308.1161 511.4894"
|
|
>
|
|
<rect
|
|
x="10"
|
|
y="10"
|
|
width="288.1161"
|
|
height="491.4894"
|
|
rx="34"
|
|
ry="34"
|
|
style={{
|
|
fill: "none",
|
|
stroke: "currentColor",
|
|
strokeLinecap: "round",
|
|
strokeLinejoin: "round",
|
|
strokeWidth: "2rem",
|
|
}}
|
|
/>
|
|
<line
|
|
x1="85.8071"
|
|
y1="449.5339"
|
|
x2="222.3091"
|
|
y2="449.5339"
|
|
style={{
|
|
fill: "none",
|
|
stroke: "currentColor",
|
|
strokeLinecap: "round",
|
|
strokeLinejoin: "round",
|
|
strokeWidth: "2rem",
|
|
}}
|
|
/>
|
|
</svg>
|
|
} |