google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 516 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 Crop169 = createIcon("Crop169", [
[
"path",
{
d: "M19 7H5C3.9 7 3 7.9 3 9V15C3 16.1 3.9 17 5 17H19C20.1 17 21 16.1 21 15V9C21 7.9 20.1 7 19 7ZM19 15H5V9H19V15Z",
key: "1vdcan"
}
]
]);
export { Crop169 as default };
//# sourceMappingURL=crop_16_9.js.map