export const ChartIcon = () => {
    return (
        <svg
            width="20"
            height="20"
            viewBox="0 0 20 20"
            fill="none"
            xmlns="http://www.w3.org/2000/svg"
        >
            <path
                d="M14.2133 9.99996C15.9467 9.99996 16.6667 9.33329 16.0267 7.14662C15.5933 5.67329 14.3267 4.40662 12.8533 3.97329C10.6667 3.33329 10 4.05329 10 5.78662V7.70662C10 9.33329 10.6667 9.99996 12 9.99996H14.2133Z"
                stroke="#6B7280"
                stroke-width="1.5"
                stroke-linecap="round"
                stroke-linejoin="round"
            />
            <path
                d="M15.333 11.8C14.713 14.8867 11.753 17.1267 8.38629 16.58C5.85963 16.1733 3.82629 14.14 3.41296 11.6133C2.87296 8.26001 5.09963 5.30001 8.17296 4.67334"
                stroke="#6B7280"
                stroke-width="1.5"
                stroke-linecap="round"
                stroke-linejoin="round"
            />
        </svg>
    );
};
