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