google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 794 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 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 17.2945L9.20453 12.7945L11.7045 15.8045L12.8745 14.2945L15.8745 17.2945H5.70453ZM21.7045 17.4645L6.53453 2.29453H19.7045C20.8045 2.29453 21.7045 3.19453 21.7045 4.29453V17.4645Z",
key: "1kanze"
}
]
]);
export { ImageNotSupported as default };
//# sourceMappingURL=image_not_supported.js.map