
import React from 'react';
export const PhoneLandscapeSharp = ({width="410",height="404",...other}) => {
  return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M0 130v252a18 18 0 0 0 18 18h476a18 18 0 0 0 18-18V130a18 18 0 0 0-18-18H18a18 18 0 0 0-18 18Zm448 234H64V148h384Z"/>
</svg>;
};
