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