UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 745 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 MobileOff = createIcon("MobileOff", [ [ "path", { d: "M17.2004 5V13.61L19.2004 15.61V3C19.2004 1.9 18.3004 1 17.2004 1H7.20043C6.49043 1 5.87043 1.37 5.52043 1.93L8.59043 5H17.2004ZM1.69043 3.76L5.20043 7.27V21C5.20043 22.1 6.10043 23 7.20043 23H17.2004C18.2204 23 19.0504 22.23 19.1804 21.25L20.9004 22.97L22.3104 21.56L3.10043 2.35L1.69043 3.76ZM7.20043 9.27L16.9304 19H7.20043V9.27Z", key: "ggjnfo" } ] ]); export { MobileOff as default }; //# sourceMappingURL=mobile_off.js.map