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