import type { SVGProps } from "react"; const SvgPhoneIcon = (props: SVGProps) => ( ); export default SvgPhoneIcon;