google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 527 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 CropSquare = createIcon("CropSquare", [
[
"path",
{
d: "M18 4H6C4.9 4 4 4.9 4 6V18C4 19.1 4.9 20 6 20H18C19.1 20 20 19.1 20 18V6C20 4.9 19.1 4 18 4ZM18 18H6V6H18V18Z",
key: "156xkg"
}
]
]);
export { CropSquare as default };
//# sourceMappingURL=crop_square.js.map