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