UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 897 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 BrowserNotSupported = createIcon("BrowserNotSupported", [ [ "path", { d: "M19.5251 5.30988V15.8099L21.4751 17.7599C21.5051 17.6099 21.5251 17.4599 21.5251 17.3099V5.30988C21.5251 4.20988 20.6251 3.30988 19.5251 3.30988H7.0251L9.0251 5.30988H19.5251Z", key: "1jjwz0" } ], [ "path", { d: "M3.7451 2.62988L2.4751 3.89988L3.5251 4.94988V17.3099C3.5251 18.4099 4.4251 19.3099 5.5251 19.3099H17.8851L19.9451 21.3699L21.2151 20.0999L3.7451 2.62988ZM5.5251 17.3099V6.94988L15.8851 17.3099H5.5251Z", key: "11x5au" } ] ]); export { BrowserNotSupported as default }; //# sourceMappingURL=browser_not_supported.js.map