UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 858 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 ImageNotSupported = createIcon("ImageNotSupported", [ [ "path", { d: "M22.6045 21.1945L2.80453 1.39453L1.39453 2.80453L3.70453 5.12453V18.2945C3.70453 19.3945 4.60453 20.2945 5.70453 20.2945H18.8745L21.1845 22.6045L22.6045 21.1945ZM5.70453 18.2945V7.12453L12.5445 13.9645L11.7045 15.0145L9.70453 12.2945L6.70453 16.2945H14.8745L16.8745 18.2945H5.70453ZM8.53453 4.29453L6.53453 2.29453H19.7045C20.8045 2.29453 21.7045 3.19453 21.7045 4.29453V17.4645L19.7045 15.4645V4.29453H8.53453Z", key: "b01d87" } ] ]); export { ImageNotSupported as default }; //# sourceMappingURL=image_not_supported.js.map