initial commit

This commit is contained in:
undefined
2025-01-24 20:05:48 +01:00
commit db55c10f43
484 changed files with 118165 additions and 0 deletions
@@ -0,0 +1,22 @@
import React from "react";
const PrevIcon = () => (
<svg
width="8"
height="12"
viewBox="0 0 8 12"
fill="none"
xmlns="http://www.w3.org/2000/svg"
className="mx-auto prev-icon"
>
<path
d="M6.5 11L1.5 6L6.5 1"
stroke="#667085"
strokeWidth="1.66667"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
export default PrevIcon;