import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon(React.createElement("path", { d: "M1 19h22V5H1v14zM19 7v10H5V7h14z" }), 'StayPrimaryLandscapeSharp');