import { IconProps, Icon } from "@chakra-ui/react";
export const Navigation = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polygon points="3 11 22 2 13 21 11 13 3 11" /></Icon>;