import { IconProps, Icon } from "@chakra-ui/react";
export const RotateCw = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polyline points="23 4 23 10 17 10" /><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10" /></Icon>;