25 lines
606 B
TypeScript
25 lines
606 B
TypeScript
![]() |
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"
|
||
|
stroke-width="1.5"
|
||
|
stroke-linecap="round"
|
||
|
stroke-linejoin="round"
|
||
|
/>
|
||
|
<path
|
||
|
d="M16.5 14.5L16.5 22.5M16.5 22.5L20 18.8871M16.5 22.5L13 18.8871"
|
||
|
stroke="#7E2AEA"
|
||
|
stroke-width="1.5"
|
||
|
stroke-linecap="round"
|
||
|
stroke-linejoin="round"
|
||
|
/>
|
||
|
</svg>
|
||
|
);
|