frontPanel/src/pages/QuizAnswersPage/icons/FileExporIcon.tsx

25 lines
600 B
TypeScript
Raw Normal View History

2024-01-20 10:27:21 +00:00
export const FileExportIcon = () => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
>
<path
d="M19 11.0263V8.18421M9.625 20.5H4V2.5H13.375M13.375 2.5H14.3125L19 7.23684V8.18421M13.375 2.5V8.18421H19"
stroke="#7E2AEA"
2024-02-16 14:29:01 +00:00
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
2024-01-20 10:27:21 +00:00
/>
<path
d="M16.5 14.5L16.5 22.5M16.5 22.5L20 18.8871M16.5 22.5L13 18.8871"
stroke="#7E2AEA"
2024-02-16 14:29:01 +00:00
strokeWidth="1.5"
strokeLinecap="round"
strokeLinejoin="round"
2024-01-20 10:27:21 +00:00
/>
</svg>
);