UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 512 B
/** * @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 Crop75 = createIcon("Crop75", [ [ "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 { Crop75 as default }; //# sourceMappingURL=crop_7_5.js.map