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