Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 10x | const LefArrowIcon = ({ classes }: { classes?: string }) => (
<svg
viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg"
className={classes}
>
<title />
<g id="Layer_2">
<path d="M10.1,23a1,1,0,0,0,0-1.41L5.5,17H29.05a1,1,0,0,0,0-2H5.53l4.57-4.57A1,1,0,0,0,8.68,9L2.32,15.37a.9.9,0,0,0,0,1.27L8.68,23A1,1,0,0,0,10.1,23Z" />
</g>
</svg>
)
export default LefArrowIcon
|