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