UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 741 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: "M3.02977 2.49L1.75977 3.76L5.26977 7.27V21C5.26977 22.1 6.16977 23 7.26977 23H17.2698C18.2898 23 19.1198 22.23 19.2498 21.25L20.9698 22.97L22.2398 21.7L3.02977 2.49ZM7.26977 19V9.27L16.9998 19H7.26977ZM17.2698 5V14.17L19.2698 16.17V3C19.2698 1.9 18.3698 1 17.2698 1H7.26977C6.41977 1 5.68977 1.54 5.39977 2.3L8.09977 5H17.2698Z", key: "51l5fh" } ] ]); export { MobileOff as default }; //# sourceMappingURL=mobile_off.js.map