import { IconProps, Icon } from "@chakra-ui/react";
export const Voicemail = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><circle cx={5.5} cy={11.5} r={4.5} /><circle cx={18.5} cy={11.5} r={4.5} /><line x1={5.5} y1={16} x2={18.5} y2={16} /></Icon>;