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