import { IconProps, Icon } from "@chakra-ui/react";
export const Activity = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><polyline points="22 12 18 12 15 21 9 3 6 12 2 12" /></Icon>;