google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 512 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 Crop54 = createIcon("Crop54", [
[
"path",
{
d: "M19 4H5C3.9 4 3 4.9 3 6V18C3 19.1 3.9 20 5 20H19C20.1 20 21 19.1 21 18V6C21 4.9 20.1 4 19 4ZM19 18H5V6H19V18Z",
key: "ntp0nx"
}
]
]);
export { Crop54 as default };
//# sourceMappingURL=crop_5_4.js.map