UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 908 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.5246 5.30988V15.8099L21.4746 17.7599C21.5046 17.6099 21.5246 17.4599 21.5246 17.3099V5.30988C21.5246 4.20988 20.6246 3.30988 19.5246 3.30988H7.02461L9.02461 5.30988H19.5246Z", key: "1qkrb7" } ], [ "path", { d: "M3.74461 2.62988L2.47461 3.89988L3.52461 4.94988V17.3099C3.52461 18.4099 4.42461 19.3099 5.52461 19.3099H17.8846L19.9446 21.3699L21.2146 20.0999L3.74461 2.62988ZM5.52461 17.3099V6.94988L15.8846 17.3099H5.52461Z", key: "bk9tpq" } ] ]); export { BrowserNotSupported as default }; //# sourceMappingURL=browser_not_supported.js.map