import * as React from "react"; import { SVGProps } from "react"; const SvgPhoneCheckOutline = (props: SVGProps) => ( ); export default SvgPhoneCheckOutline;