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 Crop32 = createIcon("Crop32", [ [ "path", { d: "M19 6H5C3.9 6 3 6.9 3 8V16C3 17.1 3.9 18 5 18H19C20.1 18 21 17.1 21 16V8C21 6.9 20.1 6 19 6ZM19 16H5V8H19V16Z", key: "cip8oo" } ] ]); export { Crop32 as default }; //# sourceMappingURL=crop_3_2.js.map