24 lines
661 B
TypeScript
24 lines
661 B
TypeScript
const XAILogo = () => (
|
|
<svg
|
|
version="1.1"
|
|
id="katman_1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
x="0px"
|
|
y="0px"
|
|
viewBox="0 0 841.89 595.28"
|
|
xmlSpace="preserve"
|
|
width="30"
|
|
height="30"
|
|
>
|
|
<g>
|
|
<polygon points="557.09,211.99 565.4,538.36 631.96,538.36 640.28,93.18 " />
|
|
<polygon points="640.28,56.91 538.72,56.91 379.35,284.53 430.13,357.05 " />
|
|
<polygon points="201.61,538.36 303.17,538.36 353.96,465.84 303.17,393.31 " />
|
|
<polygon points="201.61,211.99 430.13,538.36 531.69,538.36 303.17,211.99 " />
|
|
</g>
|
|
</svg>
|
|
);
|
|
|
|
export default XAILogo;
|