Files
graff.estate-nextjs-updated/src/components/icons/ActiveCubeIcon.tsx
T

17 lines
340 B
TypeScript

export function ActiveCubeIcon() {
return (
<svg
width="13"
height="14"
viewBox="0 0 13 14"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12.5687 0.946289H4.58487L0.431641 5.37585V13.0537H8.11981L12.5687 8.91949V0.946289Z"
fill="#798FFF"
/>
</svg>
);
}