Files
XRLMS/public/svg/close.tsx

15 lines
672 B
TypeScript
Raw Normal View History

export default function Close() {
return (
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_40000054_6405)">
<path d="M20.3033 22.0714L15 16.7681L9.6967 22.0714L7.92893 20.3036L13.2322 15.0003L7.92893 9.69704L9.6967 7.92928L15 13.2326L20.3033 7.92928L22.0711 9.69704L16.7678 15.0003L22.0711 20.3036L20.3033 22.0714Z" fill="#515151" />
</g>
<defs>
<clipPath id="clip0_40000054_6405">
<rect width="30" height="30" fill="white" />
</clipPath>
</defs>
</svg>
);
}