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