import { IconProps, Icon } from "@chakra-ui/react";
export const Navigation2 = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polygon points="12 2 19 21 12 17 5 21 12 2" /></Icon>;