import { IconProps, Icon } from "@chakra-ui/react";
export const ToggleRight = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><rect x={1} y={5} width={22} height={14} rx={7} ry={7} /><circle cx={16} cy={12} r={3} /></Icon>;