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