google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 539 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 CropLandscape = createIcon("CropLandscape", [
[
"path",
{
d: "M19 5H5C3.9 5 3 5.9 3 7V17C3 18.1 3.9 19 5 19H19C20.1 19 21 18.1 21 17V7C21 5.9 20.1 5 19 5ZM19 17H5V7H19V17Z",
key: "1i8n59"
}
]
]);
export { CropLandscape as default };
//# sourceMappingURL=crop_landscape.js.map