export const ModalOpenBtnIcon = ({color= '#EDF403'}) => {
    return (
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
            <path
                d="M6.54756 6.36364C7.19344 3.85421 9.47141 2 12.1824 2C15.3957 2 18.0006 4.60489 18.0006 7.81818C18.0006 10.38 16.3449 12.5551 14.0451 13.3318M13.6356 12.1818C13.6356 15.3951 11.0307 18 7.81745 18C4.60416 18 1.99927 15.3951 1.99927 12.1818C1.99927 8.96852 4.60416 6.36364 7.81745 6.36364C11.0307 6.36364 13.6356 8.96852 13.6356 12.1818Z"
                stroke={color} stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
    )
}
