google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 577 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const StayCurrentLandscape = createIcon("StayCurrentLandscape", [
[
"path",
{
d: "M1.01 7L1 17C1 18.1 1.9 19 3 19H21C22.1 19 23 18.1 23 17V7C23 5.9 22.1 5 21 5H3C1.9 5 1.01 5.9 1.01 7ZM19 7V17H5V7H19Z",
key: "19wuyu"
}
]
]);
export { StayCurrentLandscape as default };
//# sourceMappingURL=stay_current_landscape.js.map