export const Activity = ({color='#2E4B4E'}) => {
    return (
		<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none">
			<path
				d="M3.20833 5.19998H11.375M4.26389 1.75V2.65011M10.2083 1.75V2.65M10.2083 2.65H4.375C3.4085 2.65 2.625 3.45588 2.625 4.44999V10.45C2.625 11.4441 3.4085 12.25 4.375 12.25H10.2083C11.1748 12.25 11.9583 11.4441 11.9583 10.45L11.9583 4.44999C11.9583 3.45588 11.1748 2.65 10.2083 2.65ZM5.83333 8.79999L6.70833 9.69999L8.75 7.6"
				stroke={color} stroke-linecap="round" stroke-linejoin="round"/>
		</svg>
	)
}
