Skip to content

Commit

Permalink
layout handled
Browse files Browse the repository at this point in the history
  • Loading branch information
buggyGrandma committed Dec 24, 2023
1 parent b463e8e commit 64f13b2
Show file tree
Hide file tree
Showing 5 changed files with 2,609 additions and 0 deletions.
28 changes: 28 additions & 0 deletions app/evaluation/Close.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import React from "react";

const CloseIcon = () => {
return (
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g id="Close">
<path
id="Vector"
d="M18.3001 7.10026L7.10002 18.3003C6.71735 18.683 6.08268 18.683 5.70001 18.3003C5.31734 17.9177 5.31734 17.283 5.70001 16.9003L16.9001 5.70025C17.2828 5.31758 17.9174 5.31758 18.3001 5.70025C18.6828 6.08292 18.6828 6.71759 18.3001 7.10026Z"
fill="#1C1B1F"
/>
<path
id="Vector_2"
d="M18.3001 18.2998C17.9174 18.6824 17.2828 18.6824 16.9001 18.2998L5.70001 7.09966C5.31734 6.71699 5.31734 6.08232 5.70001 5.69965C6.08268 5.31698 6.71735 5.31698 7.10002 5.69965L18.3001 16.8997C18.6828 17.2824 18.6828 17.9171 18.3001 18.2998Z"
fill="#1C1B1F"
/>
</g>
</svg>
);
};

export default CloseIcon;

0 comments on commit 64f13b2

Please sign in to comment.