UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 852 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 WebAssetOff = createIcon("WebAssetOff", [ [ "path", { d: "M7.48473 3.29502H20.6547C21.7647 3.29502 22.6547 4.19502 22.6547 5.29502V17.295C22.6547 17.635 22.5647 17.955 22.4247 18.235L20.6547 16.465V7.29502H11.4847L7.48473 3.29502ZM21.1447 22.605L17.8247 19.295H4.65473C3.54473 19.295 2.65473 18.395 2.65473 17.295V5.29502C2.65473 4.95502 2.73473 4.63502 2.88473 4.35502L1.34473 2.80502L2.75473 1.39502L22.5547 21.195L21.1447 22.605ZM15.8247 17.295L5.82473 7.29502H4.65473V17.295H15.8247Z", key: "mskmih" } ] ]); export { WebAssetOff as default }; //# sourceMappingURL=web_asset_off.js.map