UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 620 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 BrokenImage = createIcon("BrokenImage", [ [ "path", { d: "M21 5V11.59L18 8.58L14 12.59L10 8.59L6 12.59L3 9.58V5C3 3.9 3.9 3 5 3H19C20.1 3 21 3.9 21 5ZM18 11.42L21 14.43V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V12.42L6 15.41L10 11.41L14 15.41L18 11.42Z", key: "qhexry" } ] ]); export { BrokenImage as default }; //# sourceMappingURL=broken_image.js.map