// const prevPage = (color: string) => ``;
// const nextPage = (color: string) => `
// `;
const prevPage = (color: string) => `
`;
const nextPage = (color: string) => `
`;
const sideBar = (color: string) => ``;
const nextStep = (color: string) => `
`;
const pause = (color: string) => `
`;
export const Icons = {
prevPage, nextPage, nextStep, pause, sideBar,
};