google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 494 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 Crop = createIcon("Crop", [
[
"path",
{
d: "M17 15H19V7C19 5.9 18.1 5 17 5H9V7H17V15ZM7 17V1H5V5H1V7H5V17C5 18.1 5.9 19 7 19H17V23H19V19H23V17H7Z",
key: "1dmnxl"
}
]
]);
export { Crop as default };
//# sourceMappingURL=crop.js.map